/* Phox Elementor Widgets */
/**************************
01_General Style
02_Tabs
03_Pricing
04_Testimonials
05_Blog
06_Dual Button
07_Heading
08_Table
09_Countdown
10_Site Logo
11_Menu
12_Search
13_Cart-Woo
14_Map
15_Domain
16_World Map
17_Reseller Widgets
18_Portfolio
19_Slider
20_Progress
21_Popup
22_Timeline
**************************/

// Global Variables
$elementor_screen_sm: 767px;
$elementor_screen_md_min: 768px;
$elementor_screen_md_max: 1024px;
$elementor_screen_lg: 1025px;

// 01_General Style
.wdes-text-align-right {
  text-align: right;
}

.wdes-text-align-center {
  text-align: center;
}

.wdes-text-align-left {
  text-align: left;
}

.wdes-section-header-description p {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  line-height: inherit;
}

.wdes-section-header-divider {
  background: #a4b5cb;
  height: 2px;
  width: 30px;
  display: inline-block;
}

.wdes-section-header-primary,
.wdes-section-header-secondary {
  transition: all 0.3s;
}

a.elementor-item,
.elementor-icon-list-item a,
.elementor-text-editor p,
.elementor-tab-content p {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
}

.elementor-widget-container {
  .widget_text {
    .wid-title {
      h2 {
        color: #204056;
      }
    }
  }
}

.widget-call-to-action-button {
  .wid-title {
    h2 {
      color: #204056;
    }
  }
}

