:root {
  --kBackgroundColor: #fff;
  --kPrimaryColor: #0e5c00;
  --kPrimaryLightColor: #93ff80;
  --kDarkColor: #0d0d0d;
  --kError: #ff0303;
  --kBlack: #262626;
  --kGrey: #666666;
  --kWhite: #ffffff;
  --kYellow: #f9e900;
  --kRed: red;
  --kLine: #cccccc;
  --kOutline: #d2d3d7;
  --kPopupBlack: #202124;
  --kDarkYellow: #c7c700;
  --kYellowShadow: #8b8600;
  --kIconShadow: #4d4d4d;
  --kStylewordgreen: #1bb300;
  --kOrangeShade: #ffa600;
  --KBlackGrey: #4c4c4c;
}

html,
body {
  margin: 0px;
  font-weight: 100;
  scroll-behavior: smooth;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  scroll-behavior: smooth;
  background-color: var(--kBackgroundColor);
}

* {
  box-sizing: border-box;
  font-family: Poppins-Regular;
  transition-property: -moz-filter, -ms-filter, -o-filter, -webkit-filter,
    filter, padding;
  transition-duration: 0.4s;
}

p,
h1,
h2,
h3,
h4 {
  margin: 0px;
}

a {
  text-decoration: none;
  color: var(--kBlack);
}

ul {
  display: block;
  list-style: none;
  margin: 0px;
  padding: 0px;
}

textarea {
  resize: vertical;
}

hr {
  margin: 0px;
  border: 0px;
  border-bottom: 1px solid var(--kDarkColor);
}

@font-face {
  font-family: Poppins-Medium;
  src: url(fonts/Poppins-Medium.ttf);
}

@font-face {
  font-family: Poppins-Regular;
  src: url(fonts/Poppins-Regular.ttf);
}

@font-face {
  font-family: Poppins-Bold;
  src: url(fonts/Poppins-Bold.ttf);
}

@font-face {
  font-family: LeagueSpartan;
  src: url(fonts/LeagueSpartan.ttf);
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  box-shadow: none;
}

::-webkit-scrollbar-thumb {
  background: #7abf00;
  border-radius: 30px;
  width: 2px;
  height: 2px;
}

::-webkit-scrollbar-thumb:horizontal {
  border-radius: 10px;
}

::-webkit-scrollbar:horizontal {
  height: 0;
}

.logo small {
  display: block;
  text-align: right;
}

.logo .lfrg {
  display: flex;
  align-items: start;
  justify-content: start;
}

.logo .lfrg .naming {
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: column;
  padding-left: 6px;
}

.logo img {
  width: 40px;
  margin-top: 15px;
}

.logo .ouch {
  position: relative;
}

.logo .ouch img {
  position: absolute;
  right: -3px;
  top: -10px;
  width: 15px;
  transform: rotate(345deg);
}

.logo b {
  font-size: 70px;
  font-family: LeagueSpartan;
  font-optical-sizing: auto;
  font-style: normal;
  color: var(--kPrimaryColor);
  letter-spacing: -3px;
}

.logo small {
  font-size: 10px;
  display: block;
  letter-spacing: 0px;
  color: var(--kPrimaryColor);
}

.logo-link {
  text-decoration: none;
}

.action-button {
  background-color: var(--kPrimaryColor);
  color: var(--kWhite);
  padding: 15px 30px;
  border-radius: 10px;
  border: 0px;
  outline: none;
  cursor: pointer;
  font-size: 25px;
}

.action-button:hover {
  filter: drop-shadow(10px 10px 20px var(--kIconShadow));
  padding: 16px 31px;
}

.action-button-heaader {
  background-color: var(--kDarkColor);
  color: var(--kWhite);
  padding: 7px 15px;
  border-radius: 10px;
  border: 0px;
  outline: none;
  cursor: pointer;
  font-size: 16px;
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2),
    0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
}

section {
  margin: auto;
  margin-bottom: 50px;
  text-align: center;
}

section .left {
  width: 100%;
  text-align: center;
  padding: 0px 30px;
  margin-top: 32px;
}

section .left h3 {
  margin-bottom: 15px;
  font-weight: 100;
}

section .left small b {
  font-weight: 100;
}

