@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

body {
  font-family: 'Poppins', sans-serif;
}

.hero-gradient {
  background: linear-gradient(135deg, rgba(120, 23, 182, 0.9) 0%, rgba(255, 78, 152, 0.8) 100%);
}

.card-hover:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 25px -5px rgba(120, 23, 182, 0.2), 0 10px 10px -5px rgba(120, 23, 182, 0.1);
}

.feature-icon {
  background: linear-gradient(135deg, #7817b6 0%, #ff4e98 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.stats-gradient {
  background: linear-gradient(135deg, rgba(120, 23, 182, 0.05) 0%, rgba(255, 78, 152, 0.05) 100%);
}

.custom-shape-divider {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.custom-shape-divider svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 70px;
}

.custom-shape-divider .shape-fill {
  fill: #FFFFFF;
}

.testimonial-card {
  transition: all 0.3s ease;
}

.testimonial-card:hover {
  transform: scale(1.03);
}

.pricing-card:hover {
  border-color: #7817b6;
}

.pricing-card:hover .pricing-header {
  background-color: #7817b6;
  color: white;
}


.pricing-card:hover .text-primary,
.pricing-card:hover p {
  color: white;
}

.pricing-card:hover svg.text-primary {
  color: rgb(120 23 182 / var(--tw-text-opacity, 1));
}

.form-input:focus {
  border-color: #7817b6;
  box-shadow: 0 0 0 3px rgba(120, 23, 182, 0.2);
}

.p-7 {
  padding: 1.7rem;
}

.features .container .card-hover p {
  font-size: 15px;
}

.features .icons img {
  width: 80%;
}

.business .icons img {
  width: 85%;
}

.alignlist .increasewidth {
  width: 70%;
  margin-right: 1%;
}

.alignlist .increasewidth1 {
  width: 50%;
  margin-right: 1%;
}

.sendthislink {
  width: 50%;
  margin-left: 25%;
}

.features .increasewidth h3.font-bold {
  font-size: 19px;
  min-height: 45px;
  max-height: 45px;
  overflow: hidden;
  line-height: 23px;
}


*,
::before,
::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style:
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style:
}

/* ! tailwindcss v3.4.16 | MIT License | https://tailwindcss.com */
*,
::after,
::before {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: #e5e7eb
}

::after,
::before {
  --tw-content: ''
}

:host,
html {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  tab-size: 4;
  font-family: Poppins, sans-serif;
  font-feature-settings: normal;
  font-variation-settings: normal;
  -webkit-tap-highlight-color: transparent
}

body {
  margin: 0;
  line-height: inherit
}

hr {
  height: 0;
  color: inherit;
  border-top-width: 1px
}

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit
}

a {
  color: inherit;
  text-decoration: inherit
}

b,
strong {
  font-weight: bolder
}

code,
kbd,
pre,
samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-feature-settings: normal;
  font-variation-settings: normal;
  font-size: 1em
}

small {
  font-size: 80%
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
  margin: 0;
  padding: 0
}

button,
select {
  text-transform: none
}

button,
input:where([type=button]),
input:where([type=reset]),
input:where([type=submit]) {
  -webkit-appearance: button;
  background-color: transparent;
  background-image: none
}

:-moz-focusring {
  outline: auto
}

:-moz-ui-invalid {
  box-shadow: none
}

progress {
  vertical-align: baseline
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}

::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

summary {
  display: list-item
}

blockquote,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
pre {
  margin: 0
}

fieldset {
  margin: 0;
  padding: 0
}

legend {
  padding: 0
}

menu,
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0
}

dialog {
  padding: 0
}

textarea {
  resize: vertical
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #9ca3af
}

[role=button],
button {
  cursor: pointer
}

:disabled {
  cursor: default
}

audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
  display: block;
  vertical-align: middle
}

img,
video {
  max-width: 100%;
  height: auto
}

[hidden]:where(:not([hidden=until-found])) {
  display: none
}

.container {
  width: 100%
}

@media (min-width: 640px) {
  .container {
    max-width: 640px
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px
  }


}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px
  }
}


}

.absolute {
  position: absolute
}

.relative {
  position: relative
}

.sticky {
  position: sticky
}

.-bottom-4 {
  bottom: -1rem
}

.-left-4 {
  left: -1rem
}

.-right-4 {
  right: -1rem
}

.-top-4 {
  top: -1rem
}

.right-0 {
  right: 0px
}

