@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

:root {
  scroll-behavior: smooth;
  --white: #ffffff;
  --black: #000000;
  --body: #475467;
  --grey: #4bb1b9;
  --navyblue: #27377c;
  --white_img: brightness(0) saturate(100%) invert(99%) sepia(0%)
    saturate(7498%) hue-rotate(67deg) brightness(112%) contrast(100%);
  --black_img: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(16%);
  --primaryfont: "Poppins", sans-serif;
  --secondaryfont: "Montserrat", sans-serif;
  --shadow: 0 0.4rem 1.5rem 0 rgba(0, 0, 0, 0.1);
  --menuheight: 9.6rem;
}

img {
  width: 100%;
}

html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
strong,
i,
ol,
ul,
li,
form,
label,
footer,
header,
menu,
nav,
section {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
}

a {
  text-decoration: none !important;
  transition: 200ms;
  color: inherit;
  display: inline-block;
}

.f-right {
  float: right;
}

button:focus,
a:focus,
input:focus,
textarea:focus {
  outline: none;
}

button {
  background: none;
  border: none;
  outline: none;
  padding: 0;
}

body {
  font-size: 1.6rem;
  line-height: 1.25;
  font-weight: 400;
  color: var(--body);
  font-family: var(--primaryfont);
  background: #fefefe;
}

.container {
  margin: 0 auto;
  width: 100%;
}

main {
  position: relative;
  width: 100%;
  margin-top: var(--menuheight);
  overflow: hidden;
}

.figure img,
.figure {
  width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  font-family: var(--primaryfont);
  color: var(--navyblue);
}

.text-white {
  color: var(--white) !important;
}

.white_img {
  -webkit-filter: brightness(0) saturate(100%) invert(99%) sepia(0%)
    saturate(7498%) hue-rotate(67deg) brightness(112%) contrast(100%);
  filter: brightness(0) saturate(100%) invert(99%) sepia(0%) saturate(7498%)
    hue-rotate(67deg) brightness(112%) contrast(100%);
}

.black_img {
  -webkit-filter: brightness(0) saturate(100%) invert(0%) sepia(0%)
    saturate(16%) hue-rotate(309deg) brightness(93%) contrast(107%);
  filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(16%)
    hue-rotate(309deg) brightness(93%) contrast(107%);
}

.text_gray {
  color: #888888 !important;
}

.f_300 {
  font-weight: 300 !important;
}

.f_400 {
  font-weight: 400 !important;
}

.f_500 {
  font-weight: 500 !important;
}

.f_600 {
  font-weight: 600 !important;
}

.f_700 {
  font-weight: 700 !important;
}

.f_800 {
  font-weight: 800 !important;
}

.f_900 {
  font-weight: 900 !important;
}

.title_56 {
  font-size: 5.6rem;
  line-height: 1.35;
}

.title_34 {
  font-size: 3.4rem;
  line-height: 1.35;
}

.title_28 {
  font-size: 2.8rem;
  line-height: 1;
}

.title_24 {
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1.35;
  color: #222;
}

.text_xxl {
  font-size: 2.4rem;
}

.text_xl {
  font-size: 2rem;
}

.text_lg {
  font-size: 1.8rem;
}

.text_md {
  font-size: 1.6rem;
}

.text_sm {
  font-size: 1.4rem;
}

.text_xsm {
  font-size: 1.2rem;
}

.back-to-top {
  width: 6.6rem;
  height: 6.6rem;
  text-align: center;
  position: fixed;
  bottom: 3.1rem;
  left: 4.9rem;
  border-radius: 6rem;
  background: #1a73e8;
  z-index: 1000;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 1.69rem 0 rgb(0 0 0 / 0.25);
}

.back-to-top:hover {
  background: #4d6df4;
}

.back-to-top:active {
  background: #1a2f88;
}

.back-to-top img {
  -webkit-filter: var(--white_img);
  filter: var(--white_img);
}

.topbtn_hide {
  opacity: 1;
}

.icon_10 {
  width: 1rem;
}

.icon_12 {
  width: 1.2rem;
}

.icon_14 {
  width: 1.4rem;
}

.icon_16 {
  width: 1.6rem;
}

.icon_18 {
  width: 1.8rem;
}

.icon_20 {
  width: 2rem;
}

.icon_22 {
  width: 2.2rem;
}

.icon_24 {
  width: 2.4rem;
}

.icon_26 {
  width: 2.6rem;
}

.icon_28 {
  width: 2.8rem;
}

.icon_30 {
  width: 3rem;
}

.icon_32 {
  width: 3.2rem;
}

.icon_34 {
  width: 3.4rem;
}

.icon_36 {
  width: 3.6rem;
}

.button {
  height: 5.8rem;
  font-size: 1.733rem;
  border-radius: 0.6rem;
  padding: 0 5rem;
  font-weight: 500;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  transition: 0.25s ease;
  white-space: nowrap;
  gap: 0.8rem;
}