.style-word {
  background: -webkit-linear-gradient(
    var(--kStylewordgreen),
    var(--kPrimaryColor)
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  font-family: Poppins-Bold;
  letter-spacing: -1px;
}

section .header-btn {
  position: absolute;
  top: 15px;
  right: 15px;
}

section .right {
  width: 100%;
  text-align: left;
}

section .testimonial-picture {
  background-image: url(../designs/pictures/pragya-review.jpeg);
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 30px;
  display: flex;
  align-items: end;
}

section .right .testimonial-card {
  position: relative;
  padding: 15px;
  border: 3px solid var(--kPrimaryColor);
  color: var(--kWhite);
}

section .right .blured {
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: 0px;
  width: 100%;
  background-color: #000000;
  filter: opacity(0.4);
}

section .right .testimonial-card .first-quote {
  position: absolute;
  top: -40px;
  left: 15px;
  height: 50px;
  z-index: 1;
  filter: drop-shadow(0px 0px 10px #0e5c00);
}

section .right .testimonial-card p {
  font-size: 18px;
  line-height: 25px;
  z-index: 1;
  position: relative;
  margin-bottom: 10px;
  display: inline;
}

section .right .testimonial-card h2 {
  position: relative;
  margin-top: 10px;
}

section .right .testimonial-card h2 span {
  font-size: 20px;
}

footer {
  background: var(--kPopupBlack);
  padding: 30px 10px;
  width: 100%;
  text-align: center;
}

footer p,
footer span {
  color: var(--kWhite);
}

#continuereading {
  display: none;
}

.newstore-form-modal {
  position: fixed;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background: var(--kWhite);
  display: flex;
  align-items: start;
  justify-content: center;
  z-index: 2;
  overflow-y: scroll;
}

.newstore-form-modal .form {
  width: 100%;
  max-width: 350px;
  text-align: center;
  padding: 10px;
}

.newstore-form-modal .form img,
.newstore-form-modal .form h3,
.newstore-form-modal .form p,
.newstore-form-modal .form small {
  display: block;
  margin: auto;
  margin-bottom: 15px;
}

.newstore-form-modal .input-label {
  width: 100%;
  margin-bottom: 15px;
  text-align: left;
}

.newstore-form-modal .input-label label {
  display: block;
  margin-bottom: 5px;
}

.newstore-form-modal .input-label input,
.newstore-form-modal .input-label textarea {
  display: block;
  border: 0px;
  padding: 10px;
  border-radius: 3px;
  border: 1px solid var(--kPopupBlack);
  width: 100%;
  outline: none;
}

.newstore-form-modal .input-label input,
.newstore-form-modal .input-label small {
  display: block;
  border: 0px;
  padding: 10px;
  border-radius: 3px;
  border: 1px solid var(--kPopupBlack);
  width: 100%;
  outline: none;
}

.newstore-form-modal .action-button {
  margin-bottom: 15px;
}

.newstore-form-modal .cancel-button {
  cursor: pointer;
}

.toast {
  position: fixed;
  bottom: 0px;
  z-index: 3;
  color: var(--kWhite);
  background: var(--kError);
  padding: 10px;
  font-size: 18px;
  text-align: center;
  width: 100%;
  font-weight: bold;
}

header {
  width: 100%;
  max-width: 1200px;
  padding: 10px;
  display: flex;
  align-items: center;
  margin: auto;
  justify-content: space-between;
}

header aside ul li {
  display: inline-block;
  padding: 10px;
}

header aside ul li a {
  text-decoration: none;
  color: var(--kDarkColor);
}

.section-title {
  margin: 12px auto 32px;
  max-width: 750px;
  width: 100%;
  font-size: 65px;
  font-family: Poppins-Bold;
  letter-spacing: -2px;
  line-height: 65px;
  color: var(--KBlackGrey);
}

.section-subtitle {
  margin-bottom: 8px;
  font-size: 25px;
}

.section-title-sibling {
  margin-bottom: 32px;
  font-size: 25px;
}

.section-heading {
  font-size: 30px;
  font-family: Poppins-Bold;
  letter-spacing: -2px;
  color: var(--KBlackGrey);
}

.business-type-card {
  max-width: 350px;
  padding: 30px;
  width: 75vw;
  border-radius: 20px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  margin: 15px;
  text-align: left;
  background: rgba(0, 0, 0, 0.2);
  height: 200px;
  vertical-align: middle;
  cursor: pointer;
  position: relative;
}

.business-type-card img {
  padding-left: 15px;
  max-width: 100px;
  filter: drop-shadow(10px 10px 10px var(--kIconShadow));
}

.business-type-card .top {
  align-self: flex-start;
}

.business-type-card .bottom {
  align-self: flex-end;
  cursor: pointer;
}

.business-section .section-heading {
  margin-bottom: 30px;
}

.business-type-card .section-heading {
  margin-bottom: 0px;
}

.business-type-card button {
  background: var(--kDarkColor);
  border: 0px;
  color: #fff;
  padding: 9px 14px;
  border-radius: 5px;
  cursor: pointer;
}

.business-type-card a:hover button {
  filter: drop-shadow(10px 10px 10px var(--kIconShadow));
  padding: 10px 15px;
}

.business-type-card .left-button {
  position: absolute;
  bottom: 30px;
  left: 30px;
  display: none;
}

.business-type-card:hover .left-button {
  display: block;
}

.business-type-card .open-window {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 17px;
  padding: 10px;
}

.calender-module {
  padding: 30px 0px;
}

.calender-dates {
  display: flex;
  align-items: start;
  justify-content: center;
}

.calender-dates .dates {
  border-radius: 10px;
  padding: 10px;
  margin: 15px;
  width: 80vw;
  max-width: 200px;
  background: rgba(0, 0, 0, 0.2);
}

.calender-dates .material-symbols-outlined {
  font-size: 40px;
  margin-top: 50px;
}

.calender-dates .bigger {
  max-width: 300px;
}

.calender-dates .disabled {
  opacity: 0.5;
  pointer-events: none;
}

.calender-dates .active {
  background: var(--kDarkColor);
  color: var(--kWhite);
}

.calender-dates .dates h2 {
  font-size: 40px;
}

.calender-dates .tasks-container {
  margin: 15px;
  width: 80vw;
  max-width: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.calender-dates .smaller {
  max-width: 200px;
}

.calender-dates .tasks-container .dates {
  margin: 0px;
}

.calender-dates .tasks-container .tasks {
  background-color: var(--kWhite);
  filter: drop-shadow(0, 0, 0, var(--kDarkColor));
  border-radius: 10px;
  margin: 10px 0px;
  padding: 15px;
  text-align: left;
  width: 100%;
  border: 1px solid var(--kLine);
}

.calender-dates .tasks-container .tasks .style-word {
  font-size: 1.17em;
}

.calender-dates .tasks-container .tasks small {
  margin-top: 10px;
  display: block;
}

.calender-dates .tasks-container .tasks .person {
  width: 40px;
  height: 40px;
  object-fit: cover;
  object-position: center;
  border-radius: 30px;
  margin-right: 10px;
  margin-top: 20px;
  filter: grayscale(1);
  pointer-events: none;
}

.calender-dates .tasks-container .tasks p {
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 10px;
}

.calender-dates .tasks-container .long-task {
  min-height: 200px;
}

.calender-dates .tasks-container .normal-task {
  min-height: 125px;
}

.calender-dates .tasks-container .empty-task {
  opacity: 0.5;
  background: rgba(0, 0, 0, 0.2);
  min-height: 100px;
  border: 0px;
}

.calender-dates .tasks-container .highlight-task {
  border: 0px;
  transform: scale(1.1);
  filter: drop-shadow(70px 70px 20px var(--kIconShadow));
  background: var(--kDarkColor);
  color: var(--kWhite);
}

.faqs ul {
  width: 100%;
  max-width: 650px;
  text-align: left;
  margin: 30px auto;
}

.faqs ul li {
  margin-bottom: 20px;
}

.faqs ul li:last-child {
  padding-bottom: 30px;
  border-bottom: 1px solid var(--kBlack);
}

.faqs ul li h2 {
  margin-bottom: 10px;
}

.faqs ul li p {
  padding-left: 30px;
}

.leftright {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 1000px;
  margin: 50px auto;
}

.leftright .left {
  padding: 15px;
  text-align: left;
  position: relative;
}

.leftright .right {
  padding: 15px;
  text-align: left;
  position: relative;
}

.leftright .content {
  margin-bottom: 16px;
}

.leftright .right.center,
.leftright .left.center {
  text-align: center;
}

.android-module .float {
  width: 400px;
  position: absolute;
  left: 0px;
  filter: drop-shadow(15px 15px 20px var(--kBlack));
  top: 120px;
}

.ios-module .float {
  top: 120px;
  width: 400px;
  position: absolute;
  left: 0px;
  filter: drop-shadow(15px 15px 20px var(--kBlack));
}

.contact-us .contact-card {
  display: inline-block;
  width: 100%;
  max-width: 320px;
  text-align: center;
  padding: 30px;
  border: 2px solid var(--kInvertBackgroundColor);
  border-radius: 5px;
  margin: 10px;
  background: rgba(0, 0, 0, 0.2);
}

.contact-us .contact-card span {
  font-size: 30px;
  margin-right: 10px;
  width: 30px;
}

.contact-us .contact-card:last-child {
  margin-bottom: 30px;
}

.contact-us .contact-card .contact-title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}

.contact-us .contact-card p {
  margin-bottom: 8px;
}

.contact-us .contact-card a {
  text-decoration: none;
}

.pricing .price-cards {
  display: flex;
  align-items: start;
  justify-content: center;
}

.price-cards .price-card {
  width: 80vw;
  max-width: 350px;
  margin: 15px;
  padding: 30px;
  border-radius: 10px;
  text-align: left;
  background: var(--kWhite);
  display: inline-block;
  vertical-align: top;
  position: relative;
}

.price-cards .price-card h3 {
  font-size: 35px;
  margin-bottom: 15px;
  line-height: 35px;
}

.price-cards .price-card h3 small {
  font-size: 25px;
  display: block;
}

.price-cards .price-card h2 {
  font-size: 40px;
  display: inline-block;
  margin-bottom: 16px;
}

.price-cards .price-card h2 small {
  font-weight: lighter;
  font-size: 16px;
}

.price-cards .price-card .plan-desc {
  margin-bottom: 15px;
  display: block;
}

.price-cards .price-card hr {
  border: 0px;
  border-bottom: 1px solid var(--kLine);
}

.price-cards .price-card .price-features {
  display: flex;
  align-items: start;
  justify-content: start;
  text-align: left;
  margin-bottom: 10px;
}

.price-cards .price-card .price-features span {
  margin-right: 10px;
  width: 24px;
}

.price-cards .price-card .price-features small {
  color: var(--kPopupBlack);
}

.price-cards .price-card .float {
  position: absolute;
  top: -38px;
  left: 15px;
  background: var(--kPrimaryColor);
  padding: 7px 20px;
  border-radius: 30px;
  color: var(--kWhite);
  font-weight: lighter;
}

.price-cards .price-card .extra-small {
  font-size: 12px;
  color: var(--kIconShadow);
}

.price-cards .recommended {
  background: var(--kDarkColor);
  color: var(--kWhite);
}

.price-cards .recommended .price-features small {
  color: var(--kWhite);
}

.price-cards .price-card .action-button {
  width: 100%;
  font-size: 20px;
  margin-top: 20px;
  border-radius: 50px;
}

.price-cards .price-card .action-button:hover {
  filter: none;
}

.price-cards .price-card .tax-period {
  display: inline-block;
  text-align: left;
  margin-bottom: 10px;
}

.price-cards .price-card .tax-period .extra-small {
  display: block;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch .toggleinput {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--kPrimaryColor);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 34px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: var(--kWhite);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 50%;
}

.toggleinput:checked + .slider {
  background-color: var(--kStylewordgreen);
}

.toggleinput:focus + .slider {
  box-shadow: 0 0 1px var(--kPrimaryColor);
}

.toggleinput:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.pricing .price-header {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px 0px 30px;
}

.pricing .price-header label {
  margin: 0px 15px;
}

.pricing .price-header h3 {
  position: relative;
}

.pricing .price-header .float {
  position: absolute;
  background: var(--kDarkColor);
  color: var(--kWhite);
  border-radius: 30px;
  padding: 5px;
  font-size: 12px;
  width: 85px;
  margin-left: 10px;
  font-weight: lighter;
}

#ownitplans {
  display: none;
}