.top-0 {
  top: 0px
}

.z-10 {
  z-index: 10
}

.z-50 {
  z-index: 50
}

.mx-auto {
  margin-left: auto;
  margin-right: auto
}

.mb-1 {
  margin-bottom: 0.25rem
}

.mb-10 {
  margin-bottom: 2.5rem
}

.mb-12 {
  margin-bottom: 3rem
}

.mb-16 {
  margin-bottom: 4rem
}

.mb-2 {
  margin-bottom: 0.5rem
}

.mb-3 {
  margin-bottom: 0.75rem
}

.mb-4 {
  margin-bottom: 1rem
}

.mb-6 {
  margin-bottom: 1.5rem
}

.mb-8 {
  margin-bottom: 2rem
}

.ml-2 {
  margin-left: 0.5rem
}

.ml-4 {
  margin-left: 1rem
}

.mr-2 {
  margin-right: 0.5rem
}

.mr-3 {
  margin-right: 0.75rem
}

.mr-4 {
  margin-right: 1rem
}

.mt-4 {
  margin-top: 1rem
}

.mt-8 {
  margin-top: 2rem
}

.block {
  display: block
}

.flex {
  display: flex
}

.grid {
  display: grid
}

.hidden {
  display: none
}

.h-10 {
  height: 2.5rem
}

.h-12 {
  height: 3rem
}

.h-14 {
  height: 3.5rem
}

.h-16 {
  height: 4rem
}

.h-24 {
  height: 6rem
}

.h-32 {
  height: 8rem
}

.h-5 {
  height: 1.25rem
}

.h-6 {
  height: 1.5rem
}

.h-auto {
  height: auto
}

.w-10 {
  width: 2.5rem
}

.w-12 {
  width: 3rem
}

.w-14 {
  width: 3.5rem
}

.w-16 {
  width: 4rem
}

.w-24 {
  width: 6rem
}

.w-32 {
  width: 8rem
}

.w-5 {
  width: 1.25rem
}

.w-6 {
  width: 1.5rem
}

.w-full {
  width: 100%
}

.max-w-2xl {
  max-width: 42rem
}

.max-w-3xl {
  max-width: 54rem
}

.max-w-lg {
  max-width: 32rem
}

.flex-1 {
  flex: 1 1 0%
}

.flex-shrink-0 {
  flex-shrink: 0
}

.scale-105 {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr))
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr))
}

.flex-col {
  flex-direction: column
}

.items-start {
  align-items: flex-start
}

.items-center {
  align-items: center
}

.justify-center {
  justify-content: center
}

.justify-between {
  justify-content: space-between
}

.gap-12 {
  gap: 3rem
}

.gap-4 {
  gap: 1rem
}

.gap-6 {
  gap: 1.5rem
}

.gap-8 {
  gap: 2rem
}

.space-x-4> :not([hidden])~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)))
}

.space-x-8> :not([hidden])~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(2rem * var(--tw-space-x-reverse));
  margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)))
}

.space-y-3> :not([hidden])~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse))
}

.space-y-4> :not([hidden])~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse))
}

.space-y-6> :not([hidden])~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse))
}

.overflow-hidden {
  overflow: hidden
}

.rounded-full {
  border-radius: 9999px
}

.rounded-lg {
  border-radius: 0.5rem
}

.rounded-md {
  border-radius: 0.375rem
}

.rounded-xl {
  border-radius: 0.75rem
}

.rounded-l-md {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem
}

.rounded-r-md {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem
}

.rounded-bl-lg {
  border-bottom-left-radius: 0.5rem
}

.border {
  border-width: 1px
}

.border-2 {
  border-width: 2px
}

.border-accent {
  --tw-border-opacity: 1;
  border-color: rgb(255 78 152 / var(--tw-border-opacity, 1))
}

.border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(120 23 182 / var(--tw-border-opacity, 1))
}

.border-transparent {
  border-color: transparent
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1))
}

.bg-accent {
  --tw-bg-opacity: 1;
  background-color: rgb(255 78 152 / var(--tw-bg-opacity, 1))
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1))
}

.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1))
}

.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1))
}

.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(120 23 182 / var(--tw-bg-opacity, 1))
}

.bg-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(245 230 255 / var(--tw-bg-opacity, 1))
}

.bg-opacity-20 {
  --tw-bg-opacity: 0.2
}

.p-4 {
  padding: 1rem
}

.p-6 {
  padding: 1.5rem
}

