/* icon button small  */

.is-style-default-icon-small {
  display: inline-block;
  background: transparent !important;
  border: 1px solid var(--wp--preset--color--blue-main);
  border-radius: 100px;
}

.is-style-default-icon-small .wp-block-button {
  background: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
  border-color: transparent !important;
  margin: 0;
  padding: 0;
}


.is-style-default-icon-small .wp-block-button__link {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .625rem;
  padding: 14px 28px;
  font-size: 14px !important;
  overflow: hidden;
  z-index: 0;
  border-radius: 99px;
  border: none !important;
}

.is-style-default-icon-small .wp-block-button__link:hover{
  background: none !important;
}

.is-style-default-icon-small .wp-block-button__link::before {
  content: "";
  position: absolute;
  inset: -2px;
  background: var(--wp--preset--color--blue-main);
  transform: translateX(-100%);
  transition: transform 300ms cubic-bezier(.3, 1, .3, 1);
  pointer-events: none;
  z-index: -1;
  border-radius: 100px;
}

.is-style-default-icon-small .wp-block-button__link:hover::before {
  transform: translateX(0);
}

.is-style-default-icon-small .wp-block-button__link::after {
  content: "";
  position: relative;
  z-index: 1;
  width: 12px;
  height: 12px;
  background: var(--wp--preset--color--blue-main);
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 17 18"><path d="M17 15.9036C17 16.686 16.3657 17.3203 15.5833 17.3203C14.8009 17.3203 14.1667 16.686 14.1667 15.9036V5.1569L2.41829 16.9053C1.86505 17.4585 0.968282 17.4585 0.415039 16.9053C-0.138204 16.352 -0.138204 15.4553 0.415039 14.902L12.1634 3.15365H1.41667C0.634263 3.15365 0 2.51938 0 1.73698C0 0.954576 0.634263 0.320312 1.41667 0.320312H15.5833C16.3657 0.320312 17 0.954576 17 1.73698V15.9036Z"/></svg>') no-repeat center;
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 17 18"><path d="M17 15.9036C17 16.686 16.3657 17.3203 15.5833 17.3203C14.8009 17.3203 14.1667 16.686 14.1667 15.9036V5.1569L2.41829 16.9053C1.86505 17.4585 0.968282 17.4585 0.415039 16.9053C-0.138204 16.352 -0.138204 15.4553 0.415039 14.902L12.1634 3.15365H1.41667C0.634263 3.15365 0 2.51938 0 1.73698C0 0.954576 0.634263 0.320312 1.41667 0.320312H15.5833C16.3657 0.320312 17 0.954576 17 1.73698V15.9036Z"/></svg>') no-repeat center;
  background-size: contain;
  -webkit-mask-size: contain;
  mask-size: contain;
  transition: background 0.3s ease, transform 0.3s ease;
  flex-shrink: 0;
}

.is-style-default-icon-small .wp-block-button__link:hover::after {
  background: var(--wp--preset--color--white);
}

/* icon button medium  */

.is-style-default-icon-medium {
  display: inline-block;
  background: var(--wp--preset--gradient--wp-grit-primary) !important;
  background-image: var(--wp--preset--gradient--wp-grit-primary) !important;
  padding: 1px;
  border-radius: 100px;
}

.is-style-default-icon-medium .wp-block-button {
  background: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
  border-color: transparent !important;
  margin: 0;
  padding: 0;
}

.is-style-default-icon-medium .wp-block-button__link {
  background: var(--wp--preset--color--white) !important;
  background-image: none !important;
  box-shadow: none !important;
  border-color: transparent !important;
  border: none !important;
}

.is-style-default-icon-medium .wp-block-button__link {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .625rem;
  padding: 20px 44px;
  font-size: 16px !important;
  overflow: hidden;
  z-index: 0;
  border-radius: 99px;
  font-size: 16px;
}

.is-style-default-icon-medium .wp-block-button__link::before {
  content: "";
  position: absolute;
  inset: -2px;
  background: var(--wp--preset--gradient--wp-grit-primary);
  transform: translateX(-100%);
  transition: transform 300ms cubic-bezier(.3, 1, .3, 1);
  pointer-events: none;
  z-index: -1;
  border-radius: 100px;
}


.is-style-default-icon-medium .wp-block-button__link:hover::before {
  transform: translateX(0);
}