.faqs,
.contact-us {
  padding: 0px 15px;
}

header .fixed-bottom {
  display: none;
  border-radius: 30px;
  overflow: hidden;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

header .fixed-bottom span {
  background: var(--kDarkColor);
  color: var(--kWhite);
  font-size: 30px;
  padding: 15px;
  width: 60px;
}

header .fixed-bottom a {
  width: 100%;
}

header .fixed-bottom button {
  width: 100%;
  background-color: var(--kPrimaryColor);
  text-transform: uppercase;
  text-align: center;
  padding: 15px;
  border: 0px;
  color: var(--kWhite);
  font-size: 20px;
  font-family: Poppins-Bold;
}

.broken-link {
  width: 100%;
  max-width: 600px;
  padding: 15px;
  min-height: 90vh;
  margin: auto;
  margin-top: 50px;
}

.broken-link img {
  margin-bottom: 30px;
}

.broken-link p {
  margin-bottom: 30px;
}

section .left .instagram-icon {
  height: 60px;
  vertical-align: middle;
}

.all-chips-section {
  margin: 32px 0px;
}

.hero-section,
.flex-section {
  display: flex;
  align-items: start;
  justify-content: space-between;
  max-width: 1500px;
}

.hero-section .left {
  text-align: center;
}

.hero-section .right {
  text-align: center;
}

.flex-section {
  align-items: center;
}
.flex-section .left {
  text-align: center;
  padding: 0px 12px;
}

.flex-section .right img {
  width: 100%;
  min-height: 85vh;
  object-fit: cover;
  object-position: center;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}

.flex-section .banner-direction-left img {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.give-it-try {
  font-family: Poppins-Bold;
  color: var(--kOrangeShade);
  line-height: 24px;
  display: inline-block;
  margin: 0px;
  text-align: left;
}
.give-it-try .bigger {
  font-size: 45px;
  font-family: inherit;
  color: inherit;
}

section .all-chips {
  width: 100%;
  text-align: center;
  white-space: nowrap;
  overflow-x: scroll;
}

section .chips {
  background-color: rgba(0, 0, 0, 0.12);
  padding: 6px 12px;
  border-radius: 30px;
  font-size: 13px;
  margin: 5px;
  display: inline-block;
  font-weight: 100;
}

section .chips span {
  margin-right: 8px;
  width: 13px;
}

section .chips:nth-child(1) {
  margin-left: 12px;
}

footer .social {
  width: 30px;
  margin-bottom: 16px;
}

.blog-panel {
  width: 100%;
  max-width: 1200px;
  box-sizing: border-box;
  margin: auto;
}

.blog-panel .blog-content {
  text-align: left;
  padding: 30px;
}

.blog-panel .blog-content h2,
.blog-panel .blog-content h3 {
  margin-bottom: 24px;
  display: block;
}

.blog-panel .blog-content ul {
  list-style: decimal;
  padding: revert;
}

.blog-panel .blog-content ul li {
  margin-bottom: 8px;
}

.blog-panel .blog-content p,
.blog-panel .blog-content ul {
  margin-bottom: 16px;
  font-size: 19px;
}

.blog-content .action-button {
  margin: 32px 0px;
}
.our-blogs {
  margin-top: 32px;
}
.our-blogs .blog-cards {
  padding: 15px;
}

.our-blogs .blog-cards a {
  vertical-align: top;
}

.blog-card {
  display: inline-block;
  width: 100%;
  max-width: 370px;
  box-sizing: border-box;
  padding: 15px;
  border: 2px solid var(--kPrimaryColor);
  border-radius: 5px;
  text-align: left;
  background: var(--kWhite);
  margin: 15px;
  min-height: 250px;
  position: relative;
  padding-bottom: 50px;
  cursor: pointer;
  vertical-align: top;
}

.blog-card img {
  width: 100%;
  box-sizing: border-box;
}

.blog-card .banner {
  width: 100%;
  height: 250px;
  object-fit: cover;
  object-position: center;
  box-sizing: border-box;
  border-radius: 10px;
}

.blog-card .banner-contains {
  object-fit: contain;
}

.blog-card:hover {
  filter: drop-shadow(10px 10px 20px var(--kIconShadow));
}

.blog-card div {
  display: flex;
  align-items: center;
  justify-content: start;
  margin-bottom: 16px;
  position: absolute;
  bottom: 0px;
}

.blog-card div img {
  width: 15px;
  margin-right: 5px;
}

.blog-card div p {
  color: var(--kGrey);
  font-size: 12px;
}

.blog-card h2 {
  margin-bottom: 16px;
  text-decoration: underline;
}

.how-to-add-products .cards-container {
  white-space: nowrap;
  overflow-x: scroll;
  width: 100%;
  scroll-behavior: smooth;
  scrollbar-width: none;
  padding: 0px 12px;
  margin-top: 50px;
  box-sizing: border-box;
  text-align: center;
}

.how-to-add-products .cards-container .horizontal-card {
  width: 100%;
  max-width: 300px;
  height: 400px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.2);
  margin: 12px;
  box-sizing: border-box;
  padding: 15px;
  vertical-align: top;
  position: relative;
  white-space: normal;
  border-radius: 30px;
  overflow: hidden;
}

.how-to-add-products .cards-container .special {
  background-color: var(--kBlack);
  color: var(--kWhite);
}

.how-to-add-products .cards-container .horizontal-card h4 {
  text-transform: uppercase;
  color: var(--kWhite);
  background-color: var(--kBlack);
  padding: 3px 10px;
  border-radius: 30px;
  font-size: 12px;
  position: absolute;
  top: 0px;
  left: 20px;
}

.how-to-add-products .cards-container .special h4 {
  background-color: var(--kWhite);
  color: var(--kBlack);
}

.how-to-add-products .cards-container .horizontal-card span {
  font-size: 50px;
  margin-bottom: 16px;
}

.how-to-add-products .cards-container .horizontal-card button {
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  box-sizing: border-box;
  background-color: var(--kPrimaryColor);
  color: var(--kWhite);
  border: 0px;
  padding: 15px;
  text-transform: uppercase;
  cursor: pointer;
  font-family: Poppins-Medium;
  font-size: 16px;
}

.para-layout h2,
.para-layout input {
  display: inline;
  vertical-align: middle;
}

.para-layout input {
  background-color: var(--kWhite);
  border: 1px solid var(--kLine);
  border-bottom: 5px solid var(--kPrimaryColor);
  font-size: 20px;
  border-radius: 15px;
  padding: 15px;
  outline: none;
  margin: 0px 10px;
  box-sizing: border-box;
}

.para-layout .business-icons {
  display: inline;
  vertical-align: middle;
  margin-left: 5px;
}

.para-layout .business-icons img {
  width: 40px;
  vertical-align: middle;
  margin: 8px;
}

.para-layout .section-subtitle {
  margin: 25px 0px;
}

.para-layout {
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 90vw;
  border-radius: 30px;
  margin: auto;
}

.download-section {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 32px;
}

.download-section div {
  display: flex;
  flex-direction: column;
  margin: 0px 16px;
}

.download-section .qrcodes {
  width: 100%;
  max-width: 300px;
  object-fit: contain;
}

.download-section .badge {
  width: 100%;
  display: inline-block;
  height: 65px;
  object-fit: contain;
}

.steps {
  display: block;
  white-space: nowrap;
  overflow-y: hidden;
  overflow-x: scroll;
  scrollbar-width: none;
}

.steps::-webkit-scrollbar {
  display: none;
}

.steps .step {
  margin: 16px;
  text-align: center;
  display: inline-block;
  width: 300px;
  white-space: normal;
  vertical-align: top;
}

.steps .step h2 {
  margin-bottom: 8px;
}

.steps .step p {
  font-size: 14px;
}

.steps .step img {
  width: 100%;
  height: 300px;
  object-fit: contain;
  margin-bottom: 16px;
}

.steps .step .circle-border {
  border-radius: 100%;
}

.steps .step .download-badge img {
  height: auto;
}

.steps .step .download-badge .no-margin {
  margin: 0px;
}

.steps .step .download-badge {
  height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 16px;
  padding: 0px 22px;
}

.downloads-container {
  margin-bottom: 30px;
}

.trustedby h2 {
  margin-bottom: 24px;
  font-size: 2rem;
}

.trustedby .trusted-card {
  display: inline-block;
  vertical-align: middle;
  margin: 24px;
}

.trustedby .trusted-card img {
  height: 160px;
  object-fit: contain;
  margin-bottom: 8px;
}

.trustedby .trusted-card .location {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--kBlack);
}