.btn_lightblue {
  color: #1a73e8;
  background: rgb(26 115 232 / 0.1);
}

.btn_blue {
  background: #1a73e8;
  color: #fff;
  border: none;
}

.button:hover {
  background: #4d6df4;
  color: #fff;
}

.button:active {
  background: #1a2f88;
}

.site_header {
  padding: 0;
  position: fixed;
  z-index: 99999;
  width: 100%;
  top: 0;
  left: 0;
  transition: all 0.4s ease;
  height: var(--menuheight);
  display: flex;
  align-items: center;
  background: #fff;
}

.menu_sticky {
  box-shadow: 0 0 1.5rem 0.1rem rgb(0 0 0 / 0.2);
}

.logo img {
  width: 7.9rem;
}

.header_right {
  transition: all 0.4s ease;
}

.menu_link {
  font-size: 1.6rem;
  color: #27377c;
  font-weight: 500;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  padding: 1.4rem;
}

.menu_link:before {
  content: "";
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  background: #e9ebf2;
  position: absolute;
  z-index: -1;
  border-radius: 0.7rem;
  opacity: 0;
  transition: 0.35s ease;
}

.menu_link:hover:before,
.dropdown.active .menu_link:before {
  opacity: 1;
}

.logo img {
  width: 18.9rem;
}

.primary_menu {
  gap: 5rem;
}

.header_actions .button {
  height: 4.8rem;
  border-radius: 0.6rem;
  padding: 0 2.4rem;
}

.header_actions {
  gap: 1.2rem;
}

.header_actions .btn_lightblue {
  font-size: 1.6rem;
}

.header_actions .btn_lightblue {
  font-size: 1.4rem;
}

.hero_area {
  padding-top: 5.6rem;
}

.title_span1 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero_content {
  max-width: 95.2rem;
  margin: 0 auto;
  padding-bottom: 2.4rem;
}

.hero_content p {
  color: #2a2a2a;
  line-height: 2.4rem;
}

.t_star {
  width: 7.6rem;
}

.favi_icon {
  width: 1rem;
}

.nav_tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
  padding: 1.2rem;
  background: #fff;
  border: 0.05rem solid #4d6df44d;
  border-radius: 1.2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 6.2rem;
}

.nav_link {
  color: #222;
  font-size: 1.55rem;
  height: 5.6rem;
  padding: 0 1.2rem;
  border-radius: 0.6rem;
  white-space: nowrap;
  transition: 0.25s ease;
}

.nav_link.active {
  background: #1a73e81a;
  font-weight: 500;
  color: #1a73e8;
}

.nav_link:hover {
  background: #1a73e81a;
}