.p-8 {
  padding: 2rem
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem
}

.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem
}

.py-15 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 1rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem
}

.pb-4 {
  padding-bottom: 1rem
}

.pb-8 {
  padding-bottom: 2rem
}

.pt-16 {
  padding-top: 4rem
}

.text-center {
  text-align: center
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem
}

.font-bold {
  font-weight: 700
}

.font-medium {
  font-weight: 500
}

.font-normal {
  font-weight: 400
}

.font-semibold {
  font-weight: 600
}

.text-accent {
  --tw-text-opacity: 1;
  color: rgb(255 78 152 / var(--tw-text-opacity, 1))
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1))
}

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1))
}

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1))
}

.text-primary {
  --tw-text-opacity: 1;
  color: rgb(120 23 182 / var(--tw-text-opacity, 1))
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1))
}

.text-yellow-400 {
  --tw-text-opacity: 1;
  color: rgb(250 204 21 / var(--tw-text-opacity, 1))
}

.opacity-20 {
  opacity: 0.2
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms
}

.transition-colors {
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms
}

.duration-300 {
  transition-duration: 300ms
}

.hover\:bg-accent:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 78 152 / var(--tw-bg-opacity, 1))
}

.hover\:bg-gray-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1))
}

.hover\:bg-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(120 23 182 / var(--tw-bg-opacity, 1))
}

.hover\:bg-opacity-30:hover {
  --tw-bg-opacity: 0.3
}

.hover\:bg-opacity-90:hover {
  --tw-bg-opacity: 0.9
}

.hover\:text-gray-300:hover {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1))
}

.hover\:text-primary:hover {
  --tw-text-opacity: 1;
  color: rgb(120 23 182 / var(--tw-text-opacity, 1))
}

.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1))
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px
}

@media (min-width: 640px) {
  .sm\:flex-row {
    flex-direction: row
  }

  .sm\:space-x-4> :not([hidden])~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)))
  }

  .sm\:space-y-0> :not([hidden])~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse))
  }
}

@media (min-width: 768px) {
  .md\:mb-0 {
    margin-bottom: 0px
  }

  .md\:inline-block {
    display: inline-block
  }

  .md\:flex {
    display: flex
  }

  .md\:hidden {
    display: none
  }

  .md\:w-1\/2 {
    width: 50%
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr))
  }

  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr))
  }


  .md\:flex-row {
    flex-direction: row
  }

  .md\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem
  }

  .md\:pl-12 {
    padding-left: 3rem
  }

  .md\:pr-12 {
    padding-right: 3rem
  }

  .md\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem
  }

  .md\:text-5xl {
    font-size: 3rem;
    line-height: 1
  }
}

@media (min-width: 1024px) {
  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr))
  }

  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr))
  }

  .lg\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr))
  }
}

.bg-white ul li {
  color: #7817b6;
}


.footer .row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
}

@media (min-width: 992px) {
  .footer .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
}

@media (min-width: 1200px) {
  .footer .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
}

.footer-logo {
  margin-bottom: 30px;
}

.footer-text p {
  margin-bottom: 14px;
  font-size: 14px;
  color: #7e7e7e;
  line-height: 28px;
}

.footer-social-icon span {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 20px;
}

.footer-social-icon a {
  color: #fff;
  font-size: 16px;
  margin-right: 15px;
}

.footer-social-icon i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
}

.footer-widget-heading h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}

.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: #fff;
}

.footer-widget ul li {
  display: inline-block;
  float: left;
  width: 50%;
  margin-bottom: 12px;
}

.footer-widget ul li a {
  color: #fff;
}

.footer-widget ul.contact-info {
  display: inline-grid;
}

.footer-widget ul.contact-info li {
  display: block;
  width: 100%;
}

.contact-info li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 15px;
}

.contact-info li i {
  position: absolute;
  top: 3px;
  left: 0;
  font-size: 16px;
  line-height: 1;
  color: #fff;
}

.contact-info li h6 {
  color: #fff;
  font-weight: 500;
  line-height: 1.4;
  margin: 0 0 5px;
}

