/*
Theme Name: Unixa
Theme URI:
Author: Mina pasbanpour
Author URI:
Description: Website Agency
Version: 1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: unixa
*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/
/* 1. Use a more-intuitive box-sizing model */
*, *::before, *::after {
  box-sizing: border-box;
}
/* 2. Remove default margin */
* {
  margin: 0;
}
/* 3. Enable keyword animations */
@media (prefers-reduced-motion: no-preference) {
  html {
    interpolate-size: allow-keywords;
  }
}
body {
  /* 4. Add accessible line-height */
  line-height: 1.5;
  /* 5. Improve text rendering */
  -webkit-font-smoothing: antialiased;
}
/* 6. Improve media defaults */
img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}
/* 7. Inherit fonts for form controls */
input, button, textarea, select {
  font: inherit;
}
/* 8. Avoid text overflows */
p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}
/* 9. Improve line wrapping */
p {
  text-wrap: pretty;
}
h1, h2, h3, h4, h5, h6 {
  text-wrap: balance;
}
/*
  10. Create a root stacking context
*/
#root, #__next {
  isolation: isolate;
}

a {
    text-decoration: none;
    color: inherit;
}

a:not(.stretched-link):not(.active):not(.portfolio-prev):not(.portfolio-next):hover {
    color: #7C45F3 !important;
}

img {
    height: auto;
    max-width: 100%;
}

button:focus,
input:focus,
textarea:focus {
    outline: none !important;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-size: 12px;
    color: #a6a6a6;
}

::-moz-placeholder { /* Firefox 19+ */
    font-size: 12px;
    color: #a6a6a6;
}

:-ms-input-placeholder { /* IE 10+ */
    font-size: 12px;
    color: #a6a6a6;
}

:-moz-placeholder { /* Firefox 18- */
    font-size: 12px;
    color: #a6a6a6;
}

/* WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
ul, ol {
  padding: 0;
  margin: 0;
}
/* Define Fonts */
@font-face {
    font-family: Shabnam;
    font-weight: bold;
    src: url('assets/fonts/Shabnam-Bold.woff') format('woff'),
    url('assets/fonts/Shabnam-Bold.woff2') format('woff2');
}

@font-face {
    font-family: Shabnam;
    font-weight: normal;
    src: url('assets/fonts/Shabnam.woff') format('woff'),
    url('assets/fonts/Shabnam.woff2') format('woff2');
}

@font-face {
    font-family: Shabnam;
    font-weight: 500;
    src: url('assets/fonts/Shabnam-Light.woff') format('woff'),
    url('assets/fonts/Shabnam-Light.woff2') format('woff2');
}