.tab_content_inner {
  padding: 1.8rem 1.8rem 0 1.8rem;
  background: #fff9;
  border-top-left-radius: 1.2rem;
  border-top-right-radius: 1.2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.tab_img {
  max-width: 131rem;
}

.marquee > div,
.brands {
  display: flex;
  gap: 10rem;
  align-items: center;
}

.js-marquee {
  display: flex;
  gap: 10rem;
}

.brand {
  display: flex;
  align-items: center;
  justify-content: center;
}

.marquee {
  transform: translateX(-95vw);
}

.brand1 img {
  width: 22.6rem;
}

.brand2 img {
  width: 17rem;
}

.brand3 img {
  width: 10.6rem;
}

.brand4 {
  width: 11.8rem;
}

.brand5 {
  width: 17.5rem;
}

.brand6 {
  width: 16.8rem;
}

.brand7 {
  width: 20.6rem;
}

.service_img img {
  width: 26rem;
  margin: 0 auto;
  display: block;
}

.service_img1 img {
  width: 29.1rem;
}

.service_img2 img {
  width: 20.8rem;
}

.service_img3 img {
  width: 33.6rem;
}

.service_img {
  height: 24.7rem;
  display: flex;
  align-items: center;
  margin-bottom: 3.2rem;
}

.service_info h3 {
  font-weight: 500;
  font-size: 2.1rem;
  line-height: 1;
  color: #222;
}

.service_box {
  background: #1a73e80d;
  border-radius: 1.2rem;
  border: 0.1rem solid #e9ebef;
  padding: 4.2rem 2.9rem 5.5rem 2.9rem;
  height: 47rem;
  display: grid;
  align-content: space-between;
  transition: 0.25s ease;
}

.service_area .row {
  --bs-gutter-x: 1.6rem;
  --bs-gutter-y: 1.6rem;
}

.px_110 {
  padding: 0 11rem;
}

.pb_48 {
  padding-bottom: 4.8rem;
}

.service_box.v2 {
  background: #f9fafc;
}

.service_box:hover {
  box-shadow: 0.4rem 0.4rem 1.5rem 0.1rem rgb(0 0 0 / 0.1);
}

.pb_64 {
  padding-bottom: 6.4rem;
}

.video_box {
  position: relative;
}

.play_btn {
  width: 7.3rem;
  height: 7.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10rem;
  box-shadow: 0 0 2.405rem 0 #00000040;
  background: #1a73e8;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.play_btn:hover {
  background: #4d6df4;
}

.play_btn:active {
  background: #1a2f88;
}

.review_boxes_one {
  display: flex;
  align-items: center;
  gap: 4rem;
  padding: 0 2rem;
}

.review_box {
  position: relative;
  border: 0.15rem solid #d5ddff;
  border-radius: 1.2rem;
  height: 34.4rem;
  overflow: hidden;
  flex-shrink: 0;
  transition: 0.25s ease;
}

.review_box:not(.review_box5):hover {
  box-shadow: 0.4rem 0.4rem 1.5rem 0 rgb(0 0 0 / 0.1);
}

.review_text {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  top: 3.6rem;
  width: 100%;
  padding: 2.4rem 2.4rem 3.2rem 2.4rem;
}

.review_box3 img {
  border: none;
}

.review_box1 {
  width: 36.8rem;
}

.review_box2 {
  width: 40.3rem;
}

.review_box3 {
  width: 41.8rem;
}

.review_text h3 {
  color: #475467;
}

.review_box3 {
  display: flex;
  align-items: center;
  padding: 0 1rem;
}

.review_box5 {
  width: 44.1rem;
  flex: 0 0 auto;
  display: grid;
  align-content: center;
  gap: 3.4rem;
  border: none;
}

.review_box img {
  border-radius: 1.2rem;
  height: 100%;
}

.review51 {
  border: 0.15rem solid #d5ddff;
}

.review52 {
  width: 34.5rem;
  margin: 0 auto;
  border: 0.15rem solid #d5ddff;
}

.review_boxes_two {
  display: flex;
  gap: 2.8rem;
}

.review_box4 {
  width: 46.4rem;
}

.review_box6 {
  width: 34.7rem;
}

.review_box6 .review_text {
  top: 1.3rem;
}

.launch_content h2 {
  color: #1a73e8;
  font-weight: 600;
}

.launch_content {
  border-radius: 1.2rem;
  overflow: hidden;
}

.partner {
  height: 9rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.partner img {
  transition: 0.25s ease;
}

.partner:hover img {
  transform: scale(1.05);
}

.partner1 img {
  width: 16.7rem;
}

.partner2 img {
  width: 11.9rem;
}

.partner3 img {
  width: 8.9rem;
}

.partner4 img {
  width: 22.5rem;
}

.partner5 img {
  width: 14.1rem;
}

.partner6 img {
  width: 18.6rem;
}

.partner7 img {
  width: 15.9rem;
}

.partner8 img {
  width: 12.1rem;
}

.partner9 img {
  width: 16.3rem;
}

.partner10 img {
  width: 10.3rem;
}

.partner11 img {
  width: 17.8rem;
}

.partner11 img {
  width: 14.6rem;
}

.partner12 img {
  width: 14.6rem;
}

.partner_slide {
  display: grid;
  gap: 3rem;
}

.partners_slider {
  max-width: 126rem;
  margin: 0 auto;
}

.owl-nav button {
  width: 4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #edf0fe;
  border-radius: 0.6rem;
  color: #4c6cf3;
  font-size: 3rem;
  font-family: monospace;
  padding-bottom: 0.45rem;
  font-weight: 100;
  transition: 0.25s ease;
}

.owl-nav button:hover {
  background: #4d6df4;
  color: #fff;
}

.owl-nav button:active {
  background: #1a2f88;
}

.owl-nav {
  display: flex;
  width: calc(100% + 13rem);
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 0;
}

.subscribe_wrapper {
  background: #2a2a2a;
  padding: 6.4rem 0;
  border-radius: 1.2rem;
}

.subscribe_area {
  padding: 0 0.5rem;
}

.title_40 {
  font-weight: 400;
  font-size: 4rem;
  line-height: 1.35;
}

.button_black {
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1;
  height: 5.4rem;
  background: #fff;
  color: #2a2a2a;
  border-radius: 0.9rem;
  display: flex;
  align-items: center;
  padding: 0 3.6rem;
  border: 0.1rem solid #fff;
}

.subscribe_content {
  justify-content: center;
  gap: 2.4rem;
}

.button_black:hover {
  background: #2a2a2a;
  color: #fff;
  border-color: #fff;
}

.footer_box ul li img {
  width: 2.4rem;
}

.footer_box ul li a {
  white-space: nowrap;
}

.footer_box ul {
  display: grid;
  gap: 2rem;
}

.footer_box {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  flex-shrink: 0;
}

.footer_boxes {
  gap: 16rem;
}

.footer_box4 ul li a {
  white-space: normal;
}

.footer_box h2 {
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.92rem;
  padding-bottom: 2.5rem;
}

.copywrite {
  background: #2a2a2a;
}

.footer_widget,
.footer_widget .container {
  position: relative;
}

.footer_widget:before {
  content: "";
  background: #1a73e826;
  position: absolute;
  width: 100%;
  height: calc(100% + 2.2rem);
  top: 0;
  left: 0;
}

.footer_box4 ul {
  gap: 1rem;
}

.footer_box a img {
  transition: 0.25s ease;
}

.footer_box a:hover img {
  -webkit-filter: brightness(0) saturate(100%) invert(26%) sepia(81%)
    saturate(3309%) hue-rotate(207deg) brightness(104%) contrast(82%);
  filter: brightness(0) saturate(100%) invert(26%) sepia(81%) saturate(3309%)
    hue-rotate(207deg) brightness(104%) contrast(82%);
}

.footer_box a:hover {
  color: #1a73e8;
}

.payment1 img {
  width: 8.2rem;
}

.payment2 img {
  width: 5.8rem;
}

.payment3 img {
  width: 3.6rem;
}

.payment4 img {
  width: 11rem;
}

.payment5 img {
  width: 11.2rem;
}

.payment6 img {
  width: 10.4rem;
}

.payment7 img {
  width: 7.1rem;
}

.payment8 img {
  width: 8.3rem;
}

.offer_list {
  text-align: left;
  padding-left: 4.5rem;
}

.offer_list ul li {
  display: grid;
  grid-template-columns: 0fr 1fr;
  gap: 1.2rem;
}

.offer_list ul {
  gap: 1rem;
  display: grid;
}

.price_box h2 {
  font-size: 2.4rem;
  font-weight: 600;
  color: #222;
}

.price_box .text_md {
  padding: 1.1rem 0;
  color: #222;
}

.price {
  line-height: 1.26;
  font-size: 4.8rem;
  color: #4d6df4;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}

.price sub {
  font-size: 2.08rem;
  bottom: -0.35em;
}

.price_box .button {
  margin: 1.45rem 0 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0 2.4rem;
  height: 5.2rem;
  font-size: 1.4rem;
}

.price_box {
  padding: 5.6rem 0 5.1rem 0;
  border-radius: 1.2rem;
  border: 0.1rem solid #dbe2fd;
  position: relative;
  height: 66.5rem;
  transition: 0.25s ease;
}

.price_box2 {
  border: 0.5rem solid #1a73e8;
}

.price_box:hover {
  box-shadow: 0.5rem 0.5rem 1.5rem 0.1rem rgb(26 115 232 / 0.5);
}

.most_popular {
  background: #1a73e8;
  font-size: 1.6rem;
  border-radius: 0.6rem;
  color: #fff;
  height: 3.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 1.6rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -1.9rem;
}

.price_top {
  height: 23.55rem;
  margin-bottom: 4.2rem;
  display: grid;
  align-content: space-between;
}

.price_box3 .price {
  padding-top: 0.8rem;
}

.price_box2 .price_top {
  margin-top: -0.4rem;
}

.nav_link2 span {
  display: none;
}

.tab_switch {
  width: 5.2rem;
  height: 2.9rem;
  border-radius: 10rem;
  background: #4368fa;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.3rem;
}

.tab_switch span {
  width: 2.297rem;
  height: 2.297rem;
  background: #fff;
  border-radius: 10rem;
  transition: 0.25s ease;
}

.tab_switch.active span {
  opacity: 1;
  transform: translateX(2.3rem);
}

.tab_switch {
  position: relative;
}

.tab_switch:before {
  content: "Monthly";
  font-size: 2.4rem;
  color: #4368fa;
  font-weight: 500;
  position: absolute;
  left: -12rem;
  transition: 0.35s;
  pointer-events: none;
}

.tab_switch:after {
  content: "Yearly";
  font-size: 2.4rem;
  color: #2a2a2a;
  font-weight: 500;
  position: absolute;
  right: -10rem;
  transition: 0.35s;
  pointer-events: all;
}

.tab_switch.active:before {
  color: #2a2a2a;
  pointer-events: all;
}

.tab_switch.active:after {
  color: #4368fa;
  pointer-events: none;
}

.nav_tabs2 {
  display: flex;
  align-items: center;
  justify-content: end;
  padding-bottom: 5.4rem;
  position: relative;
  width: 40.8rem;
  margin: 0 auto;
}

.save {
  color: #4368fa;
  font-weight: 600;
  height: 3.6rem;
  display: flex;
  align-items: center;
  white-space: nowrap;
  justify-content: center;
  padding: 0 1.6rem;
  border: 0.1rem solid #4368fa;
  border-radius: 0.6rem;
  margin-left: 12rem;
  position: relative;
}

.save img {
  position: absolute;
  width: 1.5rem;
  left: -0.75rem;
}

.pt_67 {
  padding-top: 6.7rem;
}

.price_bottom .button {
  padding: 0 4rem;
  font-size: 1.624rem;
}

.price_area .tab_content .row {
  --bs-gutter-x: 2.4rem;
  --bs-gutter-y: 2.4rem;
}

.pt_48 {
  padding-top: 4.8rem;
}

.ml_12 {
  margin-left: 1.2rem;
}

.feature_content {
  max-width: 76rem;
}

.feature_content .text_xsm {
  color: #888;
  line-height: 2.4rem;
}

.feature_img {
  width: 59.4rem;
}

.feature_img_wrap {
  position: relative;
}

.custom_review {
  border-radius: 0.987rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -12.1rem;
  box-shadow: 0 0 0.678rem 0 rgb(0 0 0 / 0.25);
}

.feature_content .text_xl {
  line-height: 1.5;
}

.business_content ul li {
  display: grid;
  grid-template-columns: 0fr 1fr;
  gap: 0.6rem;
  line-height: 2.7rem;
}

.business_content ul li img {
  margin-top: 0.7rem;
}

.message_btn img {
  width: 3.3rem;
}

.message_btn {
  width: 6.6rem;
  height: 6.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #4c6cf3;
  box-shadow: 0 0 1.69rem 0 rgb(0 0 0 / 0.25);
  border-radius: 0.6rem;
  position: fixed;
  right: 4.9rem;
  bottom: 3.1rem;
  transition: 0.35s ease;
  z-index: 9999;
}

.message_btn:hover {
  background: #4d6df4;
}

.message_btn:active {
  background: #1a2f88;
}

.feature_service_bottom p {
  line-height: 2.4rem;
}

.service_box.type2 {
  display: grid;
  grid-template-columns: 0fr 1fr;
  gap: 12.6rem;
  height: 41.6rem;
  padding: 0 8.6rem 0 7.2rem;
  align-content: center;
  align-items: center;
}

.service_box.type2 .service_img img {
  width: 38.7rem;
}

.service_box.type2 .service_img {
  width: 38.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  height: 32.4rem;
}

.service_box.type2 .service_img2 img {
  width: 27.38rem;
}

.service_list li {
  display: grid;
  grid-template-columns: 0fr 1fr;
  gap: 1.2rem;
}

.service_list {
  padding-left: 1.6rem;
  display: grid;
  gap: 1.8rem;
}

.service_list li img {
  transform: translateY(0.2rem);
}

.accordion_button {
  color: #222c;
  font-size: 2rem;
  width: 100%;
  align-items: center;
  text-align: left;
  padding: 2.9rem 3.6rem 2.9rem 3.6rem;
  position: relative;
}

.accordion_button:not(.collapsed) {
  color: #4d6df4;
}

.accordion_button::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 3.6rem;
  background: url(../img/arrow_down.svg) no-repeat scroll center / 3.2rem 1.6rem;
  height: 1.6rem;
  width: 3.2rem;
  transition: 0.25s;
}

.accordion_button:not(.collapsed)::after {
  transform: translateY(-50%) rotate(180deg);
  -webkit-filter: brightness(0) saturate(100%) invert(65%) sepia(96%)
    saturate(5623%) hue-rotate(216deg) brightness(99%) contrast(93%);
  filter: brightness(0) saturate(100%) invert(65%) sepia(96%) saturate(5623%)
    hue-rotate(216deg) brightness(99%) contrast(93%);
}

.accordion_item {
  border-radius: 1.2rem;
  position: relative;
  overflow: hidden;
}

.accordion_item::before {
  content: "";
  border: 0.1rem solid #4d6df433;
  width: 100%;
  height: 100%;
  background: #fff0;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  border-radius: 1.2rem;
}

.accordion_item.active {
  background: #f8f8ff;
}

.accordion-body p {
  color: #2a2a2a;
}

.accordion-body {
  padding: 0 11.5rem 3rem 3.65rem;
}

.accordion {
  display: grid;
  gap: 1.2rem;
}

.nav_link3 {
  height: 4.8rem;
  border: 0.1rem solid #1a73e880;
  padding: 0 2.4rem;
  color: #1a73e8;
  font-size: 1.6rem;
  border-radius: 0.6rem;
  white-space: nowrap;
}

.nav_link3.active {
  background: #1a73e8;
  font-weight: 600;
  color: #fff;
}

.nav_tabs3 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.6rem;
  overflow: auto;
  width: 100%;
}

.nav_tabs3::-webkit-scrollbar {
  display: none;
  scrollbar-width: 0;
}

/* ======================== Table area ==================== */
th {
  height: 8rem;
  color: #fff;
  text-align: center;
}

thead {
  background: #1a73e8;
}

td {
  height: 8.7rem;
  border-bottom: 0.1rem solid #d8d8d8;
  border-right: 0.1rem solid #d8d8d8;
}

.col_1 {
  padding: 0 2.4rem;
}

.col_2,
.col_3 {
  width: 35.6rem;
  padding: 0 2.4rem 0 4.8rem;
}

.col_3 {
  border-right: 0;
}

tr:last-child td {
  border-bottom: 0;
}

table {
  border: 0.1rem solid #d8d8d8 !important;
  border-collapse: inherit;
  border-spacing: 0;
  border-radius: 2rem;
  overflow: hidden;
  margin: 0 auto;
}

.table_wrap {
  width: 100%;
  overflow: auto;
}

/* ================= random_area ================== */

.random_area .row {
  --bs-gutter-x: 8rem;
}

.smbadge {
  color: #4c6cf3;
  width: fit-content;
  height: 2.6rem;
  background: #b5c3ff4d;
  display: flex;
  align-items: center;
  padding: 0 0.8rem;
  border-radius: 10rem;
}

.smbadge p {
  line-height: 1;
}

.random_content .title_28 {
  line-height: 4.2rem;
}

.random_img {
  height: 37.6rem;
  width: 50.3rem;
  object-fit: cover;
  border-radius: 3rem;
}

/* ============== Alternatives area =============== */
.alt_img img {
  width: 15.8rem;
}

.alternative {
  border-radius: 1.2rem;
  border: 0.1rem solid #4d6df480;
  height: 14rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2.8rem 1rem;
  gap: 1.8rem;
  background: #fff;
  font-weight: 600;
  line-height: 100%;
  color: #111111;
  transition: 0.35s ease;
}

.alternative:hover {
  box-shadow: var(--shadow);
  border-color: #1a73e8;
}

.alternatives_content .row {
  --bs-gutter-x: 4rem;
  --bs-gutter-y: 4rem;
  justify-content: center;
}

.alt_img4 img {
  width: 16.8rem;
}

.alt_img5 img {
  width: 16.6rem;
}

.alt_img6 img {
  width: 18rem;
}

/* ===================== Commission ====================== */
.commission_img {
  height: 67.5rem;
  max-width: 125rem;
  margin: 0 auto;
  display: block;
  border-radius: 2rem;
  object-fit: cover;
}

/* ================== aboutus_area ================= */
.aboutus_area .row {
  --bs-gutter-x: 3.2rem;
  --bs-gutter-y: 3.2rem;
  justify-content: center;
}

.aboutus_img {
  width: 11.7rem;
  height: 11.7rem;
  object-fit: cover;
  border-radius: 2.1rem;
}

.aboutus_info h3 {
  font-weight: 500;
  font-size: 2.1rem;
  line-height: 1.4;
  color: #222222;
}

/* =================== Affiliate page ==================== */
.playbox {
  width: 6.4rem;
  height: 6.4rem;
  background: #d9d9d9;
  border-radius: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.25s ease;
  cursor: pointer;
}

.playbox img {
  width: 2.5rem;
}

.playbox:hover {
  background: #ccb4b4;
}

/* ================== customer_area ===================== */
.customer_area {
  padding-bottom: 8rem;
}

.customer_img {
  border: 0.2rem solid #111111;
  border-radius: 1.2rem;
  overflow: hidden;
  cursor: pointer;
  background: #ffffff;
  transition: 0.25s ease;
}

.customer_img img {
  transform: scale(1.015);
}

.customer_images {
  display: grid;
  gap: 2.6rem;
}

.customer_row {
  --bs-gutter-x: 2.6rem;
}

.customer_img:hover {
  box-shadow: 0.5rem 0.5rem 2.5rem 0.25rem rgba(0, 0, 0, 0.25);
}


/* ================ Industry_area ================= */
.industry_service1 img {
  width: 25.6rem;
}

.industry_service2 img {
  width: 28rem;
}

.industry_service3 img {
  width: 27.7rem;
}

.industry_service4 img {
  width: 36.4rem;
}

.industry_service5 img {
  width: 21rem;
}

/* ================ Industry_hero ================= */
.industry_btns {
  gap: 1.2rem;
}

.industry_content .row {
  --bs-gutter-x: 6.5rem;
}

.hero_badge {
  width: fit-content;
  font-size: 1.2rem;
  color: #1a73e8;
  height: 3rem;
  gap: 0.5rem;
  background: #e8f1fd;
  padding: 0 1.2rem;
  border-radius: 10rem;
  border: 0.1rem solid #1a73e8;
}

.industry_hero_content p.text_xl {
  color: #475467;
}

/* ==================== text_section ====================== */
.texts_wrap {
  font-size: 2rem;
}

.texts_wrap .service_list {
  gap: 0;
}

.texts_wrap p,
.texts_wrap li {
  line-height: 1.5;
  color: #475467;
}

.texts_wrap li img {
  transform: translateY(0.55rem);
}

/* ==================== tabler_area ====================== */
.tabler_area {
  background: linear-gradient(
    91.84deg,
    rgba(123, 193, 255, 0) -14.66%,
    rgba(181, 195, 255, 0.15) 25.29%,
    rgba(26, 115, 232, 0.045) 83.5%,
    rgba(208, 217, 255, 0.15) 116.94%
  );
}

.tabler_box {
  border: 0.1rem solid #4d6df480;
  height: 14.2rem;
  display: grid;
  align-content: center;
  border-radius: 1.84rem;
  transition: 0.35s ease;
}

.tabler_box:hover {
  background: #ffffff;
  box-shadow: var(--shadow);
}

.tabler_boxes .row {
  --bs-gutter-x: 2.4rem;
  --bs-gutter-y: 2.4rem;
}

.tabler_box h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2a2a2a;
  line-height: 1;
}

