.elementor-91 .elementor-element.elementor-element-873c934{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-91 .elementor-element.elementor-element-f527fff{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-91 .elementor-element.elementor-element-263d887{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-91 .elementor-element.elementor-element-a25ea79{margin:-22px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-91 .elementor-element.elementor-element-7fe6728{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}@media(min-width:768px){.elementor-91 .elementor-element.elementor-element-873c934{--content-width:1300px;}.elementor-91 .elementor-element.elementor-element-7fe6728{--content-width:999px;}}/* Start custom CSS for html, class: .elementor-element-c897289 *//* استایل پایه هیرو باکس */
.premium-lawyer-hero {
    position: relative;
    background: linear-gradient(135deg, #0a407d 0%, #086ad8 100%);
    border-radius: 24px;
    overflow: hidden;
    max-width: 1300px;
    direction: rtl;
    box-shadow: 0 20px 40px rgba(10, 64, 125, 0.25);
}

/* المان‌های نوری متحرک پس‌زمینه */
.hero-bg-elements {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    overflow: hidden;
    pointer-events: none;
}

.shape {
    position: absolute;
    border-radius: 50%;
    filter: blur(70px);
    animation: floatShape 12s infinite alternate ease-in-out;
}

.shape-1 {
    width: 350px;
    height: 350px;
    background: rgba(255, 167, 0, 0.15); /* هاله نوری نارنجی */
    top: -100px;
    right: -100px;
}

.shape-2 {
    width: 450px;
    height: 450px;
    background: rgba(255, 255, 255, 0.1); /* هاله نوری سفید */
    bottom: -150px;
    left: -100px;
    animation-delay: -5s;
}

@keyframes floatShape {
    0% { transform: translate(0, 0) scale(1); }
    100% { transform: translate(40px, 50px) scale(1.15); }
}

/* کانتینر شیشه‌ای محتوا (Glassmorphism) */
.hero-content-wrapper {
    position: relative;
    z-index: 1;
    padding: 90px 40px;
    text-align: center;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0) 100%);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

/* نشان (Badge) بالای عنوان */
.hero-badge {
    display: inline-block;
    background: rgba(255, 167, 0, 0.12);
    color: #FFA700;
    padding: 8px 24px;
    border-radius: 50px;
    border: 1px solid rgba(255, 167, 0, 0.3);
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 25px;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 15px rgba(255, 167, 0, 0.1);
}

/* تنظیمات عنوان و متن */
.hero-title {
    color: #ffffff;
    font-size: clamp(30px, 4.5vw, 48px);
    font-weight: 900;
    margin: 0 0 25px 0;
    line-height: 1.4;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.hero-subtitle {
    color: rgba(255, 255, 255, 0.85);
    font-size: clamp(16px, 2.5vw, 20px);
    line-height: 1.9;
    max-width: 800px;
    margin: 0 auto 45px auto;
    font-weight: 400;
}

/* دکمه تماس با افکت پالس (تپش) */
.hero-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background-color: #FFA700;
    color: #0a407d !important;
    font-size: 20px;
    font-weight: 800;
    padding: 16px 45px;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); /* افکت جهش نرم */
    box-shadow: 0 0 0 0 rgba(255, 167, 0, 0.6);
    animation: pulseOrange 2.5s infinite;
}

.hero-cta-btn svg {
    transition: transform 0.3s ease;
}

/* تغییرات هنگام هاور کردن موس */
.hero-cta-btn:hover {
    background-color: #ffb52e;
    transform: translateY(-5px) scale(1.02);
}

.hero-cta-btn:hover svg {
    transform: rotate(15deg) scale(1.1);
}

/* انیمیشن پالس برای جلب توجه */
@keyframes pulseOrange {
    0% { box-shadow: 0 0 0 0 rgba(255, 167, 0, 0.6); }
    70% { box-shadow: 0 0 0 20px rgba(255, 167, 0, 0); }
    100% { box-shadow: 0 0 0 0 rgba(255, 167, 0, 0); }
}

/* واکنش‌گرایی برای موبایل */
@media (max-width: 768px) {
    .premium-lawyer-hero { border-radius: 16px; margin: 10px; }
    .hero-content-wrapper { padding: 60px 20px; }
    .hero-cta-btn { 
        font-size: 18px; 
        padding: 15px 30px; 
        width: 100%; 
        justify-content: center; 
        box-sizing: border-box;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d811389 *//* استایل پایه هیرو باکس */
.premium-lawyer-hero {
    position: relative;
    background: linear-gradient(135deg, #0a407d 0%, #086ad8 100%);
    border-radius: 24px;
    overflow: hidden;
    max-width: 1300px;
    direction: rtl;
    box-shadow: 0 20px 40px rgba(10, 64, 125, 0.25);
}

/* المان‌های نوری متحرک پس‌زمینه */
.hero-bg-elements {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    overflow: hidden;
    pointer-events: none;
}

.shape {
    position: absolute;
    border-radius: 50%;
    filter: blur(70px);
    animation: floatShape 12s infinite alternate ease-in-out;
}

.shape-1 {
    width: 350px;
    height: 350px;
    background: rgba(255, 167, 0, 0.15); /* هاله نوری نارنجی */
    top: -100px;
    right: -100px;
}

.shape-2 {
    width: 450px;
    height: 450px;
    background: rgba(255, 255, 255, 0.1); /* هاله نوری سفید */
    bottom: -150px;
    left: -100px;
    animation-delay: -5s;
}

@keyframes floatShape {
    0% { transform: translate(0, 0) scale(1); }
    100% { transform: translate(40px, 50px) scale(1.15); }
}

/* کانتینر شیشه‌ای محتوا (Glassmorphism) */
.hero-content-wrapper {
    position: relative;
    z-index: 1;
    padding: 90px 40px;
    text-align: center;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0) 100%);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

/* نشان (Badge) بالای عنوان */
.hero-badge {
    display: inline-block;
    background: rgba(255, 167, 0, 0.12);
    color: #FFA700;
    padding: 8px 24px;
    border-radius: 50px;
    border: 1px solid rgba(255, 167, 0, 0.3);
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 25px;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 15px rgba(255, 167, 0, 0.1);
}

/* تنظیمات عنوان و متن */
.hero-title {
    color: #ffffff;
    font-size: clamp(30px, 4.5vw, 48px);
    font-weight: 900;
    margin: 0 0 25px 0;
    line-height: 1.4;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.hero-subtitle {
    color: rgba(255, 255, 255, 0.85);
    font-size: clamp(16px, 2.5vw, 20px);
    line-height: 1.9;
    max-width: 800px;
    margin: 0 auto 45px auto;
    font-weight: 400;
}

/* دکمه تماس با افکت پالس (تپش) */
.hero-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background-color: #FFA700;
    color: #0a407d !important;
    font-size: 20px;
    font-weight: 800;
    padding: 16px 45px;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); /* افکت جهش نرم */
    box-shadow: 0 0 0 0 rgba(255, 167, 0, 0.6);
    animation: pulseOrange 2.5s infinite;
}

.hero-cta-btn svg {
    transition: transform 0.3s ease;
}

/* تغییرات هنگام هاور کردن موس */
.hero-cta-btn:hover {
    background-color: #ffb52e;
    transform: translateY(-5px) scale(1.02);
}

.hero-cta-btn:hover svg {
    transform: rotate(15deg) scale(1.1);
}

/* انیمیشن پالس برای جلب توجه */
@keyframes pulseOrange {
    0% { box-shadow: 0 0 0 0 rgba(255, 167, 0, 0.6); }
    70% { box-shadow: 0 0 0 20px rgba(255, 167, 0, 0); }
    100% { box-shadow: 0 0 0 0 rgba(255, 167, 0, 0); }
}

/* واکنش‌گرایی برای موبایل */
@media (max-width: 768px) {
    .premium-lawyer-hero { border-radius: 16px; margin: 10px; }
    .hero-content-wrapper { padding: 60px 20px; }
    .hero-cta-btn { 
        font-size: 18px; 
        padding: 15px 30px; 
        width: 100%; 
        justify-content: center; 
        box-sizing: border-box;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a25ea79 */.law-testimonials-wrapper {
  background-color: #f6f6f6;
  padding: 60px 20px;
  direction: rtl;
}

.law-testimonials-header {
  text-align: center;
  margin-bottom: 40px;
}

.law-testimonials-header h2 {
  font-size: clamp(24px, 4vw, 32px);
  margin: 0;
  font-weight: bold;
}

.text-gold {
  color: #FFA700;
}

.text-blue {
  color: #0a407d;
}

.law-testimonials-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
}

.law-testimonial-card {
  background-color: #ffffff;
  border-radius: 16px;
  padding: 25px;
  flex: 1 1 300px;
  max-width: 380px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
  transition: transform 0.3s ease;
}

.law-testimonial-card:hover {
  transform: translateY(-5px);
}

.law-card-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.law-client-name {
  font-weight: bold;
  color: #222;
  font-size: 1.1em;
}

.law-stars {
  color: #FFA700;
  font-size: 1.2em;
  letter-spacing: 2px;
}

.law-card-desc {
  color: #666;
  line-height: 1.8;
  font-size: 0.95em;
  text-align: right;
  margin: 0;
}

/* حالت موبایل: تبدیل به اسلایدر افقی بدون دکمه */
@media (max-width: 768px) {
  .law-testimonials-grid {
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 15px;
    
    /* مخفی کردن نوار اسکرول برای ظاهر بهتر */
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  
  .law-testimonials-grid::-webkit-scrollbar {
    display: none;
  }

  .law-testimonial-card {
    flex: 0 0 85%;
    max-width: none;
    scroll-snap-align: center;
  }
}/* End custom CSS */