/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/* general style */

.arrow-move-btn .elementor-button-content-wrapper {
    align-items: center;
}

.arrow-move-btn .elementor-button-icon {
    background-color: var(--e-global-color-secondary);
    align-self: center;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
}

.arrow-move-btn .elementor-button-icon svg {
    font-size: 16px;
    transform: rotate(45deg);
    transition: transform .5s;
}

.arrow-move-btn:hover .elementor-button-icon svg {
    transform: rotate(0deg);
}

.custom-breadcrumb .woocommerce-breadcrumb::before {
    content: url('img/breadcrumb-home-icon.svg');
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: sub;
    margin-left: 10px;
}

/* general style */

/* header */

.header-search .elementor-icon-wrapper {
    display: flex;
}

.header-search svg {
    transform: scale(1);
    transition: transform .5s ease-in-out;
}

.header-search:hover svg {
    transform: scale(1.5);
}

.header-bar .elementor-icon-wrapper {
    display: flex;
}

body.home .main-header-section, body.page-id-622 .main-header-section {
    position: absolute;
    z-index: 99;
}

body.home .main-header-container, body.page-id-622 .main-header-container{
    background-color: rgba(255, 255, 255, 0.13) !important;
    backdrop-filter: blur(120px);
}

body.home .main-header-logo .elementor-heading-title, body.page-id-622 .main-header-logo .elementor-heading-title {
    color: white !important;
}

body.home .menu-item a, body.page-id-622 .menu-item a {
    color: white !important;
}

body.home .menu-item a::after, body.page-id-622 .menu-item a::after {
    background-color: white !important;
}

body.home .header-bar svg path, body.page-id-622 .header-bar svg path{
    stroke: white;
}

/* header */

/* home page */

.home-about-section .e-con-inner {
    position: relative;
}

.home-about-section .e-con-inner::before {
    content: url('img/home-about-dot-shape-01.svg');
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(50%,50%);
    z-index: -1;
}

.home-about-section .e-con-inner::after {
    content: url('img/home-about-dot-shape-02.svg');
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translate(-50%,-50%);
    z-index: -1;
}

.home-about-play {
    backdrop-filter: blur(13px);
}

.home-about-play .elementor-icon-wrapper {
    display: flex;
}

.home-about-image::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: var(--e-global-color-primary);
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%) rotate(3deg);
    border-radius: 12px;
    z-index: -1;
}

.home-about-image::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(30, 138, 138, 0.2);
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    border-radius: 12px;
}

.home-about-icon-box .elementor-icon {
    background-color: rgba(12, 30, 33, 0.1);
    padding: 20px;
    border-radius: 100%;
}

.home-why-box-content {
  perspective: 900px;
}

.home-why-icon-box .elementor-icon {
  background: linear-gradient(-45deg, rgba(30, 138, 138, 0.3) 0%, rgba(30, 138, 138, 0) 50%, rgba(30, 138, 138, 0.3) 100%);
  border: 1px solid rgba(30, 138, 138, 0.15);
  padding: 20px;
  border-radius: 100%;
}

.home-why-box-content .home-why-icon-box .elementor-icon svg {
  display: block;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  transform-box: fill-box;
  transform-origin: 50% 50%;
}

@keyframes flipOnce {
  0%   { transform: rotateY(0deg); }
  50%  { transform: rotateY(160deg); }
  100% { transform: rotateY(0deg); }
}

.home-why-box-content:hover .home-why-icon-box .elementor-icon svg {
  animation: flipOnce 0.4s ease-in-out 1;
}

.home-steps-title-box .elementor-icon-box-content {
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-start;
    gap: 8px;
}
 
.home-steps-title-box .elementor-icon-box-description {
    width: fit-content;
    padding: 12px;
    background-color: white;
    border-radius: 12px;
}

.home-comment-box-container::after {
    content: '';
    width: 12px;
    height: 12px;
    position: absolute;
    left: 0;
    top: 0;
    transform: translate(0,-100%);
    background-image: url('https://anitashirazi.com/wp-content/uploads/2025/10/Asset-1.svg');
}

.home-comment-box-container .home-comment-icon-box::after {
    content: '';
    width: 12px;
    height: 12px;
    position: absolute;
    right: -10px;
    bottom: -10px;
    transform: translate(100%,0);
    background-image: url('https://anitashirazi.com/wp-content/uploads/2025/10/Asset-1.svg');
}

.home-custom-carousel .swiper-pagination-bullet {
    transition: width .5s ease-in-out;
}

.home-custom-carousel .swiper-pagination-bullet:hover,.home-custom-carousel  .swiper-pagination-bullet-active {
    width: 88px !important;
    border-radius: 6px;
}

.home-hero-circle-container {
    cursor: pointer;
} 

.home-hero-arrow-link .elementor-icon {
    transition: transform .5s ease-in-out;
}

.home-hero-circle-container:hover .home-hero-arrow-link .elementor-icon {
    transform: scale(2);
}

.home-hero-text-curved {
    display: flex;
    animation: rotateCircle 20s linear infinite;
    transform-origin: 50% 50%;
}