.tabler_box h3 img {
  margin-top: -0.8rem;
}

/* ==================== recommend_area ================== */
.recommend_item > p {
  color: #263238;
  font-weight: 500;
  padding: 1.7rem 0;
  font-family: var(--secondaryfont);
}

.recommend_item {
  padding: 2.8rem;
  border-radius: 2.3rem;
  border: 0.1rem solid #b5c3ff80;
}

.reccomand_img {
  width: 6rem;
}

.recommend_info {
  display: flex;
}

.recommend_info h3 {
  font-size: 2rem;
  color: #1a73e8;
  line-height: 1.35;
}

.stars {
  gap: 0.5rem;
}

.recommend_area .section_top h2 {
  color: #2a2a2a;
  text-align: center;
}

/* =================== subscribe_area =================== */
.subscribe_area {
  padding-bottom: 8.5rem;
}

.button_transparent {
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1;
  height: 5.4rem;
  color: #fff;
  border-radius: 0.9rem;
  display: flex;
  align-items: center;
  padding: 0 3.6rem;
  border: 0.1rem solid #fff;
}

.subscribe_btns {
  gap: 2.4rem;
}

/* ========================= Dropdown ========================= */
.features_boxes {
  width: 91.8rem;
  max-height: 39.2rem;
  overflow: auto;
  border-radius: 1.2rem;
  box-shadow: 0 -0.1rem 0.73rem 0.5rem rgba(0, 0, 0, 0.15);
}

