.hs_stickybar_wrapper {
    display: none!important;
}
/********************************************************
1. body start
 *******************************************************/
:root {
  --text-color: #716b8b;
  --primary-color: #116bff;
  --secondary-color: #322851;
  --white-color: #ffffff;
  --green-color: #8cdf5f;
  --dark-color: #322851;
  --black-color: #000000;
}
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-family: "Google Sans", sans-serif;
  background-color: var(--white-color);
    overflow: hidden auto;
}
html {
  scroll-behavior: smooth;
}
*,
*:before,
*:after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
a,
a:hover,
a:focus {
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  word-break: break-word;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin: 0;
  padding: 0;
  word-break: break-word;
  font-family: "Bricolage Grotesque", sans-serif;
}
img {
  max-width: 100%;
}
input,
textarea,
select,
button,
label,
svg,
svg path,
svg rect,
svg polygon,
img,
a,
:after,
:before,
:hover,
:focus,
.form-control:focus {
  outline: none !important;
  box-shadow: none;
}
ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
p {
  margin: 0px;
  word-break: break-word;
}
/* width */

::-webkit-scrollbar {
  width: 10px;
}
/* Track */

::-webkit-scrollbar-track {
  background: #dddddd;
}
/* Handle */

::-webkit-scrollbar-thumb {
  background: var(--primary-color);
  width: 4px;
}
.container {
  max-width: 1630px;
}
#buynow {
  scroll-margin-top: 80px;
}
[data-aos] {
  opacity: 1;
  transform: none;
  transition: none;
  will-change: auto;
}
[data-aos].aos-animate {
  opacity: 1;
  transform: none;
}
@media (prefers-reduced-motion: reduce) {
  [data-aos] {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
/* botton css start*/
.geo_btn_hero {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.geo_btn {
  position: relative;
}
.geo_btn > span {
  min-width: 250px;
  min-height: 70px;
  border-radius: 16px;
  background-color: #116bff;
  background: radial-gradient(50% 50% at 50% 50%, #116bff 0%, #67a1ff 100%);
  animation: glowBlink 1.5s infinite alternate;
  border: 1px solid #478dff;
  box-shadow: 0px 4px 20px 0px #1875ff66;
  font-size: 22px;
  color: var(--white-color);
  font-weight: 600;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-transform: capitalize;
  position: relative;
  transition: 0.3s;
  overflow: hidden;
  z-index: 1;
  padding: 0 25px;
  gap: 10px;
  font-family: "Bricolage Grotesque", sans-serif;
}
.geo_btn > span:hover {
  color: var(--white-color);
  transition: all 0.3s;
}

.geo_price {
  font-size: 26px;
  font-weight: 800;
  background-color: #ffffff;
  color: #0966ff;
  border-radius: 50px;
  line-height: 1;
  padding: 10px 15px;
}
.geo_btn_hero .geo_btn > span {
  padding-right: 10px;
}
.geo_btn_border {
  width: 269px;
  height: 70px;
  border-radius: 16px;
  display: inline-flex;
  border: 2px solid #0061ff;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  font-weight: 600;
  color: #0061ff;
  font-family: "Bricolage Grotesque", sans-serif;
}
/* motion */
@-moz-keyframes gradient {
  0% {
    background-position: 14% 0%;
  }
  50% {
    background-position: 87% 100%;
  }
  100% {
    background-position: 14% 0%;
  }
}
@-webkit-keyframes gradient {
  0% {
    background-position: 14% 0%;
  }
  50% {
    background-position: 87% 100%;
  }
  100% {
    background-position: 14% 0%;
  }
}
@keyframes gradient {
  0% {
    background-position: 14% 0%;
  }
  50% {
    background-position: 87% 100%;
  }
  100% {
    background-position: 14% 0%;
  }
}
/* botton css end */

/* header section css start */
.geo-header-wrapper {
  padding: 15px 0;
  background-color: #fdfaff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 99;
  transition: 0.3s;
  box-shadow: 0px 0px 50px 0px rgb(206 165 224 / 25%);
}
.geo-header-wrapper.geo-header-fixed {
  transition: 0.3s;
}
.geo-header-wrapper .container {
  max-width: 1750px;
}
.geo-navbar-wrapper {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: space-between;
}
.ma_toggle_btn {
  display: none;
}
.geo-brand-logo a img {
  max-width: 285px;
  max-height: 50px;
  object-fit: contain;
}

.geo-navbar-menu ul li {
  display: inline-block;
  margin-right: 70px;
}

.geo-navbar-menu ul li:last-child {
  margin-right: 0;
}

.geo-navbar-menu ul li a {
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  display: inline-block;
}
.geo-navbar-menu ul li a::after {
  position: absolute;
  content: "";
  bottom: -5px;
  left: 0;
  right: 0;
  width: 0%;
  height: 2px;
  margin: auto;
  background: #116bff;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}
.geo-navbar-menu ul li a:hover::after {
  opacity: 1;
  visibility: visible;
  width: 100%;
}
.geo-navbar-menu ul li a:hover {
  color: var(--primary-color);
}
.geo_features_section .geo_problem_wrapper {
    border: 1px solid transparent;
}
.geo_features_section .geo_problem_wrapper:hover {
    transform: translateY(-5px) ;
    border-color: rgba(99, 118, 255, .42);
    box-shadow: 0 24px 60px rgba(99, 118, 255, .18), 0 6px 16px rgba(0, 0, 0, .06);
}
.flagship {
    overflow: hidden;
}
.flagship:hover::before {
    left: 140%;
    transition: left .65s ease;
}
.flagship::before {
    content: '';
    position: absolute;
    top: 0;
    left: -70%;
    width: 50%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .35), transparent);
    pointer-events: none;
    z-index: 1;
    transition: left 0s;
}
/* header section css end */
/********************************************************
1. body end
 *******************************************************/
.geo_main_heading {
  text-align: center;
  margin-bottom: 20px;
}
.geo_main_heading h1 {
  font-size: 60px;
  font-weight: 700;
  line-height: 1.1;
  margin: 15px 0 0;
  color: #09090b;
}
.geo_main_heading h1 span {
  background: linear-gradient(
    89.09deg,
    #2887ff -4.43%,
    #22cfff 40.29%,
    #ffd106 62.12%,
    #ff6a35 106.32%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.geo_main_heading h2 {
  font-size: 32px;
  color: #121c42;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1.6;
}
.geo_main_heading h3 {
  font-size: 34px;
  color: var(--dark-color);
  margin-bottom: 20px;
  font-weight: 700;
}
.geo_main_heading h4 {
  font-size: 70px;
  font-weight: 700;
  line-height: 1.2;
  color: #ffffff;
  margin: 15px 0 0;
}
.geo_main_heading h4 span {
  background: linear-gradient(
    89.09deg,
    #2887ff -4.43%,
    #22cfff 40.29%,
    #ffd106 62.12%,
    #ff6a35 106.32%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.geo_main_heading h5 {
  color: #332952;
  font-size: 40px;
  font-weight: 900;
  line-height: 1.4;
}
.geo_main_heading p {
  color: #09090b;
  font-size: 20px;
  font-weight: 400;
  margin: 10px 0 30px;
}

.geo_main_heading.el_counter h1 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.geo_main_heading.el_counter h1 span.odometer-value {
  position: relative;
  top: 2px;
}
/* Index Page Css Start */
.img-background-horizontal {
  background-image: url("https://cdn.pixabay.com/photo/2020/12/18/15/29/mountains-5842346_1280.jpg");
  background-size: 105vw auto;
  background-position: 0% 0%;
  height: 100vh;
  width: 100vw;
  animation: horizontalMove 50s infinite;
  animation-timing-function: ease;
}

@keyframes horizontalMove {
  0% {
    background-position: 0% 0%;
  }
  50% {
    background-position: 100% 20%;
  }
  100% {
    background-position: 0% 0%;
  }
}

.geo_waves {
  position: absolute;
  top: 220px;
  right: 300px;
}
.geo_wave {
  width: 610px;
  height: 610px;
  border: 1px solid rgb(255 255 255 / 15%);
  border-radius: 50%;
  margin-left: 50%;
  left: -350px;
  position: absolute;
  bottom: -350px;
  z-index: -1;
  -webkit-transform: scale(0.1, 0.1);
  -moz-transform: scale(0.1, 0.1);
  -ms-transform: scale(0.1, 0.1);
  -o-transform: scale(0.1, 0.1);
  transform: scale(0.1, 0.1);
  opacity: 0;
  -webkit-animation: geo_pulse 6000ms ease-out infinite;
  -moz-animation: geo_pulse 6000ms ease-out infinite;
  -ms-animation: geo_pulse 6000ms ease-out infinite;
  -o-animation: geo_pulse 6000ms ease-out infinite;
  animation: geo_pulse 6000ms ease-out infinite;
}
.geo_wave:nth-of-type(2) {
  -webkit-animation-delay: 1200ms;
  -moz-animation-delay: 1200ms;
  -ms-animation-delay: 1200ms;
  -o-animation-delay: 1200ms;
  animation-delay: 1200ms;
}

.geo_wave:nth-of-type(3) {
  -webkit-animation-delay: 2400ms;
  -moz-animation-delay: 2400ms;
  -ms-animation-delay: 2400ms;
  -o-animation-delay: 2400ms;
  animation-delay: 2400ms;
}

.geo_wave:nth-of-type(4) {
  -webkit-animation-delay: 3400ms;
  -moz-animation-delay: 3400ms;
  -ms-animation-delay: 3400ms;
  -o-animation-delay: 3400ms;
  animation-delay: 3400ms;
}

.geo_wave:nth-of-type(5) {
  -webkit-animation-delay: 4400ms;
  -moz-animation-delay: 4400ms;
  -ms-animation-delay: 4400ms;
  -o-animation-delay: 4400ms;
  animation-delay: 4400ms;
}

@-webkit-keyframes geo_pulse {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    -moz-transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    -o-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}

@keyframes geo_pulse {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    -moz-transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    -o-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}

.geo_banner_section {
  padding: 40px 0px 60px;
  background-image: url("../images/banner.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.geo_banner_section:after {
  position: absolute;
  content: "";
  background-image: url(../images/banner_shape.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  left: 0;
  width: 100%;
  height: 161px;
  bottom: 0;
  z-index: 0;
  display: none;
}
img.banner_img1 {
  position: absolute;
  top: 100px;
  left: 0;
  animation: 5s installation infinite alternate;
  z-index: -1;
}
img.banner_img2 {
  position: absolute;
  right: 0;
  top: 100px;
  animation: 3s installation infinite alternate;
  z-index: -1;
}

@-webkit-keyframes animateBackground {
  0% {
    background-size: 100% auto;
  }
  50% {
    background-size: 110% auto;
  }
  100% {
    background-size: 100% auto;
  }
}

.animated-gradient {
  animation: animateBg 14s linear infinite;
  background-image: linear-gradient(
    90deg,
    #71c66c,
    #ff8000,
    #db5779,
    #71c66c,
    #ff8000
  );
  background-size: 400% 100%;
}
@keyframes animateBg {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 100% 0%;
  }
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes installation {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-20px);
  }
}
/* .geo_brand_logo {
    margin-bottom: 30px;
} */
.geo_brand_logo a img {
  max-width: 270px;
  max-height: 50px;
  object-fit: contain;
}
.geo_brand_logo img {
  max-width: 270px;
  max-height: 50px;
  object-fit: contain;
}
.geo_banner_content {
  text-align: center;
}
.geo_banner_content .ma_video_wrapper {
  margin: 0 auto 40px;
}
.geo_banner_section .home_template_wrapper {
  gap: 15px;
}
.geo_banner_text > h1 {
  font-family: 'Outfit', sans-serif;
  font-size: 52px;
  font-weight: 700;
  color: #09090b;
  line-height: 1.2;
  letter-spacing: -1.5px;
  position: relative;
  width: 100%;
  text-align: center;
  margin: 30px auto 0;
}
.geo_banner_text > h1 img {
  position: absolute;
  top: 0;
  left: 60px;
}
.geo_banner_text > h1 span.span_gradinet {
  color: #116bff;
  -webkit-text-fill-color: #116bff;
}
.geo_banner_text > h1 span.span_normal {

        /* background: linear-gradient(120deg, #09090B 0%, #2067F3 40%, #09090B 75%, #2067F3 100%);
      -webkit-background-clip: text; -webkit-text-fill-color: transparent;
      background-clip: text; background-size: 250% auto;
      animation: h1Sweep 5s linear infinite alternate; */
}
  @keyframes h1Sweep {
      0%   { background-position: 0% center; }
      100% { background-position: 250% center; }
    }
.geo_banner_text h2 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 30px;
  background: linear-gradient(89.09deg, #000000 -4.43%, #000000 110.61%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Google Sans", sans-serif;
}
.geo_banner_text p {
    font-size: 24px;
    font-weight: 500;
    color: #09090b;
    margin: 25px auto 30px;
    text-align: center;
    line-height: 1.4;
}
.geo_banner_text > h1 span.font_websites {
  color: #116bff;
  background-color: rgb(145 41 254 / 10%);
  padding: 0 15px;
  margin-right: 6px;
}
.geo_banner_txt_wrapper {
  text-align: center;
}
.geo_banner_txt_wrapper {
  background-image:
    linear-gradient(#fff0eb, #fff8f2),
    linear-gradient(
      89.09deg,
      #2887ff -4.43%,
      #22cfff 40.29%,
      #ffd106 62.12%,
      #ff6a35 106.32%
    );
  border: 1px solid transparent;
  background-origin: border-box;
  background-clip: padding-box, border-box;
  margin: 0 auto 10px;
  width: fit-content;
  border-radius: 60px;
  position: relative;
}
.geo_banner_txt_wrapper img {
  position: absolute;
  left: -2px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.inner_capsul_img {
    width: 30px;
    position: static!important;
}
.geo_banner_content .geo_banner_txt_gradient {
  /* padding: 14px 25px 14px 85px; */
  padding: 14px 25px 14px 25px;
  display: flex;
    align-items: center;
    gap: 10px;
}
.geo_banner_txt_gradient {
  border-radius: 50px;
  padding: 14px 25px;
  background: linear-gradient(
    89.09deg,
    rgba(40, 135, 255, 0.06) -4.43%,
    rgba(34, 207, 255, 0.06) 40.29%,
    rgba(255, 209, 6, 0.06) 62.12%,
    rgba(255, 106, 53, 0.06) 106.32%
  );
}
.geo_banner_txt_gradient h6 {
  color: #09090b;
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
  font-family: "Google Sans", sans-serif;
}
.geo_header_btn {
  text-align: center;
}
.geo_header_btn .geo_btn > span {
min-height: inherit;
    animation: none;
    background: #116bff;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    will-change: transform;
    font-size: 20px;
    min-width: inherit;
    width: inherit;
    padding: 6px 19px;
    border-radius: 40px;
}
.geo_header_btn:hover .geo_btn > span {
  transform: scale(1.06);
  box-shadow: 0px 10px 28px rgba(17, 107, 255, 0.28);
}
.geo_banner_watch_vector {
    position: absolute;
    left: -13%;
    top: 30%;
    animation: geoWatchZigZag 3s ease-in-out infinite alternate;
    will-change: transform;
    z-index: 9999;
}
.geo_banner_watch_vector img {
  display: block;
}
@keyframes geoWatchZigZag {
  0% {
    transform: translate(0, 0);
  }
  16.65% {
    transform: translate(8px, 8px);
  }
  33.3% {
    transform: translate(-6px, -6px);
  }
  49.95% {
    transform: translate(4px, 4px);
  }
  66.6% {
    transform: translate(-2px, -2px);
  }
  83.25% {
    transform: translate(1px, 1px);
  }
  100% {
    transform: translate(0, 0);
  }
}
.home_template_wrapper {
  position: relative;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 15px;
}
.home_template_mini {
  position: relative;
}
.home_template_mini::before,
.home_template_mini::after {
  content: "";
  position: absolute;
  top: 0;
  width: 160px;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}
.home_template_mini::before {
  left: 0;
  background: linear-gradient(to right, #ffffff 0%, rgba(26, 1, 38, 0) 100%);
}

.home_template_mini::after {
  right: 0;
  background: linear-gradient(to left, #ffffff 0%, rgba(26, 1, 38, 0) 100%);
}

.home_slide_box {
  max-width: 280px;
  width: 100%;
  flex: 0 0 27%;
}
.home_slide_box img {
  max-width: 280px;
  max-height: 110px;
  object-fit: contain;
  width: 100%;
}

.aif-chatbot-tesmnl-leftslide {
  /* animation: scrollLeft 70s forwards linear infinite; */
}

.aif-chatbot-tesmnl-rightslide {
  animation: scrollRight 70s linear infinite;
}

.aif-chatbot-tesmnl-slider:hover {
  animation-play-state: paused;
}

@keyframes scrollLeft {
  0% {
    transform: translate(0);
  }

  to {
    transform: translate(-100%);
  }
}

@keyframes scrollRight {
  0% {
    transform: translate(0);
  }

  to {
    transform: translate(100%);
  }
}
/* Three Box css */
.geo_features_section {
  padding: 210px 0;
  background-image: url(../images/website_bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-bottom: -100px;
}

.geo_features_section .row {
  justify-content: center;
}

.scroller {
  overflow: hidden;
  -webkit-mask: linear-gradient(
    90deg,
    transparent 0%,
    #fff 20%,
    #fff 80%,
    transparent 100%
  );
  mask: linear-gradient(
    90deg,
    transparent 0%,
    #fff 20%,
    #fff 80%,
    transparent 100%
  );

  &[data-direction="left"] {
    --scrolling-direction: forwards;
  }

  &[data-direction="right"] {
    --scrolling-direction: reverse;
  }
}
.inner-scroller {
  animation: scrolling 10s var(--scrolling-direction, forwards) linear infinite;
}

@keyframes scrolling {
  to {
    transform: translateX(calc(-50% - 0.5rem));
  }
}
.ma_user_list ul {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  width: fit-content;
  margin: auto;
  padding: 10px 30px 10px 10px;
  border-radius: 50px;
}
.ma_user_list ul li {
  margin-right: -15px;
  text-align: left;
  color: #000000;
  font-size: 16px;
  font-weight: 600;
  font-family: "Bricolage Grotesque", sans-serif;
}
.ma_user_list ul li img {
  border-radius: 50px;
}
.ma_user_list ul li:last-child {
  margin: 0 0 0 35px;
}

.ma_user_list ul li:last-child span {
  color: #126cff;
}

.geo_checklist ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
  flex-wrap: wrap;
}

.geo_checklist ul li {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  color: #09090b;
}

.geo_checklist ul li img {
  position: relative;
  top: -1px;
}
/* Three Box css */

/* More Features css */
.geo_morefeatures_section {
  padding: 80px 0;
  position: relative;
  background-image: url(../images/feature_after.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}
.geo_morefeatures_section .geo_main_heading h5 {
  color: #322851;
  font-size: 32px;
}
img.powerful_bg1 {
  position: absolute;
  bottom: 110px;
  left: 85px;
  animation: 5s installation infinite alternate;
}
img.powerful_bg2 {
  position: absolute;
  right: 0;
  top: 30px;
  animation: 3s installation infinite alternate;
}
.geo_more_wrapper {
  /* max-width: 970px; */
  margin: auto;
  position: relative;
  z-index: 1;
}
.aa_sec2_box {
  position: sticky;
  top: 80px;
}
.aa_sec2_box:first-child {
  padding-top: calc(1 * 15px);
}
.aa_sec2_box:nth-child(2) {
  padding-top: calc(2 * 15px);
}
.aa_sec2_box:nth-child(3) {
  padding-top: calc(3 * 15px);
}
.geo_stcky_slide2 .geo_more_features {
  background: linear-gradient(180deg, #fdeeff 0%, #fdeeff 65.71%);
  box-shadow: none;
  border: 1px solid #ffdcd7;
}
.geo_stcky_slide2 .generatebtn {
  color: #c549d5;
  box-shadow: -6px 7px 23.6px 0px #942ca233;
}
.geo_stcky_slide3 .geo_more_features {
  background: linear-gradient(180deg, #eef6ff 0%, #dfeeff 65.71%);
  box-shadow: none;
  border: 1px solid #a9c7e9;
}
.geo_stcky_slide3 .generatebtn {
  color: #478bd9;
  box-shadow: -6px 7px 23.6px 0px #2564a71a;
}
/* .geo_more_wrapper::after {
    position: absolute;
    content: "";
    bottom: -45px;
    left: 0;
    right: 0;
    width: 910px;
    height: 420px;
    background: linear-gradient(180deg, #FDEEFF 0%, #FDEEFF 65.71%);
    z-index: -1;
    border-radius: 16px;
    margin: auto;
}
.geo_more_wrapper::before {
    position: absolute;
    content: "";
    bottom: -90px;
    left: 0;
    right: 0;
    width: 850px;
    height: 420px;
    background: linear-gradient(180deg, #EEF6FF 0%, #DFEEFF 65.71%);
    z-index: -1;
    border-radius: 16px;
    margin: auto;
} */
.geo_more_features {
  border-radius: 16px;
  background: linear-gradient(180deg, #ffeae8 0%, #fff9f9 65.71%);
  padding: 40px 50px;
  position: relative;
  text-align: left;
  transition: all 0.3s;
  z-index: 1;
  border: 1px solid #ffdcd7;
  box-shadow: 0px 4px 50px 0px #6532321a;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  gap: 36px;
  /* min-height: 725px; */
}
.geo_more_visual {
  flex: 0 0 350px;
  max-width: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 22px 22px 10px;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255,255,255,.92) 0%, rgba(255,255,255,.55) 100%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.8), 0 18px 40px rgba(97, 48, 48, 0.08);
  position: relative;
  overflow: hidden;
}
.geo_more_visual::before {
  content: "";
  position: absolute;
  inset: 10px;
  border-radius: 20px;
  background: radial-gradient(circle at top left, rgba(17,107,255,.14), transparent 46%),
    radial-gradient(circle at bottom right, rgba(255,154,61,.16), transparent 42%);
  pointer-events: none;
}
.geo_more_visual img {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 250px;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 16px 24px rgba(52, 27, 27, 0.12));
}
.geo_stcky_slide2 .geo_more_visual {
  background: linear-gradient(180deg, rgba(253,238,255,.95) 0%, rgba(255,255,255,.6) 100%);
}
.geo_stcky_slide3 .geo_more_visual {
  background: linear-gradient(180deg, rgba(238,246,255,.95) 0%, rgba(255,255,255,.6) 100%);
}
.geo_more_features::after {
  position: absolute;
  content: "";
  background-image: url(../images/masking_shape.png);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: auto;
  z-index: -1;
  right: -1px;
  top: -1px;
  bottom: 0;
  left: 0;
  display: none;
}
/* .geo_more_features::after {
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-bottom: 1px solid rgb(145 41 254 / 30%);
    border-right: 1px solid rgb(145 41 254 / 30%);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    opacity: 0;
    visibility: hidden;
    border-radius: 10px;
    z-index: -1;
}
.geo_more_features::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-top: 1px solid rgb(145 41 254 / 30%);
    border-left: 1px solid rgb(145 41 254 / 30%);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    opacity: 0;
    visibility: hidden;
    border-radius: 10px;
    z-index: -1;
}
.geo_more_features:hover::before {
    width: 100%;
    height: 100%;
    visibility: visible;
    opacity: 1;
}
.geo_more_features:hover::after {
    width: 100%;
    height: 100%;
    visibility: visible;
    opacity: 1;
}

.geo_more_features:hover {
    transform: translate(0px, -3px);
} */
.geo_more_content {
  position: relative;
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 8px 0;
}
.geo_number {
  color: #2e253a;
  font-weight: 700;
  width: fit-content;
  padding: 10px 20px;
  font-size: 20px;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  line-height: normal;
  box-shadow: -6px 7px 23.6px 0px #2564a71a;
}
.geo_more_content h5 {
  font-size: 24px;
  font-weight: 800;
  line-height: 1.2;
  margin: 25px 0 10px;
  background: linear-gradient(
    89.09deg,
    #2887ff -4.43%,
    #22cfff 40.29%,
    #ffd106 62.12%,
    #ff6a35 106.32%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.geo_more_content p {
  color: #222222;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 10px;
  line-height: 1.75;
}
.geo_more_content div {
  background-color: #ffffff;
  padding: 15px;
  border-radius: 10px;
  font-weight: 600;
  border: 1px solid #e5e5e5;
}
.generatebtn {
  display: inline-flex;
  background-color: #ffffff;
  box-shadow: -6px 7px 23.6px 0px #ff983d1a;
  color: #ff9e3c;
  font-size: 16px;
  font-weight: 700;
  padding: 10px 23px;
  border-radius: 50px;
  align-items: center;
  gap: 12px;
}
.generatebtn:hover {
  color: #ffffff;
  background-color: #2e253a;
}
.generatebtn:hover svg path {
  fill: #ffffff;
}

.geo_ai_keyword_section .container-fluid {
    max-width: 1300px!important;
}
.geo_ai_keyword_img {
    margin-bottom: 30px;
    text-align: center;
}
/* More Features css */

.geo_awesomefeatures_section {
  padding: 80px 0;
  position: relative;
  z-index: 1;
  background: linear-gradient(180deg, #f8effd 0%, #eef5fd 94.73%);
  max-width: 1600px;
  margin: auto;
  border-radius: 30px;
}
.geo_awesomefeatures_section .geo_main_heading h4 {
  background: linear-gradient(89.51deg, #fbcf67 2.58%, #ff5dc8 86.33%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.geo_awesomefeatures_section .container {
  max-width: 1380px;
}
span.geo_orange_color {
  color: #ff8a00;
}
.geo_work_box {
  text-align: center;
}
.geo_work_contentmain {
  position: relative;
  z-index: 1;
}
.geo_work_content {
  text-align: center;
  padding: 15px;
  background-color: #ffffff;
  border-radius: 20px;
  max-width: 320px;
  margin: 30px auto 0;
  min-height: 320px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.geo_work_content:hover img {
  transform: rotate(8deg) scale(1);
}

.geo_work_content img {
  transition: transform 0.3s ease;
}
.geo_work_content::after {
  position: absolute;
  content: "";
  max-width: 260px;
  width: 100%;
  height: 320px;
  bottom: -12px;
  border-radius: 20px;
  background: radial-gradient(
    circle,
    #2887ff,
    #22cfff,
    #ffd106,
    #ff6a35,
    #89e0d7
  );
  background-size: 400% 400%;
  -webkit-animation: banner-gradient 30s ease infinite;
  animation: banner-gradient 30s ease infinite;
  margin: auto;
  z-index: -1;
  transition: 0.3s;
}
.geo_work_content:hover::after {
  bottom: 0;
}
@-webkit-keyframes banner-gradient {
  0% {
    background-position: 0 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0 50%;
  }
}

@keyframes banner-gradient {
  0% {
    background-position: 0 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0 50%;
  }
}
.geo_work_content span.geo_number {
  width: 60px;
  height: 60px;
  color: #ffffff;
  font-size: 24px;
  position: absolute;
  top: -30px;
  left: 25px;
}
.geo_number.color1 {
  background: linear-gradient(180deg, #312dff 0%, #4642ff 100%);
}
.geo_number.color2 {
  background: linear-gradient(180deg, #ff2df7 0%, #9542ff 100%);
}
.geo_number.color3 {
  background: linear-gradient(180deg, #ff782d 0%, #ff6f42 100%);
}
.geo_work_content h5 {
  color: #09090b;
  font-size: 40px;
  font-weight: 800;
  line-height: 1;
  margin: 30px 0 10px;
}
.geo_work_content p {
  color: #09090b;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
}
/* Customizable css */
.geo_customizable_section {
  padding: 80px 0 0;
  position: relative;
  z-index: 1;
}
.geo_customizable_section::before {
  position: absolute;
  content: "";
  background-image: url(../images/video_bg.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: auto;
  z-index: -1;
  width: 100%;
  height: 120%;
  left: 0;
  right: 0;
  top: 0;
}
.geo_customizable_section .container {
  position: relative;
}

@keyframes installation {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-20px);
  }
}

@keyframes rotate-animation {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes RightLeft3 {
  0% {
    -webkit-transform: translateX(15px);
    -moz-transform: translateX(15px);
    -ms-transform: translateX(15px);
    -o-transform: translateX(15px);
    transform: translateX(15px);
  }
  100% {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
  }
}

/* Customizable css */

/* Authority css */
.geo_tx_wrapper {
  background: linear-gradient(180deg, #f8eefd 0%, #eef4fd 100%);
  padding: 20px;
  border-radius: 20px;
  border: 1px solid #e5e5e5;
  position: relative;
  min-height: 536px;
  margin-bottom: 30px;
}
.geo_xicon {
  position: absolute;
  top: 10px;
  right: 20px;
  width: 30px;
  height: 30px;
  background-color: #ffffff;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
}
.geo_tx_img {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.geo_tx_img img {
  width: 70px;
  height: 70px;
  border-radius: 50px;
  object-fit: cover;
  border: solid 2px #ffffff;
}
.geo_tx_info h6 {
  color: #000000;
  font-weight: 700;
}
.geo_tx_info p {
  font-size: 13px;
  margin-top: 2px;
}
.geo_tx_info span {
  max-width: fit-content;
  line-height: normal;
  text-align: center;
  color: #5ac915;
  font-size: 13px;
  font-weight: 600;
}
p.geo_xpera {
  margin: 0 0 20px;
  font-size: 16px;
  color: #757575;
}
.geo_sites {
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 20px;
  background: linear-gradient(
    89.09deg,
    rgba(40, 135, 255, 0.1) -4.43%,
    rgba(34, 207, 255, 0.1) 40.29%,
    rgba(255, 209, 6, 0.1) 62.12%,
    rgba(255, 106, 53, 0.1) 106.32%
  );
  border: 1px solid #ffffff;
}
.geo_xlist ul {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.geo_xlist ul li {
  color: #000000;
  display: flex;
  align-items: center;
  gap: 4px;
}
p.reflects {
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  margin-top: 30px;
  color: #09090b;
}
/* Authority css */

/* Generate Video css */
.text-center.your_current {
    font-size: 42px;
    font-weight: 600;
    margin-bottom: 30px;
    color: #09090b;
}
.geo_howwork_section {
  padding: 80px 0;
  position: relative;
  z-index: 1;
}
.geo_howwork_section .container {
  max-width: 1250px;
}
/* .geo_howwork_section .geo_banner_txt_gradient {
  background: linear-gradient(
    89.09deg,
    rgba(255, 40, 176, 0.06) -4.43%,
    rgba(255, 34, 104, 0.06) 40.29%,
    rgba(255, 6, 143, 0.06) 62.12%,
    rgba(255, 53, 204, 0.06) 106.32%
  );
} */
.geo_howwork_section .geo_main_heading h5 {
  color: #09090b;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.2;
}
.geo_howwork_section .geo_main_heading h5 span {
  color: #ff0048;
}
.geo_howwork_section .geo_main_heading p.darkpera {
  color: #09090b;
  margin-bottom: 42px;
}
.geo_problem_wrapper {
  background: linear-gradient(180deg, #fff0f0 0%, #ffdada 100%);
  border-radius: 20px;
  padding: 50px 30px;
  margin-bottom: 30px;
  min-height: 450px;
  transition: all 0.3s ease;
}
.geo_howwork_section .geo_problem_wrapper.flex {
  min-height: 209px;
}
.geo_problem_wrapper.flex {
  display: flex;
  gap: 30px;
  align-items: center;
  padding: 30px;
  min-height: 225px;
}
.geo_problem_wrapper h4 {
  color: #09090b;
  font-size: 20px;
  font-weight: 700;
  margin: 40px 0 10px;
}
.geo_problem_wrapper p {
  font-size: 15px;
  font-weight: 400;
  color: #09090b;
}
.flexdevide {
  display: flex;
  gap: 30px;
}
.geo_problem_wrapper.flex h4 {
  margin: 0 0 10px;
}
.geo_machines_heading .geo_main_heading h1 {
  font-size: 30px;
}
.geo_problem_section .geo_problem_wrapper {
    border: 1px solid #EBDAEE;
    box-shadow: 0px 0px 30px 0px #6C45970F;
    background: #FFFFFF;
    min-height: auto!important;
}
.geo_problem_section .geo_problem_wrapper:hover {
    transform: translateY(-5px) ;
    border-color: #f6c5ff;
    box-shadow: 0 18px 46px rgba(0,0,0,.09),0 4px 12px rgba(0,0,0,.04);
}
/* Generate Video css */

/* Clone Voice css */
.geo_clonevoice_section {
  background-color: #170920;
  padding: 80px 0;
  position: relative;
  z-index: 1;
  max-width: 1800px;
  margin: auto;
  border-radius: 40px;
}
.geo_clonevoice_section .geo_banner_txt_gradient {
  background:
    linear-gradient(#170920, #170920),
    linear-gradient(53.99deg, #116bff 22.45%, #ff8f62 100.13%);
}
.geo_clonevoice_section .geo_banner_txt_gradient h6 {
  color: #ffffff;
}
.geo_clonevoice_section .row {
  align-items: center;
}
.geo_clonevoice_section .geo_main_heading p {
  color: #ffffff;
}
.geo_before_box {
  position: relative;
  background-color: #ffffff;
  border-radius: 50px;
  max-width: 600px;
  margin: 50px auto 0;
  padding: 30px 15px 5px;
}
.geo_before_text {
  background-color: #ff4141;
  width: fit-content;
  padding: 10px 20px;
  border-radius: 50px;
  line-height: normal;
  color: #ffffff;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 30px;
  font-weight: 700;
  position: absolute;
  top: -25px;
  left: 0;
  right: 0;
  margin: auto;
}
.geo_before_list {
  background: linear-gradient(360deg, #ffffff 0%, #ffe5ea 98.67%);
  padding: 15px;
  border-radius: 30px;
  margin-top: 15px;
}
.geo_before_list ul li {
  background-color: #ffffff;
  margin: 10px 0;
  border-radius: 10px;
  padding: 20px 20px;
  display: flex;
  align-items: center;
  gap: 20px;
  border: 1px solid #fbc1ca;
  box-shadow: 0px 0px 20px 0px #b7455633;
  font-size: 26px;
  color: #09090b;
  font-weight: 600;
  position: relative;
  overflow: hidden;
}
.geo_before_list ul li span {
  background-color: #ff4141;
  max-width: 114px;
  flex: 1;
  width: 100%;
  margin-left: auto;
  line-height: normal;
  padding: 6px 10px;
  text-align: center;
  color: #ffffff;
  border-radius: 50px;
  position: relative;
  z-index: 2;
}
.geo_clonevoice_section .metric-bar-wrap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 5px;
  background: rgba(0, 0, 0, 0.07);
  overflow: hidden;
}
.geo_clonevoice_section .metric-bar {
  height: 100%;
  width: 0;
  transition: width 2.6s cubic-bezier(0.16, 1, 0.36, 1);
  position: relative;
}
.geo_clonevoice_section .metric-bar.bad-bar {
  background: linear-gradient(90deg, #ff4444, #ff7777);
}
.geo_clonevoice_section .metric-bar.good-bar {
  background: linear-gradient(90deg, #28c76f, #6be09e);
  box-shadow: 0 0 10px rgba(40, 199, 111, 0.55), 0 0 4px rgba(40, 199, 111, 0.35);
}
.geo_clonevoice_section .metric-bar.good-bar.is-animating::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(255, 255, 255, 0.5) 50%,
    transparent 100%
  );
  transform: translateX(-100%);
  animation: clonevoiceBarShine 2.6s ease forwards;
  animation-delay: var(--metric-delay, 0ms);
}
@keyframes clonevoiceBarShine {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(200%);
  }
}
.geo_before_score {
  background-image: url(../images/checks.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #ffe0e0;
  text-align: center;
  padding: 45px 20px;
  border-radius: 20px;
  margin-top: 25px;
  border: 1px solid #ffffff;
}
.geo_before_score h2 {
  color: #222222;
  font-size: 70px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  gap: 15px;
  align-items: center;
}
.geo_before_score .score-ring {
  position: relative;
  width: 80px;
  height: 80px;
  flex-shrink: 0;
}
.geo_before_score .score-ring svg {
  transform: rotate(-90deg);
  display: block;
}
.geo_before_score .score-ring .ring-bg {
  fill: none;
  stroke: rgba(0, 0, 0, 0.08);
  stroke-width: 7;
}
.geo_before_score .score-ring .ring-fill {
  fill: none;
  stroke-width: 7;
  stroke-linecap: round;
  stroke-dasharray: 220;
  stroke-dashoffset: 220;
  transition: stroke-dashoffset 1.6s cubic-bezier(0.16, 1, 0.36, 1) 0.2s;
}
.geo_before_score .score-ring .score-num {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  font-weight: 900;
  line-height: 1;
}
.geo_before_score .score-ring.bad .score-num {
  color: #e01e1e;
}
.geo_before_score .score-ring.good .score-num {
  color: #1a9e52;
}
.geo_before_score p {
  color: #ff4141;
  font-size: 20px;
  font-weight: 600;
  margin-top: 10px;
}
.geo_before_after_click {
  text-align: center;
}
.geo_before_after_click img {
  animation: bounce 2s ease 0s infinite;
}
.geo_before_after_click h3 {
  background: linear-gradient(
    89.09deg,
    #2887ff -4.43%,
    #22cfff 40.29%,
    #ffd106 62.12%,
    #ff6a35 106.32%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 36px;
  font-weight: 800;
  margin-top: 20px;
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-15px);
  }

  60% {
    transform: translateY(-5px);
  }
}
.geo_after_box .geo_before_text {
  background-color: #5ac915;
}
.geo_after_box .geo_before_list {
  background: linear-gradient(360deg, #ffffff 0%, #cbe9b8 98.67%);
}
.geo_after_box .geo_before_list ul li {
  border: 1px solid #a0d87c;
  box-shadow: 0px 0px 20px 0px rgb(90 201 21 / 20%);
}
.geo_after_box .geo_before_list ul li span {
  background-color: #5ac915;
}
.geo_after_box .geo_before_score {
  background-color: #c6f5a7;
}
.geo_after_box .geo_before_score p {
  color: #5ac915;
}
/* Clone Voice css */

/* Swap Back css */
.geo_swapback_section {
  background-color: #ffffff;
  padding: 80px 0 80px;
  position: relative;
  z-index: 1;
}
.geo_swapback_section.geo_step_section {
  padding: 80px 0;
}
.geo_swapback_section .container {
  max-width: 1500px;
}
.geo_howtwo_section {
  padding: 80px 0 180px;
  position: relative;
  z-index: 1;
  background: linear-gradient(180deg, #FCF8FE 0%, #FFFFFF 137.65%);

}
.geo_howtwo_section .container {
  max-width: 1450px;
}
.geo_howtwo_section .geo_problem_wrapper {
  background-image: url(../images/checks_blue.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  border: 1px solid #EBDAEE;
  box-shadow: 0px 0px 30px 0px #6C45970F;
  background: #FFFFFF;
}
.geo_problem_wrapper h5 {
  background-color: rgb(32 103 243 / 20%);
  width: fit-content;
  line-height: normal;
  border-radius: 50px;
  color: #2067f3;
  font-size: 15px;
  font-weight: 700;
  padding: 8px 15px;
  font-family: "Google Sans", sans-serif;
}
.geo_problem_imgs {
  text-align: center;
}
.geo_problem_wrapper .geo_problem_imgs img {
  margin: 0;
}
.geo_problem_wrapper img {
  margin-bottom: 40px;
  min-height: 130px;
  object-fit: contain;
  transition: transform 0.3s ease;
}
.geo_problem_wrapper:hover img {
animation:iconBounce .45s ease;}
@keyframes iconBounce{
  0%{transform:scale(1);}
  35%{transform:scale(1.1) rotate(-5deg);}
  65%{transform:scale(.94) rotate(3deg);}
  100%{transform:scale(1);}
}
.geo_howtwo_section .geo_problem_wrapper h4 {
  margin: 23px 0 10px;
}
.geo_problem_wrapper.flex img {
  margin-bottom: 0;
  min-height: auto;
}
.geo_howtwo_section .geo_problem_wrapper::after {
  /* position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(180deg, #d7e4ff 0%, #f5f9ff 100%);
  z-index: -1;
  border-radius: 20px; */
}
.geo_howtwo_section .geo_problem_wrapper.flex h4 {
  margin: 12px 0 10px;
}
.geo_visibility_wrapper {
  background-image: url(../images/checks_blue.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  padding: 30px 20px 20px;
  border-radius: 20px;
  max-width: 870px;
  margin: auto;
}
.geo_visibility_wrapper::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(180deg, #d7e4ff 0%, #f5f9ff 100%);
  z-index: -1;
  border-radius: 20px;
}
.geo_visibility_wrapper h2 {
  text-align: center;
  color: #09090b;
  font-size: 30px;
  font-weight: 700;
}
.geo_chatgpt_wrapper {
  margin-top: 26px;
}
.geo_chatgpt_list {
  display: grid;
  gap: 16px;
}
.geo_chatgpt_item {
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(255, 255, 255, 0.8);
  box-shadow: 0 18px 40px rgba(5, 38, 106, 0.08);
  border-radius: 18px;
  padding: 18px 20px;
}
.geo_chatgpt_info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 15px;
}
.geo_chatgpt_info span {
  color: #09090b;
  font-size: 16px;
  font-weight: 700;
  flex: 36%;
}
.geo_chatgpt_item p {
  text-align: center;
  color: #9c9c9c;
  font-size: 14px;
  font-weight: 400;
}
.geo_chatgpt_info strong {
  color: #2067f3;
  font-size: 16px;
  font-weight: 700;
}
.geo_chatgpt_progress {
  width: 100%;
  height: 8px;
  background: #dee9ff;
  border-radius: 999px;
  overflow: hidden;
}
.geo_chatgpt_fill {
  height: 100%;
  background: #2067f3;
  border-radius: 999px;
  transition: width 0.8s ease;
}
@media (max-width: 768px) {
  .geo_chatgpt_list {
    gap: 14px;
  }
  .geo_chatgpt_info {
    flex-direction: column;
    align-items: flex-start;
  }
}
.ma_video_box {
  position: unset;
  bottom: -140px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 1;
  width: 65%;
  margin: 60px auto 0;
}
.ma_video_box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

div#vimeo-video {
  text-align: center;
}

div#vimeo-video img {
  max-width: 1240px;
  max-height: 740px;
  object-fit: contain;
}

.ma-video-icon {
  background-color: #fa37dd;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  cursor: pointer;
  animation: shadow-pulse 2s infinite;
  display: none;
}
@keyframes shadow-pulse {
  0% {
    box-shadow: 0 0 0 0 rgb(250 55 221 / 30%);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(252, 89, 124, 0);
  }
}
.ai_video_heading {
  border: 1px solid transparent;
  background:
    linear-gradient(#fff, #fff),
    linear-gradient(90deg, #cd64ff 0%, #7636ff 100%);
  display: inline-flex;
  background-origin: border-box;
  background-clip: padding-box, border-box;
  border-radius: 50px;
  margin-bottom: 20px;
}
.ma_video_wrapper {
  background-image:
    linear-gradient(#fff0eb, #fff8f2),
    linear-gradient(
      89.09deg,
      #2887ff -4.43%,
      #22cfff 40.29%,
      #ffd106 62.12%,
      #ff6a35 106.32%
    );
  border: 1px solid transparent;
  background-origin: border-box;
  background-clip: padding-box, border-box;
  padding: 10px;
  margin: 0 auto;
  max-width: 1000px;
  border-radius: 20px;
  position: relative;
}

.ma-tutorial-video {
  transition: all 0.5s ease-in-out;
  position: relative;
  z-index: 9;
  background: linear-gradient(
    89.09deg,
    rgba(40, 135, 255, 0.06) -4.43%,
    rgba(34, 207, 255, 0.06) 40.29%,
    rgba(255, 209, 6, 0.06) 62.12%,
    rgba(255, 106, 53, 0.06) 106.32%
  );
  border-radius: 10px;
}
.video-active {
  transform: scale(1.2);
}

.ma-video-overlay {
  background: rgba(255, 255, 255, 0.8);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: all 0.5s ease-in-out;
  z-index: 1;
  z-index: 4;
  opacity: 0;
  visibility: hidden;
}
body.ma-hover-section .ma-video-overlay {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}
div#vimeo-video iframe {
  border-radius: 10px;
}
/* Swap Back css */

/* Generate Image css */
.geo_powerful_tool {
  padding: 80px 0;
  overflow: hidden;
  /* max-width: 1780px;
  margin: auto; */
}
.geo_powerful_tool h3 {
  text-align: center;
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 30px;
  color: #09090b;
}
.geo_generateimage_section {
  padding: 80px 0;
  position: relative;
  z-index: 1;
  background: linear-gradient(180deg, #f8eefd 0%, #eef4fd 100%);
  border-radius: 40px;
  max-width: 1800px;
  margin: auto;
}
.geo_solution_wrapper {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 20px;
  max-width: 1310px;
  margin: auto;
}
.geo_solution_wrapper h2 {
  color: #000000;
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
  font-family: "Google Sans", sans-serif;
}
.geo_solution_list {
  margin-top: 20px;
}
.geo_solution_list ul li {
  background-color: #faf8ff;
  margin: 10px 0;
  border-radius: 10px;
  padding: 18px 20px;
  display: flex;
  align-items: center;
  gap: 20px;
  border: 1px solid #e8dfff;
  font-size: 26px;
  color: #09090b;
  font-weight: 600;
}
.geo_solution_list ul li span {
  background-color: #68aa3f;
  max-width: fit-content;
  flex: 1;
  width: 100%;
  margin-left: auto;
  line-height: normal;
  padding: 8px 15px;
  text-align: center;
  color: #ffffff;
  border-radius: 50px;
  font-size: 20px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
}
.geo_score_box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-top: 20px;
}
.geo_score_list {
  text-align: center;
  background-color: #ffffff;
  border: 1px solid #dde5ff;
  box-shadow: 0px 0px 50px 0px #2c314d1a;
  padding: 42px 20px;
  border-radius: 10px;
}
.geo_score_list h3 {
  color: #126cff;
  font-size: 34px;
  font-weight: 700;
  font-family: "Google Sans", sans-serif;
}
.geo_score_list h4 {
  color: #000000;
  font-size: 22px;
  font-weight: 700;
  margin-top: 10px;
  font-family: "Google Sans", sans-serif;
}

.geo_solution_grid {
  max-width: 1310px;
  margin: 30px auto 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.geo_solution_flexbox {
  display: flex;
  align-items: center;
  gap: 20px;
  background: linear-gradient(90deg, #fdaefb 0%, #ffcefe 100%);
  padding: 20px 35px;
  border-radius: 20px;
}
.geo_solution_title h4 {
  color: #09090b;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 10px;
}
.geo_solution_title p {
  color: #09090b;
  font-size: 18px;
  font-weight: 400;
}
.geo_solution_flexbox.ai_writer {
  background: linear-gradient(90deg, #ffd4aa 0%, #ffe2c7 100%);
}
.geo_solution_flexbox.full_schema {
  background: linear-gradient(90deg, #adaaff 0%, #deddff 100%);
}
.geo_solution_flexbox.auto_llms {
  background: linear-gradient(90deg, #aaeaa1 0%, #c9fec2 100%);
}
.geo_comparison_table {
  display: grid;
  grid-template-columns: repeat(3, minmax(240px, 1fr));
  gap: 15px;
  align-items: center;
  max-width: 1500px;
  margin: 20px auto 0px;
  /* background-color: rgb(255, 255, 255); */
  position: relative;
  z-index: 1;
  border-radius: 10px;
}
.geo_comparison_table:after {
  position: absolute;
  content: "";
  top: 40px;
  left: 0;
  right: 0;
  bottom: 40px;
  background-color: #ffffff;
  z-index: -1;
  border-radius: 10px;
}
.geo_compare_column {
  border-radius: 30px;
  padding: 30px 15px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
}
img.tabicon1 {
  position: absolute;
  top: -50px;
  right: 30px;
}
img.tabicon2 {
  position: absolute;
  top: -70px;
  right: 0;
}
.geo_compare_title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.1;
  color: #09090b;
  margin-left: 30px;
  font-family: "Bricolage Grotesque", sans-serif;
}
.geo_compare_feature {
  background: #ffffff;
}
.geo_compare_feature .geo_compare_list {
  display: grid;
  gap: 14px;
}
.geo_compare_manual {
  background: linear-gradient(270deg, #ffffff 0%, #ffeaea 100%);
}
.geo_compare_manual .geo_compare_title {
  color: #ff3d47;
}
.geo_compare_manual .geo_compare_list {
  display: grid;
  gap: 14px;
}
.geo_compare_geo {
  background: linear-gradient(180deg, #0b3dee 0%, #114bff 100%);
  color: #ffffff;
  position: relative;
  padding: 0 15px 50px;
  z-index: 1;
}
.geo_compare_geo::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: url(../images/tabbg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
  border-radius: 20px;
}
.geo_compare_geo .geo_compare_list {
  display: grid;
  gap: 14px;
  padding: 30px 0;
}
.geo_compare_list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.geo_compare_list li {
  position: relative;
  border-radius: 18px;
  padding: 18px 20px 18px 66px;
  font-size: 20px;
  line-height: normal;
  font-weight: 500;
  color: #09090b;
  transition: all 0.3s ease;
  overflow: hidden;
}
.geo_compare_list li:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.geo_compare_feature .geo_compare_list li:nth-child(even) {
  background: rgb(17 107 255 / 10%);
}

.geo_compare_feature .geo_compare_list li::before {
  position: absolute;
  content: "";
  left: 30px;
  top: 20px;
  background-image: url(../images/right.png);
  width: 22px;
  height: 20px;
  background-size: auto;
  background-repeat: no-repeat;
}
.logow_wr {
  width: 329px;
  height: 89px;
  background: #ffffff1a;
  backdrop-filter: blur(60px);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  border-radius: 0 0 20px 20px;
  position: relative;
}
img.logow {
  max-width: 230px;
  height: 50px;
}
.geo_compare_manual .geo_compare_list li {
  color: #ff3d47;
}
.geo_compare_manual .geo_compare_list li:nth-child(even) {
  background-color: rgb(255 56 56 / 10%);
}
.geo_compare_manual .geo_compare_list li::before {
  position: absolute;
  content: "";
  background-size: auto;
  background-image: url(../images/close.png);
  left: 30px;
  top: 18px;
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
}
.geo_compare_geo .geo_compare_list li {
  color: #ffffff;
}
.geo_compare_geo .geo_compare_list li::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  transform: translateX(-100%);
  transition: transform 0s;
  pointer-events: none;
}
.geo_compare_geo .geo_compare_list li:hover::after {
  transform: translateX(100%);
  transition: transform 0.55s ease;
}
.geo_compare_list li:nth-child(even) {
  background-color: #ffffff1a;
  backdrop-filter: blur(60px);
}
.geo_compare_geo .geo_compare_list li::before {
  content: "";
  position: absolute;
  background-size: auto;
  background-image: url(../images/check.png);
  left: 30px;
  top: 17px;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
}
.geo_compare_column.geo_compare_manual {
  margin: 10px 0;
}
.geo_compare_column.geo_compare_feature {
  margin: 10px 0;
}
@media (max-width: 991px) {
  .geo_comparison_table {
    grid-template-columns: 1fr;
  }
}

/* testimonial css */
.slide-track:hover {
  animation-play-state: paused;
}
.geo_testimonial_section .geo_main_heading {
  margin-bottom: 60px;
}
span.csTypeEffect {
  display: none;
}
.geo_testimonial_section .container-fluid {
  max-width: 100%;
  position: relative;
  overflow: hidden;
}
.geo_slider_wrapper .swiper-container {
  padding: 15px 0;
}
.geo_slider_testimonials {
  position: relative;
}

.geo_slider_testimonials .geo_slider_wrapper .swiper-container {
  padding: 15px 0;
}
.el_testimonials_box {
  padding: 40px;
  text-align: left;
}
.geo_slider_testimonials .swiper-slide {
  max-width: 675px;
  width: 100%;
  flex: 0 0 33.33%;
}
.swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.geo_mobile_img img {
  width: 470px;
  height: 280px;
  object-fit: cover;
  border-radius: 6px;
}

.swiper-wrapper {
  position: relative;
  -webkit-transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
  overflow: visible;
  /* display: flex;
    align-items: center;
    justify-content: center; */
  gap: 20px;
}
.swiper-slide {
  width: 380px !important;
}
.el_testimonials_box h4 {
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 5px;
}
.el_testimonials_box p {
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
  margin-top: 10px;
}
.el_testimonials_box p span {
  font-weight: 600;
}

.aif-chatbot-tesmnl-leftslide {
  /* animation: scrollLeft 30s linear infinite; */
}
.aif-chatbot-tesmnl-rightslide {
  /* animation: scrollRight 30s linear infinite; */
}
.aif-chatbot-tesmnl-slider:hover {
  animation-play-state: paused;
}
@keyframes scrollLeft {
  100% {
    transform: translateX(calc(-320px * 5));
  }
}

@keyframes scrollRight {
  0% {
    transform: translateX(calc(-320px * 5));
  }
  100% {
    transform: translateX(0);
  }
}
/* Responsive */
@media (max-width: 768px) {
  .card {
    width: 250px;
  }

  .slide-track {
    width: calc(250px * 10);
  }

  @keyframes scrollLeft {
    100% {
      transform: translateX(calc(-250px * 5));
    }
  }

  @keyframes scrollRight {
    0% {
      transform: translateX(calc(-250px * 5));
    }
  }
}

.testimonial-section {
  background: #1a0126;
  padding: 80px 0;
}

.slider {
  position: relative;
  overflow: hidden;
  margin-bottom: 40px;
}

/* Gradient Fade */
/* .slider::before,
.slider::after {
  content: "";
  position: absolute;
  top: 0;
  width: 120px;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}

.slider::before {
  left: 0;
  background: linear-gradient(to right, #1a0126, transparent);
}

.slider::after {
  right: 0;
  background: linear-gradient(to left, #1a0126, transparent);
} */

.slide-track {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
  width: 100%;
  align-items: stretch;
}

@media (max-width: 991px) {
  .slide-track {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }
}

@media (max-width: 575px) {
  .slide-track {
    grid-template-columns: 1fr;
    gap: 18px;
    justify-items: center;
  }

  .card {
    max-width: 520px;
  }
}

.card {
    width: 100%;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    gap: 30px;
    margin: 0;
}

/* Animation Left Direction */
.left {
  /* animation: scrollLeft 100s linear infinite; */
}

/* Animation Right Direction */
.right {
  /* animation: scrollRight 100s linear infinite; */
}

@keyframes scrollLeft {
  100% {
    transform: translateX(calc(-320px * 5));
  }
}

@keyframes scrollRight {
  0% {
    transform: translateX(calc(-320px * 5));
  }
  100% {
    transform: translateX(0);
  }
}
/* testimonial css */

.geo_results_wrapper {
  padding: 80px 0 0;
}
.geo_wordPress_flex {
  margin-top: 60px;
}
.geo_wordPress_vip {
  position: relative;
}
.geo_wordPress_vip span {
  color: #ffffff;
  border-radius: 50px;
  padding: 10px 20px;
  line-height: normal;
  font-weight: 600;
  font-size: 16px;
  background: #5ac915;
}
.geo_results_flex {
  display: flex;
  gap: 30px;
  align-items: center;
  flex-wrap: wrap;
}
.geo_wordPress_vip h5 {
  font-size: 30px;
  font-weight: 700;
  color: #09090b;
}
.geo_wordPress_vip h6 {
  font-size: 20px;
  margin-top: 10px;
  color: #ff0048;
}
.geo_wordPress_vip h3 {
  background: linear-gradient(89.09deg, #2887ff -4.43%, #22cfff 40.29%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 700;
  margin: 30px 0 10px;
  font-size: 30px;
}
.geo_wordPress_vip h4 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.3;
}
p.geo_tier {
  line-height: 1.6;
}
.geo_results_img_left {
  background: linear-gradient(180deg, #f8effd 0%, #eef5fd 94.73%);
  padding: 60px 50px;
  text-align: left;
  border-radius: 40px;
}
.geo_word_box {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 50px;
}
.geo_wp_list {
  text-align: center;
  background-color: #ffffff;
  border: 1px solid #dde5ff;
  box-shadow: 0px 0px 50px 0px #2c314d1a;
  padding: 20px 0;
  border-radius: 10px;
  max-width: 165px;
  width: 100%;
}
.geo_wp_list h3 {
  color: #126cff;
  font-size: 24px;
  font-weight: 700;
}
.geo_wp_list p {
  color: #000000;
  font-size: 15px;
  font-weight: 700;
  margin-top: 5px;
}

/* Price css */
.geo_perfect_for.newChanges {
    box-shadow: 0px -20px 20px 0px #00000014;
    background: #fff;
}
.newChanges.geo_perfect_for > p {
    background: #0251d4;
    color: #ffffff;
}
.geo_perfect_for.newChanges ul {
    padding: 0px 10px 0 10px;
}
.geo_pricing_section {
  background-image: url(../images/pricing_bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 80px 0;
  position: relative;
  z-index: 1;
}
img.price_icon1 {
  position: absolute;
  bottom: 150px;
  left: 60px;
  animation: 5s installation infinite alternate;
}
img.price_icon2 {
  position: absolute;
  right: 60px;
  animation: 3s installation infinite alternate;
}
.geo_pricing_section .container {
  max-width: 1170px;
}
.row.geo_row_wrapper {
  background-color: #ffffff;
  border-radius: 20px;
  border: 1px solid #e4e7f3;
  box-shadow: 0px 0px 50px 0px #5d5b9d1a;
  background-image: url(../images/price_boxbg.png);
  background-repeat: no-repeat;
  background-position: top -50px right -50px;
  background-size: auto;
  margin-top: 30px;
  position: relative;
  z-index: 1;
  justify-content: center;
  box-shadow: none;
  border: none;
  background: no-repeat;
}
.geo_popular {
  position: absolute;
  top: -40px;
  left: 0;
  background: linear-gradient(53.99deg, #116bff 22.45%, #ff8f62 100.13%);
  width: 175px;
  min-height: 70px;
  font-size: 16px;
  color: #ffffff;
  font-weight: 800;
  display: flex;
  align-items: self-start;
  gap: 4px;
  padding: 10px 20px;
  border-radius: 30px 15px 0 0;
  z-index: -1;
}
.geo_popular svg {
  position: relative;
  top: 2px;
}
.row.geo_row_wrapper .col-lg-4.col-md-6.col-sm-6 {
  padding: 0 0 0 11px;
}
.geo_plans_wrapper {
  border-radius: 20px;
  padding: 35px 30px 30px;
}
.geo_plan_content h4 {
  color: #332952;
  font-size: 26px;
  font-weight: 800;
}
.geo_plan_content p {
  color: #716b8b;
  font-size: 16px;
  font-weight: 500;
  margin: 6px 0 14px;
}
.geo_plan_content {
  border-bottom: 1px solid #303c58;
  margin-bottom: 28px;
  padding-bottom: 25px;
}
.geo_plan_content h2 {
  font-size: 50px;
  font-weight: 900;
  color: #332952;
  border-bottom: 1px solid #e4e7f3;
  margin-bottom: 28px;
  padding-bottom: 25px;
  position: absolute;
  top: 30px;
  right: 30px;
  width: fit-content;
  border: none;
}
.geo_plan_content h2 span {
  font-size: 20px;
  font-weight: 700;
  background: -webkit-linear-gradient(
    53.99deg,
    #116bff 22.45%,
    #ff8f62 100.13%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.geo_plan_list {
  margin-top: 0;
}
.geo_plan_list ul li {
  color: #332952;
  font-size: 16px;
  font-weight: 600;
  margin-top: 21px;
  line-height: normal;
}
.geo_plan_list ul li img {
  position: relative;
  top: -2px;
  margin-right: 15px;
}
.geo_plan_list ul li span {
  color: #bab7c3;
}
.geo_btn_plan {
  margin-top: 28px;
}
.geo_btn_plan .geo_btn > span {
  min-width: 100%;
  animation: none;
  background: linear-gradient(53.99deg, #116bff 22.45%, #ff8f62 100.13%);
  gap: 20px;
}

.geo_plans_wrapper.geo_plans_dark {
  background-image: url(../images/price_dark.png);
  background-repeat: no-repeat;
  background-position: top -50px right -50px;
  background-size: auto;
  background-color: #111828;
  position: relative;
  top: 0;
  box-shadow: 0px 0px 50px 0px #5d5b9d1a;
  padding: 30px 40px;
}
.geo_plans_dark .geo_plan_content h4 {
  color: #ffffff;
}
.geo_plans_dark .geo_plan_content p {
  color: #ffffff;
}
.geo_plans_dark .geo_plan_list ul li {
  color: #ffffff;
}
.geo_plans_dark .geo_plan_content h2 {
  color: #ffffff;
  border-color: #303c58;
  padding: 0;
  margin: 0;
}
.geo_btn_plan.active .geo_btn > span {
  background: #ffffff;
  color: #116bff;
}

.geo_money_content h2 {
  color: #121c42;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 13px;
  text-transform: capitalize;
}
.geo_money_content p {
  color: #485583;
  font-size: 18px;
  font-weight: 300;
  text-transform: capitalize;
}

.geo_moneyimg .geo_btn > span {
  background: rgb(255 255 255 / 10%);
}
/* Price css */

/* Why BabyFace css */
.geo_why_babyface_section {
  background-color: #110b23;
  background-image: url(../images/babyface_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 1;
  padding: 80px 0;
  overflow: hidden;
}
.geo_main_heading h5.white_heading {
  color: #ffffff;
}
.home_template_wrapper.home_template_babyface {
  margin: 30px 0 50px;
  gap: 0;
}
.geo_why_babyface_section .home_slide_box {
  max-width: 295px;
}
/* Why BabyFace css */

/* FAQ css */
.geo_faq_section {
  background-image: url(../images/faq_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 80px 0;
  position: relative;
  z-index: 1;
}
.geo_faq_section .container {
  max-width: 994px;
}
img.faq_icon1 {
  position: absolute;
  top: 150px;
  left: 30px;
  animation: 5s installation infinite alternate;
}
img.faq_icon2 {
  position: absolute;
  top: 100px;
  right: 30px;
  animation: 6s installation infinite alternate;
}
img.faq_icon3 {
  position: absolute;
  bottom: 170px;
  left: 0;
  animation: 3s installation infinite alternate;
}
img.faq_icon4 {
  position: absolute;
  bottom: 60px;
  right: 140px;
  animation: 4s installation infinite alternate;
}
.accordion-item {
  background-color: #ffffff;
  border: 1px solid #e4e7f3 !important;
  box-shadow: 0px 0px 50px 0px rgb(93 91 157 / 10%);
  margin-top: 15px;
  border-radius: 10px !important;
  padding: 10px;
}
.accordion-button {
  padding: 20px 30px;
  font-size: 20px;
  font-weight: 800;
  color: #332952;
  gap: 20px;
}
.accordion-body {
  padding: 15px 30px;
  border: 1px solid #e4e7f3;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 10px 50px 0px rgb(93 91 157 / 10%);
  color: #716b8b;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}
.accordion-button::after {
  width: 14px;
  height: 8px;
  background-image: url(../images/faq_angle.svg);
  background-size: auto;
}
.accordion-button:not(.collapsed)::after {
  background-image: url(../images/faq_angle.svg);
  transform: rotate(-180deg);
}
.accordion-button:not(.collapsed) {
  color: #332952;
  background-color: #ffffff;
  box-shadow: none;
}
.accordion-button:focus {
  z-index: 3;
  border-color: transparent;
  outline: 0;
  box-shadow: none;
}
/* FAQ css */

/* Slider Section CSS */
.geo_slider_section {
  background-color: #ffffff;
  padding: 80px 0;
}
.geo_slider_section .geo_main_heading {
  margin-bottom: 0;
}
.geo_slider_tools_slide {
  max-width: 380px;
  min-height: 435px;
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0px 0px 50px 0px rgb(93 91 157 / 10%);
  border-radius: 14px;
  padding: 30px;
  border: 1px solid #5d5b9d1a;
}
.geo_slider_img {
  min-height: 321px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.geo_slider_img img {
  max-width: 300px;
  max-height: 320px;
  object-fit: contain;
}
.geo_slider_tools_slide .geo_banner_txt_gradient {
  margin: 0 auto 0;
}
.swiper-wrapper {
  transition-timing-function: linear;
}
.geo_slider_tools_slide.tool_slide_bg0 {
  background-image: url(../images/tool_slide_bg0.png);
  background-repeat: no-repeat;
  background-position: left -51px top -51px;
  background-size: auto;
}
.geo_slider_tools_slide.tool_slide_bg1 {
  background-image: url(../images/tool_slide_bg1.png);
  background-repeat: no-repeat;
  background-position: left -51px top -51px;
  background-size: auto;
}
.geo_slider_tools_slide.tool_slide_bg2 {
  background-image: url(../images/tool_slide_bg2.png);
  background-repeat: no-repeat;
  background-position: left -51px top -51px;
  background-size: auto;
}
.geo_slider_tools_slide.tool_slide_bg3 {
  background-image: url(../images/tool_slide_bg3.png);
  background-repeat: no-repeat;
  background-position: left -51px top -51px;
  background-size: auto;
}
.geo_slider_tools_slide.tool_slide_bg4 {
  background-image: url(../images/tool_slide_bg4.png);
  background-repeat: no-repeat;
  background-position: left -51px top -51px;
  background-size: auto;
}
.geo_slider_tools_slide.tool_slide_bg5 {
  background-image: url(../images/tool_slide_bg5.png);
  background-repeat: no-repeat;
  background-position: left -51px top -51px;
  background-size: auto;
}
.ma_testimonials_slider {
  margin-bottom: 35px;
}
.swiper-container {
  padding: 30px 0 65px;
}
.swiper-pagination-bullet {
  background: rgb(255 79 127 / 60%);
  opacity: 1;
}
.swiper-pagination-bullet-active {
  background: #ff4f7f;
  width: 22px;
  border-radius: 14px;
}
/* Slider Section CSS */

/* bounus  css */
.row-reverse {
    flex-direction: row-reverse;
}
.own_bonus{
  padding-bottom: 30px;
}
/* bounus  css */
/* Footer css */
.geo_footer_section {
  position: relative;
  z-index: 1;
  background-color: #07033e;
  padding: 80px 0;
}
.geo_footer_section .geo_main_heading {
  margin-bottom: 0;
}
.geo_footer_logo {
  margin-bottom: 25px;
}
.geo_footer_section .geo_main_heading h2 {
  color: #ffffff;
  font-size: 22px;
  margin-bottom: 0;
  font-weight: 800;
}
.geo_footer_section .geo_main_heading p {
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 30px;
}
.geo_form_wrapper form {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  max-width: 570px;
  margin: auto;
}
.geo_form_wrapper form input {
  width: 100%;
  height: 50px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  background-color: #151053;
  border: none;
  border-radius: 10px;
  padding: 0 20px;
}
.geo_form_wrapper form input::placeholder {
  color: #ffffff41;
}
button.geo_btn {
  border: none;
  padding: 0;
  border-radius: 10px;
  z-index: 1;
  position: relative;
  margin-left: -10px;
}
button.geo_btn > span {
  font-size: 14px;
  font-weight: 600;
  min-width: 170px;
  animation: none;
  background: linear-gradient(53.99deg, #116bff 22.45%, #ff8f62 100.13%);
}
button.geo_btn > span:hover {
  transform: translate(0px, 0px);
}
.geo_footer_wrapper {
  padding: 15px 0;
  background-color: #1b1755;
  text-align: center;
}
.geo_footer_copy p {
  font-size: 16px;
  font-weight: 800;
  color: #ffffff;
  line-height: normal;
}
.geo_footer_links ul {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 45px;
}
.geo_footer_links ul li {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
}
.geo_footer_links ul li a {
  color: #ffffff;
  text-decoration: underline;
}
.geo_footer_links ul li a:hover {
  color: #116bff;
}
/* Index Page Css Start */

/***** loader ******/
.loader {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000;
}
/* .loader img {
	width: 80px;
} */

body {
  min-height: 100vh;
  & .spinner {
    position: relative;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    background: linear-gradient(45deg, transparent, transparent 40%, #116bff);
    animation: animate 1s linear infinite;
    &:before {
      content: "";
      display: block;
      position: absolute;
      top: 2px;
      bottom: 2px;
      left: 2px;
      right: 2px;
      background: #000;
      border-radius: 50%;
      z-index: 99999;
    }
    &:after {
      content: "";
      display: block;
      position: absolute;
      top: 0px;
      bottom: 0px;
      left: 0px;
      right: 0px;
      background: linear-gradient(45deg, transparent, transparent 40%, #ff8f62);
      border-radius: 50%;
      filter: blur(30px);
      z-index: 1;
    }
  }
}

@keyframes animate {
  0% {
    transform: rotate(0deg);
    filter: hue-rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    filter: hue-rotate(180deg);
  }
}
/***** loader ******/

/* responsive css */
@media (max-width: 1499px) {
  .geo_compare_geo .geo_compare_list {
    padding: 20px 0;
  }
  .geo_comparison_table:after {
    top: 0;
    bottom: 0;
  }
  .geo_compare_column {
    padding: 30px 10px 10px;
  }
  .geo_compare_list li {
    padding: 15px 10px 15px 50px;
    font-size: 16px;
  }
  img.tabicon1 {
    top: -50px;
    right: 10px;
    max-width: 70px;
  }
  .geo_compare_title {
    font-size: 26px;
    margin-left: 10px;
  }
  img.tabicon2 {
    top: -60px;
    max-width: 100px;
  }

  .logow_wr {
    width: 280px;
    height: 80px;
    border-radius: 20px;
  }
  .geo_compare_feature .geo_compare_list li::before {
    left: 20px;
    top: 15px;
  }
  .geo_compare_manual .geo_compare_list li::before {
    left: 20px;
    top: 14px;
  }
  .geo_compare_geo .geo_compare_list li::before {
    left: 18px;
    top: 13px;
  }
  .geo_banner_text > h1 img {
    top: -10px;
    left: 30px;
  }
  .geo_work_content::after {
    bottom: -5px;
  }
  .geo_banner_text > h1 {
    font-size: 46px;
  }

  .geo_word_box {
    text-align: center;
    max-width: 100%;
    margin: 20px auto 0;
  }
  .geo_demo_click {
    text-align: center;
    width: 100%;
    margin: auto;
    display: flex;
    flex-direction: column;
  }
  .geo_demo_click.geo_demo_create {
    width: 100%;
  }
}

@media (max-width: 1399px) {
  .ma_video_wrapper {
    max-width: 80%;
}
}
@media (max-width: 1199px) {
  .geo-navbar-menu ul li {
    margin-right: 40px;
  }
  .geo_slider_wrapper .swiper-slide {
    max-width: 100%;
    flex: 0 0 40%;
  }
  .geo_slider_testimonials .swiper-slide {
    max-width: 100%;
    flex: 0 0 40%;
  }
  .geo_morefeatures_section .geo_main_heading h5 {
    font-size: 30px;
  }
  .geo_main_heading h5 {
    font-size: 30px;
  }
  .geo_banner_txt_gradient h6 {
    font-size: 18px;
  }
  .geo_banner_txt_wrapper img {
    left: -2px;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 60px;
  }
  .geo_btn_plan .geo_btn > span {
    min-width: auto;
  }

  .home_slide_box {
    flex: 0 0 33%;
  }

  .home_template_small .home_slide_box {
    flex: 0 0 25%;
  }
  .home_template_square .home_slide_box {
    flex: 0 0 25%;
  }
  .geo_why_babyface_section .home_slide_box {
    flex: 0 0 30%;
  }

  .geo_main_heading_text {
    font-size: 50px;
  }
  .geo_pymnt_heading {
    font-size: 50px;
  }
  .geo_tab_wrapper .geo_work_content h5 {
    font-size: 22px;
  }
  .geo_work_content p {
    font-size: 16px;
  }
}

@media (max-width: 1300px) {
  .home_template_wrapper {
            display: flex;
        flex-wrap: wrap;
        justify-content: center;
  }
  .home_template_wrapper.aif-chatbot-tesmnl-slider {
    animation: none !important;
    transform: none !important;
  }
  .home_slide_box {
    flex: 0 0 auto;
    max-width: 280px;
    width: 100%;
  }
  .home_slide_box img {
    max-width: 100%;
    max-height: none;
    height: auto;
  }
}

@media (max-width: 991px) {
  .geo_banner_text > h1 {
    font-size: 34px;
  }
  .geo_main_heading h1 {
    font-size: 30px;
  }
  .geo_main_heading h4 {
    font-size: 30px;
  }
  .home_slide_box {
    flex: 0 0 45%;
  }
  .home_template_small .home_slide_box {
    flex: 0 0 40%;
  }
  .home_template_square .home_slide_box {
    flex: 0 0 40%;
  }
  .geo_why_babyface_section .home_slide_box {
    flex: 0 0 40%;
  }
  .geo_banner_section {
    padding: 40px 0 60px;
  }
  .geo_features_section {
    padding: 60px 0;
    background-color: #f2f4f2;
  }

  .geo_morefeatures_section {
    padding: 60px 0;
  }

  .geo_awesomefeatures_section {
    padding: 60px 0;
  }
  .geo_howwork_section {
    padding: 60px 0;
  }
  .geo_clonevoice_section {
    padding: 60px 0;
  }
  .geo_swapback_section {
    padding: 60px 0;
  }
  .geo_generateimage_section {
    padding: 60px 0;
  }
  .geo_pricing_section {
    padding: 60px 0;
  }
  .geo_why_babyface_section {
    padding: 60px 0;
  }
  .geo_faq_section {
    padding: 60px 0;
  }
  .geo_slider_section {
    padding: 60px 0;
  }
  .geo_solutions_section {
    padding: 60px 0;
    background-color: #0a151b;
    margin: 0;
  }
  .geo_testimonial_section {
    padding: 60px 0;
  }
  .geo_footer_section {
    padding: 50px 0;
  }
  .geo_more_features {
    padding: 28px;
    gap: 24px;
    flex-direction: column;
    align-items: stretch;
    min-height: auto;
  }
  .geo_more_visual {
    flex: 0 0 auto;
    max-width: 100%;
    width: 100%;
    min-height: 240px;
  }
  .geo_more_visual img {
    max-width: 220px;
  }
  .geo_more_content {
    padding: 0;
  }
  .geo_more_content h5 {
    margin-top: 16px;
  }

  .geo_slider_testimonials .swiper-slide {
    flex: 0 0 50%;
  }
  .el_testimonials_box {
    padding: 30px;
  }
  .swiper-wrapper {
    gap: 30px;
  }
  .geo_plans_wrapper {
    padding: 30px;
  }
  .geo_plans_wrapper.geo_plans_dark {
    top: 0;
    padding: 30px;
  }
  .row.geo_row_wrapper .col-lg-4.col-md-6.col-sm-6 {
    padding: 0 10px 0 10px;
  }
  .geo_plans_wrapper.geo_plans_dark.geo_plans_primary {
    min-height: auto;
    top: 0px;
    padding: 30px;
  }
  .geo_main_heading.geo_swap_heading.geo_custom_heading {
    margin-left: 0;
    margin: 0 0 40px;
  }
  .geo_main_heading.geo_swap_heading {
    margin-left: 0;
    margin-bottom: 0;
    margin-top: 50px;
  }
}

@media (max-width: 767px) {
  .nav-pills .nav-link.active::after {
    display: none;
  }
  .geo_slider_wrapper .swiper-slide {
    flex: 0 0 50%;
  }
  .geo_slider_testimonials .swiper-slide {
    flex: 0 0 70%;
  }
  .geo_banner_text > h1 {
    font-size: 30px;
  }

  .geo_plans_wrapper.geo_plans_dark.geo_plans_primary {
    margin-top: 25px;
  }
  .geo-navbar-menu ul li {
    margin-right: 20px;
  }
  .geo_slider_img {
    min-height: auto;
    margin-bottom: 30px;
  }
  .geo_more_features {
    padding: 24px;
    gap: 20px;
  }
  .geo_more_visual {
    min-height: 210px;
    padding: 18px;
  }
  .geo_more_visual img {
    max-width: 190px;
  }
  .geo_number {
    font-size: 15px;
    padding: 8px 14px;
  }
  .geo_more_content h5 {
    font-size: 21px;
  }
  .geo_plan_content h2 {
    font-size: 30px;
  }
}

@media (max-width: 575px) {
  .geo_more_features {
    padding: 18px;
    gap: 18px;
    border-radius: 22px;
  }
  .geo_more_visual {
    min-height: 180px;
    padding: 16px;
    border-radius: 22px;
  }
  .geo_more_visual img {
    max-width: 170px;
  }
  .geo_number {
    font-size: 14px;
    padding: 8px 14px;
  }
  .geo_more_content h5 {
    font-size: 20px;
    margin: 14px 0 8px;
  }
  .geo_more_content p {
    font-size: 15px;
    line-height: 1.65;
  }
  .home_template_mini .home_slide_box {
    flex: 0 0 80%;
  }
  .home_template_small .home_slide_box {
    flex: 0 0 50%;
  }
  .home_template_square .home_slide_box {
    flex: 0 0 50%;
  }
  .geo_why_babyface_section .home_slide_box {
    flex: 0 0 50%;
  }
  .geo_banner_text p {
    font-size: 18px;
  }

  .geo_brand_logo a img {
    max-width: 160px;
  }
  .geo_btn > span {
    padding: 0 20px;
  }
  .geo_main_heading h3 {
    font-size: 30px;
  }

  .geo_slider_testimonials .swiper-slide {
    width: fit-content;
  }
  .aif-chatbot-tesmnl-leftslide {
    /* animation: scrollLeft 20s forwards linear infinite; */
  }
  .aif-chatbot-tesmnl-rightslide {
    /* animation: scrollRight 20s linear infinite; */
  }
  .geo_slider_wrapper .swiper-slide {
    flex: 0 0 100%;
  }
  .geo_slider_testimonials .swiper-slide {
    flex: 0 0 100%;
  }
  .geo_main_heading p {
    font-size: 16px;
  }
  .geo_banner_text > h1 {
    font-size: 24px;
  }
  .geo_morefeatures_section .geo_main_heading h5 {
    font-size: 24px;
  }
  .geo_main_heading h1 {
    font-size: 24px;
  }
  .geo_work_content span.geo_number {
    top: -25px;
  }
  .geo_work_content {
    min-height: auto;
    padding: 45px 25px 25px;
  }
  .geo_work_content h5 {
    font-size: 24px;
  }
  .geo_main_heading h5 {
    font-size: 24px;
  }
  li.tab_shape1 {
    display: none;
  }
  .geo_main_heading h4 {
    font-size: 24px;
  }
  img.collapse_faq {
    display: none;
  }
  .accordion-button {
    padding: 15px;
    font-size: 16px;
  }
  .accordion-body {
    padding: 15px;
    font-size: 16px;
  }
  .geo_brand_logo img {
    max-width: 150px;
  }
  .geo_header_btn .geo_btn > span {
    min-height: 40px;
    padding: 0 15px;
  }
}
/* responsive css */

/* Heading */
.geo_main_heading_text {
  font-size: 60px;
  font-weight: 700;
  color: #09090b;
  text-align: center;
}
.geo_sub_heading_text {
  font-size: 20px;
  font-weight: 400;
  color: #09090b;
  text-align: center;
  max-width: 800px;
  width: 100%;
  margin: auto;
  padding-top: 15px;
}
/* Heading */

/* Gredient heading */

/* .geo_banner_txt_wrapper {
  background-image:
    linear-gradient(#fff0eb, #fff8f2),
    linear-gradient(
      89.09deg,
      #2887ff -4.43%,
      #22cfff 40.29%,
      #ffd106 62.12%,
      #ff6a35 106.32%
    );
  border: 1px solid transparent;
  background-origin: border-box;
  background-clip: padding-box, border-box;
  margin: 0 auto 10px;
  width: fit-content;
  border-radius: 60px;
  position: relative;
} */
/* Gredient heading */

/* Testimonial */
.geo_testimonial_section {
  max-width: 1800px;
  width: 100%;
  margin: auto;
  border-radius: 40px;
  background: #170920;
  padding: 80px 0;
}
.geo_testimonial_section .geo_gradient_heading .geo_banner_txt_gradient {
  background-image:
    linear-gradient(#170920, #170920),
    linear-gradient(53.99deg, #116bff 22.45%, #ff8f62 100.13%);
}
.geo_testimonial_section .geo_gradient_heading .geo_gradient_heading_text {
  background: linear-gradient(90.09deg, #ffec03 2.58%, #ff8906 82.27%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.geo_testimonial_section .geo_banner_txt_gradient h6 {
  color: #ffffff;
}
.geo_testimonial_section .geo_main_heading_text {
  color: #ffffff;
}
.geo_testimonial_section .geo_main_heading p {
  color: #ffffff;
}
.geo_tesmnl_slider_parent {
  position: relative;
}
.geo_tesmnl_slider_parent::before,
.geo_tesmnl_slider_parent::after {
  /* content: "";
  background: linear-gradient(90deg, #1e1334 -2%, rgba(30, 19, 52, 0) 82.45%);
  width: 190px;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  pointer-events: none; */
}
.geo_tesmnl_slider_parent::before {
  left: 0;
}
.geo_tesmnl_slider_parent::after {
  right: 0;
  transform: rotate(180deg);
}
.geo_slider_wrapper {
  overflow: hidden;
}
.el_testimonials_box h4 {
  color: #000;
  font-size: 18px;
  font-weight: 600;
}
.el_testimonials_box p {
  font-size: 16px;
  color: #757575;
  font-weight: 400;
  margin-top: 10px;
}
/* Testimonial */

/* Tab */
.geo_tab_wrapper {
  padding: 0 0 80px;
}
.geo_tab_wrapper.geo_inside_wrapper {
  padding: 80px 0;
}
.geo_tab_wrapper .geo_work_content {
  border: 1px solid #e8dfff;
  box-shadow: 0px 0px 50px 0px #2c314d1a;
  max-width: 100%;
  padding: 50px 30px;
  position: relative;
}
.geo_tab_wrapper .geo_work_content img {
  max-width: 150px;
}
.geo_tab_wrapper .geo_work_content::after {
  max-width: 450px;
}
.geo_tab_wrapper .geo_work_content h5 {
  font-size: 26px;
  line-height: 1.3;
  margin-top: 10px;
}
.geo_tab_wrapper .geo_work_content h6 {
  background-color: rgb(32 103 243 / 20%);
  width: fit-content;
  line-height: normal;
  border-radius: 50px;
  color: #2067f3;
  font-size: 18px;
  font-weight: 700;
  padding: 8px 15px;
  text-decoration: line-through;
  margin-top: 30px;
  font-family: "Google Sans", sans-serif;
}
.geo_tab_wrapper .geo_work_content h6.freebonus {
  text-decoration: auto;
}
.tabcontent {
  display: none;
}
.tabcontent.active {
  display: block;
}
.geo_tab_box {
  max-width: 1500px;
  width: 100%;
  margin: 50px auto 0 auto;
  background: linear-gradient(180deg, #f8eefd 0%, #eef4fd 100%);
  border-radius: 20px;
  padding: 10px;
  gap: 20px;
}
.geo_tab_content {
  max-width: 515px;
  width: 100%;
}
.geo_tab_content ul li a {
  width: 100%;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  min-height: 82px;
  background: #ffffff4d;
  border-radius: 20px;
  border: 1px solid #ffffff;
  padding: 5px 30px;
  position: relative;
  font-size: 26px;
  font-weight: 700;
  color: #09090b;
  font-family: "Bricolage Grotesque", sans-serif;
  transition: all 0.3s;
}
.geo_tab_content ul li {
  width: 100%;
}
.geo_tab_content ul li:not(:last-child) {
  margin-bottom: 10px;
}
.geo_tab_content ul li a.active {
  background: linear-gradient(
    89.09deg,
    rgba(40, 135, 255, 0.1) -4.43%,
    rgba(34, 207, 255, 0.1) 40.29%,
    rgba(255, 209, 6, 0.1) 62.12%,
    rgba(255, 106, 53, 0.1) 106.32%
  );
}
.geo_tab_content ul li a.active::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px;
  border: 1px solid transparent;
  background: linear-gradient(
      89.09deg,
      #2887ff -4.43%,
      #22cfff 40.29%,
      #ffd106 62.12%,
      #ff6a35 106.32%
    )
    border-box;
  -webkit-mask:
    linear-gradient(#fff 0 0) padding-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  pointer-events: none;
  transition: all 0.3s;
}
/* Tab */

/* Guarantee section */
.geo_guarantee_wrapper {
  padding: 80px 0;
}
.geo_guarntee_box {
  background-image: url(../images/guarantee-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 20px;
  box-shadow: 0px 0px 90px 0px #0d45b233;
  padding: 40px 40px 30px 40px;
  max-width: 1075px;
  width: 100%;
  margin: 100px auto 0 auto;
  position: relative;
}
.geo_guarntee_box > img {
  margin-top: -110px;
  margin-bottom: 25px;
}
.geo_guarntee_box > p {
  font-size: 18px;
  font-weight: 400;
  color: #09090b;
}
.geo_guarntee_bulelts {
  background: var(--white-color);
  border-radius: 20px;
  padding: 30px;
  gap: 15px;
  margin-top: 30px;
}
.geo_guarntee_bulelts ul li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
}
.geo_guarntee_bulelts ul li:not(:last-child) {
  margin-bottom: 20px;
}
.geo_guarntee_bulelts ul li img {
  flex: none;
  position: relative;
  top: -1px;
}
.geo_guarntee_bulelts ul li p {
  font-size: 18px;
  font-weight: 700;
  color: #09090b;
}
/* Guarantee section */

/* Pricing Plan */
.geo_price_wrapper {
  max-width: 1800px;
  width: 100%;
  margin: auto;
  background: linear-gradient(180deg, #f8eefd 0%, #eef4fd 94.03%);
  border-radius: 40px;
  padding: 80px 0;
}
.geo_price_wrapper .geo_main_heading_text {
  display: flex;
  flex-direction: column;
}
.geo_price_wrapper .geo_sub_heading_text {
  max-width: 600px;
}
.geo_pricing_parent {
  max-width: 1030px;
  width: 100%;
  margin: auto;
  gap: 50px;
  padding-top: 50px;
}
.geo_pricing_box {
  background: var(--white-color);
  padding: 10px 0;
  border-radius: 20px;
  position: relative;
  max-width: 480px;
  width: 100%;
}
.geo_pricing_box.geo_most_popular {
  background: #116bff;
}
.geo_pricing_header {
  background-image: url(../images/pricing-header-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  padding: 35px 15px 25px 20px;
  box-shadow: 0px 26px 30px 0px #b5c8ee4d;
  position: relative;
  margin: 0 10px;
}
.geo_most_popular .geo_pricing_header {
  background-image: url(../images/pricing-header-bg-pro.png);
  box-shadow: 0px 16px 15px 0px #0251d4;
  z-index: 1;
  position: relative;
}
.geo_most_popular .geo_pricing_header:after {
  position: absolute;
  content: "";
  max-width: 388px;
  height: 228px;
  width: 100%;
  top: 10px;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(360deg, #3581ff 0%, #116bff 100%);
  box-shadow: 0px 26px 30px 0px #0251d4;
  z-index: -1;
  margin: auto;
  border-radius: 20px;
  opacity: 0;
}
.geo_pricing_table_heading {
  min-height: 44px;
  padding: 5px 30px;
  border-radius: 60px;
  font-size: 20px;
  font-weight: 600;
  color: #09090b;
  background: linear-gradient(
    89.09deg,
    rgba(40, 135, 255, 0.06) -4.43%,
    rgba(34, 207, 255, 0.06) 40.29%,
    rgba(255, 209, 6, 0.06) 62.12%,
    rgba(255, 106, 53, 0.06) 106.32%
  );
  position: relative;
  font-family: "Google Sans", sans-serif;
}
.geo_pricing_table_heading::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 60px;
  border: 1px solid transparent;
  background: linear-gradient(
      89.09deg,
      #2887ff -4.43%,
      #22cfff 40.29%,
      #ffd106 62.12%,
      #ff6a35 106.32%
    )
    border-box;
  -webkit-mask:
    linear-gradient(#fff 0 0) padding-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
}
.geo_most_popular .geo_pricing_table_heading {
  background: var(--white-color);
}
.geo_most_popular .geo_pricing_table_heading::before {
  display: none;
}
.geo_pricing_price {
  font-size: 60px;
  font-weight: 700;
  color: #116bff;
  gap: 15px;
  margin: 10px 0 0px 0;
}
.geo_pricing_price > span {
  font-size: 40px;
  color: rgb(9, 9, 11, 0.2);
  text-decoration: line-through;
}
.geo_pricing_header p {
  font-size: 20px;
  font-weight: 400;
  color: #09090b;
}
.geo_pricing_box ul {
  padding: 20px 10px 0 10px;
}
.geo_pricing_box ul li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  border-radius: 10px;
  padding: 16px 10px 16px 30px;
}
.geo_pricing_box ul li:nth-child(even) {
  background: #f5f5f5;
}
.geo_pricing_box ul li img {
  flex: none;
}
.geo_pricing_box ul li p {
  font-size: 18px;
  font-weight: 500;
  color: #09090b;
}
.geo_pricing_pymnt_btn {
  text-align: center;
  padding: 20px 0 15px;
}
.geo_price_popular_tag {
  min-height: 38px;
  background: #c3ff00;
  border-radius: 60px;
  padding: 5px 15px;
  gap: 8px;
  position: absolute;
  top: 20px;
  right: 20px;
}
.geo_price_popular_tag > span {
  font-size: 12px;
  font-weight: 700;
  color: #222222;
  text-transform: uppercase;
}
.geo_most_popular .geo_pricing_price > span {
  color: rgb(255, 255, 255, 0.2);
}
.geo_most_popular .geo_pricing_price,
.geo_most_popular .geo_pricing_header p,
.geo_pricing_box.geo_most_popular ul li p {
  color: var(--white-color);
}
.geo_pricing_box.geo_most_popular ul li:nth-child(even) {
  background: #f5f5f51a;
}
.geo_perfect_for {
  background: linear-gradient(180deg, #2b7bff 0%, #116bff 91.23%);
  border-radius: 20px;
  position: relative;
  margin-top: 25px;
  padding-top: 25px;
}
.geo_perfect_for > p {
  min-height: 30px;
  background: #fff600;
  border-radius: 60px;
  padding: 5px 20px;
  font-size: 15px;
  font-weight: 700;
  color: #222222;
  line-height: normal;
  position: absolute;
  top: -15px;
  left: 40px;
}
.geo_pricing_box.geo_most_popular .geo_perfect_for ul {
  padding-top: 0;
}
.geo_pricing_box.geo_most_popular .geo_perfect_for ul li {
  background: transparent;
}
.geo_pricing_box.geo_most_popular .geo_perfect_for ul li:nth-child(odd) {
  background: #f5f5f51a;
}
.geo_most_popular::before {
  content: "";
  background: transparent;
  border: 2px solid #116bff;
  border-radius: 28px;
  position: absolute;
  top: 20px;
  right: -10px;
  bottom: 20px;
  left: -10px;
  pointer-events: none;
}
/* Pricing Plan */

/* Timer */
.geo_timer_wrapper {
  padding: 80px 0;
}
.geo_timer_heading {
  max-width: 900px;
  width: 100%;
  margin: auto;
}
.geo_timer_heading .geo_gradient_heading_text {
  background: linear-gradient(89.09deg, #2887ff -4.43%, #22cfff 40.29%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.geo_timer_heading .geo_sub_heading_text {
  max-width: 580px;
  width: 100%;
  margin: auto;
}
.geo_timer {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.custom-countdown {
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
}
.countdown-box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
}
.countdown-box > div {
  width: 80px;
  height: 90px;
  padding: 10px;
  border-radius: 10px;
  background: linear-gradient(180deg, #a6c7ff 0%, #f4f8ff 100%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
  position: relative;
}
.countdown-box > div:not(:last-child)::before {
  content: ":";
  font-size: 50px;
  font-weight: 800;
  color: #09090b;
  font-family: "Bricolage Grotesque";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -30px;
}
.countdown-box span {
  display: block;
  font-size: 50px;
  font-weight: 800;
  color: #09090b;
  font-family: "Bricolage Grotesque";
}
.expired-message {
  width: 100% !important;
  text-align: center;
  font-size: 28px;
  font-weight: 800;
  color: #222;
}
/* Timer */

/* FAQ */
.geo_faq_section {
  max-width: 1800px;
  width: 100%;
  margin: 0 auto;
  background: linear-gradient(180deg, #f8eefd 0%, #eef4fd 94.03%);
  border-radius: 40px;
  padding: 80px 0;
  position: relative;
  z-index: 1;
}
.geo_faq_section .container {
  max-width: 1570px;
}
.accordion-button {
  padding: 10px 20px;
  font-size: 22px;
  font-weight: 600;
  color: #222222;
  gap: 20px;
}
.accordion-body {
  padding: 10px 15px;
  border: 1px solid #ecedff;
  background-color: #fbfcff;
  box-shadow: none;
  color: #222222;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}
/* FAQ */

/* Chance Section */
.geo_chance_section {
  padding: 80px 0;
}
.geo_chance_heading {
  max-width: 1000px;
  width: 100%;
  margin: auto;
}
/* Payment Box */
.geo_paymnt_box {
  max-width: 870px;
  width: 100%;
  margin: 50px auto 0 auto;
  background: url(../images/payment-box-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 20px;
  padding: 30px;
  text-align: center;
  box-shadow: 0px 0px 90px 0px #0d45b21a;
}
.geo_pymnt_heading {
  font-size: 70px;
  font-weight: 800;
  color: #0d151c;
  padding-bottom: 20px;
  line-height: 1.1;
}
.geo_gradient_heading_text {
  background: linear-gradient(
    89.09deg,
    #2887ff -4.43%,
    #22cfff 40.29%,
    #ffd106 62.12%,
    #ff6a35 106.32%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.geo_btn_with_price {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 94px;
  background: #116bff;
  border: 1px solid #478dff;
  box-shadow:
    0px 4px 20px 0px #1875ff66,
    0px 0px 30px 0px #ffffff75 inset;
  border-radius: 120px;
  padding: 5px 30px;
  font-size: 40px;
  font-weight: 600;
  color: var(--white-color) !important;
  gap: 20px;
  transition: all 0.3s ease-in-out;
  font-family: "Bricolage Grotesque", sans-serif;
  animation: glowBlink 1.5s infinite alternate;
  overflow: hidden;
  transform: translateZ(0);
}
@keyframes glowBlink {
  from {
    box-shadow: 0 0 10px rgb(17 107 255 / 15%);
  }
  to {
    box-shadow: 0 0 25px rgb(17 107 255);
  }
}
.geo_btn_with_price > span {
  line-height: normal;
  font-size: 36px;
  font-weight: 800;
  color: #116bff;
  background: var(--white-color);
  min-height: 64px;
  padding: 5px 20px;
  border-radius: 60px;
  font-family: "Bricolage Grotesque", sans-serif;
  transition: transform 0.3s ease;
}
.geo_btn_with_price:hover {
  transform: translateY(-4px) scale(1.02);
  box-shadow:
    0px 10px 28px rgba(17, 107, 255, 0.34),
    0px 0px 30px 0px #ffffff75 inset;
}
.geo_btn_with_price:hover > span {
  transform: translateY(-1px);
}
.geo_pymnt_cards {
  margin: 30px 0 15px 0;
}
/* Payment Box */
/* Chance Section */

/* Footer css start */
.geo_footer_wrapper {
  max-width: 1800px;
  width: 100%;
  margin: auto;
  background: #170920;
  border-radius: 40px;
  padding: 50px 15px 0 15px;
  margin-bottom: 20px;
}
.geo_footer_heading {
  max-width: 1425px;
  width: 100%;
  margin: auto;
}
.geo_footer_heading h4 {
  font-size: 30px;
  font-weight: 700;
  color: var(--white-color);
  margin-bottom: 30px;
}
.geo_footer_heading p {
  font-size: 16px;
  font-weight: 400;
  color: var(--white-color);
}
.geo_footer_heading p:not(:last-child) {
  margin-bottom: 30px;
}
.geo_footer_info {
  background: linear-gradient(0deg, #170920 0%, #161247 100%);
  border-radius: 40px;
  margin-top: 50px;
  padding: 50px 15px;
}
.geo_footer_info > p {
  font-size: 20px;
  font-weight: 400;
  color: var(--white-color);
  max-width: 970px;
  width: 100%;
  margin: auto;
  padding-top: 30px;
}
.geo_footer_divider_line {
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, #170920 0%, #644678 51.92%, #170920 100%);
  margin: 40px 0;
}
.geo_copyright p,
.geo_copyright p a {
  font-size: 20px;
  font-weight: 400;
  color: var(--white-color);
}
.geo_copyright p a {
  text-decoration: underline;
}
.geo_footer_links {
  gap: 30px;
  margin: 25px 0 0 0;
}
.geo_footer_links li a {
  font-size: 18px;
  font-weight: 400;
  color: #7a6f81;
}
.geo_copyright p a:hover {
  color: #116bff;
}
.geo_footer_links li a:hover {
  color: #116bff;
}
/* Footer css end */
/* Responsive css */
@media (min-width: 768px) {
  .geo_tab_content ul li a:hover {
    background: linear-gradient(
      89.09deg,
      rgba(40, 135, 255, 0.1) -4.43%,
      rgba(34, 207, 255, 0.1) 40.29%,
      rgba(255, 209, 6, 0.1) 62.12%,
      rgba(255, 106, 53, 0.1) 106.32%
    );
  }
  .geo_tab_content ul li a:hover::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 20px;
    border: 1px solid transparent;
    background: linear-gradient(
        89.09deg,
        #2887ff -4.43%,
        #22cfff 40.29%,
        #ffd106 62.12%,
        #ff6a35 106.32%
      )
      border-box;
    -webkit-mask:
      linear-gradient(#fff 0 0) padding-box,
      linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    pointer-events: none;
    transition: all 0.3s;
  }
}
@media (max-width: 1199px) {
  .geo_footer_links {
    gap: 12px;
  }
  .geo_guarntee_box {
    padding: 40px 20px 30px 20px;
  }
}
@media (max-width: 1024px) {
  .geo_pricing_parent {
    flex-direction: column;
    gap: 30px;
  }
}
@media (max-width: 991px) {
  .countdown-box {
    grid-template-columns: repeat(2, 1fr);
  }
  .geo_guarntee_bulelts {
    gap: 20px;
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .geo_pymnt_heading {
    font-size: 50px;
    max-width: 550px;
    margin: auto;
  }
  .geo_btn_with_price {
    min-height: 80px;
    border-radius: 10px;
    padding: 5px 20px;
    font-size: 25px;
    gap: 20px;
  }
  .geo_btn_with_price > span {
    font-size: 30px;
    min-height: 54px;
  }
}
@media (max-width: 575px) {
  .countdown-box {
    gap: 40px;
  }
  .countdown-box span {
    font-size: 45px;
  }
  .countdown-box > div:not(:last-child)::before {
    font-size: 40px;
    right: -24px;
  }
  .geo_most_popular::before {
    display: none;
  }
  .geo_pricing_box ul li {
    padding: 16px 10px 16px 20px;
  }
  .geo_guarntee_box {
    padding: 40px 10px 20px 10px;
  }
  .geo_guarntee_bulelts {
    padding: 20px;
  }
  .geo_guarntee_bulelts ul li {
    text-align: left;
  }
}
@media (max-width: 480px) {
  .countdown-box {
    gap: 30px;
  }
  .countdown-box span {
    font-size: 35px;
  }
  .countdown-box > div {
    width: 60px;
    height: 60px;
    padding: 5px;
  }
  .countdown-box > div:not(:last-child)::before {
    font-size: 25px;
    right: -18px;
  }
}
/* Responsive css */

/* Sale page responsive refinements */
@media (max-width: 1499px) {
  .geo_solution_grid,
  .geo_score_box,
  .geo_pricing_parent {
    gap: 20px;
  }
  .geo_btn_hero {
    margin-bottom: 30px;
  }
}
@media (max-width: 1199px) {
  .geo_generateimage_section,
  .geo_faq_section,
  .geo_footer_wrapper,
  .geo_price_wrapper,
  .geo_testimonial_section,
  .geo_powerful_tool,
  .geo_awesomefeatures_section,
  .geo_howwork_section,
  .geo_clonevoice_section,
  .geo_swapback_section,
  .geo_pricing_section,
  .geo_why_babyface_section,
  .geo_slider_section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .geo_swapback_section.geo_step_section {
    padding: 60px 0;
  }
  .geo_swapback_section.geo_exists_section {
    padding-bottom: 0;
  }
  .geo_awesomefeatures_section {
    margin-bottom: 50px;
  }
  div#Howit {
    padding-top: 0;
  }
  .geo_solution_grid,
  .geo_score_box {
    grid-template-columns: repeat(2, 1fr);
  }
  .geo_solution_flexbox {
    gap: 18px;
  }
  .geo_visibility_wrapper {
    padding: 24px;
  }
  .geo_banner_text > h1 img {
    top: -15px;
    left: 20px;
    max-width: 60px;
  }
  .geo_banner_text > h1,
  .geo_main_heading h1,
  .geo_main_heading h4 {
    font-size: 50px;
  }

  .geo_banner_text p {
    font-size: 22px;
  }
  .geo_before_text {
    font-size: 22px;
    top: -20px;
  }
  .geo_before_list ul li {
    font-size: 18px;
    padding: 10px;
    gap: 10px;
  }
  .geo_before_list ul li span {
    max-width: fit-content;
  }
  .geo_solution_list ul li {
    padding: 10px 10px;
    gap: 15px;
    font-size: 18px;
  }
  .geo_solution_list ul li span {
    font-size: 16px;
  }
  .geo_score_list {
    padding: 30px 15px;
  }
  .geo_score_list h3 {
    font-size: 30px;
  }
  .geo_score_list h4 {
    font-size: 20px;
    margin-top: 5px;
  }
  .geo_solution_flexbox {
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
  }
}
@media (max-width: 991px) {
  .geo_solution_flexbox,
  .geo_footer_links,
  .geo_pricing_box ul li {
    width: 100%;
  }
  .geo_howwork_section .geo_main_heading h5 {
    font-size: 50px;
  }
  .geo_pymnt_heading {
    font-size: 50px;
  }
  .geo_main_heading_text {
    font-size: 50px;
  }
  .geo_comparison_table:after {
    border-radius: 40px;
  }
  .geo_solution_flexbox {
    flex-direction: column;
  }
  .geo_compare_column.geo_compare_manual {
    margin: 10px 10px;
  }
  .geo_compare_column.geo_compare_geo {
    margin: 10px;
  }
  img.tabicon1 {
    top: -20px;
    right: 20px;
    max-width: 70px;
  }
  img.tabicon2 {
    top: -40px;
    max-width: 100px;
    right: 0;
    left: 290px;
    margin: auto;
  }

  .geo_main_heading h1 {
    font-size: 32px;
  }
  .geo_main_heading h4,
  .geo_main_heading h5 {
    font-size: 22px;
  }
  .geo_banner_text p,
  .geo_main_heading p,
  .geo_footer_heading p,
  .geo_footer_info > p {
    font-size: 15px;
  }
  .geo_chatgpt_info {
    gap: 12px;
  }
  .geo_comparison_table {
    gap: 16px;
  }
  .geo_compare_column {
    padding: 20px;
  }
  .geo_problem_wrapper {
    padding: 40px 20px;
    min-height: auto;
    text-align: center;
  }
  .geo_problem_wrapper h5 {
    margin: auto;
  }
  .geo_problem_wrapper.flex {
    min-height: auto;
    flex-direction: column;
  }
  .geo_before_after_click {
    text-align: center;
    margin-top: 30px;
  }
  .geo_visibility_wrapper h2 {
    font-size: 24px;
  }
  .geo_chance_section {
    padding: 30px 0;
  }
  .geo_timer_wrapper {
    padding: 60px 0 50px;
  }
  .geo_powerful_tool h3 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .geo_banner_text > h1,
  .geo_main_heading h1,
  .geo_main_heading h4,
  .geo_main_heading h5 {
    font-size: 30px;
  }
  .geo_banner_text > h1 img {
    display: none;
  }
  .geo_main_heading p,
  .geo_banner_text p,
  .geo_solution_list ul li,
  .geo_compare_list li,
  .geo_pricing_box ul li p,
  .geo_footer_links li a,
  .accordion-button,
  .accordion-body {
    font-size: 14px;
  }
  .geo_solution_wrapper,
  .geo_compare_column,
  .geo_pricing_box,
  .geo_guarntee_box,
  .geo_paymnt_box,
  .geo_footer_wrapper {
    padding: 20px;
  }

  .geo_compare_list li {
    padding: 14px 14px 14px 42px;
  }
  .geo_compare_manual .geo_compare_list li::before,
  .geo_compare_geo .geo_compare_list li::before,
  .geo_compare_feature .geo_compare_list li::before {
    left: 10px;
    top: 11px;
  }
  .geo_btn > span,
  .geo_btn_with_price,
  .geo_btn_with_price > span {
    font-size: 14px;
    padding: 10px 15px;
    min-height: 35px;
  }
  .geo_footer_wrapper,
  .geo_footer_info {
    padding: 30px 15px 20px;
  }
  .geo_work_content h5 {
    font-size: 24px;
  }
  .geo_howwork_section .geo_main_heading h5 {
    font-size: 24px;
  }
  .geo_solution_wrapper h2 {
    font-size: 20px;
    margin-bottom: 0;
  }
  .geo_score_list h3 {
    font-size: 24px;
  }
  .geo_score_list h4 {
    font-size: 16px;
  }
  .geo_solution_title h4 {
    font-size: 22px;
  }
  .geo_solution_title p {
    font-size: 16px;
  }
  .geo_tab_wrapper .geo_work_content h5 {
    font-size: 22px;
  }
  .geo_pymnt_heading {
    font-size: 30px;
  }

  .geo_main_heading_text {
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  .geo_work_content::after {
    bottom: -5px;
    height: 300px;
  }
  .geo_score_box,
  .geo_solution_list,
  .geo_pricing_parent,
  .countdown-box {
    grid-template-columns: 1fr;
  }
  .geo_banner_text > h1,
  .geo_main_heading h1,
  .geo_main_heading h4,
  .geo_main_heading h5,
  .geo_main_heading h3 {
    font-size: 24px;
  }
  .geo_banner_text p,
  .geo_main_heading p,
  .geo_more_features .geo_more_content p,
  .geo_footer_links li a {
    font-size: 13px;
  }
  .geo_solution_wrapper,
  .geo_compare_column,
  .geo_pricing_box,
  .geo_guarntee_box,
  .geo_paymnt_box,
  .geo_footer_wrapper {
    padding: 15px;
  }

  .geo_pricing_pymnt_btn {
    padding: 15px 10px;
  }
  .geo_btn > span,
  .geo_btn_with_price {
    width: 100%;
    min-width: auto;
  }
  .geo_price_popular_tag {
    top: 10px;
    right: 10px;
    left: auto;
  }
  .geo_footer_heading h4 {
    font-size: 22px;
  }
  .geo_price {
    font-size: 16px;
  }
  .geo_btn_border {
    width: 250px;
    height: 50px;
    font-size: 16px;
  }
  img.tabicon2 {
    top: -30px;
    max-width: 70px;
    left: 60px;
  }
  .geo_comparison_table:after {
    display: none;
  }
  .geo_compare_column.geo_compare_manual {
    margin: 10px 0;
  }
  .geo_compare_column.geo_compare_geo {
    margin: 10px 0;
  }
  .geo_pricing_price {
    font-size: 40px;
  }
  .geo_main_heading_text {
    font-size: 24px;
  }
  .geo_sub_heading_text {
    font-size: 16px;
  }
  .geo_paymnt_box {
    padding: 15px;
  }
  .geo_footer_wrapper {
    padding: 50px 15px;
  }
  div#Testimonials {
    padding-bottom: 20px;
  }
  .geo_guarntee_box > img {
    margin-top: -90px;
  }
  .geo_banner_txt_wrapper img {
    left: 5px;
    top: 0;
    max-width: 45px;
    margin: auto;
    bottom: 0;
  }
  .geo_banner_content .geo_banner_txt_gradient {
    /* padding: 14px 25px 14px 45px; */
    padding: 14px 25px 14px 25px;
  }
}
@media (max-width: 480px) {
  .geo_brand_logo img {
    max-width: 120px;
  }
  .geo_header_btn .geo_btn > span {
    font-size: 14px;
  }
  .geo_tesmnl_slider_parent::before,
  .geo_tesmnl_slider_parent::after {
    background: linear-gradient(
      90deg,
      #1e13347a -2%,
      rgb(30 19 52 / 0%) 82.45%
    );
    width: 50px;
  }
  .geo_solution_grid,
  .geo_score_box {
    grid-template-columns: 1fr;
  }
  .geo_banner_section {
    padding: 40px 0 50px;
  }
  .geo_banner_text > h1,
  .geo_main_heading h1,
  .geo_main_heading h4,
  .geo_main_heading h5 {
    font-size: 20px;
  }
  .geo_banner_text p,
  .geo_main_heading p {
    font-size: 14px;
  }
  .geo_footer_heading h4 {
    font-size: 20px;
  }
  .geo_footer_links {
    gap: 16px;
  }
  .geo_comparison_table,
  .geo_score_box,
  .geo_pricing_parent,
  .countdown-box {
    gap: 12px;
  }
  .geo_before_list ul li {
    font-size: 16px;
    justify-content: start;
    flex-direction: column;
  }
  .geo_before_list ul li span {
    margin-left: 0;
  }
  .geo_before_score h2 {
    font-size: 60px;
  }
  .geo_solution_list ul li {
    flex-direction: column;
  }
  .geo_solution_list ul li span {
    margin-left: 0;
  }
  .geo_copyright p,
  .geo_copyright p a {
    font-size: 16px;
  }
  .geo_compare_column {
    padding: 20px 10px;
  }
  .geo_before_score p {
    font-size: 16px;
  }
  .ma_user_list ul li:last-child {
    margin: 0 0 0 30px;
  }
  .ma_user_list ul {
    padding: 10px 10px 10px 10px;
  }
}

/* ===== geo_after_before CSS Start ===== */
.geo_swapback_section.geo_step_section .container {
  max-width: 1650px;
}
.geo_after_before {
  margin: 50px 0 80px;
}

.geo_step_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 24px;
}
.geo_step_card {
  position: relative;
  text-align: center;
}
.geo_step_circle {
  background-color: #ffffff;
  border: 1px solid #cddeff;
  border-radius: 100px;
  box-shadow: 0px 0px 50px 0px #1a2e5533;
  width: 176px;
  height: 176px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  margin: auto;
}

.geo_step_card:hover .geo_step_circle {
  transform: translateY(-4px);
  box-shadow: 0 28px 54px rgba(17, 107, 255, 0.14);
}

.geo_step_badge {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  background-color: #2067f3;
  color: #ffffff;
  font-size: 30px;
  font-weight: 700;
  position: absolute;
  top: -30px;
}
.geo_step_card img {
  max-width: 70px;
  max-height: 70px;
  object-fit: contain;
  margin: auto;
}
.geo_step_card h5 {
  color: #09090b;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  margin: 10px 0 0;
}

.geo_step_card p {
  color: #575862;
  font-size: 16px;
  line-height: 1.75;
  margin: 0;
}

@media (max-width: 1199px) {
  .geo_after_before {
    margin: 34px auto 0;
    padding: 0 18px;
  }
  .flexdevide {
    gap: 20px;
    flex-wrap: wrap;
  }
  .geo_step_grid {
    gap: 20px;
  }
}

@media (max-width: 991px) {
  .geo_step_grid {
    gap: 18px;
  }
  .geo_step_card {
    padding: 28px 22px;
  }
  .geo_wordPress_vip {
    margin-bottom: 30px;
  }
  .sp_order2 {
    order: 2;
  }
  .sp_order1 {
    order: 1;
  }
  .geo_results_img_left {
    padding: 40px 20px;
  }
  .geo_banner_watch_vector {
    width: 90px;
}
}

@media (max-width: 768px) {
  .geo_after_before {
    margin: 30px auto 0;
    padding: 0 16px;
  }

  .geo_step_grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575px) {
      .geo_banner_watch_vector {
        width: 57px;
        top: 0;
    }
  .geo_after_before {
    margin: 24px auto 0;
    padding: 0 12px;
  }

  .geo_step_grid {
    grid-template-columns: 1fr;
  }

  .geo_step_card {
    padding: 24px 18px;
  }
  .geo_wordPress_vip h3 {
    font-size: 24px;
  }
  .geo_wordPress_vip h5 {
    font-size: 24px;
  }
  .geo_number {
    font-size: 16px;
  }
  .geo_more_content h5 {
    font-size: 20px;
  }
}


@media (max-width: 480px) {
  .geo_step_card {
    padding: 20px 16px;
  }

  .geo_step_badge {
    width: 50px;
    height: 50px;
    font-size: 16px;
  }
    .geo_banner_watch_vector {
        width: 60px;
        left: -30px;
    }
        .ma_video_wrapper {
        max-width: 90%;
    }
}
@media (max-width: 420px) {
      .geo_banner_watch_vector {
        width: 37px;
        top: -20px;
        left: -27px;
    }
}
/* ===== geo_after_before CSS End ===== */

.geo_p_highlight {
  color: #116bff;
  font-weight: 600;
}
.geo_subheading_box {
  display: block;
  width: fit-content;
  border-radius: 16px;
  padding: 14px 32px;
  background-image:
    linear-gradient(#ffffff, #ffffff),
    linear-gradient(
      89.09deg,
      #2887ff -4.43%,
      #22cfff 40.29%,
      #ffd106 62.12%,
      #ff6a35 106.32%
    );
  border: 1px solid transparent;
  background-origin: border-box;
  background-clip: padding-box, border-box;
  margin: 20px auto 40px;
}
.geo_subheading_box p {
  margin: 0;
  font-size: 22px;
}
@media (max-width: 1043px) {
  .geo_banner_text > h1 br {
    display: none;
  }
}
@media (max-width: 992px) {
  .geo_subheading_box p br {
    display: none;
  }
}
@media (max-width: 991px) {
  .geo_banner_text > h1 {
    letter-spacing: -0.5px;
  }
  .geo_subheading_box {
    width: 90%;
  }
  .geo_subheading_box p {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .geo_subheading_box p {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .geo_banner_text > h1 {
    letter-spacing: 0;
  }
  .geo_subheading_box {
    width: 100%;
    padding: 12px 20px;
  }
  .geo_subheading_box p {
    font-size: 15px;
  }
}
/* ===== Hero logo ===== */
.geo_hero_logo_center {
  text-align: center;
  margin-bottom: 28px;
}
.geo_hero_logo_center img {
  object-fit: contain;
}
@media (min-width: 1500px) {
  .geo_hero_logo_center img {
    width: 300px;
    height: 60px;
  }
}
@media (max-width: 575px) {
  .geo_hero_logo_center img {
    max-width: 180px;
    max-height: 36px;
  }
}
/* ===== Hero logo end ===== */

/* ===== Header scroll reveal ===== */
/* Default: hidden until scrolled past hero midpoint */
.geo-header-wrapper {
  background-color: transparent;
  box-shadow: none;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease, background-color 0.4s ease, box-shadow 0.4s ease;
}

/* Scrolled past hero mid — full header */
.geo-header-wrapper.header-visible {
  background-color: #fdfaff;
  box-shadow: 0px 0px 50px 0px rgb(206 165 224 / 25%);
  opacity: 1;
  pointer-events: auto;
}
/* ===== Header scroll reveal end ===== */

/* Responsive css */