@font-face {
  font-family: 'icomoon';
  src:  url('assets/fonts/icomoon/icomoon.eot?9qrrpb');
  src:  url('assets/fonts/icomoon/icomoon.eot?9qrrpb#iefix') format('embedded-opentype'),
    url('assets/fonts/icomoon/icomoon.ttf?9qrrpb') format('truetype'),
    url('assets/fonts/icomoon/icomoon.woff?9qrrpb') format('woff'),
    url('assets/fonts/icomoon/icomoon.svg?9qrrpb#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-eye:before {
  content: "\e92a";
}
.icon-pallet:before {
  content: "\e92b";
}
.icon-lock:before {
  content: "\e934";
}
.icon-inventory:before {
  content: "\e935";
}
.icon-card:before {
  content: "\e936";
}
.icon-location:before {
  content: "\e91f";
}
.icon-chevron:before {
  content: "\e920";
}
.icon-arrow:before {
  content: "\e921";
}
.icon-award:before {
  content: "\e922";
}
.icon-grow-up:before {
  content: "\e923";
}
.icon-star:before {
  content: "\e928";
}
.icon-test:before {
  content: "\e91d";
}
.icon-wireframe:before {
  content: "\e91e";
}
.icon-users:before {
  content: "\e924";
}
.icon-global:before {
  content: "\e925";
}
.icon-chart:before {
  content: "\e926";
}
.icon-link:before {
  content: "\e927";
}
.icon-search:before {
  content: "\e929";
}
.icon-check-circle:before {
  content: "\e918";
}
.icon-dev:before {
  content: "\e919";
}
.icon-smartphone:before {
  content: "\e91a";
}
.icon-code:before {
  content: "\e91b";
}
.icon-shield:before {
  content: "\e91c";
}
.icon-quote:before {
  content: "\e917";
}
.icon-time:before {
  content: "\e914";
}
.icon-uptime:before {
  content: "\e915";
}
.icon-mail:before {
  content: "\e916";
}
.icon-close:before {
  content: "\e912";
}
.icon-menu:before {
  content: "\e913";
}
.icon-telegram:before {
  content: "\e900";
}
.icon-arrow-left:before {
  content: "\e901";
}
.icon-book:before {
  content: "\e902";
}
.icon-buildings:before {
  content: "\e903";
}
.icon-document:before {
  content: "\e904";
}
.icon-flash:before {
  content: "\e905";
}
.icon-grid:before {
  content: "\e906";
}
.icon-hashtag-up:before {
  content: "\e907";
}
.icon-instagram:before {
  content: "\e908";
}
.icon-linkedin:before {
  content: "\e909";
}
.icon-path:before {
  content: "\e90a";
}
.icon-profile:before {
  content: "\e90b";
}
.icon-ruler:before {
  content: "\e90c";
}
.icon-shapes:before {
  content: "\e90d";
}
.icon-shop:before {
  content: "\e90e";
}
.icon-trend-up:before {
  content: "\e90f";
}
.icon-twitter:before {
  content: "\e910";
}
.icon-whatsapp:before {
  content: "\e911";
}


ul {
  list-style: none;
}

body {
  margin: 0;
  font-family: Shabnam;
  font-size: 16px;
  text-align: right;
}

.site-header {
  width: 100%;
  top: 0;
  position: fixed;
  right: 0;
  z-index: 99999;
  /*padding-top: 40px;*/
  padding-top: 28px;
}

.site-header.inner-header {
  position: relative;
  padding-bottom: 30px;
  padding-top: 25px; 
}


.theme-button {
  display: inline-block;
  min-width: 170px;
  font-size: 16px;
  border-radius: 30px;
  border: 2px solid #7C45F333;
  color: #000000;
  text-align: center;
  background-color: #fff;
  overflow: hidden;
  position: relative;
  height: 46px;
  border: 4px solid rgba(124, 69, 243, 0.2);
}

.theme-button i {
    font-size: 12px;
    margin-right: 4px;
    vertical-align: middle;
}

.theme-button.primary {
  background-color: rgba(124, 69, 243, 0.2);
  color: #fff;
  box-shadow: 0 30px 50px rgba(124, 69, 243, 0.36);
  
}
.theme-button.secondary {
  border: 2px solid #e7dcfd;
  background-color: #7C45F3;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.07);
}

.dark .theme-button.secondary {
  border-color: rgba(124, 69, 243, 0.2);
}
.theme-button.primary .btn,
.theme-button.secondary .btn {
  width: 101%;
  height: 100%;
  font-size: 16px;
  background-color: #7C45F3;
  -webkit-mask: url("https://raw.githubusercontent.com/robin-dela/css-mask-animation/master/img/nature-sprite.png");
  mask: url("https://raw.githubusercontent.com/robin-dela/css-mask-animation/master/img/nature-sprite.png");
  -webkit-mask-size: 2300% 100%;
  mask-size: 2300% 100%;
  border: none;
  color: #fff;
  cursor: pointer;
  -webkit-animation: ani2 0.7s steps(22) forwards;
  animation: ani2 0.7s steps(22) forwards;
}
.theme-button.secondary .btn {
  line-height: 31px;
}
.theme-button.secondary .btn {
  background-color: #fff;
  color: #000000;
}
.theme-button .btn:hover {
  -webkit-animation: ani 0.7s steps(22) forwards;
  animation: ani 0.7s steps(22) forwards;
}

.mas {
  position: absolute;
  color: #000;
  text-align: center;
  width: 101%;
  position: absolute;
  font-size: 16px;
  overflow: hidden;
}

.theme-button.primary .mas {
  color: #fff;
  line-height: 37px;
}
.theme-button.secondary .mas {
  color: #fff;
  line-height: 44px;
}

.wpcf7-submit, input[type="submit"] {
  display: inline-block;
  min-width: 170px;
  padding: 9px;
  font-size: 16px;
  border-radius: 30px;
  border: 2px solid #cbb6f7;
  background: #7C45F3;
  color: #fff;
}


form label {
    /*font-size: 14px;*/
    margin-bottom: 10px;
    display: block;
    font-size:12px;
    color:#6b5fa0;
}

@-webkit-keyframes ani {
  from {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
  to {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
}
@keyframes ani {
  from {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
  to {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
}
@-webkit-keyframes ani2 {
  from {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
  to {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
}

.form-control {
    /*border: 1px solid #e8e8e8;*/
    border-radius: 16px;
    /*padding: 8px 15px;*/
    transition: all 0.3s;
    border: 1px solid rgba(124,58,237,.12);
    background:rgba(248,247,255,.8);
    padding: 12px 16px;
}

.form-control:focus {
    border-color: #7c45f3;
    box-shadow: none;
}

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

.primary-menu ul {
  list-style: none;
}
.primary-menu li {
  margin-left: 12px;
  position: relative;
}
.primary-menu li a {
  font-size: 14px;
  color: #340046;
  padding: 12px;
  display: block;
}
.logo-wrap {
  vertical-align: middle;
  margin-left: 25px;
  max-width: 55px;
}

.dark .primary-menu li a {
  color: #FFFFFF;
}

.footer-sticky {
  position: fixed;
  bottom: 0;
  width: 100%;
/*   padding-bottom: 65px; */
  padding-bottom: 50px;
  z-index: 999999;
}
.footer-social li {
  margin-right: 18px;
}

.footer-social li a {
 color: #340046;
}
.footer-social.dark li a {
  color: #fff;
  display: block;
  line-height: 1;
}
.footer-social li a {
  padding: 10px;
  font-size: 22px;
}

/* Menu Mobile */
.mobile-menu-btn .unxw-fullscreen-menu-opener-icon {
  position: relative;
  visibility: visible;
  font-size: 28px;
  height: 100%;
}

.mobile-menu-btn .unxw-fullscreen-menu-close-icon {
    position: absolute;
    top: 0px;
    left: 7px;
    font-size: 26px;
    visibility: hidden
}
.mobile-menu-btn {
  width: 42px;
  height: 42px;
  background: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  line-height: 52px;
  border-radius: 16px;
  border: 1px solid #ddd;
  vertical-align: middle;
}
.unxw-fullscreen-menu-opened .unxw-fullscreen-menu-opener-icon {
    visibility: hidden;
}

.unxw-fullscreen-menu-opened .unxw-fullscreen-menu-close-icon {
    visibility: visible
}
.unxw-fullscreen-menu-holder-outer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden!important;
    visibility: hidden;
    opacity: 0;
    z-index: 9999;
}

.unxw-fullscreen-below-menu-widget-holder {
    text-align: center;
    margin-top: 20px
}

.unxw-fullscreen-above-menu-widget-holder {
    text-align: center
}

@-webkit-keyframes fade_out {
    0% {
        opacity: 1;
        visibility: visible
    }

    100% {
        opacity: 0;
        visibility: hidden
    }
}

@keyframes fade_out {
    0% {
        opacity: 1;
        visibility: visible
    }

    100% {
        opacity: 0;
        visibility: hidden
    }
}

@-webkit-keyframes fade_in {
    0% {
        opacity: 0;
        visibility: hidden
    }

    100% {
        opacity: 1;
        visibility: visible
    }
}

@keyframes fade_in {
    0% {
        opacity: 0;
        visibility: hidden
    }

    100% {
        opacity: 1;
        visibility: visible
    }
}

.unxw-fade-push-text-right .unxw-fullscreen-menu-holder-outer,
.unxw-fade-push-text-top .unxw-fullscreen-menu-holder-outer,
.unxw-fade-text-scaledown .unxw-fullscreen-menu-holder-outer {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    visibility: hidden;
    overflow: hidden!important;
    z-index: 9999;
    opacity: 0
}

.unxw-fullscreen-fade-out .unxw-fullscreen-menu-holder-outer {
    -webkit-animation: fade_out .25s linear both;
    animation: fade_out .25s linear both
}

.unxw-fullscreen-menu-opened.unxw-fullscreen-fade-in .unxw-fullscreen-menu-holder-outer {
    -webkit-animation: fade_in .25s linear both;
    animation: fade_in .25s linear both
}

@-webkit-keyframes push_text_right {
    0% {
        opacity: 0;
        -webkit-transform: translateX(60px)
    }

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

@keyframes push_text_right {
    0% {
        opacity: 0;
        -webkit-transform: translateX(60px);
        transform: translateX(60px)
    }

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

.unxw-fullscreen-menu-opened.unxw-fade-push-text-right .unxw-fullscreen-menu-holder-outer .unxw-fullscreen-above-menu-widget-holder>div,
.unxw-fullscreen-menu-opened.unxw-fade-push-text-right .unxw-fullscreen-menu-holder-outer .unxw-fullscreen-below-menu-widget-holder>div,
.unxw-fullscreen-menu-opened.unxw-fade-push-text-right .unxw-fullscreen-menu-holder-outer nav>ul>li>a {
    -webkit-animation: push_text_right .4s cubic-bezier(.175,.885,.32,1) both;
    animation: push_text_right .4s cubic-bezier(.175,.885,.32,1) both
}

/*Page header*/
.page-header {
    border-radius: 20px;
    padding: 100px 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #340046;
    background: #f6f3ff;
    /*box-shadow: 0 13px 35px #7c45f333;*/
    box-shadow: 0 7px 30px #7c45f333;
    margin-bottom: 60px;
}
.page-title {
    font-size: 32px;
    font-weight: 700;
    color: #340046;
    margin-bottom: 18px;
}
.single-page .page-title {
    font-size: 26px;
    line-height: 1.7;
}
/*Breadcrumb*/
.breadcrumbs {
    font-size: 12px;
    margin-bottom: 25px;
}
.breadcrumbs .breadcrumb_last, .breadcrumbs a:hover {
    color: #7C45F3;
}

/*Blog*/
.post-card {
    background-color: #fff;
    border-radius: 14px;
    box-shadow: 0 13px 50px #7c45f333;
    overflow: hidden;
}
.post-card_content {
    padding: 18px 30px;
}
.site-post-archive .post-card_content, 
.related-blog .post-card_content {
    padding: 18px 20px;
}
.post-card_title {
    font-size: 16px;
    font-weight: 700;
    line-height: 32px;
}

.post-card_title a {
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    display: block;
    display: -webkit-box;
    overflow: hidden;
}

.post-card_footer {
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    color: #9d9d9d;
    padding-top: 10px;
    border-top: 1px solid #eee;
}
.post-card_footer i {
    color: #7150ff;
    display: inline-block;
    vertical-align: middle;
    margin-left: 3px;
    font-size: 14px;
}
.post-card:hover .post-card_title {
    color: #7C45F3;
}
.widget {
    background: #fff;
    border-radius: 15px;
    /*box-shadow: 0 5px 34px #7c45f333;*/
    box-shadow: 0 4px 15px #7c45f324;
    margin-bottom: 20px;
    padding: 20px;
}
.widget-title {
    font-size: 16px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
    /*color: #7d46f3;*/
    color: #270632;
}

.widget li {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 2;
}
.widget li a:hover {
    color: #340046;
}

.search-form button {
    font-size: 20px;
    background: transparent;
    border: 0;
    position: absolute;
    left: 15px;
    top: 14px;
    height: 24px;
    color: #7C45F3; 
}
.entry-form_wrapper .search_form {
    width: 400px;
    margin: 0 auto;
}
.swiper-container {
  width: 100%;
  height: 100vh;
  position: relative;
}
.swiper-container .portfolio-slider {
  min-height: 50vh;
}
.swiper-container .portfolio-slider .swiper-slide {
  background: #ccc;
  overflow: hidden;
  position: relative;
  height: 100%;
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-container .portfolio-slider .swiper-slide .slide-inner {
  position: absolute;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
}
.swiper-container .portfolio-slider .swiper-slide .slide-inner img {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
/*.swiper-container .swiper-pagination-bullet {*/
/*  background-color: rgba(0, 0, 0, 0);*/
/*}*/
/*.swiper-container .swiper-pagination {*/
/*  display: flex;*/
/*  flex-direction: column;*/
/*  align-items: center;*/
/*  justify-content: space-between;*/
/*  width: 7em;*/
/*  position: absolute;*/
/*  z-index: 3;*/
/*  right: 0;*/
/*}*/
/*.swiper-container .swiper-pagination span {*/
/*  margin-bottom: 3em;*/
/*  font-family: "Montserrat", sans-serif;*/
/*  font-size: 0.8rem;*/
/*  letter-spacing: 0.07em;*/
/*  color: #000;*/
/*}*/
/*.swiper-container .swiper-pagination span:focus {*/
/*  outline: none;*/
/*}*/


.portfolio-info-wrapper {
    padding-right: 40px;
    padding-top: 160px;
    /*padding-top: 50px;*/
    max-width: 600px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
} 


.portfolio-info-top {
    min-height: 150px;
}
.portfolio-info-top .entry-title {
    font-size: 32px;
    font-weight: 600;
    position: relative;
    margin-bottom: 28px;
}

.portfolio-info .entry-title:before,
.section-title:before {
    background-image: url(assets/images/dark-icon-title.png);
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    display: inline-block;
    height: 35px;
    position: absolute;
    right: -6px;
    top: -30px;
    width: 35px;
}

.portfolio-meta li {
    margin-bottom: 15px;
}
.portfolio-meta span {
    font-size: 18px;
    font-weight: 600;
    display: block;
    margin-bottom: 8px;
}
.portfolio-meta a, .portfolio-meta p {
    font-size: 15px;
}

.entry-content p {
    line-height: 1.8;
    font-size: 15px;
    color: #494949;
}


.single-portfolio .site-header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
}

.portfolio-navigation {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    padding-bottom: 30px;
}

.portfolio-prev,
.portfolio-next {
    color: #333;
    text-decoration: none;
}

.portfolio-prev:hover,
.portfolio-next:hover {
    color: #7c45f3;
}
.portfolio-navigation_icon {
    display: inline-flex;
    font-size: 14px;
    vertical-align: middle;
    color: #7c45f3;
    margin-top: 5px;
}
.portfolio-prev .portfolio-navigation_icon {
    margin-left: 5px;
    transform: rotateY(180deg);
}
.portfolio-next .portfolio-navigation_icon {
    margin-right: 5px;
}

.single-portfolio {
  height: 100vh;
}

.portfolio-card {
    background-color: #fff;
    border-radius: 14px;
    overflow: hidden;
    position: relative;
    transition: all .3s;
    z-index: 0;
}

.portfolio-card_inner:before {
    content: "";
	/*background: rgba(125, 70, 243, 0.34);*/
	background: linear-gradient(to top, rgb(125 70 243) 0%, rgba(46, 16, 101, 0.2) 50%, transparent 100%);
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
}
.portfolio-card_btn_circle {
    align-items: center;
    align-items: flex-end;
    background-color: #fff;
    border-top-left-radius: 28px;
    bottom: -1px;
    box-shadow: 0 13px 50px #fff;
    direction: ltr;
    display: flex;
    height: 56px;
    justify-content: center;
    justify-content: flex-end;
    left: -2px;
    line-height: 56px;
    padding-bottom: 2px;
    padding-right: 2px;
    position: absolute;
    right: auto;
    text-align: center;
    transform: rotate(90deg);
    width: 59px;
    
    z-index: 9;
}
.portfolio-card_btn_circle span {
    align-items: center;
    background-color: #fff;
    border-radius: 14px;
    display: flex;
    font-size: 12px;
    height: 44px;
    justify-content: center;
    transition: all .4s ease-in-out;
    width: 44px;
    border: 1px solid #7c45f333;
    margin-right: 2px;
}
.portfolio-card_btn_circle:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    background-color: transparent;
    inset: calc(100% - 20px) 0 0 -20px;
    border-bottom-right-radius: 20px;
    box-shadow: 5px 5px 0 5px #fff;
}
.portfolio-card_btn_circle:after {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    background-color: transparent;
    inset: -20px 0 0 calc(100% - 22px);
    border-bottom-right-radius: 20px;
    box-shadow: 5px 5px 0 5px #fff;
} 

.portfolio-card .portfolio-card_btn_circle span i {
    transition: all 0.4s ease-in-out;
    transform: rotate(-90deg);
}
.portfolio-card:hover .portfolio-card_btn_circle span i {
    transform: none;
	color: #fff;
}
.portfolio-card:hover .portfolio-card_btn_circle span {
	background-color: #7d46f3;
}
.portfolio-card_content {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 16px;
    font-size: 18px;
    z-index: 9;
}
.portfolio-card_content .portfolio-card_title {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 15px;
    max-width: 265px;
    min-height: 48px;
}

.portfolio-card_btn_circle span {
    align-items: center;
    background-color: #fff;
    border-radius: 14px;
    display: flex;
    font-size: 12px;
    height: 44px;
    justify-content: center;
    transition: all .4s ease-in-out;
    width: 44px;
}
.portfolio-card_content .portfolio-btn {
    color: #ffffff;
    display: flex;
    align-items: center;
}
.portfolio-card_content .portfolio-btn i {
    margin-right: 4px;
}

.isotope-box {
  position: relative;
  width: 100%;
  flex: 1;
  min-height: 500px;
}
.isotope-toolbar {
  text-align: center;
  margin: 0 0 50px;
}
.isotope-toolbar .isotope-toolbar-btn {
    /*border-radius: 30px;*/
    /*padding: 10px 16px;*/
    /*border: 2px solid #e7dcfd;*/
    /*font-size: 14px;*/
    min-width: 120px;
    margin: 0 5px;
    /*background: #fff;*/
    border: 0;
}
/*.isotope-toolbar-btn.active {*/
/*    background-color: #7C45F3;*/
/*    color: #fff;*/
/*}*/
.isotope-item {
  position: relative;
}

.inner-footer {
    background: #340046;
    padding: 55px 0 0;
    color: #fff;
}
.inner-footer .social-list li {
    margin: 0 5px;
}
.inner-footer .social-list li a {
    padding: 5px;
    display: block;
    font-size: 24px;
    line-height: 1;
}

.footer-title {
    font-size: 24px;
    margin-bottom: 25px;
    margin-top: 10px;
    font-weight: 600;
}
.inner-footer .logo-footer {
    z-index: 1;
    max-width: 64px;
    display: block;
    margin: 0 auto;
}
.inner-footer .social-list {
    margin-top: 25px;
}
.inner-footer .logo-footer:before {
    content: "";
    width: 100px;
    height: 100px;
    display: block;
    position: absolute;
    left: 0;
    right: calc(50% - 50px);
    top: -50%;
    bottom: 0;
    background: #00000091;
    z-index: -1;
    filter: blur(50px);
}
.copyright-text {
    font-size: 12px;
    margin-top: 10px;
}
.copyright {
    background: #270632;
    padding: 20px;
    margin-top: 40px;
}


.post-single .default-editor #ez-toc-container {
  border-radius: 16px;
  box-shadow: none;
  padding: 24px 32px;
  border-color: #E7ECF0;
  /*width: 90%;*/
  margin: 0 auto 30px !important;
}
.post-single .default-editor .ez-toc-title-container {
  padding-bottom: 18px;
  border-bottom: 1px solid #E7ECF0;
  margin-bottom: 20px;
  background: #ffffff;
}
.post-single .default-editor .ez-toc-title {
  font-size: 14px;
  line-height: 24px;
  color: #340046;
}
.post-single .default-editor .ez-toc-title:before {
  content: "\e902";
  font-size: 22px;
  font-family: icomoon;
  margin-left: 8px;
  vertical-align: middle;
  color: #7C45F3;
}

.post-single .default-editor #ez-toc-container a {
  color: #340046;
  display: inline-block;
}
.post-single #ez-toc-container li {
  margin-bottom: 16px;
}
.post-single .default-editor .ez-toc-list li:before {
  vertical-align: middle;
  margin-left: 10px;
}

.post-single .default-editor .ez-toc-wrap-right {
  margin: 0 0 32px auto !important;
}

.default-editor p {
  margin-bottom: 20px;
  line-height: 1.8;
}
.default-editor h2, 
.default-editor h3, 
.default-editor h4, 
.default-editor h5, 
.default-editor h6 {
  margin: 12px 0;
  font-weight: 600;
}
.default-editor h2 {
  font-size: 20px;
  margin-bottom: 30px;
}
.default-editor h3 {
  font-size: 18px;
}
.default-editor h4 {
  font-size: 16px;
}
.default-editor h5 {
  font-size: 14px;
}
.default-editor h6 {
  font-size: 13px;
}

.default-editor img {
  max-width: 100%;
  border-radius: 16px;
  margin-bottom: 32px;
}
.default-editor blockquote {
  background: #7c45f31c;
  padding: 24px;
  border-radius: 0 16px 0 16px;
  margin: 20px 0;
  display: flex;
  align-items: center;
} 

.default-editor blockquote:before,
.default-editor blockquote:after {
  content: "\e917";
  color: #7c45f3;
  font-family: icomoon;
  font-size: 32px;
}
.default-editor blockquote:before {
  margin-left: 12px;
}
.default-editor blockquote:after {
  margin-right: 12px;
   transform: rotate(180deg);
}
.default-editor blockquote p {
  margin: 0;
}

.default-editor .wp-video {
  margin: 0 auto;
}

.default-editor p a {
  color: #340046;
  position: relative;
}

.default-editor li {
  margin-bottom: 10px;
}
.default-editor ul li:before {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  vertical-align: middle;
  background: #7C45F3;
  margin-left: 8px;
  border-radius: 30px;
}
.default-editor ul, 
.default-editor ol {
  margin-bottom: 20px;
}
.default-editor ol {
  padding-right: 15px;
}
.default-editor ol li {
  list-style: decimal;
}

.default-editor table {
  white-space: nowrap;
  width: 100%;
  margin-bottom: 32px;
}

.default-editor table td, 
.default-editor table th {
  padding: 10px;
  font-size: 14px;
  border-bottom: 1px solid #e6e6e6;
}
.default-editor table th {
    background-color: #f6f3ff;
}
.default-editor table tr:nth-of-type(odd) {
  background-color: #fff;
}
.default-editor table tr:nth-of-type(even) {
  background-color: #f2f2f2;
}


.single-entry_media img {
    margin: 0 auto 30px;
    border-radius: 14px;
}

.entry-meta.top {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
    /*padding: 10px 15px 20px;*/
    /*border-bottom: 1px solid #E7ECF0;*/
    
    font-size: 14px;
}

.entry-footer .tags a {
    display: inline-block;
    margin: 4px 6px;
    border: 1px solid #E7ECF0;
    border-radius: 30px;
    color: #340046;
    padding: 4px 12px;
    font-size: 14px;
}
.entry-footer {
    padding-top: 10px;
    border-top: 1px solid #E7ECF0;
    margin-top: 40px;
}

.single-page_inner {
    padding-bottom: 70px;
}
.related-blog {
    padding: 80px 0;
    background: #f6f3ff; 
}

.section-head {
    margin-bottom: 41px;
}
.section-title {
    color: #340046;
    display: inline-block;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
}

.portfolio-meta {
    margin-top: 30px;
}
.page-wrap {
    padding-bottom: 80px;
}

.contact-form {
    padding-top: 80px;
    padding-bottom: 70px;
    background: #eee;
}

.wpcf7-form {
    display: flex;
    flex-wrap: wrap;
}
.wpcf7-form>* {
    flex-shrink: 0;
    padding-left: calc(var(--bs-gutter-x) * .5);
    padding-right: calc(var(--bs-gutter-x) * .5);
    margin-bottom: 15px;
}

.wpcf7-spinner {
    position: absolute;
}
textarea.form-control {
    height: 100px;
}

.page-wrap.contact-page {
    padding-bottom: 0;
}

.contact-image {
    max-width: 550px;
    /*height: 600px;*/
    width: 100%;
    -webkit-mask-image: url(assets/images/typo.svg);
    mask-image: url(assets/images/typo.svg);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}

.contact-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.contact-info_card {
    max-width: 450px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 400px;
    background: #f6f3ff;
    padding: 30px;
    border-radius: 14px;
    box-shadow: 0 7px 30px #7c45f333;
}
.contact-social ul  {
    gap: 20px;
    font-size: 22px;
    margin-top: 18px;
    color: #7C45F3;
}

.contact-card {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 35px;
}
.contact-card .icon-wrapper {
    font-size: 26px;
    color: #7C45F3;
}


#ez-toc-container ul {
    max-height: 300px;
    overflow-y: auto; 
}

.wpcf7 form .wpcf7-response-output {
    padding: 10px 20px;
    margin: 20px auto;
    border-radius: 10px;
    width: 97%;
}
.landing-section {
	padding: 100px 0;
}
.hero-landing {
	padding: 60px 0;
	position: relative;
	z-index: 0;
}
.hero-landing .background {
  position: absolute;
  inset: 0;
  opacity: 0.3;
  z-index: -1;
}
.blob-purple {
  position: absolute;
  top: 5rem;   
  left: 5rem; 
  width: 24rem;  
  height: 24rem; 
  background-color: #7c45f308;
  border-radius: 9999px;
  filter: blur(64px); 
}
.blob-dark {
  position: absolute;
  bottom: 5rem;
  right: 5rem;   
  width: 24rem;
  height: 24rem;
  background-color: #34004675;
  border-radius: 9999px;
  filter: blur(64px);
}
.landing-sec_top {
	border-radius: 30px;
	border: 1px solid #ddd;
	color: #7C45F3;
	font-size: 14px;
    padding: 10px 15px;
    line-height: 1; 
	margin-bottom: 15px;
}
.landing-sec_top.badge {
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(8px);
}
.landing-hero_title {
	color: #340046;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.5;
	margin-bottom: 30px;
}
.landing-hero_content p {
	font-size: 16px;
    line-height: 1.7;
	margin-bottom: 30px;
}
.landing-sec_text , .landing-hero_content p {
    color: #4a5565;	
}
.landing-hero_primary {
	margin-left: 10px;
}
.landing-sec_title {
    font-size: 34px;
	color: #340046;
    font-weight: 700;
    margin-bottom: 25px;
}
.landing-sec_head {
	margin-bottom: 60px;
}
.landing-sec_head .landing-sec_top {
	background: #f3e8ff;
}
.landing-card {
    border-radius: 16px;
    padding: 32px;
	height: 100%;
	display: flex;
    flex-direction: column;
	background: linear-gradient(to bottom right, #ffffff, rgba(250, 245, 255, 0.3));
  	border: 1px solid #e5e7eb;
	transition: all 0.3s ease;
	align-items: flex-start;
}
.landing-card_overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom left,rgba(124, 69, 243, 0.05),rgba(52, 0, 70, 0.05));
  border-radius: 16px;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.solution-card:hover .landing-card_overlay {
  opacity: 1;
}

.solution-card:hover {
  border-color: transparent;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.09), 0 10px 15px -3px rgba(124, 69, 243, 0.04);
}
.solution-card:hover .landing-card_icon {
  transform: scale(1.1) rotate(3deg);
}
.process-card {
	border: 1px solid #f3f4f6;
	background: #fff;
	box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.process-card:hover {
  box-shadow:
    0 25px 50px -12px rgba(0, 0, 0, 0.25); /* hover:shadow-2xl */
  transform: translateY(-2px);
}
.landing-card_title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 1.7;
/* 	height: 100%; */
}
.landing-card_text {
    color: #4a5565;
    font-size: 14px;
    line-height: 1.5;
    text-align: justify;
    margin: 0;
}
.gray-bg {
	background: #f6f3ff;
}
.gradient-bg {
	background: linear-gradient(90deg, #5b21b6 0%, #7C45F3 50%, #3b0a6c 100%)
}
.gradient-bg .landing-sec_title {
	color: #fff;
}
.gradient-bg .landing-sec_text {
    color: #f3e8ff;
}
.landing-card_num {
	font-weight: 700;
	color: #dfd4ed;
	font-size: 64px;
	line-height: 1;
}
.landing-sec_top svg,
.landing-sec_top .icon-wrapper {
	display: inline-block;
	height: 16px;
    margin-left: 4px;
}
.custom-line:not(:last-of-type):after {
  content: none;
  position: absolute;
  top: 50%;
  left: -5px; 
  width: 2rem; 
  height: 2px;
  background: linear-gradient(to right, #7C45F3, #340046);
  opacity: 0.3;
  transform: translateY(-50%);
}
.custom-btn {
  padding: 1rem 2rem; 
  background: linear-gradient(to bottom right,
      #ffffff,
      rgba(250, 245, 255, 0.5));
  border: 2px solid #e5e7eb;
  border-radius: 1rem; 
  color: #374151; 
  font-weight: 600; 
  transition: all 0.3s ease;
  cursor: pointer;
}

.custom-btn:hover {
  border-color: #7C45F3;
  color: #7C45F3;
  box-shadow:
    0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -4px rgba(0, 0, 0, 0.1);
  transform: scale(1.05); 
}

.landing-card_icon {
  display: inline-flex;
  padding: 1rem; 
  background: linear-gradient(to bottom right, #7C45F3, #340046);
  color: white;
  border-radius: 1rem; 
  margin-bottom: 1.5rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
    width: 60px;
    font-size: 24px;
    justify-content: center;
}
.gradient-text {
  background: linear-gradient(to right, #7C45F3, #340046);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.image-glow {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom right, #7C45F3, #340046);
  border-radius: 1.5rem;
  filter: blur(40px);
  opacity: 0.2;
}
.landing-box_content {
 line-height: 2;
}
.landing-box_content .landing-title {
    font-size: 38px; 
	font-weight: 600;
	margin-bottom: 30px;
}
.landing-box_content svg {
	margin-bottom: 15px;
	width: 40px;
    height: 40px;
}
.landing-box_content ul {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	margin-top: 25px;
}

.landing-box_content ul li {
	width: 47%;
	font-size: 14px;
}
.landing-card_list ul li {
	font-size: 14px;
	line-height: 1.7;
	margin-bottom: 7px;
	color: #374151;
}
.landing-box_content ul li:before,
.landing-card_list ul li:before,
.custom-bullet:before {
    content: "\e918";
    font-size: 18px;
	color: #c4b5fd;
    font-family: icomoon;
    vertical-align: middle;
    margin-left: 8px; 
}
.landing-card_list ul li:before,
.content-box.gray-bg .landing-box_content ul li:before,
.custom-bullet:before {
	color: #7C45F3
}
.landing-box_content h4 {
	font-weight: 700;
	font-size: 18px;
}
.content-box:not(.gray-bg) {
    color: #F2EEF9;
/*     background: #340046; */
	z-index: 0;
}
.content-box.gray-bg .landing-box_content p {
	color: #4a5565;
}
.landing-box_image .box-image, .landing-hero_image {
	max-width: 90%; 
	border-radius: 20px;
	overflow: hidden;
}
.blob {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 24rem;
  height: 24rem;
  background-color: #c4b5fd;
    border-radius: 9999px;
    filter: blur(169px);
	z-index: -1;
}
.content-box.gray-bg svg {
	stroke: #7c45f3;
}
.cta-section {
    overflow: hidden;
	padding: 128px 0;
	background: linear-gradient(to bottom, #ffffff, rgba(245, 243, 255, 0.3));
}
.cta-section .theme-button {
	min-width: 200px;
}

.landing-hero_primary,
.landing-hero_secondary {
    min-width: 220px;
}

.glassy-card {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
}
.glassy-card .landing-card_num {
  color: rgba(255, 255, 255, 0.2);
  transition: color 0.3s ease;
}

.glassy-card:hover .landing-card_num {
  color: rgba(255, 255, 255, 0.3);
}

.glassy-card .landing-card_title {
  color: #ffffff;
}

.glassy-card .landing-card_text {
  color: rgba(216, 180, 254, 0.9); 
}

.gradient-bg .custom-line:not(:last-of-type):after {
    background: linear-gradient(to left, #f1ebff, #340046);
}

.centered-card {
  align-items: center;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
  border-radius: 24px;
  padding: 32px;
  text-align: center;
  border: 1px solid #f3f4f6;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}
.transparent-card {
	background: transparent;
	padding: 16px;
	box-shadow: none;
}

.centered-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}
.centered-card .landing-card_icon {
    background: linear-gradient(
    135deg,
    #faf5ff,
    #fdf2f8
  );
  color: #7c45f3;
  box-shadow: none;
  font-size: 20px;
}
.centered-card .landing-card_text {
    text-align: center;
    color: #6b7280;
}
.gradient-bg .transparent-card .landing-card_title {
	color: #fff;
}
.gradient-bg .transparent-card .landing-card_text {
	color: #e9d5ff;
}
.gradient-bg .transparent-card .landing-card_icon {
  padding: 16px;
  margin-bottom: 16px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  border-radius: 16px;
  min-height: 57px;
  width: 57px;
}

.landing-section.hero_counter-landing {
    padding-top: 96px;
    padding-bottom: 80px;
    background: #fff;
    overflow: hidden;
    position: relative;
}
.hero-blur-1,
.hero-blur-2,
.hero-blur-3 {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    filter: blur(80px);
}

.hero-blur-1 {
    top: -160px;
    left: -160px;
    width: 700px;
    height: 700px;
    opacity: 0.2;
    background: radial-gradient(circle,
            rgb(196,181,253) 0%,
            transparent 70%);
}
.hero-blur-1.centered {
    left: 0;
    right: 0;
    margin: 0 auto;
}
.icon-dot {
    width: 6px;          
    height: 6px;         
    border-radius: 50%;  
    background-color: #8b5cf6;
    display: inline-block;
    animation: pulse 1.5s infinite;
}
.landing-section.hero_counter-landing .landing-sec_top.badge {
    background-color: #f5f3ff;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.4;
    }
    50% {
        transform: scale(1.3);
        opacity: 1;
    }
    100% {
        transform: scale(1);
        opacity: 0.4;
    }
}
.landing-section .stats-wrapper {
    margin-top: 5rem;
    max-width: 768px;
    border: 1px solid #ede9fe;
    border-radius: 1.25rem;
    overflow: hidden;
    background: #ede9fe;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
}

.landing-section .stats-item {
    background: #fff;
    padding: 1.5rem;
    text-align: center;
    transition: background-color .3s ease;
    border: 1px solid #ede9fe;
}

.landing-section .stats-item:hover {
    background: #f5f3ff;
}

.landing-section .stats-icon {
    font-size: 16px;
    color: #a78bfa;
    margin-bottom: 8px;
}

.landing-section .stats-number {
    font-size: 1.5rem;
    font-weight: 700;
    color: #2e1065;
    margin-bottom: 4px;
}

.landing-section .stats-label {
    font-size: 12px;
    color: rgba(139, 92, 246, .7);
}

.services-section {
  background: #f6f3ff;
  direction: rtl;
  text-align: right;
}

/*.services-badge {*/
/*  font-size: 12px;*/
/*  background: #f3f0ff;*/
/*  border: 1px solid #d6ccff;*/
/*  color: #6d28d9;*/
/*  padding: 8px 14px;*/
/*  border-radius: 50px;*/
/*}*/

.text-gradient {
  background: linear-gradient(135deg, #7c3aed, #a78bfa);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.landing-service_card {
  background: #fff;
  border: 1px solid #ede9fe;
  border-radius: 20px;
  transition: all 0.3s ease;
  cursor: pointer;
  text-align: right;
}

.landing-service_card:hover {
  transform: translateY(-5px);
  border-color: #c4b5fd;
  box-shadow: 0 10px 30px rgba(124, 58, 237, 0.15);
}

.landing-service_card .icon-box {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: linear-gradient(135deg, #ede9fe, #ddd6fe);
  color: #6d28d9;
}

.landing-service_card .tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.landing-service_card .tag {
  font-size: 11px;
  padding: 4px 10px;
  border-radius: 50px;
  background: #f5f3ff;
  border: 1px solid #ddd6fe;
  color: #6d28d9;
}


.portfolio-section{
    direction: rtl;
}

.project-item {
    width:100%;
    text-align:right;
    padding:20px;
    border-radius:18px;
    border:1px solid #eee;
    background:#fff;
    transition:.3s;
}
.project-item  small {
	color: #8e51ff;
	line-height: 16px; 
	margin-bottom: 6px; 
	display: block;
}
.project-item .title {
	color: #2f0d68; 
	font-size: 16px;
}
.project-item:hover{
    border-color:#7c3aed;
    background:#faf5ff;
}

.project-item.active{
    background: #7f22fe;
    border-color: #7f22fe;
}

.project-item.active small{
    color: #ddd6ff;
}
.project-item.active .title {
	color:#fff;
}
.portfolio-preview {
    position:relative;
    height:450px;
    overflow:hidden;
    border-radius:24px;
}

.portfolio-preview img {
    width:100%;
    height:100%;
    object-fit:cover;
}

.portfolio-preview .overlay {
    position:absolute;
    inset:0;
	background: linear-gradient(
	  to top,
	  rgba(46, 16, 101, 0.8) 0%,   /* violet-950 با opacity 80% */
	  rgba(46, 16, 101, 0.2) 50%,  /* violet-950 با opacity 20% */
	  transparent 100%
	);
}

.preview-content{
    position:absolute;
    bottom:0;
    right:0;
    padding:32px;
    color:#fff;
    z-index:2;
}

.portfolio-badge{
    background: #f3e8ff;
    padding: 6px 14px;
}

.portfolio-link {
    color:#7c3aed;
    font-size: 14px;
}
.portfolio-link i {
    vertical-align: middle;
    margin-right: 6px;
    font-size: 12px;
    transition: all 0.3s;
}
.portfolio-link:hover i {
    margin-right: 9px;
}
.preview-content_badge {
	display: inline-block;
	padding: 0.25rem 0.625rem;
	font-size: 0.75rem;
	line-height: 1rem;
	border-radius: 9999px;

	background-color: rgba(255, 255, 255, 0.2);
	border: 1px solid rgba(255, 255, 255, 0.3);
	margin-bottom: 0.75rem;

	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);
}
.preview-content_title {
	font-size: 24px;
	line-height: 32px;
	font-weight: 700;
	color: #ffffff;
	margin-bottom: 10px;
}

/*Contact page*/
.contact-page.contact-section {
    background:#f8f7ff;
    padding-bottom: 64px;
}

/*.contact-page .bg-pattern{*/
/*    position:absolute;*/
/*    inset:0;*/
/*    background-image:*/
/*    radial-gradient(circle,*/
/*    rgba(124,58,237,.12) 1px,*/
/*    transparent 1px);*/

/*    background-size:32px 32px;*/
/*    opacity:.6;*/
/*    pointer-events: none;*/
/*}*/

.contact-page .blur-circle {
    position:absolute;
    border-radius:50%;
    filter:blur(60px);
}

.contact-page .blur-1 {
    width:600px;
    height:600px;
    top:-100px;
    left:-100px;

    background:
    radial-gradient(circle,
    rgba(167,139,250,.18),
    transparent 70%);
}

.contact-page .blur-2 {
    width:400px;
    height:400px;
    bottom:0;
    right:100px;

    background:
    radial-gradient(circle,
    rgba(124,58,237,.12),
    transparent 70%);
}

.contact-page .line-gradient {
    width:40px;
    height:1px;
    background:
    linear-gradient(90deg,
    transparent,
    #7c3aed);
}

.contact-page .section-label {
    font-size: 14px;
    text-transform:uppercase;
    color:#7c3aed;
    letter-spacing:2px;
}

.contact-page .hero-title {
    color:#0f0b1e;
    font-size: 40px;
    font-weight: 800;
    line-height: 1.7;
}

.contact-page .hero-desc {
    color:#6b5fa0;
    line-height:2;
    max-width:500px;
}

.contact-page .contact-item {
    display:flex;
    align-items:center;
    gap:16px;
    margin-bottom:24px;
}

.contact-page .icon-box {
    width: 40px;
    height: 40px;
    border-radius:16px;
    background:rgba(124,58,237,.08);
    border:1px solid rgba(124,58,237,.14);

    display:flex;
    align-items:center;
    justify-content:center;
    color: #7c3aed;
}

.contact-page .contact-item .contact-item_text {
    margin:0;
    color:#0f0b1e;
}

.contact-page .contact-item small {
    color:#6b5fa0;
    display: block;
}

.contact-page .stats-wrapper {
    border-top:1px solid rgba(124,58,237,.1);
    padding-top: 32px;
}
.contact-page .stats-wrapper small {
    color: #6b5fa0;
    font-size: 12px;
}
.contact-page .stat-number {
    font-size: 22px;
    font-weight:800;
    color:#7c3aed;
}
.contact-page .form-title {
    font-size: 22px;
}
.contact-page .glass-card {
    padding: 32px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.72);
    backdrop-filter: blur(24px);
    border: 1px solid rgba(255, 255, 255, 0.8);
    box-shadow: rgba(124, 58, 237, 0.12) 0px 32px 80px, rgba(0, 0, 0, 0.06) 0px 8px 32px, rgba(255, 255, 255, 0.9) 0px 1px 0px inset;
}

.contact-page .form-control {
    border-radius:16px;
    border: 1px solid rgba(124,58,237,.12);
    background:rgba(248,247,255,.8);
    padding: 12px 16px;
}

.contact-page .form-control:focus {
    border-color:#7c3aed;
    box-shadow:0 0 0 .15rem rgba(124,58,237,.2);
}

.contact-page .submit-btn {
    background:
    linear-gradient(135deg,
    #7c3aed,
    #9333ea);
    width: 100%;
    border:none;
    border-radius:16px;
    padding:14px;
    color:#fff;
    font-weight:600;
}

.contact-page .helper-text {
    color:#6b5fa0;
    font-size:13px;
}

.contact-page .spark-box {
    width: 36px;
    height: 36px;
    border-radius:12px;
    background:
    linear-gradient(135deg,
    #7c3aed,
    #9333ea);
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
}

.contact-page .floating-card {
    position:absolute;
    background:rgba(255,255,255,.9);
    backdrop-filter:blur(16px);
    border-radius:20px;
    padding:14px 18px;
    box-shadow:
    0 8px 32px rgba(124,58,237,.12);
    font-size: 12px;
    z-index: 9;
}

.contact-page .top-card {
    top:-20px;
    left:-20px;
}

.contact-page .bottom-card {
    bottom:-20px;
    right:-20px;
}

.contact-page .avatars {
    display:flex;
}

.contact-page .avatars span{
    width:28px;
    height:28px;
    border-radius:50%;
    margin-right:-8px;
    border:2px solid #fff;
}

.contact-page .avatars span:nth-child(1){
    background:#7c3aed;
}

.contact-page .avatars span:nth-child(2){
    background:#a78bfa;
}

.contact-page .avatars span:nth-child(3){
    background:#6d28d9;
}

.contact-page .green-dot{
    width:10px;
    height:10px;
    background:#22c55e;
    border-radius:50%;
}
.contact-item_wrapper {
    margin-bottom: 48px;
}

.glass-card .wpcf7-form>* {
    width: 100%;
}

.wpcf7-not-valid-tip {
    direction: rtl;
    font-size: 12px;
    position: absolute;
    right: 0;
    bottom: -18px;
}
.wpcf7-response-output {
    font-size: 14px;
}

/*Mobile Menu*/


/* ===== Fullscreen Menu Wrapper ===== */
.unxw-fullscreen-menu-holder-outer{
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100vh;
    background:
        linear-gradient(270deg,#ffffff 0%,#f8f6ff 100%);
    z-index: 9999;
    overflow-y: auto;
    direction: rtl;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
nav.unxw-fullscreen-menu {
    position: relative;
    top: 0;
    width: 65%;
}
.unxw-fullscreen-menu-holder{
    width: 100%;
    padding: 40px 28px 20px;
}

.unxw-fullscreen-menu-holder-inner{
    max-width: 540px;
    margin: 0 auto;
}

.mobile-menu-list {
    list-style: none;
    padding: 0;
    margin: 120px 0 0;
    display: flex;
    flex-direction: column;
}

.mobile-menu-list > li {
    position: relative;
    
}

.mobile-menu-list > li:not(:last-child) {
    border-bottom: 1px solid #f1edf9;
}
.mobile-menu-list > li.current-menu-item {
    background: linear-gradient(270deg, #ffffff 0%, #f6f3ff 100%);
    border-radius: 18px;
    border-bottom: none;
}

.mobile-menu-list > li.current-menu-item::before{
    content: "";
    position: absolute;
    left: -5px;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #8d4dff;
}

.mobile-menu-list > li > a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 18px;
    text-decoration: none;
    color: #2f1768;
    font-size: 18px;
    line-height: 1.4;
    transition: all .3s ease;
    padding: 24px 65px 24px 26px;
    
}

.mobile-menu-list > li > a span {
    display: block;
    font-size: 18px;
    color: #8f84b7;
    font-weight: 500;
    margin-top: 8px;
}

.mobile-menu-list > li > a:hover{
    color: #7b3cff;
}

.mobile-menu-list > li > a::before{
    content: "";
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 42px;
    height: 42px;
    border-radius: 16px;
    background: #ffffff;
    border: 2px solid #ece7fb;
    box-shadow:
        0 4px 10px rgba(122,76,255,.06),
        inset 0 0 0 1px rgba(255,255,255,.6);
}

.mobile-menu-list > li.menu-home > a::after{
    content: "\e90e";
    font-family: "icomoon";
}

.mobile-menu-list > li.menu-services > a::after{
    content: "\e906";
    font-family: "icomoon";
}

.mobile-menu-list > li.menu-portfolio > a::after{
    content: "\e905";
    font-family: "icomoon";
}

.mobile-menu-list > li.menu-blog > a::after{
    content: "\e904";
    font-family: "icomoon";
}

.mobile-menu-list > li > a::after{
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    color: #4f2dbd;
    z-index: 2;
}

.menu-footer{
    border-top: 1px solid #f0ebfb;
    padding: 30px 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menu-footer ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.menu-footer a {
    width: 42px;
    height: 42px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f7f4ff;
    color: #4d27c9;
    font-size: 16px;
    border: 1px solid #ece5ff;
    transition: all .3s ease;
}

.menu-footer a:hover{
    background: #7b3cff;
    color: #fff !important;
    transform: translateY(-4px);
}

.page-hero {
    padding: 80px 0 100px;
    background: #fff;
    overflow: hidden;
}
.page-hero .search_form {
    margin: 0 auto;
    max-width: 620px;
}
.page-categories_list {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
    gap: 10px;
    flex-wrap: wrap;
}
.cat-pill, .isotope-toolbar .isotope-toolbar-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 22px;
    border-radius: 999px;
    background: #efebff;
    color: #7c3aed;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: .3s ease;
}

.cat-pill:hover,
.isotope-toolbar-btn:hover {
    transform: translateY(-2px);
}

.cat-pill.active,
.isotope-toolbar-btn.active {
    background: linear-gradient(
        135deg,
        #7c3aed,
        #a855f7
    );
    color: #fff;
    box-shadow: 0 10px 30px rgba(124,58,237,.2);
}
.page-desc {
    margin-bottom: 40px;
    color: #4a5565;
    font-size: 16px;
}
.entry-meta.top .category {
    background: rgba(124, 58, 237, 0.12);
    color: #7c3aed;
    padding: 8px 18px;
    border-radius: 30px;
    font-size: 12px;
}
.entry-meta.top .dot {
    color: #b0b0b0;
    font-size: 20px;
    margin: 0 6px;
    height: 12px;
    line-height: 1;
}
.single-page .page-hero {
    padding-bottom: 50px;
}
/*Responsive*/
@media (min-width: 1024px) {
  .custom-line:not(:last-child):after {
    content: "";
  }
}
@media (min-width: 992px) {
	.process-card, .centered-card {
		max-width: 260px;
	}
	.landing-box_content p {
	    padding-left: 90px; 
	}
	.landing-section:not(.hero_counter-landing) .landing-hero_content p {
        padding-left: 80px;
    }
}
@media (min-width: 768px) {
    .primary-menu li.current-menu-item a:after {
        content: "";
        background: #0000 url(assets/images/line.png) no-repeat;
        background-size: contain;
        bottom: -8px;
        display: block;
        height: 13px;
        position: absolute;
        width: 65px;
        right: 0;
        left: 0;
        margin: 0 auto;
    }
}
@media screen and (max-width: 995.8px) {
  .logo-wrap {
    display: inline-flex;
  } 
  .site-header {
    padding-top: 25px;
  }
  .service-row {
    padding-left: 30px;
  }

  .blog-row {
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow-x: auto;
  }
  .footer-sticky {
      padding-bottom: 20px;
  }

}

@media screen and (max-width: 768px) {
  .footer-sticky {
      padding-bottom: 30px;
  }
  
   .page-header {
    padding: 70px 20px;
   }
    .page-title {
        font-size: 26px; 
    }
    
    .single-portfolio {
        height: auto;
    }
    
    .portfolio-info-wrapper {
        padding-right: 0;
        padding-top: 50px;
        max-width: 100%;
    }
    
    .swiper-container .portfolio-slider .swiper-slide .slide-inner {
        height: auto;
        bottom: 0;
    } 
    .swiper-container .portfolio-slider {
        min-height: auto;
    }

    .swiper-container .portfolio-slider .swiper-slide {
        height: 500px;
    }
    .swiper-container .portfolio-slider .swiper-slide .slide-inner img {
        height: 100%;
    }
    
    .single-portfolio .swiper-container {
        height: auto;
    }
    
    .mobile-p-0 {
        padding: 0 !important;
    }
	
	.default-editor table {
		white-space: normal;
	}
	.logo-wrap {
	    max-width: 64px;
        margin-right: 10px;
	}
	
	.page-categories_list {
        white-space: nowrap;
        flex-wrap: nowrap;
        overflow-x: auto;
    }
    
    .sidebar-blog {
        margin-top: 30px;
    }
    .page-hero {
        padding: 50px 0 30px;
    }
    .page-categories_list {
        margin-top: 30px;
        padding-bottom: 32px;
    }
    .single-page .page-title {
        margin: 0;
    }
  
}

@media screen and (max-width: 575px) {
    .site-header .theme-button {
        min-width: 125px;
        height: 42px;
    }
    .site-header .theme-button span {
        font-size: 14px !important;
        line-height: 29px;
    }
    .page-header {
        border-radius: 16px;
    }
    .footer-social li {
        margin-right: 4px;
    }
  .service-row {
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow-x: auto;
    padding: 25px;
  }

  .footer-social li a {
      padding: 7px;
      font-size: 18px;
  }
   .portfolio-card_content .portfolio-card_title {
    font-size: 18px;
    max-width: 175px;
   }
   .isotope-toolbar {
        overflow-x: auto;
        white-space: nowrap;
    }
    .portfolio-info-top .entry-title {
        margin-top: 20px;
        font-size: 24px;
    }
    .portfolio-prev, .portfolio-next {
        font-size: 14px;
    }
    .portfolio-prev .portfolio-navigation_icon, .portfolio-next .portfolio-navigation_icon {
        font-size: 11px;
    }
    .portfolio-meta span {
        font-size: 14px;
    }
	.page-title {
        font-size: 20px;
        line-height: 32px;
    }
	
	.single-page .breadcrumbs {
		font-size: 12px;
		white-space: nowrap;
		overflow-x: auto;
		width: 100%;
	}
	.single-page .entry-meta.top {
		font-size: 12px;
		margin-bottom: 10px;
	}
	
	.tags {
		overflow: auto;
		white-space: nowrap;
	}
	
	.contact-page .top-card {
        display: none;
    }
    
    .landing-hero_title {
        font-size: 32px;
    }
    .landing-sec_title, .landing-box_content .landing-title {
        font-size: 26px;
        line-height: 1.7;
    }
    .cta-section {
        padding: 70px 0;
    }
    .landing-hero_primary, 
    .landing-hero_secondary,
    .cta-section .theme-button {
        min-width: 100%;
        margin-bottom: 15px;
    }
    
    .landing-box_image .box-image, .landing-hero_image {
        max-width: 100%;
        border-radius: 16px;
        margin-top: 15px;
    }
    .landing-section {
        padding: 40px 0;
    }
    .landing-sec_head {
        margin-bottom: 25px;
    }
    .landing-box_content ul li {
        width: 100%;
    }
    .landing-box_content ul {
        gap: 0;
    }
    .hero-landing {
        overflow: hidden;
    }
    .contact-page .bottom-card {
        right: 0;
        left: 0;
        margin: 0 auto;
        width: 75%;
    }
    .page-desc {
        margin-bottom: 20px;
    }
    .cat-pill, .isotope-toolbar .isotope-toolbar-btn {
        padding: 10px 22px;
        font-size: 12px;
    }
    
}

@media screen and (max-width: 440px) {
    .mobile-menu-list > li > a {
        font-size: 16px;
    }
    nav.unxw-fullscreen-menu {
        width: 100%;
    }
    .page-header {
        padding: 50px 15px;
    }
    .isotope-item {
        width: 100% !important;
    }

    .portfolio-navigation_icon {
        color: #fff;
    }
    .portfolio-prev, .portfolio-next {
        background: #7C45F3;
        padding: 10px;
        border-radius: 30px;
        color: #fff;
        font-size: 12px;
        width: 48%;
        display: flex;
    }
    
    .portfolio-navigation_text {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .contact-page .glass-card {
        padding: 18px;
        border-radius: 18px;
    }
    .portfolio-prev:hover, .portfolio-next:hover {
        color: #e9e9ea;
    }
}
@media screen and (max-width: 360px) {
    .swiper-container .portfolio-slider .swiper-slide {
        height: 400px;
    }
    /*.portfolio-navigation_text {*/
    /*   display:none;*/
    /*}*/
}