.feature_icon {
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 1.2rem;
  background: #ebe2f9;
  display: flex;
  align-items: center;
  justify-content: center;
}

.features_box ul {
  display: grid;
  gap: 1.2rem;
}

.angle_up {
  position: absolute;
  left: 4.8rem;
  top: -1rem;
}

.dropdown_content {
  transform: translateY(2rem);
  left: 0;
}

.dropdown_content {
  display: none;
  z-index: 999;
}

.dropdown_btn img {
  transition: 0.35s ease;
  flex: 0 0 0.7rem;
}

.dropdown.active .dropdown_btn img {
  transform: rotate(180deg);
}

.features_box ul li {
  color: #2a2a2a;
}

.feature_icon2 {
  background: #fff0cc;
}

.feature_icon3 {
  background: #edffb6;
}

.feature_icon4 {
  background: #c3f0ff;
}

.feature_icon5 {
  background: #bdf9de;
}

.feature_icon6 {
  background: #e5e5e5;
}

/* ================ Popup ================= */
.modal-dialog {
  max-width: 133.2rem;
}

.offer_premium > img {
  width: 47rem;
  flex: 0 0 auto;
}

.close_btn {
  position: absolute;
  right: 2rem;
  top: 1rem;
  font-size: 4rem;
}

.modal-body {
  padding: 0;
}