@keyframes rotateCircle {
  from {
    transform: translate(-50%,-50%) rotate(0deg);
  }
  to {
    transform: translate(-50%,-50%) rotate(360deg);
  }
}

/* home page */

/* book landing */

.book-landing-properties-container::after {
    content: url('img/book-landing-properties-shape-01.svg');
    position: absolute;
    left: 0;
    top: 0;
    transform: translate(-50%,-50%);
    z-index: -1;
}

.book-landing-properties-box .elementor-icon {
    padding: 30px;
    border-radius: 100%;
    background-color: rgba(30, 138, 138, 0.1);
}

.book-landing-properties-box:hover .elementor-icon {
    background-color: white;
}

.book-landing-properties-box:hover .elementor-icon-box-description, .book-landing-properties-box:hover .elementor-icon-box-title {
    color: white !important;
}

.book-landing-steps .elementor-icon{
    padding: 20px;
    border-radius: 100%;
    background-color: rgba(30, 138, 138, 0.1);
}

.book-landing-steps .elementor-icon svg{
    transition: transform .5s ease-in-out;
}

.book-landing-steps:hover .elementor-icon svg{
    transform: scale(1.5);
}

.elementor-icon-box-title {
    padding-right: 0;
    transition: padding-right .5s ease-in-out;
}

.book-landing-steps:hover .elementor-icon-box-title {
    padding-right: 10px;
}

.book-landing-summary::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: var(--e-global-color-primary);
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%) rotate(3deg);
    border-radius: 12px;
    z-index: -1;
}

.book-landing-summary::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(30, 138, 138, 0.2);
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    border-radius: 12px;
}

/* book landing */

/* contact page */

.contact-page-form .elementor-button .elementor-button-icon {
    background-color: var(--e-global-color-secondary);
    border-radius: 100%;
    padding: 12px;
}

.contact-icon-box .elementor-button .elementor-icon {
    padding: 20px;
    background-color: rgba(30, 138, 138, 0.1);
    border-radius: 100%;
}

.contact-page-form .elementor-button .elementor-button-icon svg {
    transform: rotate(45deg);
    transition: transform .5s;
}

.contact-page-form .elementor-button:hover .elementor-button-icon svg {
    transform: rotate(0deg);
}

/* contact page */

/* blog page */

.blog-aside-cats h5 {
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    margin: 0 0 25px 0;
}

.blog-aside-cats nav ul {
    padding: 0;
    list-style: none;
}

.blog-aside-cats nav ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: white;
    padding: 15px 20px 15px 35px;
    border-radius: 12px;
    position: relative;
    font-weight: 600;
    font-size: 18px;
    color: var(--e-global-color-primary);
    transition: padding .5s;
}

.blog-aside-cats nav ul li::before {
    content: '';
    position: absolute;
    left: 19px;
    top: 50%;
    transform: translate(0, -50%);
    width: 40px;
    height: 40px;
    background-color: var(--e-global-color-primary);
    opacity: 0.1;
    border-radius: 100%;
}

.blog-aside-cats nav ul li:hover {
    padding: 15px 35px 15px 35px;
}

.blog-aside-cats nav ul li a {
    font-weight: 600;
    font-size: 18px;
    color: #000;
}

.blog-aside-tags h5 {
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    margin: 0 0 25px 0;
}

.blog-aside-tags .tagcloud {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
}

.blog-aside-tags .tagcloud a {
    font-weight: 600;
    font-size: 18px !important;
    border-radius: 12px;
    padding: 10px;
    background-color: white;
    color: #000000;
}

/* blog page */

/* single product page */

.single-product-breadcrumb nav {
    margin-bottom: 0 !important;
}

.single-product-attribute .woocommerce-product-attributes tbody tr {
  display: flex;
  padding: 5px 0;
  gap: 10px;
}

.single-product-attribute .woocommerce-product-attributes tbody th {
  background-color: var(--e-global-color-secondary) !important;
  border: none;
  width: 20% !important;
  border-radius: 10px;
  font-weight: 500;
  padding: 15px;
  color: white;
}

.single-product-attribute
  .woocommerce-product-attributes
  tbody
  tr:nth-child(even)
  th {
  background-color: #252525 !important;
}

.single-product-attribute .woocommerce-product-attributes tbody td {
  border: none;
  font-style: normal;
  border-radius: 10px;
  width: 80% !important;
  text-align: center;
  padding: 7px;
  background-color: #00000007 !important;
}

.single-product-attribute
  .woocommerce-product-attributes
  tbody
  tr:nth-child(even)
  td {
  background-color: #00000010 !important;
}

.single-product-comment .stars span a {
  color: #e0bb00 !important;
}

.single-product-comment #comment,
.single-product-comment #email,
.single-product-comment #author {
  border-radius: 10px;
  border: 1px solid #00000044;
}

.single-product-comment #comment:focus,
.single-product-comment #email:focus,
.single-product-comment #author:focus {
  outline: none;
  box-shadow: none;
}