.wdes-section-header-primary-label {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

// 02_Tabs
@import "../css/components/tabs";

// 03_Pricing
@import "../css/components/pricing";

// 04_Testimonials
.elementor {
  .wdes-testimonials-comment-corner {
    .wdes-testimonials-comment {
      position: relative;

      &:after {
        content: "";
        display: block;
        position: absolute;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 10px 10px 0 10px;
        left: 50%;
        border-right-width: 10px;
        margin-left: calc(10px / -2);
        border-top-width: 10px;
        bottom: -10px;
        border-left-width: 10px;
        border-color: #697b93 transparent transparent transparent;
      }
    }
  }

  .wdes-testimonials-instance {
    .wdes-testimonials-position {
      margin: 3px 0;

      span {
        color: #697b93;
        font-family: "Karla", sans-serif;
        font-size: 15px;
        font-weight: 600;
      }
    }

    .wdes-testimonials-comment {
      position: relative;
      background: #697b93;
      max-width: 100%;

      span {
        font-family: "Karla", sans-serif;
        font-weight: 400;
        font-size: 16px;
        line-height: 27px;
        width: 100%;
      }
    }

    .wdes-testimonials-name span {
      font-size: 19px;
      font-family: "Karla", Sans-serif;
      font-weight: 700;
      color: #274961;
    }

    .wdes-testimonials-date span {
      color: #697b93;
      font-family: "Karla", sans-serif;
      font-weight: 400;
      font-size: 15px;
    }

    h5.wdes-testimonials-title {
      color: #697b93;
      font-family: "Karla", sans-serif;
      font-weight: 700;
      font-size: 17px;
      margin: 10px 0;
    }

    .wdes-testimonials-content {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-flow: column nowrap;
      -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
    }

    .wdes-testimonials-item-inner {
      .wdes-testimonials-icon {
        font-size: 25px;
        color: #697b93;
        text-align: center;
        margin-bottom: 10px;
      }

      .wdes-testimonials-icon-inner {
        svg {
          width: 40px;
          fill: currentColor;
        }
      }

      .wdes-testimonials-image {
        img {
          object-fit: cover;
          border-radius: inherit;
        }
      }
    }

    .owl-nav {
      position: static;

      button {
        background: #697b93;
        border: 0;
        color: #fff;
        position: absolute;
        top: 50%;
        transform: translate(0, -50%);
        cursor: pointer;
        width: 35px;
        height: 35px;
        border-radius: 360px;
        transition: all 0.3s;

        &:hover {
          background: #c51e39;
        }

        span {
          font-size: 25px;
          line-height: 22px;
        }
      }

      .owl-prev {
        left: -60px;
      }

      .owl-next {
        right: -60px;
      }
    }

    .owl-dots {
      margin-top: 30px;
      display: flex;

      .owl-dot span {
        transition: all 0.3s;
      }
    }

    .owl-dots .owl-dot.active span,
    .owl-dots .owl-dot:hover span {
      background: #204056;
    }

    .active-star {
      color: #ffe435;
    }

    .regular-star {
      color: #c1c1c1;
    }
  }
}

// 05_Blog
.elementor-element {
  .wdes-posts-block-list-wrap {
    @-webkit-keyframes fadePosts {
      0% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
        opacity: 0;
      }

      100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
      }
    }

    @keyframes fadePosts {
      0% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
        opacity: 0;
      }

      100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
      }
    }

    .wdes-posts-list {
      margin: 0 -10px;
      display: flex;
      flex-wrap: wrap;

      // Featured Post
      .wdes-posts-block-list-featured {
        margin: 0 10px;
        background-size: cover;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        position: relative;
        overflow: hidden;
        transform: translateY(20px);
        opacity: 0;
        -webkit-animation: fadePosts 400ms forwards;
        animation: fadePosts 400ms forwards;

        // Terms
        .wdes-posts-block-list-terms {
          .wdes-posts-block-list-terms-link {
            position: absolute;
            top: 0;
            left: 0;
            z-index: 99;
            padding: 3px 7px;
            background-color: #c51e3a;
            color: #ffffff;
            text-decoration: none;
            margin: 20px 0px 0px 20px;
            font-size: 14px;
            font-family: Karla, Sans-serif;
            font-weight: 400;
            border-radius: 2px;
            transition: all 0.3s;

            &:hover {
              background-color: #242424;
            }
          }
        }

        // Content
        .wdes-posts-block-list-featured-box-wrap {
          height: 100%;

          a.wdes-posts-block-list-featured-box-link {
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            flex-direction: column;
            height: 100%;
            -webkit-box-pack: end;
            -webkit-justify-content: flex-end;
            -ms-flex-pack: end;
            justify-content: flex-end;
            position: relative;

            &:before {
              position: absolute;
              left: 0;
              top: 0;
              right: 0;
              bottom: 0;
              content: "";
              z-index: 1;
            }

            .wdes-posts-block-list-featured-content {
              padding: 20px;
              position: relative;
              z-index: 2;
            }
          }
        }

        // General Text Style
        .wdes-posts-block-list-featured-content {
          // Title
          .wdes-posts-block-list-post-title {
            margin-bottom: 5px;
            font-family: Poppins, sans-serif;
            font-size: 18px;
            font-weight: 600;
            color: #122d3e;
            line-height: 24px;
            transition: all 0.3s;

            a {
              font-family: inherit;
              font-size: inherit;
              font-weight: inherit;
              color: inherit;
              line-height: inherit;
              transition: inherit;

              &:hover {
                color: inherit;
              }
            }

            &:hover {
              color: #c51e3a;
            }
          }

          // Excerpt
          .wdes-posts-block-list-post-excerpt {
            font-family: Karla, sans-serif;
            font-size: 15px;
            color: #708791;
            font-weight: 400;
            line-height: 25px;
          }

          // More Btn
          .wdes-posts-block-list-more-wrap {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;

            .wdes-posts-block-list-more {
              background: #c51e3a;
              border: 0;
              cursor: pointer;
              color: #fff;
              font-family: Poppins, sans-serif;
              font-weight: 600;
              font-size: 15px;
              border-radius: 2px;
              transition: all 0.3s;
              margin-top: 9px;
              padding: 12px 22px;
              display: flex;
              align-items: center;

              // Icon
              .wdes-posts-block-list-more-icon {
                margin-left: 7px;
                font-size: 15px;
                width: 20px;
              }

              &:hover {
                background: #242424;
                color: #fff;
              }
            }
          }

          // Meta
          .wdes-posts-block-list-meta {
            font-family: Karla, sans-serif;
            font-size: 14px;
            color: #708791;
            font-weight: 400;
            text-align: left;
            margin-bottom: 5px;

            &:not(.post-meta-item) {
              display: flex;
              align-items: center;
            }

            a {
              font-family: inherit;
              font-size: inherit;
              color: inherit;
            }

            .post-meta-item {
              display: flex;
              align-items: center;
              gap: 2px;

              &:not(:first-child) {
                &:before {
                  content: "";
                  display: inline-block;
                  margin-left: 7.5px;
                  margin-right: 7.5px;
                }
              }

              i {
                font-size: 14px;
              }
              svg {
                fill: currentColor;
                width: 16px;
              }
            }
          }
        }
      }

      // Posts List
      .wdes-posts-block-list-posts {
        display: flex;
        flex-wrap: wrap;
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start;
        margin: -10px 10px;
        width: 100%;

        // Post
        .wdes-posts-block-list-post {
          -webkit-box-flex: 0;
          display: flex;
          -webkit-align-content: flex-start;
          -ms-flex-line-pack: start;
          align-content: flex-start;
          margin-top: 10px;
          margin-bottom: 10px;
          position: relative;
          -webkit-animation: fadePosts 400ms forwards;
          animation: fadePosts 400ms forwards;
          -webkit-transform: translateY(20px);
          -ms-transform: translateY(20px);
          transform: translateY(20px);
          opacity: 0;
          animation-delay: 100ms;
          gap: 20px;

          // Meta
          a.wdes-posts-block-list-terms-link {
            position: absolute;
            top: 0;
            left: 0;
            z-index: 99;
            padding: 3px 7px;
            background-color: #c51e3a;
            color: #ffffff;
            text-decoration: none;
            margin: 10px 0px 0px 10px;
            font-size: 14px;
            font-family: Karla, Sans-serif;
            font-weight: 400;
            border-radius: 2px;
            -webkit-transition: all 0.3s;
            transition: all 0.3s;

            &:hover {
              background-color: #242424;
            }
          }

          // Meta
          .wdes-posts-block-list-meta {
            font-family: Karla, sans-serif;
            font-size: 14px;
            color: #708791;
            font-weight: 400;
            text-align: left;
            margin-bottom: 5px;

            &:not(.post-meta-item) {
              display: flex;
              align-items: center;
            }

            a {
              font-family: inherit;
              font-size: inherit;
              color: inherit;
            }

            .post-meta-item {
              display: flex;
              align-items: center;
              gap: 2px;

              &:not(:first-child) {
                &:before {
                  content: "";
                  display: inline-block;
                  margin-left: 7.5px;
                  margin-right: 7.5px;
                }
              }

              i {
                font-size: 14px;
              }
              svg {
                fill: currentColor;
                width: 16px;
              }
            }
          }

          // Thumbnail
          .wdes-posts-block-list-post-thumbnail {
            max-width: 50%;
            flex: 0 0 50%;

            a {
              display: block;
              position: relative;
              overflow: hidden;

              &:before {
                position: absolute;
                left: 0;
                top: 0;
                right: 0;
                bottom: 0;
                content: "";
                z-index: 1;
              }

              img.wdes-posts-block-list-post-thumbnail-img {
                display: block;
                width: 100%;
                height: auto;
                object-fit: cover;
              }
            }
          }

          .wdes-posts-block-list-post-content {
            -webkit-box-flex: 1;
            -webkit-flex-grow: 1;
            -ms-flex-positive: 1;
            flex-grow: 1;

            // Title
            .wdes-posts-block-list-post-title {
              margin-bottom: 5px;
              font-family: Poppins, sans-serif;
              font-size: 16px;
              font-weight: 600;
              line-height: 24px;

              a {
                font-family: inherit;
                font-size: inherit;
                font-weight: inherit;
                line-height: inherit;
                color: #122d3e;
                transition: all 0.3s;

                &:hover {
                  color: #c51e3a;
                }
              }
            }

            // Excerpt
            .wdes-posts-block-list-post-excerpt {
              font-family: Karla, sans-serif;
              font-size: 15px;
              color: #708791;
              font-weight: 400;
              line-height: 25px;
            }

            // More Btn
            .wdes-posts-block-list-more-wrap {
              display: -webkit-box;
              display: -webkit-flex;
              display: -ms-flexbox;
              display: flex;

              a.wdes-posts-block-list-more {
                background: #c51e3a;
                color: #fff;
                font-family: Poppins, sans-serif;
                font-weight: 600;
                font-size: 15px;
                border-radius: 2px;
                transition: all 0.3s;
                margin-top: 9px;
                padding: 12px 22px;
                display: flex;
                align-items: center;

                // Icon
                .wdes-posts-block-list-more-icon {
                  margin-left: 7px;
                  font-size: 15px;
                  width: 20px;
                }

                &:hover {
                  background: #242424;
                  color: #fff;
                }
              }
            }
          }
        }
      }
    }

    // Columns
    .columns-2 {
      .wdes-posts-block-list-posts .wdes-posts-block-list-post {
        max-width: 50%;
      }
    }

    .columns-3 {
      .wdes-posts-block-list-posts .wdes-posts-block-list-post {
        max-width: calc(100% / 3);
      }
    }

    .columns-4 {
      .wdes-posts-block-list-posts .wdes-posts-block-list-post {
        max-width: 25%;
      }
    }

    // Left & Right Featured
    .has-featured-position-left,
    .has-featured-position-right {
      flex-wrap: nowrap;

      // Featured Post
      .wdes-posts-block-list-featured {
        max-width: 50%;
        flex: 0 0 50%;
      }

      // Featured Simple View
      .featured-layout-simple {
        justify-content: flex-start;

        // Thumbnail
        .post-thumbnail-featured {
          flex: 0 0 auto;
          margin-bottom: 20px;

          a {
            display: block;
            position: relative;
            overflow: hidden;

            &:before {
              position: absolute;
              left: 0;
              top: 0;
              right: 0;
              bottom: 0;
              content: "";
              z-index: 1;
            }

            img.post-thumbnail-img-featured {
              display: block;
              width: 100%;
              height: auto;
            }
          }
        }
      }

      // Simple View [ Left & Right ]
      .featured-layout-simple.featured-position-left.featured-img-left,
      .featured-layout-simple.featured-position-right.featured-img-left,
      .featured-layout-simple.featured-position-left.featured-img-right,
      .featured-layout-simple.featured-position-right.featured-img-right {
        // Thumbnail
        .post-thumbnail-featured {
          max-width: 50%;
          flex: 0 0 50%;
          margin-bottom: 0;
        }
      }

      // Simple View
      .featured-layout-simple.featured-position-left.featured-img-left,
      .featured-layout-simple.featured-position-right.featured-img-left {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;

        // Content
        .wdes-posts-block-list-featured-content {
          margin-left: 20px;
        }
      }

      // Simple View
      .featured-layout-simple.featured-position-left.featured-img-right,
      .featured-layout-simple.featured-position-right.featured-img-right {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;

        // Content
        .wdes-posts-block-list-featured-content {
          margin-right: 20px;
        }

        // Terms
        a.wdes-posts-block-list-terms-link {
          left: initial;
          right: 0;
          margin: 10px 10px 0 0;
        }
      }

      // Posts List
      .wdes-posts-block-list-posts {
        max-width: calc(100% - 50%);
        flex-basis: calc(100% - 50%);
      }
    }

    // Right Position
    .has-featured-position-right,
    .has-thumb-postion-right {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
    }

    .wdes-posts-list .wdes-posts-block-list-posts .has-thumb-postion-right {
      a.wdes-posts-block-list-terms-link {
        right: 0;
        left: initial;
        margin: 20px 20px 0 0;
      }

      .wdes-posts-block-list-post-thumbnail {
        margin-right: 0;
      }
    }

    // Top Position
    .has-featured-position-top {
      .wdes-posts-block-list-featured,
      .wdes-posts-block-list-posts {
        width: 100%;
        max-width: 100%;
        margin: 10px;
      }

      // Featured Post [TOP]
      .featured-position-top {
        // Thumbnail
        .wdes-posts-block-list-post-thumbnail {
          margin-bottom: 20px;
        }
      }

      // Featured Position Top [ Left & Right ]
      .featured-position-top.featured-img-left {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        justify-content: flex-start;

        .post-thumbnail-featured {
          margin-bottom: 0;
          margin-right: 20px;
        }

        .wdes-posts-block-list-featured-content {
          width: 50%;
        }
      }

      .featured-position-top.featured-img-right {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;

        .post-thumbnail-featured {
          margin-bottom: 0;
          margin-left: 20px;
        }

        .wdes-posts-block-list-featured-content {
          width: 50%;
        }

        a.wdes-posts-block-list-terms-link {
          right: 0;
          left: initial;
          margin: 20px 20px 0 0;
        }
      }

      .featured-position-top.featured-img-left .post-thumbnail-featured,
      .featured-position-top.featured-img-right .post-thumbnail-featured {
        max-width: 50%;
        flex: 0 0 50%;
      }

      // Featured Post
      .wdes-posts-block-list-featured-box-wrap {
        .wdes-posts-block-list-featured-box-link {
          .wdes-posts-block-list-featured-content {
            padding: 300px 20px 20px 20px !important;
          }
        }
      }
    }

    // List Posts Top Position
    .wdes-posts-list .wdes-posts-block-list-posts .has-thumb-postion-top {
      flex-wrap: wrap;

      // Thumbnail
      .wdes-posts-block-list-post-thumbnail {
        margin-bottom: 20px;
        max-width: 100%;
        flex: 0 0 100%;
      }
    }
  }

  /* Smart Phones */
  @media only screen and (min-width: 160px) and (max-width: 767px) {
    .wdes-posts-block-list-wrap .has-featured-position-left,
    .wdes-posts-block-list-wrap .has-featured-position-right {
      flex-wrap: wrap;
    }

    .wdes-posts-block-list-wrap
      .wdes-posts-list
      .wdes-posts-block-list-featured {
      max-width: 100%;
      flex: 0 0 100%;
      margin: 20px 10px;
    }

    .featured-position-left + .wdes-posts-block-list-posts,
    .featured-position-right + .wdes-posts-block-list-posts {
      max-width: 100% !important;
      flex-basis: 100% !important;
    }

    .wdes-posts-block-list-wrap
      .wdes-posts-list
      .wdes-posts-block-list-featured
      .wdes-posts-block-list-featured-box-wrap
      a.wdes-posts-block-list-featured-box-link
      .wdes-posts-block-list-featured-content {
      padding: 150px 20px 20px;
    }

    // Columns
    .columns-mobile-1 {
      .wdes-posts-block-list-posts .wdes-posts-block-list-post {
        max-width: 100% !important;
      }
    }

    .columns-mobile-2 {
      .wdes-posts-block-list-posts .wdes-posts-block-list-post {
        max-width: 50% !important;
      }
    }

    .columns-mobile-3 {
      .wdes-posts-block-list-posts .wdes-posts-block-list-post {
        max-width: calc(100% / 3) !important;
      }
    }

    .columns-mobile-4 {
      .wdes-posts-block-list-posts .wdes-posts-block-list-post {
        max-width: 25% !important;
      }
    }
  }

  /* Tablet */
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .wdes-posts-block-list-wrap .has-featured-position-left,
    .wdes-posts-block-list-wrap .has-featured-position-right {
      flex-wrap: wrap;
    }

    .wdes-posts-block-list-wrap
      .wdes-posts-list
      .wdes-posts-block-list-featured {
      max-width: 100%;
      flex: 0 0 100%;
      margin: 20px 10px;
    }

    .featured-position-left + .wdes-posts-block-list-posts,
    .featured-position-right + .wdes-posts-block-list-posts {
      max-width: 100% !important;
      flex-basis: 100% !important;
    }

    .wdes-posts-block-list-wrap
      .wdes-posts-list
      .wdes-posts-block-list-featured
      .wdes-posts-block-list-featured-box-wrap
      a.wdes-posts-block-list-featured-box-link
      .wdes-posts-block-list-featured-content {
      padding: 150px 20px 20px;
    }

    // Columns
    .columns-tablet-1 {
      .wdes-posts-block-list-posts .wdes-posts-block-list-post {
        max-width: 100% !important;
      }
    }

    .columns-tablet-2 {
      .wdes-posts-block-list-posts .wdes-posts-block-list-post {
        max-width: 50% !important;
      }
    }

    .columns-tablet-3 {
      .wdes-posts-block-list-posts .wdes-posts-block-list-post {
        max-width: calc(100% / 3) !important;
      }
    }

    .columns-tablet-4 {
      .wdes-posts-block-list-posts .wdes-posts-block-list-post {
        max-width: 25% !important;
      }
    }
  }
}

