.elementor-1531 .elementor-element.elementor-element-500c9b3, .elementor-1531 .elementor-element.elementor-element-500c9b3 > .elementor-background-overlay{border-radius:18px 18px 18px 18px;}#elementor-popup-modal-1531 .dialog-widget-content{animation-duration:0.9s;border-radius:19px 19px 19px 19px;box-shadow:24px 15px 41px -2px rgba(0,0,0,0.2);}#elementor-popup-modal-1531{background-color:#B97FE4D6;justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-1531 .dialog-message{width:634px;height:auto;padding:4px 4px 4px 4px;}#elementor-popup-modal-1531 .dialog-close-button{display:flex;top:3%;font-size:27px;}body:not(.rtl) #elementor-popup-modal-1531 .dialog-close-button{right:2%;}body.rtl #elementor-popup-modal-1531 .dialog-close-button{left:2%;}/* Start custom CSS for html, class: .elementor-element-84763ee *//* ===============================
   Gentiana Premium Popup V2
   Part 1
================================ */

.gt-popup{

    --primary:#7C3AED;
    --primary2:#A855F7;
    --green:#10B981;
    --text:#1F2937;
    --muted:#6B7280;
    --border:rgba(255,255,255,.45);

    width:100%;
    max-width:860px;

    margin:auto;

    padding:35px;

    border-radius:32px;

    background:
    linear-gradient(135deg,
    rgba(255,255,255,.94),
    rgba(250,247,255,.90));

    backdrop-filter:blur(18px);

    box-shadow:
    0 20px 60px rgba(124,58,237,.18);

    overflow:hidden;

    position:relative;

}


.gt-popup::before{

content:"";

position:absolute;

top:-180px;

left:-180px;

width:340px;

height:340px;

border-radius:50%;

background:

radial-gradient(circle,

rgba(168,85,247,.16),

transparent 70%);

pointer-events:none;

}


.gt-popup::after{

content:"";

position:absolute;

bottom:-170px;

right:-170px;

width:320px;

height:320px;

border-radius:50%;

background:

radial-gradient(circle,

rgba(16,185,129,.12),

transparent 70%);

pointer-events:none;

}



/* ================= HEADER ================= */

.gt-header{

text-align:center;

margin-bottom:35px;

position:relative;

z-index:5;

}


.gt-top-badge{

display:inline-block;

padding:8px 18px;

border-radius:999px;

background:#EEF2FF;

color:#6D28D9;

font-size:13px;

font-weight:700;

margin-bottom:18px;

}


.gt-header h2{

margin:0;

font-size:34px;

font-weight:800;

color:#312E81;

}


.gt-header p{

margin:18px auto 0;

max-width:560px;

font-size:15px;

line-height:2;

color:#6B7280;

}



/* ================= GRID ================= */

.gt-grid{

display:grid;

grid-template-columns:

repeat(2,minmax(0,1fr));

gap:20px;

}



/* ================= CARD ================= */

.gt-card{

position:relative;

display:flex;

align-items:center;

gap:18px;

padding:22px;

text-decoration:none;

border-radius:24px;

overflow:hidden;

background:

rgba(255,255,255,.72);

border:

1px solid rgba(255,255,255,.70);

backdrop-filter:blur(10px);

transition:.45s;

box-shadow:

0 12px 30px rgba(0,0,0,.06);

}


.gt-card:hover{

transform:

translateY(-8px);

box-shadow:

0 24px 40px rgba(124,58,237,.16);

}



/* ================= ICON ================= */