.modal-content {
  border: none;
  border-radius: 2.4rem;
  padding: 0 10rem 0 7rem;
}

.popup_info h2 {
  line-height: 1.08;
}

.popup_info > p {
  color: #475467;
  font-size: 3.2rem;
  line-height: 1.2;
}

.popup_bottom p {
  color: #2a2a2a;
}

/* ====================== Category area ======================== */
.resources_box {
  background: #fff;
  border-radius: 1.2rem;
  box-shadow: 0 -0.1rem 0.73rem 0.5rem rgba(0, 0, 0, 0.15);
  overflow: hidden;
}

.resources_left {
  width: 32.4rem;
  flex: 0 0 auto;
  padding: 3.7rem 5.6rem 3.7rem 3.2rem;
}

.resources_left ul li a {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  font-weight: 600;
  color: #2a2a2a;
  transition: 0.25s ease;
}

.resources_left ul li a:hover {
  opacity: 0.75;
}

.resources_right {
  border-left: 0.1rem solid #e1e1e1;
  background: #fafafa;
  flex: 1; /* Allow it to grow */
  min-width: 0; /* Allow it to shrink if needed */
}

/* Container for the featured resources columns */
.resources_features {
  display: flex;
  gap: 1.6rem; /* Space between columns */
  align-items: flex-start;
}