.contact-info li p,
.contact-info li a {
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.innerfooter {
  border-top: 1px dotted #fff;
  padding-top: 20px;
}

.pricing-header div.absolute {
  position: absolute;
}

.visible-xs {
  display: none;
}

.testimonial-card .ml-4 {
  margin: 0px;
}

.our-webcoderskull .cnt-block {
  height: auto !important;
}

ul.row.flex {

  justify-content: center;
}

.our-webcoderskull .cnt-block p.small {
  margin-top: 20px;
  text-align: justify;
}



.fullwidth {
  width: 100%;
}
.floatleft
{
    float:left;
}
.floatright
{
    float:right;
}


.col-lg-6.mb-50
{
    margin-right: 2%;
}


.footer-widget ul
{
        list-style: disc;
}
.footer-widget ul li 
{
    display: flex;
    float: left;
    width: auto;
    margin-bottom: 12px;
    margin-right: 10px;
    list-style: auto;
    list-style-type: auto;
}


    .heading.heading-icon {
    display: block;
}
.padding-lg {
	display: block;
	padding-top: 0px;
	padding-bottom: 0px;
}
.practice-area.padding-lg {
    padding-bottom: 55px;
    padding-top: 55px;
}
.practice-area .inner{ 
     border:1px solid #999999; 
	 text-align:center; 
	 margin-bottom:28px; 
	 padding:40px 25px;
}
.our-webcoderskull .cnt-block:hover {
    box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
    border: 0;
}
.practice-area .inner h3{ 
    color:#3c3c3c; 
	font-size:24px; 
	font-weight:500;
	font-family: 'Poppins', sans-serif;
	padding: 10px 0;
}
.practice-area .inner p{ 
    font-size:14px; 
	line-height:22px; 
	font-weight:400;
}
.practice-area .inner img{
	display:inline-block;
}


.our-webcoderskull{
  
  
}
.our-webcoderskull .cnt-block{ 
   float:left; 
   width:100%; 
   background:#fff; 
   padding:30px 20px; 
   text-align:center; 
   border:2px solid #d5d5d5;
   margin: 0 0 28px;
}
.our-webcoderskull .cnt-block figure{
   width:148px; 
   height:148px; 
   border-radius:100%; 
   display:inline-block;
   margin-bottom: 15px;
}
.our-webcoderskull .cnt-block img{ 
   width:148px; 
   height:148px; 
   border-radius:100%; 
}
.our-webcoderskull .cnt-block h3{ 
   color:#2a2a2a; 
   font-size:20px; 
   font-weight:500; 
   padding:6px 0;
   text-transform:uppercase;
}
.our-webcoderskull .cnt-block h3 a{
  text-decoration:none;
	color:#2a2a2a;
}
.our-webcoderskull .cnt-block h3 a:hover{
	color:#337ab7;
}
.our-webcoderskull .cnt-block p{ 
   color:#2a2a2a; 
   font-size:13px; 
   line-height:20px; 
   font-weight:400;
}
.our-webcoderskull .cnt-block .follow-us{
	margin:20px 0 0;
}
.our-webcoderskull .cnt-block .follow-us li{ 
    display:inline-block; 
	width:auto; 
	margin:0 5px;
}
.our-webcoderskull .cnt-block .follow-us li .fa{ 
   font-size:24px; 
   color:#767676;
}
.our-webcoderskull .cnt-block .follow-us li .fa:hover{ 
   color:#025a8e;
}
ul.row.flex
{
    display: flex;
}

ul.row.flex li 
{
    margin-right: 2%;
    width: 31%;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}



/* packages page*/
.packageui.bg-gray-50{
    --tw-bg-opacity: 1;
    background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
    padding-bottom: 4%;
   
}
.packageui.bg-gray-50 .header_content
{
     padding: 20px;
    padding-top: 3%;
}
.packageui .shadow-md {
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.packageui .gap-4 {
    gap: 1rem;
}

@media (min-width: 768px) {
    .packageui .md\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

.packageui .p-3 {
    padding: 0.75rem;
}
 .filterpacks,
 #packageGrid
{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
}

.transition-shadow
{
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.from-primary {
    --tw-gradient-from: #7817b6 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(120 23 182 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

 .to-primary-light {
    --tw-gradient-to: #9333ea var(--tw-gradient-to-position);
}

 .text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.absolute {
    position: absolute;
}
 .right-4 {
    right: 1rem;
}
 .top-4 {
    top: 1rem;
}
 .rounded-lg {
    border-radius: 0.5rem;
}
.bg-opacity-20 {
    --tw-bg-opacity: 0.2;
}
 .p-2 {
    padding: 0.5rem;
}
.h-8 {
    height: 2rem;
}
.w-8 {
    width: 2rem;
}

.bg-purple-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(250 245 255 / var(--tw-bg-opacity, 1));
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1050;
  display: flex;
  align-items: center;
  justify-content: center;
}
.d-none
{
    display: none;
}


 #enquiryModal .modal-dialog
{
    z-index: 99999;
    opacity: 1;
    background: #fff;
    width: 70%;
}
@media (min-width: 992px) {
    .modal-lg {
        max-width: 800px;
    }
}
.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex
;
    -ms-flex-direction: column;
    flex-direction: column;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}

.modal-header {
    display: -ms-flexbox;
    display: flex
;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}
 .modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}
 .close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}
 button.close {
    padding: 0;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

.modal-header .close {
    padding: 15px;
    margin: -15px -15px -15px auto;
}

.modal-header h4, 
 .modal-header .h4 {
    font-size: 1.5rem;
}
.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 15px;
}


.modal-body h3,  .modal-body .h3 {
    font-size: 1.75rem;
}
.modal-footer .btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
 .modal-footer {
    display: -ms-flexbox;
    display: flex
;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 15px;
    border-top: 1px solid #e9ecef;
}
.modal-footer > :not(:last-child) {
    margin-right: .25rem;
}
 .modal-footer .btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
.modal-footer > :not(:first-child) {
    margin-left: .25rem;
}
 .feature-container .addborder
{
    border: 1px solid;
    margin-top: 10px;
    margin-right: 10px;
}
.lity-content img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain; /* Keep aspect ratio */
}

 #enquiryModal .bg-gradient-to-r h2
{
    margin-bottom: 0px;
    font-size: 20px;
}
/*  packages ends */

 #datenodiv,
 .otp-text1
{
    display: none;
}
.line-through-dashed {
    text-decoration: line-through;
    text-decoration-style: dashed;
}

 .carditem.mt-2
{
    margin-top: 20px;
}