.icon-wrap{

width:72px;

height:72px;

border-radius:22px;

display:flex;

align-items:center;

justify-content:center;

background:

linear-gradient(135deg,

#F5F3FF,

#ECE8FF);

flex-shrink:0;

transition:.45s;

}


.gt-card:hover .icon-wrap{

transform:rotate(-8deg)
scale(1.08);

}


.gt-icon{

width:34px;

height:34px;

fill:var(--primary);

}



/* ================= TEXT ================= */

.content{

flex:1;

}


.content h3{

margin:0;

font-size:20px;

font-weight:800;

color:var(--text);

}


.content p{

margin-top:8px;

font-size:14px;

line-height:1.9;

color:var(--muted);

}



/* ================= BADGE ================= */

.badge{

display:inline-flex;

margin-bottom:12px;

padding:5px 12px;

border-radius:999px;

background:#ECFDF5;

color:#059669;

font-size:12px;

font-weight:700;

}



/* ================= ARROW ================= */

.arrow{

font-size:28px;

color:var(--primary);

transition:.4s;

}


.gt-card:hover .arrow{

transform:translateX(-8px);

}



/* ================= TRUST CARD ================= */

.trust{

background:

linear-gradient(

135deg,

#FFFFFF,

#F7F4FF);

border:

1px solid

rgba(124,58,237,.16);

}



/* ================= MOBILE ================= */

@media(max-width:768px){

.gt-popup{

padding:20px;

border-radius:22px;

}

.gt-header h2{

font-size:25px;

line-height:1.6;

}

.gt-header p{

font-size:14px;

line-height:1.9;

}

.gt-grid{

grid-template-columns:1fr;

gap:14px;

}

.gt-card{

padding:18px;

border-radius:18px;

}

.icon-wrap{

width:58px;

height:58px;

border-radius:18px;

}

.gt-icon{

width:28px;

height:28px;

}

.content h3{

font-size:18px;

}

.content p{

font-size:13px;

}

}
/*==========================================
  Premium Effects V2
==========================================*/

/* نور متحرک روی کارت */

.shine{

position:absolute;

top:0;

left:-120%;

width:70%;

height:100%;

background:linear-gradient(
90deg,
transparent,
rgba(255,255,255,.55),
transparent);

transform:skewX(-25deg);

transition:1.1s;

pointer-events:none;

}

.gt-card:hover .shine{

left:160%;

}


/* خط رنگی بالای کارت */

.gt-card::before{

content:"";

position:absolute;

top:0;

right:0;

width:0;

height:4px;

background:linear-gradient(
90deg,
#8B5CF6,
#A855F7,
#C084FC);

transition:.45s;

border-radius:20px;

}

.gt-card:hover::before{

width:100%;

}


/* Glow بنفش */

.gt-card::after{

content:"";

position:absolute;

inset:-2px;

border-radius:24px;

opacity:0;

transition:.45s;

box-shadow:

0 0 30px rgba(139,92,246,.20),

0 0 70px rgba(139,92,246,.12);

pointer-events:none;

}

.gt-card:hover::after{

opacity:1;

}


/* حرکت آیکون */

.gt-card:hover .gt-icon{

transform:scale(1.12);

transition:.4s;

}


/* Badge */

.badge{

animation:badgeFloat 3s ease-in-out infinite;

}

@keyframes badgeFloat{

0%{

transform:translateY(0);

}

50%{

transform:translateY(-3px);

}

100%{

transform:translateY(0);

}

}


/* فلش */

.arrow{

font-weight:bold;

}

.gt-card:hover .arrow{

letter-spacing:4px;

}


/* متن */

.gt-card:hover h3{

color:#6D28D9;

transition:.3s;

}

.gt-card:hover p{

color:#4B5563;

}


/* اعتماد */

.trust{

background:

linear-gradient(
135deg,
#FFFFFF,
#F8F5FF);

}

.trust:hover{

box-shadow:

0 18px 45px rgba(124,58,237,.28);

}


/* انیمیشن ورود */

.gt-card{

opacity:0;

transform:translateY(35px);

animation:cardShow .8s forwards;

}

.gt-card:nth-child(1){

animation-delay:.15s;

}

.gt-card:nth-child(2){

animation-delay:.3s;

}

.gt-card:nth-child(3){

animation-delay:.45s;

}

.gt-card:nth-child(4){

animation-delay:.6s;

}

@keyframes cardShow{

to{

opacity:1;

transform:translateY(0);

}

}


/* Header */

.gt-header{

opacity:0;

animation:headerShow .9s forwards;

}

@keyframes headerShow{

from{

opacity:0;

transform:translateY(-20px);

}

to{

opacity:1;

transform:none;

}

}


/* Hover سه بعدی */

.gt-card{

transform-style:preserve-3d;

}

.gt-card:hover{

transform:

translateY(-8px)

rotateX(2deg)

rotateY(-2deg);

}


/* اسکرول بار */

.gt-popup::-webkit-scrollbar{

width:8px;

}

.gt-popup::-webkit-scrollbar-thumb{

background:#D8B4FE;

border-radius:30px;

}


/* موبایل */

@media(max-width:768px){

.gt-card:hover{

transform:none;

}

.gt-card::after{

display:none;

}

.badge{

font-size:11px;

}

.arrow{

font-size:22px;

}

}

.gt-ripple{

position:absolute;

border-radius:50%;

background:rgba(255,255,255,.45);

transform:scale(0);

animation:ripple .7s linear;

pointer-events:none;

}

@keyframes ripple{

to{

transform:scale(4);

opacity:0;

}

}



.pulse-card{

animation:pulseCard 1.8s;

}

@keyframes pulseCard{

0%{

box-shadow:0 0 0 rgba(124,58,237,0);

}

40%{

box-shadow:

0 0 40px rgba(124,58,237,.25),

0 0 80px rgba(124,58,237,.18);

}

100%{

box-shadow:0 0 0 rgba(124,58,237,0);

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e2a80bd *//* =========================
   RESET
========================= */

.gxWrap,
.gxWrap *{
    box-sizing:border-box !important;
    font-family:inherit !important;
}

.gxWrap{
    width:100%;
    direction:rtl;
}

/* =========================
   HEADER
========================= */

.gxHead{
    text-align:center;
    margin-bottom:18px;
}

.gxBadge{

    display:inline-block;

    padding:6px 12px;

    border-radius:100px;

    background:rgba(124,58,237,.08);

    color:#7c3aed;

    font-size:11px;
    font-weight:700;

    margin-bottom:10px;
}

.gxHead h2{

    margin:0 0 8px;

    font-size:34px;
    font-weight:900;

    line-height:1.3;

    background:
    linear-gradient(
    90deg,
    #6d28d9,
    #8b5cf6);

    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}

.gxHead p{

    margin:0;

    color:#666;

    font-size:14px;
}

/* =========================
   ROW
========================= */

.gxRow{

    display:flex !important;

    flex-wrap:wrap !important;

    margin:-7px;
}

/* =========================
   COL
========================= */

.gxCol{

    width:50% !important;

    max-width:50% !important;

    flex:0 0 50% !important;

    padding:7px;
}

/* =========================
   CARD
========================= */

.gxCard{

    position:relative;

    display:flex;

    flex-direction:column;

    text-decoration:none;

    overflow:hidden;

    min-height:185px;

    padding:16px;

    border-radius:24px;

    backdrop-filter:blur(12px);

    transition:
    transform .3s ease,
    box-shadow .3s ease;

    box-shadow:
    0 10px 25px rgba(0,0,0,.05);
}

.gxCard:hover{

    transform:
    translateY(-5px);

    box-shadow:
    0 18px 35px rgba(0,0,0,.10);
}

/* =========================
   LIGHT
========================= */

.gxLight{

    position:absolute;

    inset:0;

    background:
    linear-gradient(
    120deg,
    transparent 20%,
    rgba(255,255,255,.22) 50%,
    transparent 80%);

    transform:
    translateX(-130%);

    animation:
    gxMove 7s linear infinite;
}

/* =========================
   COLORS
========================= */

.trust{
    background:
    linear-gradient(145deg,#edf5ff,#e6efff);
}

.green{
    background:
    linear-gradient(145deg,#eefcf2,#e5f9eb);
}

.pink{
    background:
    linear-gradient(145deg,#fff1f7,#ffe8f2);
}

.gold{
    background:
    linear-gradient(145deg,#fff8ef,#fff1df);
}

/* =========================
   ICON
========================= */

.gxIcon{

    width:34px;
    height:34px;

    border-radius:10px;

    display:flex;
    align-items:center;
    justify-content:center;

    background:
    rgba(255,255,255,.75);

    font-size:13px;

    margin-bottom:10px;

    position:relative;
    z-index:2;
}

/* =========================
   TEXT
========================= */

.gxCard h3{

    margin:0 0 7px;

    color:#222;

    font-size:18px;
    font-weight:900;

    line-height:1.5;

    position:relative;
    z-index:2;
}

.gxCard p{

    margin:0;

    color:#555;

    font-size:13px;

    line-height:1.8;

    flex:1;

    position:relative;
    z-index:2;
}

/* =========================
   BUTTON
========================= */

.gxButton{

    display:flex;

    align-items:center;
    justify-content:center;

    gap:6px;

    width:100%;

    margin-top:12px;

    padding:10px 12px;

    border-radius:12px;

    background:white;

    border:
    1px solid rgba(255,255,255,.9);

    box-shadow:
    0 8px 18px rgba(0,0,0,.06);

    color:#6d28d9;

    font-size:12px;
    font-weight:800;

    position:relative;
    z-index:2;

    transition:.3s ease;
}

.gxCard:hover .gxButton{

    transform:
    translateY(-2px);

    box-shadow:
    0 12px 22px rgba(0,0,0,.10);
}

.gxButton span{

    animation:
    gxArrow 1s infinite;
}

/* =========================
   MOBILE
========================= */
@media(max-width:768px){

    .gxCol{

        width:100% !important;

        max-width:100% !important;

        flex:0 0 100% !important;
    }

    .gxCard{

        min-height:145px;

        padding:12px;

        border-radius:18px;
    }

    .gxIcon{

        width:28px;
        height:28px;

        border-radius:8px;

        font-size:11px;

        margin-bottom:8px;
    }

    .gxCard h3{

        font-size:14px;

        margin-bottom:5px;
    }

    .gxCard p{

        font-size:11px;

        line-height:1.8;
    }

    .gxButton{

        padding:8px 10px;

        border-radius:10px;

        font-size:10px;

        margin-top:8px;
    }

}

/* =========================
   ANIMATION
========================= */

@keyframes gxArrow{

    0%{
        transform:translateX(0);
    }

    50%{
        transform:translateX(-4px);
    }

    100%{
        transform:translateX(0);
    }

}

@keyframes gxMove{

    0%{
        transform:translateX(-130%);
    }

    100%{
        transform:translateX(130%);
    }

}/* End custom CSS */