/* Each column of featured resources */
.resources_column {
  flex: 0 0 auto; /* Don't grow or shrink */
  width: 25rem; /* Fixed width per column - adjust as needed */
}

.rf_box {
  border-radius: 1.2rem;
  border: 0.1rem solid #e5e5e5;
  width: 100%;
  height: 20rem; 
}

.rf_badge {
  color: #196ebe;
  font-size: 1.1rem;
  gap: 0.8rem;
  padding: 0 0.8rem;
  height: 2.4rem;
  width: fit-content;
  background: #c3f0ff;
  border-radius: 0.6rem;
  font-weight: 500;
}

.rf_box2 .rf_badge {
  background: #fff0cc;
  color: #d0411e;
}

.rf_box > p {
  color: #2a2a2a;
}
/* Additional widgets styles */
.review_boxes_additional {
    display: flex;
    flex-wrap: wrap;
    gap: 2.8rem;
    justify-content: center;
}

.review_box_extra {
    width: 36.8rem; /* Default width for extra boxes */
}

/* Responsive adjustments */
@media (max-width: 1200px) {
    .review_boxes_one {
        gap: 2rem;
        padding: 0 1rem;
    }

    .review_boxes_two {
        gap: 2rem;
    }

    .review_box1, .review_box2, .review_box3, .review_box4, .review_box5, .review_box6, .review_box_extra {
        width: calc(33.333% - 1.5rem);
        min-width: 28rem;
    }
}