.grid.colsalign
{
    justify-content: center;
    align-items: center;
}



.grid.colsalign .btnspart
{
    text-align: right;
    align-items: center;
}
 .grid.colsalign .btnspart button.appbuttoncolor
{
    margin-top: 1.5rem;
    width: 70%;
}
.grid.colsalign .btnspart button.appbuttoncolor1
{
    width: 88%;
    margin-top: 1.5rem;
}

 
.setheights .grid.grid-cols-1
{
    display: flex;
    justify-content: center;
    align-items: center;
        margin-top: 6%;
}

.setheights .otptext1,
#freeconsult1,
.setheights .otptext2,
#sendmessage1
{
    display: none;
}









@media (max-width: 860px) {
  .alignlist .increasewidth {
    width: 100%;
    margin-right: 1%;
  }

  .alignlist .flex.space-x-4 .bg-white {
    width: 100%;
  }

  .alignlist .flex.space-x-4 .bg-white input {
    width: 100%;
  }

  .sendthislink {
    width: 100%;
    margin-left: 0%;
  }

  .sendthislink input {
    width: 100%;
  }

  ul.row.flex {
    display: block;
    align-items: center;
    justify-content: center;
  }

  ul.row.flex li {
    width: 100%;
  }

  .testimonials.bg-white-50 {
    display: table-row-group;
  }

  footer {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;

  }

  .innerfooter {
    border-top: 1px solid;
  }

  .aligntopbuttons {
    display: flex;
    flex-direction: inherit;
    justify-content: center;
    align-items: baseline;
  }

  .aligntopbuttons a {
    width: 33.3%;
    font-size: 17px;
    padding: 0;
    text-align: center;
    margin: 0;
    padding: 0;
    height: 30px;
    line-height: normal;
    align-items: center;
    justify-content: center;
    margin-right: 1%;
  }

  .toptext {
    font-size: 30px;
  }

  .topbottom {
    font-size: 15px;
    margin-bottom: 10px;
  }

  .grid-cols-1 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .features .container .card-hover p {
    font-size: 13px;
  }

  #businesses .grid-cols-1 {
    gap: 0.5rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  #businesses .grid-cols-1 .p-6 {
    padding: 10px;
  }

  #businesses .grid-cols-1 .text-xl {
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    padding-top: 20px;
  }

  #businesses .grid-cols-1 .text-primary,
  #businesses .grid-cols-1 .text-3xl {
    text-align: center;
  }

  #businesses .grid-cols-1 .text-gray-600,
  #businesses .grid-cols-1 p {
    text-align: center;
    font-size: 13px;
  }

  #businesses .grid-cols-1 .bg-white.rounded-xl {
    height: auto;
    max-height: min-content;
  }

  #businesses .grid-cols-1 div.contents {
    display: none;
  }

  #about div.relative {
    display: none;
  }

  ul.row.flex {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  ul.row.flex li {
    width: 44%;
  }

  .our-webcoderskull .cnt-block figure {
    width: 100%;
    height: auto;
  }

  .our-webcoderskull .cnt-block figure img {
    width: 100%;
    height: auto;
  }

  .logo img {
    width: 90%;
    margin-left: 29%;
  }

  .contact {
    width: 60%;
  }
  .header_content .text-center
  {
      margin-bottom: 20px;
  }

  #main .filterpacks button
  {
      width: 100%;
  }
  .contact a {
    font-size: 14px;
  }

  .hero-gradient {
    padding-top: 10px;
  }

  .toptext {
    text-align: center;
  }

  .hidden-xs {
    display: none;
  }

  .visible-xs {
    display: block;
  }

  .topbottom {
    font-size: 14px;
    margin-bottom: 10px;
    text-align: center;
    line-height: 20px;
  }

  .formalign {
    padding: 10px;
  }

  .formalign h4 {
    text-align: center;
  }

  .formalign label {
    font-size: 13px;
  }

  .formalign .grid-cols-1 {
    gap: 25px;
  }

  .py-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .features .container p {
    font-size: 14px;
  }

  .features .mb-16 {
    margin-bottom: 20px;
  }

  .alignlist .flex.space-x-4 .bg-white {
    padding: 10px;
  }

  .alignlist .flex.space-x-4 .bg-white input {
    font-size: 13px;
  }

  .py-10 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .business .text-3xl {
    font-size: 25px;
    line-height: 30px;
  }

  .business .container p {
    font-size: 13px;
  }

  #businesses .grid-cols-1 .bg-white.rounded-xl {
    box-shadow: none;
  }

  .sendthislink .bg-white {
    padding: 10px;
  }

  .sendthislink .bg-white input {
    font-size: 13px;
  }

  .our-webcoderskull .cnt-block {
    height: auto !important;
  }

  .testimonial-card .ml-4 {
    margin: 0px;
  }

  #planner .bg-primary h3 {
    font-size: 18px;
    text-align: center;
  }

  #planner .bg-primary p {
    font-size: 14px;
    text-align: center;
  }

  .features .bg-text-wise h2 {}

  #businesses .grid-cols-1 .text-primary,
  #businesses .grid-cols-1 .text-3xl {
    font-size: 22px;
  }

  #businesses .grid .border-primary {
    border: 0px;
  }

  #about .container h2 {
    text-align: center;
  }

  .our-webcoderskull .cnt-block p.small {
    text-align: left;
  }
  
  .alignlist .increasewidth1
  {
      width: 100%;
  }
  
   .thiscolslist.grid.grid-cols-1
   {
           grid-template-columns: repeat(3, minmax(0, 1fr));
   }
   
   .thiscolslist.grid.grid-cols-1 .p-6
   {
           padding-left: 0;
           padding-right: 0;
   }
   
   .thiscolslist.grid.grid-cols-1 .p-6 h3 
   {
       font-size: 17px;
        line-height: 20px;
        margin-left: 10px; 
        min-height: 70px;
   }
   .thiscolslist.grid.grid-cols-1 .p-6 .text-3xl
   {
       font-size: 20px;
       margin-left: 10px;
   }
   .thiscolslist.grid.grid-cols-1 .p-6 p
   {
        font-size: 12px;
        margin-left: 10px;
   }
  .our-webcoderskull .cnt-block
  {
      padding-left: 12px;
        padding-right: 12px;
  }
  
  
  
    .packageui .grid-cols-1 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    
    .carditem img 
    {
        margin-top: 10%;
    }
    div#planners
    {
        height:30px !important;
    }
    h3.plannernow
    {
        font-size:20px;
    }
    
    .grid.colsalign .btnspart
    {
        width: 200%;
        margin-top: -10%;
    }
    .grid.colsalign .btnspart button.appbuttoncolor
    {
        width: 100%;
    }
    .our-webcoderskull .cnt-block {
        padding-left: 9px;
        padding-right: 9px;
    }
    .our-webcoderskull .cnt-block p.small
    {
        font-size: 11px;
    }
    .our-webcoderskull .cnt-block h3
    {
      font-size: 13px;  
    }
}


