.elementor-kit-8{--e-global-color-primary:#3157F6;--e-global-color-secondary:#EEF3FF;--e-global-color-text:#000000;--e-global-color-accent:#3157F6;--e-global-color-ba39aa3:#475467;--e-global-color-49bb123:#1340FA;--e-global-typography-primary-font-family:"YekanBakh";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;font-family:"YekanBakh", Sans-serif;background-color:#FFFFFF;}.elementor-kit-8 a{font-family:"YekanBakh", Sans-serif;}.elementor-kit-8 h1{font-family:"YekanBakh", Sans-serif;}.elementor-kit-8 h3{font-family:"YekanBakh", Sans-serif;}.elementor-kit-8 h4{font-family:"YekanBakh", Sans-serif;}.elementor-kit-8 h5{font-family:"YekanBakh", Sans-serif;}.elementor-kit-8 h6{font-family:"YekanBakh", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* کانتینر اصلی تصاویر */
.floating-images {
    position: relative;
    width: 100%;
    max-width: 650px;
    height: 520px;
    margin: 0 auto;
    overflow: visible;
}

/* تنظیمات مشترک هر سه تصویر */
.floating-images .floating-image {
    position: absolute;
    width: 55%;
    margin: 0;
    transition: all 0.4s ease;
    will-change: transform;
}

/* خود عکس */
.floating-images .floating-image img {
    width: 100%;
    display: block;
    border-radius: 24px;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.18);
}

/* تصویر اول */
.floating-images .image-one {
    top: 20px;
    left: 5%;
    z-index: 1;
    animation: floatingOne 5s ease-in-out infinite;
}

/* تصویر دوم */
.floating-images .image-two {
    top: 120px;
    right: 2%;
    z-index: 3;
    animation: floatingTwo 6s ease-in-out infinite;
}

/* تصویر سوم */
.floating-images .image-three {
    top: 250px;
    left: 16%;
    z-index: 2;
    animation: floatingThree 5.5s ease-in-out infinite;
}

/* حرکت تصویر اول */
@keyframes floatingOne {
    0%,
    100% {
        transform: translate3d(0, 0, 0) rotate(-5deg);
    }

    50% {
        transform: translate3d(12px, -18px, 0) rotate(-2deg);
    }
}

/* حرکت تصویر دوم */
@keyframes floatingTwo {
    0%,
    100% {
        transform: translate3d(0, 0, 0) rotate(5deg);
    }

    50% {
        transform: translate3d(-15px, 15px, 0) rotate(2deg);
    }
}

/* حرکت تصویر سوم */
@keyframes floatingThree {
    0%,
    100% {
        transform: translate3d(0, 0, 0) rotate(-2deg);
    }

    50% {
        transform: translate3d(10px, -14px, 0) rotate(3deg);
    }
}

/* افکت هنگام قرار گرفتن موس */
.floating-images .floating-image:hover {
    z-index: 10;
    animation-play-state: paused;
}

.floating-images .floating-image:hover img {
    transform: scale(1.04);
    box-shadow: 0 28px 60px rgba(0, 0, 0, 0.24);
}

/* تبلت */
@media (max-width: 1024px) {
    .floating-images {
        max-width: 560px;
        height: 460px;
    }

    .floating-images .floating-image {
        width: 58%;
    }

    .floating-images .image-three {
        top: 220px;
    }
}

/* موبایل */
@media (max-width: 767px) {
    .floating-images {
        height: 380px;
        max-width: 360px;
    }

    .floating-images .floating-image {
        width: 66%;
    }

    .floating-images .image-one {
        top: 10px;
        left: 0;
    }

    .floating-images .image-two {
        top: 100px;
        right: 0;
    }

    .floating-images .image-three {
        top: 205px;
        left: 12%;
    }

    .floating-images .floating-image img {
        border-radius: 16px;
    }
}

/* رعایت تنظیمات کاهش حرکت دستگاه */
@media (prefers-reduced-motion: reduce) {
    .floating-images .floating-image {
        animation: none;
    }
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'YekanBakh';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://dilmarket.ir/wp-content/uploads/2026/07/YekanBakh-Regular.woff2') format('woff2'),
		url('https://dilmarket.ir/wp-content/uploads/2026/07/YekanBakh-Regular.woff') format('woff'),
		url('https://dilmarket.ir/wp-content/uploads/2026/07/YekanBakh-Regular.ttf') format('truetype');
}
/* End Custom Fonts CSS */