.trustedby .trusted-card .location p {
  color: inherit;
}

.trustedby .trusted-card .location span {
  margin-right: 8px;
  width: 20px;
  color: inherit;
}

.trustedby .trusted-card .comingsoon {
  background: var(--kStylewordgreen);
  color: var(--kWhite);
  padding: 2px;
  border-radius: 10px;
  font-size: 12px;
  display: block;
  margin: 0px auto 16px;
  width: 97px;
}

.trustedby .trusted-card.cs img,
.trustedby .trusted-card.cs .location {
  opacity: 0.5;
}

.collage-title {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin: 2rem 0 1rem;
  color: #222;
}

.collage-wrapper {
  overflow: hidden;
  width: 100%;
  height: 520px;
  position: relative;
}

.scroll-track {
  display: inline-block;
  white-space: nowrap;
  animation: scroll 60s linear infinite;
}

.column {
  display: inline-flex;
  flex-direction: column;
  width: 500px;
  height: 500px;
}

.photo-wrapper {
  position: relative;
  overflow: hidden;
  margin: 4px;
  border-radius: 8px;
}

.photo-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 8px;
}

.landscape {
  height: 192px;
}

.portraits {
  display: flex;
  height: 292px;
  gap: 2px;
}

.portrait {
  flex: 1;
  height: 100%;
}