.single-product-comment #submit {
  background-color: black !important;
  color: white !important;
  border-radius: 10px !important;
  width: 100px;
}

/* single product page */

/* footer */

.footer-news-conatiner {
    backdrop-filter: blur(60px)
}

.footer-news .elementor-button-icon {
    padding: 12px;
    background-color: black;
    border-radius: 100%;
}

.footer-news .elementor-button-icon svg *{
    fill: transparent
}

.footer-news .elementor-form-fields-wrapper {
    position: relative;
}

.footer-news .e-form__buttons {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translate(0,-50%);
    width: fit-content;
}

/* footer */

/* post loop item */

.post-item-date {
    backdrop-filter: blur(60px)
}

.post-item-cats a {
    padding: 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 6px;
}

.post-item-title .elementor-heading-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.post-item-excerpt p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0 !important;
}

.post-item-link-arrow .elementor-icon {
    background-color: var(--e-global-color-secondary);
    border-radius: 100%;
    padding: 16px;
}

.post-item-link-arrow .elementor-icon svg {
    transition: transform .5s ease-in-out;
}

.post-item-link-arrow:hover .elementor-icon svg {
    transform: scale(2);
}

/* post loop item */

/* post list loop item */

.post-list-item-box .elementor-image-box-title a{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.post-list-item-box .elementor-image-box-description::before {
    content: url('img/post-list-item-clock.svg');
    display: inline-block;
    margin-left: 5px;
    position: relative;
    top: 2px;
}

/* post list loop item */

/* post plain loop item */

.post-plain-item-image::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%) rotate(-5deg);
    z-index: -1;
    background-color: var(--e-global-color-primary);
    border-radius: 12px;
}

.post-plain-item-image a::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background-color: rgba(30, 138, 138, 0.5);
    border-radius: 12px;
    z-index: 1;
    opacity: 0;
    transition: all .5s ease ;
}

.post-plain-item-image:hover a::after {
    opacity: 1;
}

.post-plain-item-link {
    transform: translate(-50%,-50%);
}

.post-plain-item-link a {
    background-color: white;
    padding: 20px;
    border-radius: 100%;
}

.post-plain-item-link .elementor-icon-wrapper {
    display: flex;
    transition: transform 0.5s ease;
}

.post-plain-item .elementor-icon-wrapper svg {
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transform: rotate(0deg);
}

.post-plain-item:hover .elementor-icon-wrapper svg,
.post-plain-item-link:hover .elementor-icon-wrapper svg {
  transform: rotate(360deg);
}

.post-plain-item-excerpt p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0 !important;
}

/* post plain loop item */

/* event loop item */

.event-item::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
    border-radius: 12px;
    z-index: 0;
    background-color: rgba(30, 138, 138, 0.5);
    opacity: 0;
    transition: all .5s ease ;
}

.event-item:hover::after {
    opacity: 1;
}

.event-item-link, .event-item-link .elementor-heading-title {
    width: 100%;
    height: 100%;
}

.event-item-link a {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.event-item-content {
    transform: translate(-50%,-50%);
}

.event-item {
    position: relative;
    overflow: hidden;
}

.event-item-title,
.event-item-subtitle {
    opacity: 0;
    transform: translateY(20px) scale(0.98);
    transition:
        opacity 0.5s ease,
        transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    visibility: hidden;
    will-change: opacity, transform;
}

.event-item-subtitle {
    backdrop-filter: blur(12px);
    padding: 0.5em 1em;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.15);
}

.event-item:hover .event-item-title,
.event-item:hover .event-item-subtitle {
    opacity: 1;
    transform: translateY(0) scale(1);
    visibility: visible;
}

.event-item:hover .event-item-title {
    transition-delay: 0.05s;
}

.event-item:hover .event-item-subtitle {
    transition-delay: 0.15s;
}

/* event loop item */

/* comment loop item */



/* comment loop item */

/* product loop item */

.product-item-cats .elementor-post-info__terms-list a {
    display: inline-block !important;
    padding: 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 6px;
}

.product-item:hover .product-item-cats .elementor-post-info__terms-list a {
    color: white !important;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.product-item:hover .product-item-title .elementor-heading-title a {
    color: white;
}

.product-item-price .elementor-icon-box-description {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-start;
    align-items: center;
    gap: 5px
}

.product-item-price del {
    font-size: 14px;
    color: var(--e-global-color-text);
}

.product-item-price del .woocommerce-Price-currencySymbol {
    display: none;
}

.product-item-price ins {
    text-decoration: none;
}

.product-item:hover .product-item-price .elementor-icon-box-title {
    color: rgba(255, 255, 255, 0.5) !important;
}

.product-item:hover .product-item-price .elementor-icon-box-description .woocommerce-Price-amount , .product-item:hover .product-item-price .elementor-icon-box-description del, .product-item:hover .product-item-price .elementor-icon-box-description ins{
    color: rgba(255, 255, 255);
}

.product-item-arrow-link .elementor-icon {
    background-color: var(--e-global-color-secondary);
    border-radius: 100%;
    padding: 12px;
}

/* product loop item */