.is-style-default-icon-medium .wp-block-button__link::after {
  content: "";
  position: relative;
  z-index: 1;
  width: 14px;
  height: 14px;
  background: var(--wp--preset--gradient--wp-grit-primary);
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 17 18"><path d="M17 15.9036C17 16.686 16.3657 17.3203 15.5833 17.3203C14.8009 17.3203 14.1667 16.686 14.1667 15.9036V5.1569L2.41829 16.9053C1.86505 17.4585 0.968282 17.4585 0.415039 16.9053C-0.138204 16.352 -0.138204 15.4553 0.415039 14.902L12.1634 3.15365H1.41667C0.634263 3.15365 0 2.51938 0 1.73698C0 0.954576 0.634263 0.320312 1.41667 0.320312H15.5833C16.3657 0.320312 17 0.954576 17 1.73698V15.9036Z"/></svg>') no-repeat center;
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 17 18"><path d="M17 15.9036C17 16.686 16.3657 17.3203 15.5833 17.3203C14.8009 17.3203 14.1667 16.686 14.1667 15.9036V5.1569L2.41829 16.9053C1.86505 17.4585 0.968282 17.4585 0.415039 16.9053C-0.138204 16.352 -0.138204 15.4553 0.415039 14.902L12.1634 3.15365H1.41667C0.634263 3.15365 0 2.51938 0 1.73698C0 0.954576 0.634263 0.320312 1.41667 0.320312H15.5833C16.3657 0.320312 17 0.954576 17 1.73698V15.9036Z"/></svg>') no-repeat center;
  background-size: contain;
  -webkit-mask-size: contain;
  mask-size: contain;
  transition: background 0.3s ease, transform 0.3s ease;
  flex-shrink: 0;
}

.is-style-default-icon-medium .wp-block-button__link:hover::after {
  background: var(--wp--preset--color--white);
}

/* icon button large  */

.is-style-default-icon-large {
  display: inline-block;
  background: var(--wp--preset--color--blue-main) !important;
  background-image: var(--wp--preset--color--blue-main) !important;
  padding: 1px;
  border-radius: 100px;
}

.is-style-default-icon-large .wp-block-button {
  background: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
  border-color: transparent !important;
  margin: 0;
  padding: 0;
}

.is-style-default-icon-large .wp-block-button__link:hover {
  background: none !important;
}

.is-style-default-icon-large .wp-block-button__link {
  background: var(--wp--preset--color--white) !important;
  background-image: none !important;
  box-shadow: none !important;
  border-color: transparent !important;
  border: none !important;
}

.is-style-default-icon-large .wp-block-button__link {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .625rem;
  padding: 22px 44px;
  font-size: 18px !important;
  overflow: hidden;
  z-index: 0;
  border-radius: 99px;
  font-size: 18px;
}

.is-style-default-icon-large .wp-block-button__link::before {
  content: "";
  position: absolute;
  inset: -2px;
  background: var(--wp--preset--color--blue-main);
  transform: translateX(-100%);
  transition: transform 300ms cubic-bezier(.3, 1, .3, 1);
  pointer-events: none;
  z-index: -1;
  border-radius: 100px;
}

.is-style-default-icon-large .wp-block-button__link:hover::before {
  transform: translateX(0);
}

.is-style-default-icon-large .wp-block-button__link::after {
  content: "";
  position: relative;
  z-index: 1;
  width: 17px;
  height: 17px;
  background: var(--wp--preset--color--blue-main);
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="17" height="18" viewBox="0 0 17 18"><path d="M17 15.9036C17 16.686 16.3657 17.3203 15.5833 17.3203C14.8009 17.3203 14.1667 16.686 14.1667 15.9036V5.1569L2.41829 16.9053C1.86505 17.4585 0.968282 17.4585 0.415039 16.9053C-0.138204 16.352 -0.138204 15.4553 0.415039 14.902L12.1634 3.15365H1.41667C0.634263 3.15365 0 2.51938 0 1.73698C0 0.954576 0.634263 0.320312 1.41667 0.320312H15.5833C16.3657 0.320312 17 0.954576 17 1.73698V15.9036Z"/></svg>') no-repeat center;
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="17" height="18" viewBox="0 0 17 18"><path d="M17 15.9036C17 16.686 16.3657 17.3203 15.5833 17.3203C14.8009 17.3203 14.1667 16.686 14.1667 15.9036V5.1569L2.41829 16.9053C1.86505 17.4585 0.968282 17.4585 0.415039 16.9053C-0.138204 16.352 -0.138204 15.4553 0.415039 14.902L12.1634 3.15365H1.41667C0.634263 3.15365 0 2.51938 0 1.73698C0 0.954576 0.634263 0.320312 1.41667 0.320312H15.5833C16.3657 0.320312 17 0.954576 17 1.73698V15.9036Z"/></svg>') no-repeat center;
  background-size: contain;
  -webkit-mask-size: contain;
  mask-size: contain;
  transition: background 0.3s ease, transform 0.3s ease;
  flex-shrink: 0;
}

.is-style-default-icon-large .wp-block-button__link:hover::after {
  background: var(--wp--preset--color--white);
}

.blogs-button-custom-background .wp-block-button__link:hover {
  background: #fff !important;
}

.project-button-custom-background.wp-block-button.is-style-default-icon-large .wp-block-button__link {
  background: #F8F9FA !important;
}


/* media queries  */
@media screen and (max-width :450px) {
  .is-style-default-icon-medium .wp-block-button__link {
    padding: 14px 15px;
    font-size: 13px !important;
  }

  .is-style-default-icon-large .wp-block-button__link {
    padding: 14px 15px;
    font-size: 13px !important;
  }

  .is-style-default-icon-large .wp-block-button__link::after,
  .is-style-default-icon-medium .wp-block-button__link::after,
  .is-style-default-icon-small .wp-block-button__link::after {
    width: 12px;
    height: 12px;
  }
}