// 06_Button
.elementor-widget-wdes_dual_button {
  .wdes-dual-button-container {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
  }

  .wdes-dual-button-instance {
    position: relative;
    overflow: hidden;
    max-width: 100%;
    box-sizing: border-box;
    cursor: pointer;
    background-color: #204056;
    border-radius: 3px;

    // Button Wrap
    .wdes-dual-button-plane {
      display: block;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      position: absolute;
    }

    .wdes-dual-button-plane-normal {
      z-index: 1;
      background-color: #204056;
    }

    .wdes-dual-button-plane-hover {
      z-index: 3;
      background-color: #c51e39;
    }

    // Button Text
    .wdes-dual-button-state {
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      box-sizing: border-box;
      text-align: center;
      gap: 6px;
    }

    .wdes-dual-button-state-normal {
      position: relative;
      width: 100%;
      height: 100%;
      z-index: 2;
      padding: 9px 20px;
      color: #fff;

      .wdes-dual-button-label {
        font-family: Poppins, sans-serif;
        font-weight: 500;
        font-size: 16px;
      }
    }

    .wdes-dual-button-state-hover {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      z-index: 4;
      padding: 9px 20px;
      color: #fff;

      .wdes-dual-button-label {
        font-family: Poppins, sans-serif;
        font-weight: 500;
        font-size: 16px;
      }
    }
  }

  // Hover Effects
  // Effect 0
  .wdes-dual-button-instance.effect-0 {
    .wdes-dual-button-plane-normal {
      opacity: 1;
    }

    .wdes-dual-button-plane-hover {
      opacity: 0;
    }

    .wdes-dual-button-state-normal {
      opacity: 1;
    }

    .wdes-dual-button-state-hover {
      opacity: 0;
    }

    &:hover {
      .wdes-dual-button-plane-normal {
        opacity: 0;
      }

      .wdes-dual-button-plane-hover {
        opacity: 1;
      }

      .wdes-dual-button-state-normal {
        opacity: 0;
      }

      .wdes-dual-button-state-hover {
        opacity: 1;
      }
    }
  }

  // Effect 01
  .wdes-dual-button-instance.effect-1 {
    .wdes-dual-button-plane-normal {
      opacity: 1;
      -webkit-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
      -o-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
      transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
    }

    .wdes-dual-button-plane-hover {
      opacity: 0;
      -webkit-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
      -o-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
      transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
    }

    .wdes-dual-button-state-normal {
      .wdes-dual-button-icon {
        opacity: 1;
        -webkit-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
        -o-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
        transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
      }

      .wdes-dual-button-label {
        opacity: 1;
        -webkit-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
        -o-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
        transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
      }
    }

    .wdes-dual-button-state-hover {
      .wdes-dual-button-icon {
        opacity: 0;
        -webkit-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
        -o-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
        transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
      }

      .wdes-dual-button-label {
        opacity: 0;
        -webkit-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
        -o-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
        transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
      }
    }

    &:hover {
      .wdes-dual-button-plane-normal {
        opacity: 0;
      }

      .wdes-dual-button-plane-hover {
        opacity: 1;
      }

      .wdes-dual-button-state-normal .wdes-dual-button-icon,
      .wdes-dual-button-state-normal .wdes-dual-button-label {
        opacity: 0;
      }

      .wdes-dual-button-state-hover .wdes-dual-button-icon,
      .wdes-dual-button-state-hover .wdes-dual-button-label {
        opacity: 1;
      }
    }
  }

  // Effect 02
  .wdes-dual-button-instance.effect-2 {
    .wdes-dual-button-plane-normal {
      -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
      transform: translateY(0%);
      -webkit-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
      -o-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
      transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
    }

    .wdes-dual-button-plane-hover {
      -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
      transform: translateY(100%);
      -webkit-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
      -o-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
      transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
    }

    .wdes-dual-button-state-normal {
      -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
      transform: translateY(0%);
      -webkit-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
      -o-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
      transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
    }

    .wdes-dual-button-state-hover {
      -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
      transform: translateY(100%);
      -webkit-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
      -o-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
      transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
    }

    &:hover {
      .wdes-dual-button-plane-normal {
        -webkit-transition-delay: 0.1s;
        -o-transition-delay: 0.1s;
        transition-delay: 0.1s;
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
      }

      .wdes-dual-button-plane-hover {
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
        -webkit-transition-delay: 0.1s;
        -o-transition-delay: 0.1s;
        transition-delay: 0.1s;
      }

      .wdes-dual-button-state-normal {
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
      }

      .wdes-dual-button-state-hover {
        -webkit-transition-delay: 0.15s;
        -o-transition-delay: 0.15s;
        transition-delay: 0.15s;
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
      }
    }
  }

  // Effect 03
  .wdes-dual-button-instance.effect-3 {
    .wdes-dual-button-plane-normal {
      -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
      transform: translateY(0%);
      -webkit-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
      -o-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
      transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
    }

    .wdes-dual-button-plane-hover {
      -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
      transform: translateY(-100%);
      -webkit-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
      -o-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
      transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
    }

    .wdes-dual-button-state-normal {
      -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
      transform: translateY(0%);
      -webkit-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
      -o-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
      transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
    }

    .wdes-dual-button-state-hover {
      -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
      transform: translateY(-100%);
      -webkit-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
      -o-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
      transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
    }

    &:hover {
      .wdes-dual-button-plane-normal {
        -webkit-transition-delay: 0.1s;
        -o-transition-delay: 0.1s;
        transition-delay: 0.1s;
        -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
        transform: translateY(100%);
      }

      .wdes-dual-button-plane-hover {
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
        -webkit-transition-delay: 0.1s;
        -o-transition-delay: 0.1s;
        transition-delay: 0.1s;
      }

      .wdes-dual-button-state-normal {
        -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
        transform: translateY(100%);
      }

      .wdes-dual-button-state-hover {
        -webkit-transition-delay: 0.15s;
        -o-transition-delay: 0.15s;
        transition-delay: 0.15s;
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
      }
    }
  }

  // Effect 04
  .wdes-dual-button-instance.effect-4 {
    .wdes-dual-button-plane-normal {
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0);
      -webkit-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
      -o-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
      transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
    }

    .wdes-dual-button-plane-hover {
      -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
      transform: translateX(-100%);
      -webkit-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
      -o-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
      transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
    }

    .wdes-dual-button-state-normal {
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0);
      -webkit-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
      -o-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
      transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
    }

    .wdes-dual-button-state-hover {
      -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
      transform: translateX(-100%);
      -webkit-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
      -o-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
      transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
    }

    &:hover {
      .wdes-dual-button-plane-normal {
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition-delay: 0.1s;
        -o-transition-delay: 0.1s;
        transition-delay: 0.1s;
      }

      .wdes-dual-button-plane-hover {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
      }

      .wdes-dual-button-state-normal {
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
      }

      .wdes-dual-button-state-hover {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        -webkit-transition-delay: 0.1s;
        -o-transition-delay: 0.1s;
        transition-delay: 0.1s;
      }
    }
  }

  // Effect 05
  .wdes-dual-button-instance.effect-5 {
    .wdes-dual-button-plane-normal {
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0);
      -webkit-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
      -o-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
      transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
    }

    .wdes-dual-button-plane-hover {
      -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
      transform: translateX(100%);
      -webkit-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
      -o-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
      transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
    }

    .wdes-dual-button-state-normal {
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0);
      -webkit-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
      -o-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
      transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
    }

    .wdes-dual-button-state-hover {
      -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
      transform: translateX(100%);
      -webkit-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
      -o-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
      transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
    }

    &:hover {
      .wdes-dual-button-plane-normal {
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
        -webkit-transition-delay: 0.1s;
        -o-transition-delay: 0.1s;
        transition-delay: 0.1s;
      }

      .wdes-dual-button-plane-hover {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
      }

      .wdes-dual-button-state-normal {
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
      }

      .wdes-dual-button-state-hover {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        -webkit-transition-delay: 0.1s;
        -o-transition-delay: 0.1s;
        transition-delay: 0.1s;
      }
    }
  }

  // Effect 06
  .wdes-dual-button-instance.effect-6 {
    .wdes-dual-button-plane-normal {
      opacity: 1;
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      -webkit-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
      -o-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
      transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
    }

    .wdes-dual-button-plane-hover {
      opacity: 0;
      -webkit-transform: scale(0);
      -ms-transform: scale(0);
      transform: scale(0);
      -webkit-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
      -o-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
      transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
    }

    .wdes-dual-button-state-normal {
      opacity: 1;
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      -webkit-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
      -o-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
      transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
    }

    .wdes-dual-button-state-hover {
      opacity: 0;
      -webkit-transform: scale(0);
      -ms-transform: scale(0);
      transform: scale(0);
      -webkit-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
      -o-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
      transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
    }

    &:hover {
      .wdes-dual-button-plane-normal {
        opacity: 0;
        -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
        transform: scale(1.5);
      }

      .wdes-dual-button-plane-hover {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
      }

      .wdes-dual-button-state-normal {
        opacity: 0;
        -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
        transform: scale(1.5);
      }

      .wdes-dual-button-state-hover {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
      }
    }
  }

  // Effect 07
  .wdes-dual-button-instance.effect-7 {
    .wdes-dual-button-plane-normal {
      opacity: 1;
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      -webkit-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
      -o-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
      transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
    }

    .wdes-dual-button-plane-hover {
      opacity: 0;
      -webkit-transform: scale(1.5);
      -ms-transform: scale(1.5);
      transform: scale(1.5);
      -webkit-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
      -o-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
      transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
    }

    .wdes-dual-button-state-normal {
      opacity: 1;
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      -webkit-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
      -o-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
      transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
    }

    .wdes-dual-button-state-hover {
      opacity: 0;
      -webkit-transform: scale(1.5);
      -ms-transform: scale(1.5);
      transform: scale(1.5);
      -webkit-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
      -o-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
      transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
    }

    &:hover {
      .wdes-dual-button-plane-normal {
        opacity: 0;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
      }

      .wdes-dual-button-plane-hover {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
      }

      .wdes-dual-button-state-normal {
        opacity: 0;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
      }

      .wdes-dual-button-state-hover {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
      }
    }
  }

  // Effect 08
  .wdes-dual-button-instance.effect-8 {
    .wdes-dual-button-plane-normal {
      opacity: 1;
      -webkit-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
      -o-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
      transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
    }

    .wdes-dual-button-plane-hover {
      opacity: 1;
      -webkit-transform-origin: 0 100%;
      -ms-transform-origin: 0 100%;
      transform-origin: 0 100%;
      -webkit-transform: rotateZ(-90deg) scaleX(2);
      -ms-transform: rotate(-90deg) scaleX(2);
      transform: rotateZ(-90deg) scaleX(2);
      -webkit-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
      -o-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
      transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
    }

    .wdes-dual-button-state-normal {
      opacity: 1;
      -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
      transform: translateY(0%);
      -webkit-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
      -o-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
      transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
    }

    .wdes-dual-button-state-hover {
      opacity: 0;
      -webkit-transform-origin: 0 100%;
      -ms-transform-origin: 0 100%;
      transform-origin: 0 100%;
      -webkit-transform: rotateZ(-90deg) translateY(-100%);
      -ms-transform: rotate(-90deg) translateY(-100%);
      transform: rotateZ(-90deg) translateY(-100%);
      -webkit-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
      -o-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
      transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
    }

    &:hover {
      .wdes-dual-button-plane-normal {
        opacity: 0;
      }

      .wdes-dual-button-plane-hover {
        opacity: 1;
        -webkit-transform: rotateZ(0deg);
        -ms-transform: rotate(0deg);
        transform: rotateZ(0deg);
      }

      .wdes-dual-button-state-normal {
        opacity: 0;
        -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
        transform: translateY(100%);
      }

      .wdes-dual-button-state-hover {
        opacity: 1;
        -webkit-transform: rotateZ(0) translateY(0);
        -ms-transform: rotate(0) translateY(0);
        transform: rotateZ(0) translateY(0);
        -webkit-transition-delay: 0.1s;
        -o-transition-delay: 0.1s;
        transition-delay: 0.1s;
      }
    }
  }

  // Effect 09
  .wdes-dual-button-instance.effect-9 {
    .wdes-dual-button-plane-normal {
      opacity: 1;
      -webkit-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
      -o-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
      transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
    }

    .wdes-dual-button-plane-hover {
      opacity: 1;
      -webkit-transform-origin: 100% 0;
      -ms-transform-origin: 100% 0;
      transform-origin: 100% 0;
      -webkit-transform: rotateZ(-90deg) translateY(100%) scaleX(2);
      -ms-transform: rotate(-90deg) translateY(100%) scaleX(2);
      transform: rotateZ(-90deg) translateY(100%) scaleX(2);
      -webkit-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
      -o-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
      transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
    }

    .wdes-dual-button-state-normal {
      opacity: 1;
      -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
      transform: translateY(0%);
      -webkit-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
      -o-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
      transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
    }

    .wdes-dual-button-state-hover {
      opacity: 0;
      -webkit-transform-origin: 100% 0;
      -ms-transform-origin: 100% 0;
      transform-origin: 100% 0;
      -webkit-transform: rotateZ(-90deg) translateY(100%);
      -ms-transform: rotate(-90deg) translateY(100%);
      transform: rotateZ(-90deg) translateY(100%);
      -webkit-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
      -o-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
      transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
    }

    &:hover {
      .wdes-dual-button-plane-normal {
        opacity: 0;
      }

      .wdes-dual-button-plane-hover {
        opacity: 1;
        -webkit-transform: rotateZ(0deg);
        -ms-transform: rotate(0deg);
        transform: rotateZ(0deg);
      }

      .wdes-dual-button-state-normal {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
      }

      .wdes-dual-button-state-hover {
        opacity: 1;
        -webkit-transform: rotateZ(0) translateY(0);
        -ms-transform: rotate(0) translateY(0);
        transform: rotateZ(0) translateY(0);
        -webkit-transition-delay: 0.1s;
        -o-transition-delay: 0.1s;
        transition-delay: 0.1s;
      }
    }
  }

  // Effect 10
  .wdes-dual-button-instance.effect-10 {
    .wdes-dual-button-plane-normal {
      opacity: 1;
      -webkit-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
      -o-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
      transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
    }

    .wdes-dual-button-plane-hover {
      opacity: 1;
      -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
      transform: translateX(-100%);
      -webkit-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
      -o-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
      transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
    }

    .wdes-dual-button-state-normal {
      opacity: 1;
      -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
      transform: translateY(0%);
      -webkit-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
      -o-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
      transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
    }

    .wdes-dual-button-state-hover {
      opacity: 0;
      -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
      transform: translateX(-100%);
      -webkit-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
      -o-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
      transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
    }

    &:hover {
      .wdes-dual-button-plane-normal {
        opacity: 0;
      }

      .wdes-dual-button-plane-hover {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
      }

      .wdes-dual-button-state-normal {
        opacity: 0;
        -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
        transform: translateY(100%);
      }

      .wdes-dual-button-state-hover {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        -webkit-transition-delay: 0.1s;
        -o-transition-delay: 0.1s;
        transition-delay: 0.1s;
      }
    }
  }

  // Effect 11
  .wdes-dual-button-instance.effect-11 {
    .wdes-dual-button-plane-normal {
      opacity: 1;
      -webkit-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
      -o-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
      transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
    }

    .wdes-dual-button-plane-hover {
      opacity: 1;
      -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
      transform: translateX(100%);
      -webkit-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
      -o-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
      transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
    }

    .wdes-dual-button-state-normal {
      opacity: 1;
      -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
      transform: translateY(0%);
      -webkit-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
      -o-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
      transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
    }

    .wdes-dual-button-state-hover {
      opacity: 0;
      -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
      transform: translateX(100%);
      -webkit-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
      -o-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
      transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
    }

    &:hover {
      .wdes-dual-button-plane-normal {
        opacity: 1;
      }

      .wdes-dual-button-plane-hover {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
      }

      .wdes-dual-button-state-normal {
        opacity: 0;
        -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
        transform: translateY(100%);
      }

      .wdes-dual-button-state-hover {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        -webkit-transition-delay: 0.1s;
        -o-transition-delay: 0.1s;
        transition-delay: 0.1s;
      }
    }
  }

  // Icon Global
  .wdes-dual-button-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    fill: currentColor;
    width: 16px;
  }

  // Top Icon
  .wdes-dual-button-instance--icon-top {
    .wdes-dual-button-state {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;

      .wdes-dual-button-icon {
        order: 1;
        margin-bottom: 2px;
      }

      .wdes-dual-button-label {
        order: 2;
      }
    }
  }

  // Bottom Icon
  .wdes-dual-button-instance--icon-bottom {
    .wdes-dual-button-state {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;

      .wdes-dual-button-icon {
        order: 2;
        margin-top: 2px;
      }

      .wdes-dual-button-label {
        order: 1;
      }
    }
  }

  // Right Icon
  .wdes-dual-button-instance--icon-right {
    .wdes-dual-button-state {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;

      .wdes-dual-button-icon {
        order: 2;
        margin-left: 5px;
      }

      .wdes-dual-button-label {
        order: 1;
      }
    }
  }

  // Left Icon
  .wdes-dual-button-instance--icon-left {
    .wdes-dual-button-state {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;

      .wdes-dual-button-icon {
        order: 1;
        margin-right: 5px;
      }

      .wdes-dual-button-label {
        order: 2;
      }
    }
  }
}

// 07_Heading
.wdes-section-header-divider.align-right {
  float: right;
}

.wdes-section-header-divider.align-left {
  float: left;
}

.wdes-section-header-divider.align-center {
  margin: 0 auto;
  display: table;
}

.wdes-section-header-description {
  margin-top: 10px;
}

.wdes-section-header-primary {
  margin-bottom: 0;
}

// 08_Table
@import "../css/components/table";

// 09_CountDown
@import "../css/components/countdown";

// 10_Site Logo
@import "../css/components/sitelogo";

// 11_Menu
@import "../css/components/menu";

// 12_Search
@import "../css/components/search";

// 13_Cart-WOO
@import "../css/components/cart-woo";

// 14_MAP
@import "../css/components/map";

// 15_Domains
@import "../css/components/domains";

// 16_World Map
@import "../css/components/world-map";

// 17_Reseller Widgets
@import "../css/components/reseller-products";

// 18_Portfolio
@import "../css/components/portfolio";

// 19_Slider
@import "../css/components/slider";

// 20_Progress
@import "../css/components/progress";

// 21_Popup
@import "../css/components/popup";

// 22_Timeline
@import "../css/components/timeline";

// 23_Horizontal Timeline
@import "../css/components/horizontal-timeline";
