@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
:root {
  --wmViolet: #6A0DAD;
  --wmYellow: #FFD700;
  --white: #fff;
  --wmBlack: #333333;
  --wmRed: #FF6F61;
  --black: #000000;
  --open-sans: "Open Sans", sans-serif;
  --montserrat: "Montserrat", sans-serif;
}

body {
  font-family: var(--open-sans);
}

span,
a {
  display: inline-block;
}

a,
button,
img,
svg path {
  transition: 0.4s ease;
}

input,
textarea {
  background: transparent;
}
input:focus, input:focus-visible, input:focus-within,
textarea:focus,
textarea:focus-visible,
textarea:focus-within {
  box-shadow: none;
  border: none;
  outline: none;
}

.wm-sidebar.active {
  transform: translateX(0);
}

@media screen and (max-width: 991px) {
  .wm-section-title {
    font-size: 28px;
  }
}
@media screen and (max-width: 575px) {
  .wm-section-title {
    font-size: 26px;
  }
}
@media screen and (max-width: 479px) {
  .wm-section-title {
    font-size: 24px;
  }
}

.wm-pricing-package-title {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 13% 50%);
}
@media screen and (max-width: 1599px) {
  .wm-pricing-package-title {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 4% 50%);
  }
}

.ed-single-accordion-item__body {
  transition: all 0.4s ease;
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
}

.ed-single-accordion-item.open .ed-single-accordion-item__body {
  grid-template-rows: 1fr;
  padding-top: 9px;
}

.ed-single-accordion-item.open .ed-single-accordion-item__header .icon {
  transform: rotate(45deg);
}

.wm-pricing-tab-navs button.active {
  background-color: var(--wmBlack);
  color: var(--white);
}

.wm-pricing-filter-toggle {
  position: relative;
}

.wm-pricing-filter-toggle::before{
    background-image: url('/frontend/assets/img/curved-arrow.svg');
    position:  absolute;
    width: 70px;
    left: 1/2;
    bottom: full;
}

