.elementor-7343 .elementor-element.elementor-element-4cb5b505{--display:flex;}.elementor-7343 .elementor-element.elementor-element-1354809c .e-contact-buttons{--e-contact-buttons-button-icon:#FFFFFF;--e-contact-buttons-button-bg:var( --e-global-color-6db2890 );--e-contact-buttons-button-icon-hover:#FFFFFF;--e-contact-buttons-button-bg-hover:var( --e-global-color-6db2890 );--e-contact-buttons-active-button-color:var( --e-global-color-6db2890 );--e-contact-buttons-active-button-bg:#FFFFFF;--e-contact-buttons-top-bar-title:var( --e-global-color-6db2890 );--e-contact-buttons-close-button-color:var( --e-global-color-6db2890 );--e-contact-buttons-icon-link-gap:8px;--e-contact-buttons-icon-link-text-color:var( --e-global-color-text );--e-contact-buttons-icon-link-text-color-hover:#202096;--e-contact-buttons-icon-link-divider-color:var( --e-global-color-6db2890 );--e-contact-buttons-icon-link-divider-weight:2px;--e-contact-buttons-send-button-text:#FFFFFF;--e-contact-buttons-send-button-bg:var( --e-global-color-6db2890 );--e-contact-buttons-send-button-text-hover:#FFFFFF;--e-contact-buttons-send-button-bg-hover:var( --e-global-color-218e005 );--e-contact-buttons-send-button-padding-block-end:8px;--e-contact-buttons-send-button-padding-block-start:8px;--e-contact-buttons-send-button-padding-inline-end:30px;--e-contact-buttons-send-button-padding-inline-start:30px;--e-contact-buttons-chat-box-bg:#FFFFFF;--e-contact-buttons-chat-box-padding-block-end:16px;--e-contact-buttons-chat-box-padding-block-start:16px;--e-contact-buttons-chat-box-padding-inline-end:16px;--e-contact-buttons-chat-box-padding-inline-start:16px;}.elementor-7343 .elementor-element.elementor-element-1354809c .e-contact-buttons__top-bar-title{font-family:"IRANSansWeb_Light", Sans-serif;font-size:18px;font-weight:600;}.elementor-7343 .elementor-element.elementor-element-1354809c .e-contact-buttons__contact-icon-link{font-family:"IRANSansWeb_Light", Sans-serif;font-size:16px;font-weight:500;}.elementor-7343 .elementor-element.elementor-element-1354809c .e-contact-buttons__cta-button{font-family:"IRANSansWeb_Light", Sans-serif;font-size:15.5px;font-weight:500;}@media(max-width:767px){.elementor-7343 .elementor-element.elementor-element-1354809c .e-contact-buttons{--e-contact-buttons-horizontal-offset:16px;}}/* Start custom CSS for contact-buttons-var-3, class: .elementor-element-1354809c *//* Reset icon area */
.e-contact-buttons__links-container a i {
    display: none !important;
}

/* Force the container to align icon & text perfectly */
.e-contact-buttons__links-container a {
    display: flex !important;
    align-items: center !important;
}

/* Perfect circular icon container */
.e-contact-buttons__links-container a::before {
    display: flex !important;
    justify-content: center;
    align-items: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    font-size: 15px;
    margin-left: -0.5rem; /* برای RTL */
    margin-right: 0; /* جلوگیری از فشار مضاعف */
    flex-shrink: 0;
    transition: all 0.25s ease;
}


/* ===== ICON DEFINITIONS ===== */

/* Instagram */
.e-contact-buttons__links-container a[href*="instagram"]::before {
    font-family: "Font Awesome 5 Brands";
    content: "\f16d";
    color: #fff;
    background: linear-gradient(135deg, #feda75, #d62976, #962fbf);
}

/* Telegram */
.e-contact-buttons__links-container a[href*="t.me"]::before,
.e-contact-buttons__links-container a[href*="telegram"]::before {
    font-family: "Font Awesome 5 Brands";
    content: "\f3fe";
    color: #fff;
    background-color: #0088cc;
}

/* WhatsApp */
.e-contact-buttons__links-container a[href*="wa.me"]::before {
    font-family: "Font Awesome 5 Brands";
    content: "\f232";
    color: #fff;
    background-color: #25D366;
}

/* Phone */
.e-contact-buttons__links-container a[href^="tel:"]::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f879";
    color: #fff;
    background-color: #6f42c1;
}


/* Hover effect - stays circular and centered */
.e-contact-buttons__links-container a:hover::before {
    transform: scale(1.12);
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}
/* 1) رفع مشکل واتس‌اپ */
.e-contact-buttons__links-container a[href*="wa.me"]::before {
    font-size: 20px !important;  /* بزرگتر و شارپ‌تر */
    line-height: 1 !important;           /* تنظیم دقیق برای وسط‌چینی */
}

/* 2) رفع مشکل تلگرام */
.e-contact-buttons__links-container a[href*="t.me"]::before,
.e-contact-buttons__links-container a[href*="telegram"]::before {
    font-size: 17px !important;  /* تلگرام فونت کوچکتر داره → بزرگ‌تر می‌کنیم */
    line-height: 1 !important;
    padding: 0 2.5px 2px 0;            /* تلگرام معمولاً 1–2px پایین‌تره → تنظیم دستی */
}
/* اینستاگرام – اصلاح وسط‌چینی + کیفیت */
.e-contact-buttons__links-container a[href*="instagram"]::before {
    font-size: 20px !important; 
    line-height: 1 !important;
    padding: 0 1px 0 0 !important;   /* برای وسط‌چین دقیق */
}

/* تماس (Phone) – اصلاح وسط‌چینی + هماهنگ‌سازی با بقیه */
.e-contact-buttons__links-container a[href^="tel:"]::before {
    font-size: 15px !important;
    line-height: 1 !important;
    padding-top: 1px !important;
}/* End custom CSS */