@media (max-width: 768px) {
    .review_boxes_one, .review_boxes_two, .review_boxes_additional {
        flex-direction: column;
        align-items: center;
    }

    .review_box1, .review_box2, .review_box3, .review_box4, .review_box5, .review_box6, .review_box_extra {
        width: 90%;
        max-width: 40rem;
    }
}
.review_boxes_wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}
.review_boxes_wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.review_boxes_two,
.review_boxes_additional {
    display: contents; /* or remove this div and let children flow directly */
}
.review_box {
    flex: 1 1 calc(33.33% - 24px); /* adjust as needed */
    box-sizing: border-box;
}
.pricing-table {
    background: white;
    border-radius: 16px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    border: 1px solid #e2e8f0;
    margin: 0 auto;
    overflow: visible;
    color:#222;
}

.table-header {
    display: grid;
    grid-template-columns: 2fr repeat(5, 1fr);
    background: #f8fafc;
    border-bottom: 2px solid #e2e8f0;
}

.plan-header {
    padding: 2rem 1.5rem;
    text-align: center;
    border-right: 1px solid #e2e8f0;
    position: relative;
}

.plan-header:last-child {
    border-right: none;
}

/* Popular column highlighting */
.plan-header.popular {
    border: 0.5rem solid #1a73e8;
    border-top: .75rem solid #1a73e8;
    background: linear-gradient(135deg, #f0f7ff 0%, #e6f3ff 100%);
    transform: scale(1.1);
    margin: -0.25rem 0;
    box-shadow: 0 8px 25px rgba(26, 115, 232, 0.2);
    border-radius: 5px;
}

.plan-header.popular::before {
    content: 'MOST POPULAR';
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    background: #1a73e8;
    color: white;            
    padding: 0.7rem;
    font-size: 1rem;
    letter-spacing: 1px;
    border-radius: 5px;
}

.feature-column {
    padding: 1rem;
    font-weight: 600;
    background: #f1f5f9;
}

.plan-name {
    font-weight: 700;
    margin-bottom: 0.5rem;
}
.plan-description {
    font-size: 1.1rem;
    color: #64748b;
    text-align: center;
    line-height: 1.3;
    margin-top: 0.5rem;
    padding: 0 0.5rem;
}

.agency-label {
    font-size: 1rem;
    color: #64748b;
    text-align: center;
    margin: 0.5rem 0;
    font-weight: 600;
}
.cta-button {
    padding: 0.65rem;
    background: #1a73e8;
    color: #ffffff;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 1rem;
    font-size: xx-small;

}

.cta-button:hover {
    background: #4d6df4;
    color: white;
}


.table-body {
    display: grid;
    grid-template-columns: 2fr repeat(5, 1fr);
}

.feature-row {
    display: contents;
}

.feature-cell {
    padding: 1rem 1.5rem;
    border-right: 1px solid #f1f5f9;
    border-bottom: 1px solid #f1f5f9;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

/* Highlight popular column cells */
.feature-cell.popular-cell {
    background: linear-gradient(135deg, #f8fbff 0%, #f0f7ff 100%);
    border-left: 0.5rem solid #1a73e8;
    border-right: 0.5rem solid #1a73e8;
    transform: scale(1.1);
}

/* Last row of popular column */
.feature-row:last-child .feature-cell.popular-cell {
    border-bottom: 0.5rem solid #1a73e8;
    border-radius: 5px;
}

.feature-cell:first-child {
    justify-content: flex-start;
    text-align: left;
    font-weight: 500;
}

.feature-cell:last-child {
    border-right: none;
}

.check-icon, .cross-icon {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 12px;
    font-weight: bold;
}

.check-icon {
    background: #10b981;
}

.cross-icon {
    background: #ef4444;
}

/* Responsive design */
@media (max-width: 768px) {
    .table-header, .table-body {
        grid-template-columns: 1fr;
    }
    
    .plan-header, .feature-cell {
        border-right: none;
        border-bottom: 1px solid #e2e8f0;
    }

    .popular {
        transform: none;
        margin: 0;
    }
}