.location-tag {
  position: absolute;
  bottom: 8px;
  right: 8px;
  color: white;
  font-size: 12px;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 4px 6px;
  border-radius: 4px;
  font-weight: 500;
  line-height: 1.2;
  z-index: 1;
}

.location-tag span {
  margin-right: 2px;
}

.material-symbols-outlined {
  font-size: 14px;
  vertical-align: middle;
}

.get-directions {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  margin-top: 8px;
  cursor: pointer;
  padding: 8px 12px;
  background: linear-gradient(to bottom right, #012b1b, #f37334);
  color: #f3e4c8;
  box-shadow: 0px 0px 5px var(--KBlackGrey);
}

.get-directions span {
  font-size: 25px;
  margin-right: 8px;
  width: 25px;
}

.blog-content {
  width: 100%;
  max-width: 700px;
  margin: 32px auto;
  text-align: left;
  padding: 0px 12px;
  box-sizing: border-box;
}

.blog-content hr {
  height: 0px;
  border-bottom: 1px solid var(--kLine);
  margin: 16px 0px;
}

.blog-content small {
  color: var(--kGrey);
}

.blog-content p {
  margin-bottom: 24px;
  font-size: 18px;
}

.blog-content h2,
.blog-content ul {
  margin-bottom: 16px;
}

.blog-content ul,
.blog-content ol {
  font-size: 18px;
  list-style: decimal;
  padding-left: 40px;
}
.blog-content ul li,
.blog-content ol li {
  margin-bottom: 8px;
}

.blog-content strong {
  font-family: Poppins-Bold;
}

.blog-content img {
  height: 400px;
  width: 100%;
  object-fit: contain;
  margin-bottom: 16px;
}

.blog-content .img-cover {
  object-fit: cover;
  border-radius: 10px;
}

.blog-content h1 {
  font-size: 45px;
}

.blog-content .embed-map {
  margin: auto;
  display: block;
  border-radius: 10px;
}

.product-page .blog-content .section-title {
  font-size: 50px;
  text-align: center;
}
.product-page .hero-section {
  align-items: center;
}
.product-page .hero-section .right {
  text-align: left;
}
.hero-section .right {
  padding: 0px 32px;
}
.hero-section img {
  object-fit: contain;
}
.hero-section .product-photo {
  border-radius: 30px;
  height: 80vh;
}
.action-cart-button {
  width: 100%;
  background-color: var(--kPrimaryColor);
  text-transform: uppercase;
  text-align: center;
  padding: 15px;
  border: 0px;
  color: var(--kWhite);
  font-size: 20px;
  border-radius: 8px;
  font-family: Poppins-Bold;
  cursor: pointer;
}

.align-right {
  text-align: right !important;
}

.why-buy ul {
  display: flex;
  align-items: start;
  justify-content: center;
}

.why-buy ul li {
  padding: 16px;
  width: 100%;
  max-width: 150px;
  margin: 16px;
}

.why-buy ul li img {
  margin-bottom: 8px;
  height: 75px;
}

.storeSheet {
  display: none;
  align-items: center;
  flex-direction: column;
  position: fixed;
  bottom: 0;
  right: 8px;
  background: var(--kPrimaryColor);
  padding: 16px 8px 8px;
  box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  border-radius: 30px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.storeSheet .flex {
  display: flex;
}

.storeSheet p {
  font-size: 10px;
  color: var(--kWhite);
  margin-bottom: 4px;
  font-family: Poppins-Bold;
}

.storeSheet a {
  margin: 0px 8px;
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.storeSheet a img {
  width: 100%;
  max-width: 250px;
}

.hero-section i {
  color: var(--kError);
  font-family: Poppins-Bold;
  font-size: 14px;
  display: block;
  margin-bottom: 4px;
}
.hero-section .section-title {
  margin-bottom: 8px;
}

.download-button {
  background-color: var(--kPrimaryColor);
  text-transform: uppercase;
  text-align: center;
  padding: 7px 12px;
  border: 0px;
  color: var(--kWhite);
  font-size: 14px;
  font-family: Poppins-Bold;
  border-radius: 5px;
  cursor: pointer;
}

.copyright-line {
  border: 0px;
  border-bottom: 1px solid var(--kWhite);
  margin: 16px 0px;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.hide {
  display: none;
}

.center {
  text-align: center;
}

@media only screen and (max-width: 1024px) {
  .section-heading {
    font-size: 28px;
  }
  .hero-section {
    flex-direction: column;
  }
  .hero-section .left {
    margin: 16px auto;
  }
  .hero-section .right img {
    width: 100%;
    max-width: 540px;
    padding: 0px 30px;
  }
  .product-page .hero-section .product-photo {
    height: auto;
    padding: 0px;
  }
  .product-page .hero-section .right {
    text-align: center;
  }
}

@media only screen and (max-width: 768px) {
  .section-heading {
    font-size: 25px;
  }

  #completereview {
    display: none;
  }

  #continuereading {
    display: inline;
  }

  .logo small {
    font-size: 11px;
  }

  .action-button-heaader {
    font-size: 14px;
  }

  .action-button {
    font-size: 18px;
    padding: 10px 20px;
  }

  .business-section .business-cards {
    white-space: nowrap;
    overflow: scroll;
  }

  .business-type-card {
    padding: 20px;
  }

  .calender-dates {
    justify-content: start;
    padding: 0px 15px;
    overflow-y: scroll;
  }

  .leftright {
    flex-direction: column;
  }

  .leftright .left,
  .leftright .right {
    text-align: left;
  }

  .leftright .left.center,
  .leftright .right.center {
    display: none;
  }

  .ios-module {
    flex-direction: column-reverse;
  }

  .leftright .left img,
  .leftright .right img {
    display: none;
  }

  .leftright .left .float,
  .leftright .right .float {
    display: block;
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    max-width: 200px;
    margin: auto;
  }

  .pricing .price-cards {
    justify-content: start;
    overflow: auto;
  }

  header .fixed-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  header .alsomobilemenu {
    position: fixed;
    background: var(--kPrimaryLightColor);
    bottom: 0px;
    left: 8px;
    right: 8px;
    z-index: 2;
    border-radius: 15px;
  }

  header aside ul li {
    display: block;
  }

  header aside ul {
    display: none;
  }

  footer {
    padding-bottom: 80px;
  }

  .price-cards .price-card h2 {
    display: block;
  }

  .price-cards .price-card .tax-period {
    text-align: right;
    margin-bottom: 16px;
    display: block;
    margin-top: -15px;
  }

  .price-cards .price-card .tax-period .extra-small {
    display: inline-block;
  }

  .flex-section .section-title {
    font-size: 50px;
    line-height: 50px;
  }
  .hero-section i {
    margin-bottom: 8px;
  }
  .action-cart-button {
    font-size: 18px;
  }
}

@media only screen and (max-width: 640px) {
  .action-button-heaader {
    font-size: 12px;
    padding: 5px 10px;
  }

  .logo {
    justify-content: center;
  }

  .section-heading {
    font-size: 25px;
  }

  section {
    display: block;
  }

  section .left {
    display: block;
    width: 100%;
    min-height: auto;
    text-align: center;
    padding: 0px;
  }

  section .testimonial-picture {
    align-items: center;
  }

  #completereview {
    display: inline;
  }

  #continuereading {
    display: none;
  }

  .business-type-card img {
    max-width: 85px;
  }

  .contact-us .contact-card {
    margin: 10px 0px;
    padding: 15px;
    font-size: 13px;
  }

  .contact-us .contact-card .contact-title {
    font-size: 12px;
  }

  .faqs ul li h2 {
    font-size: 18px;
  }

  .faqs ul li p {
    font-size: 15px;
  }

  .calender-dates {
    padding: 0px 10px;
  }

  .calender-dates .material-symbols-outlined {
    font-size: 30px;
  }

  .calender-dates .tasks-container {
    margin: 15px 10px;
  }

  .calender-dates .dates {
    width: 70vw;
  }

  section .left h3 {
    font-size: 15px;
  }

  .section-title {
    line-height: 50px;
    font-size: 50px;
  }

  section .left .style-word {
    display: inline-block;
  }

  .blog-card {
    margin: 15px 0px;
  }
  .hero-section {
    padding: 0px 8px;
    box-sizing: border-box;
  }
  .steps .step {
    vertical-align: top;
  }
  .all-chips-section {
    margin: 8px 0px;
  }
  .section-subtitle {
    font-size: 18px;
  }
  .section-title-sibling {
    font-size: 16px;
  }
  .download-section .badge {
    height: 40px;
  }
  .flex-section {
    flex-direction: column;
  }
  .flex-section .right img {
    min-height: 60vh;
    border-radius: 0px;
    mask-image: linear-gradient(to bottom, black 80%, transparent 100%);
    -webkit-mask-image: linear-gradient(
      to bottom,
      #ffffff 80%,
      transparent 100%
    );
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
  }
  .flex-section .banner-direction-left img {
    mask-image: linear-gradient(to top, black 80%, transparent 100%);
    -webkit-mask-image: linear-gradient(to top, #ffffff 80%, transparent 100%);
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }
  .blog-content h1 {
    font-size: 30px;
    line-height: 40px;
  }
  .why-buy ul {
    display: block;
  }
  .why-buy ul li {
    margin: auto;
  }
  .storeSheet {
    left: 8px;
  }
  .product-page .hero-section .product-photo {
    width: 100%;
  }
  .download-button {
    font-size: 13px;
  }
}
@media only screen and (max-width: 430px) {
  .section-title {
    line-height: 40px;
    font-size: 36px;
  }
}
@media only screen and (max-width: 400px) {
  .section-heading {
    font-size: 20px;
  }

  section .left h3 {
    font-size: 14px;
  }

  .own-it.price-cards .price-card h2 {
    font-size: 30px;
  }

  .price-cards .price-card {
    width: auto;
  }

  .pricing .price-header .float {
    padding: 2px;
    font-size: 8px;
    width: 55px;
    margin-left: 5px;
    top: -20px;
    left: 0px;
  }

  .steps .step {
    width: 200px;
  }
  .steps .step img {
    width: 100%;
    max-width: 300px;
    height: 100%;
    max-height: 200px;
  }
  header .fixed-bottom button {
    font-size: 18px;
    padding: 16.1px;
  }
  .steps .step .download-badge {
    height: 200px;
  }
  .download-button {
    font-size: 10px;
  }
}
