.elementor-kit-6{--e-global-color-primary:#3641F5;--e-global-color-secondary:#161950;--e-global-color-text:#45556C;--e-global-color-accent:#D0FAE5;--e-global-color-7edfac1:#DBEAFE;--e-global-typography-primary-font-family:"Alibaba";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Alibaba";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Alibaba";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Alibaba";--e-global-typography-accent-font-weight:500;background-color:#F2F7FF;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:var( --e-global-color-primary );}.elementor-kit-6 h1{font-size:32px;font-weight:700;}.elementor-kit-6 h2{font-size:24px;font-weight:600;}.elementor-kit-6 h3{font-size:20px;font-weight:600;}.elementor-kit-6 h4{font-size:18px;font-weight:600;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;}.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);}.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 */[x-cloak] {
    display: none !important;
}

.glass {
    background: rgba(255, 255, 255, 0.72);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

.hero-shadow {
    box-shadow:
        0 20px 60px rgba(42, 49, 216, 0.10),
        0 4px 14px rgba(22, 25, 80, 0.06);
}

.soft-grid {
    background-image:
        linear-gradient(to right, rgba(70, 95, 255, 0.06) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(70, 95, 255, 0.06) 1px, transparent 1px);
    background-size: 28px 28px;
}

.float-slow {
    animation: floatSlow 7s ease-in-out infinite;
}

.float-slower {
    animation: floatSlow 10s ease-in-out infinite;
}

@keyframes floatSlow {

    0%,
    100% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-10px);
    }
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(18px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.animate-fade-up {
    animation: fadeUp 0.7s ease-out both;
}

.delay-100 {
    animation-delay: .1s;
}

.delay-200 {
    animation-delay: .2s;
}

.delay-300 {
    animation-delay: .3s;
}

.delay-400 {
    animation-delay: .4s;
}

.float-card {
    animation: floatCard 6s ease-in-out infinite;
}

.delay-1 {
    animation-delay: 1s;
}

.delay-2 {
    animation-delay: 2s;
}

@keyframes floatCard {

    0%,
    100% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-10px);
    }
}

.blurbox {
    filter: blur(80px);
    inset: 0rem;
}

.fit-content {
    width: fit-content;
    max-width: 100%;
}

.dot {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background:  rgba(68, 92, 252, 1);
    box-shadow: 0 0 2px 6px rgba(68, 92, 252, .14);
}

.brand-text {
    background: linear-gradient(135deg, #3641f5 0%, #656cfc 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}


.my-custom-card {
  overflow: hidden;
  backdrop-filter: blur(24px); /* معادل backdrop-blur-xl */
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05); /* معادل shadow-lg */
  transition: all 0.5s;
}

.my-custom-card:hover {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25); /* معادل shadow-2xl */
  transform: translateY(-8px); /* معادل -translate-y-2 */
}

.my-custom-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(70, 95, 255, 0) 0%, rgba(70, 95, 255, 0.1) 100%);
    opacity: 0;
    transition: opacity 0.5s ease;
    pointer-events: none;
}

.my-custom-card:hover::before {
    opacity: 1;
}

.my-custom-card::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 4px;
    width: 0;
    background: linear-gradient(to right, #465fff, #9cb2ff);
    transition: width 0.5s ease;
}

.my-custom-card:hover::after {
    width: 100%;
}

.my-custom-card:hover .icon-box {
    transform: scale(1.1);
    transition: transform 0.5s ease;
}

.floatbox {
    height: 40px;
    width: 40px;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Alibaba';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://telepoint.ir/wp-content/uploads/2026/07/Alibaba-Regular.woff2') format('woff2'),
		url('https://telepoint.ir/wp-content/uploads/2026/07/Alibaba-Regular.woff') format('woff');
}
@font-face {
	font-family: 'Alibaba';
	font-style: normal;
	font-weight: 200;
	font-display: auto;
	src: url('https://telepoint.ir/wp-content/uploads/2026/07/Alibaba-Light.woff2') format('woff2'),
		url('https://telepoint.ir/wp-content/uploads/2026/07/Alibaba-Light.woff') format('woff');
}
@font-face {
	font-family: 'Alibaba';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('https://telepoint.ir/wp-content/uploads/2026/07/Alibaba-Bold.woff2') format('woff2'),
		url('https://telepoint.ir/wp-content/uploads/2026/07/Alibaba-Bold.woff') format('woff');
}
@font-face {
	font-family: 'Alibaba';
	font-style: normal;
	font-weight: 900;
	font-display: auto;
	src: url('https://telepoint.ir/wp-content/uploads/2026/07/Alibaba-Black.woff2') format('woff2'),
		url('https://telepoint.ir/wp-content/uploads/2026/07/Alibaba-Black.woff') format('woff');
}
/* End Custom Fonts CSS */