.wm-pricing-toggle-switch {
  position: relative;
  display: inline-block;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-bottom: 1.927vw;
}
@media screen and (max-width: 991px) {
  .wm-pricing-toggle-switch {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 479px) {
  .wm-pricing-toggle-switch {
    gap: 8px;
  }
}
.wm-pricing-toggle-switch .toggle-label {
  font-weight: 400;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 5px;
  transition: 0.4s ease;
  color: var(--wmViolet);
}
@media screen and (max-width: 479px) {
  .wm-pricing-toggle-switch .toggle-label {
    font-size: 14px;
  }
}
.wm-pricing-toggle-switch .toggle-label.yearly {
  color: var(--wmBlack);
}
@media screen and (max-width: 479px) {
  .wm-pricing-toggle-switch .toggle-label i {
    display: none;
  }
}
.wm-pricing-toggle-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.wm-pricing-toggle-switch input:checked ~ .slider {
  background-color: var(--wmViolet);
}
.wm-pricing-toggle-switch input:checked ~ .slider:before {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}
.wm-pricing-toggle-switch input:checked ~ .toggle-label.yearly {
  color: var(--wmViolet);
}
.wm-pricing-toggle-switch input:checked ~ .toggle-label.monthly {
  color: var(--wmBlack);
}
.wm-pricing-toggle-switch .slider {
  cursor: pointer;
  position: relative;
  width: 36px;
  display: block;
  height: 20px;
  background-color: var(--wmViolet);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 999px;
}
.wm-pricing-toggle-switch .slider::before {
  position: absolute;
  content: "";
  aspect-ratio: 1/1;
  left: 2px;
  bottom: 2px;
  top: 2px;
  background-color: var(--white);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 50%;
}

.installation__right {
  width: 100%;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  max-width: 100%;
}

@media (min-width: 1024px) {
  .installation__right {
    grid-column: span 2/span 2;
  }
}
.installation-preview {
  width: 100%;
  overflow: hidden;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(168 0 77/var(--tw-border-opacity));
  padding: 0.75rem;
}

@media (min-width: 640px) {
  .installation-preview {
    padding: 0.875rem;
  }
}
@media (min-width: 768px) {
  .installation-preview {
    padding: 1rem;
  }
}
@media (min-width: 1024px) {
  .installation-preview {
    padding: 1rem;
  }
}
@media (min-width: 1280px) {
  .installation-preview {
    padding: 1.25rem;
  }
}
.installation-preview__head {
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.installation-preview__head-button {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (min-width: 768px) {
  .installation-preview__head-button {
    font-size: 15px;
  }
}
@media (min-width: 1280px) {
  .installation-preview__head-button {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.installation-preview__head-button {
  font-weight: 600;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(92 92 92/var(--tw-text-opacity));
}

.installation-preview__head-button.active {
  --tw-text-opacity: 1;
  color: rgb(59 130 246/var(--tw-text-opacity));
}

.installation-preview__toggle {
  padding: 0.5rem;
}

@media (min-width: 640px) {
  .installation-preview__toggle {
    padding: 0.625rem;
  }
}
@media (min-width: 768px) {
  .installation-preview__toggle {
    padding: 0.75rem;
  }
}
@media (min-width: 1024px) {
  .installation-preview__toggle {
    padding: 0.875rem;
  }
}
@media (min-width: 1280px) {
  .installation-preview__toggle {
    padding: 1rem;
  }
}
@media (min-width: 1536px) {
  .installation-preview__toggle {
    padding: 1.25rem;
  }
}
.installation-preview__toggle {
  aspect-ratio: 3/1;
  width: 100%;
  border-radius: 0.5rem;
  background-color: rgba(143, 143, 143, 0.0509803922);
  position: relative;
  margin-bottom: 2.5rem;
}

.installation-preview__toggle-button {
  height: 50px;
  width: 50px;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(168 0 77/var(--tw-bg-opacity));
  font-size: 1.875rem;
  line-height: 2.25rem;
  --tw-text-opacity: 1;
  color: #fff;
  position: absolute;
}

.installation-preview__toggle-button.small {
  height: 40px;
  width: 40px;
  font-size: 1.5rem;
  line-height: 2rem;
}

.installation-preview__toggle-button.medium {
  height: 50px;
  width: 50px;
  font-size: 1.875rem;
  line-height: 2.25rem;
  color: yellow;
}

.installation-preview__toggle-button.large {
  height: 60px;
  width: 60px;
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.installation__generate-button {
  height: 50px;
}

@media (min-width: 640px) {
  .installation__generate-button {
    height: 51px;
  }
}
@media (min-width: 768px) {
  .installation__generate-button {
    height: 52px;
  }
}
@media (min-width: 1024px) {
  .installation__generate-button {
    height: 54px;
  }
}
@media (min-width: 1280px) {
  .installation__generate-button {
    height: 58px;
  }
}
@media (min-width: 1536px) {
  .installation__generate-button {
    height: 60px;
  }
}
.installation__generate-button {
  width: 100%;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1 !important;
  background-color: #6A0DAD !important;
  padding: 0.5rem 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255/var(--tw-text-opacity));
}

.installation__generate-button:hover {
  --tw-bg-opacity: 1 !important;
  background-color: #FFD700 !important;
}

.installation__generate-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}

@media (min-width: 768px) {
  .installation__generate-button {
    font-size: 15px;
  }
}
@media (min-width: 1280px) {
  .installation__generate-button {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.installation__generate-button span {
  font-size: 10px;
}

@media (min-width: 640px) {
  .installation-preview__widget {
    background-color: rgba(143, 143, 143, 0.0509803922);
  }
}
@media (min-width: 1024px) {
  .installation-preview__widget {
    background-color: transparent;
  }
}
@media (min-width: 1280px) {
  .installation-preview__widget {
    background-color: rgba(143, 143, 143, 0.0509803922);
  }
}
.installation-preview__widget {
  width: 100%;
  border-radius: 0.5rem;
  padding: 0;
}

@media (min-width: 640px) {
  .installation-preview__widget {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .installation-preview__widget {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (min-width: 1536px) {
  .installation-preview__widget {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.installation-preview__widget {
  display: flex;
  height: -moz-max-content;
  height: max-content;
  align-items: flex-end;
  justify-content: center;
}

.wm-features {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255/var(--tw-bg-opacity));
  --tw-shadow: 0px 141px 200px -80px rgba(25, 58, 75, .3);
  --tw-shadow-colored: 0px 141px 200px -80px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}

.wm-features__head {
  display: flex;
  height: auto;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  padding: 0.75rem 1rem;
  --tw-text-opacity: 1;
  background-color: rgb(168 0 77/var(--tw-bg-opacity));
}

.wm-features__head-logo {
  flex: 1 1 0%;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255/var(--tw-text-opacity));
}

.wm-features__head-right {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255/var(--tw-text-opacity));
}

.wm-features__head-close-button,
.wm-features__head-setting-button {
  display: flex;
  height: 22px;
  width: 22px;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
  padding: 0;
  border-style: none;
  background-color: transparent;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}

.wm-features__head-close-button:hover,
.wm-features__head-setting-button:hover {
  --tw-shadow: rgba(0, 0, 0, .25) 0px 54px 55px, rgba(0, 0, 0, .12) 0px -12px 30px, rgba(0, 0, 0, .12) 0px 4px 6px, rgba(0, 0, 0, .17) 0px 12px 13px, rgba(0, 0, 0, .09) 0px -3px 5px;
  --tw-shadow-colored: 0px 54px 55px var(--tw-shadow-color), 0px -12px 30px var(--tw-shadow-color), 0px 4px 6px var(--tw-shadow-color), 0px 12px 13px var(--tw-shadow-color), 0px -3px 5px;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}

.wm-features__inner {
  display: flex;
  height: 100%;
  max-height: 440px;
  flex-direction: column;
  gap: 1.25rem;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255/var(--tw-bg-opacity));
  padding: 1rem;
}

.wm-features__section-title {
  margin-bottom: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
}

.wm-features__section--ws {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.wm-widget-size-options {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.wm-widget-size-options__item {
  aspect-ratio: 1/1;
  width: 18px;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(168 0 77/var(--tw-border-opacity));
  padding: 0;
  font-size: 8px;
  font-weight: 300;
  text-transform: uppercase;
}

.wm-widget-size-options__item--m {
  width: 20px;
  font-size: 10px;
}

.wm-widget-size-options__item--l {
  width: 22px;
  font-size: 0.75rem;
  line-height: 1rem;
}

.wm-profiles {
  display: grid;
  width: 100%;
  grid-auto-flow: row;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.5rem;
}

.wm-profiles__item {
  height: auto;
  cursor: pointer;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(168 0 77/var(--tw-border-opacity));
  padding: 0.25rem 0.5rem;
  text-align: center;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(51 51 51/var(--tw-text-opacity));
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
  font-size: 10px;
}

.wm-profiles__item i {
  font-size: 1rem;
  line-height: 1.5rem;
}

.wm-options {
  display: grid;
  grid-auto-flow: row;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.5rem;
}

.wm-options__item {
  height: auto;
  cursor: pointer;
  border-radius: 0.75rem;
  padding: 0.75rem 0.25rem;
  text-align: center;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(51 51 51/var(--tw-text-opacity));
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(168 0 77/var(--tw-border-opacity));
  font-size: 10px;
}

.wm-options__item span {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

#wm-cognitive-disability,
#wm-highlight-titles,
#wm-small {
  --tw-bg-opacity: 1;
  background-color: rgb(168 0 77/var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255/var(--tw-text-opacity));
}

.wm-powered-by {
  display: flex;
  min-height: 40px;
  align-items: center;
  gap: 0.5rem;
  background-color: #ffffff;
  padding: 0.5rem 1.5rem;
}

.wm-powered-by__desc {
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(51 51 51/var(--tw-text-opacity));
}

.wm-powered-by__logo {
  display: block;
  height: 12px;
  width: auto;
}/*# sourceMappingURL=style.css.map */

.text-editor-style ul li {
    position: relative;
    padding-left: 20px;
}

.text-editor-style ul li::before {
    position: absolute;
    left: 0;
    top: 6px;
    background-image: url('/frontend/assets/img/check-violet.svg');
    width: 14px;
    aspect-ratio: 1 / 1;
    /* This is equivalent to "aspect-square" in Tailwind */
    background-size: contain;
    background-repeat: no-repeat;
    content: '';
}

.text-editor-style-with-space ul li {
    padding-bottom: 10px;
    line-height: 30px;
}

.text-editor-style-global {
    padding-bottom: 10px;
    line-height: 30px;
}

.text-editor-style-orange ul li {
    position: relative;
    padding-left: 20px;
}

.text-editor-style-orange ul li::before {
    position: absolute;
    left: 0;
    top: 6px;
    background-image: url('/frontend/assets/img/check-orange.svg');
    width: 14px;
    aspect-ratio: 1 / 1;
    /* This is equivalent to "aspect-square" in Tailwind */
    background-size: contain;
    background-repeat: no-repeat;
    content: '';
}


#web-scan {
    scroll-margin-top: 150px; /* Adjust according to your menu height */
}
@media screen and (max-width: 991px) {
    #web-scan {
        scroll-margin-top: 60px; /* Adjust according to your menu height */
    }
    #web-scan img{
        height: 120px;
    }
}

.skip-link {
    position: absolute;
    top: -40px; /* Hide off-screen by default */
    left: 0;
    background-color: #000;
    color: #fff;
    padding: 8px 16px;
    text-decoration: underline; /* Ensure underline by default */
    z-index: 100;
    transition: top 0.3s ease;
}

.skip-link:focus {
    top: 10px; /* Bring the link into view when focused */
    outline: 3px solid yellow !important;
    background-color: #007bff !important;
    color: #fff !important;
    /* text-decoration: none;  */
}

  button:focus,
a:focus,
input:focus,
textarea:focus,
select:focus {
    outline: 3px solid #ffd602 !important; /* Blue outline for visibility */
    outline-offset: 3px !important; /* Space between element and outline */
    background-color: #ffffff !important; /* Optional: change background for more visibility */
    color: #000000 !important;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5) !important; /* Subtle shadow for additional emphasis */
    transition: outline 0.2s ease, box-shadow 0.2s ease !important; /* Smooth transition */
}

a.topMenuItem.hover:text-wmYellow {
    padding: 0px 5px;
}

a.logoLink {
    padding: 8px 10px;
}

a.logoLink:focus{
    outline: 3px solid #ffd602 !important; /* Blue outline for visibility */
    outline-offset: 3px !important; /* Space between element and outline */
    background-color: transparent !important;
    color: #000000 !important;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5) !important; /* Subtle shadow for additional emphasis */
    transition: outline 0.2s ease, box-shadow 0.2s ease !important; /* Smooth transition */
}

.newsletterSubmitButton:focus .icon {
    color: #6a0dad; /* Change this to your desired color */
}

.testimonialSlider:focus .icon {
    color: #6a0dad; /* Change this to your desired color */
}

.topMenuItem {
    height: 40px !important;
    display: flex;
    align-items: center;
}

.topMenuItem:focus {
    outline: 3px solid #ffd602 !important; /* Blue outline for visibility */
    outline-offset: 3px !important; /* Space between element and outline */
    background-color: transparent !important;
    color: #ffffff !important;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5) !important; /* Subtle shadow for additional emphasis */
    transition: outline 0.2s ease, box-shadow 0.2s ease !important; /* Smooth transition */
}
