.elementor-2451 .elementor-element.elementor-element-3009d863{--display:flex;}.elementor-2451 .elementor-element.elementor-element-4ae878a{--display:flex;}.elementor-2451 .elementor-element.elementor-element-51c3334{--display:flex;}.elementor-2451 .elementor-element.elementor-element-e42659f{--display:flex;}/* Start custom CSS for html, class: .elementor-element-83cc4e8 *//* ===== Nlum CTA (Fixed Hover Contrast) ===== */
:root {
  --nlum-green: #054243;
  --nlum-green-mid: #075e57;
  --nlum-green-light: #0b7a6d;
  --nlum-white: #ffffff;
  --nlum-gradient: linear-gradient(135deg, #054243, #0b7a6d);
  --nlum-gradient-hover: linear-gradient(135deg, #075e57, #0b7a6d);
}

.nlum-cta {
  direction: rtl;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem;
  padding: clamp(18px, 3vw, 26px);
  border: 2px solid var(--nlum-green);
  border-radius: 18px;
  background: transparent;
  color: var(--nlum-green);
  box-shadow: 0 8px 24px rgba(5, 66, 67, 0.08);
  position: relative;
  overflow: hidden;
  isolation: isolate;
  transition: border-color .3s ease, box-shadow .3s ease;
}

.nlum-cta:hover {
  border-color: var(--nlum-green-mid);
  box-shadow: 0 12px 32px rgba(5, 66, 67, 0.15);
}

.nlum-cta__content {
  flex: 1;
  z-index: 2;
}

.nlum-cta__title {
  margin: 0 0 6px;
  font-size: clamp(1.2rem, 2.6vw, 1.4rem);
  font-weight: 700;
  line-height: 1.4;
  color: var(--nlum-green);
}

.nlum-cta__subtitle {
  margin: 0;
  font-size: clamp(0.9rem, 2vw, 1rem);
  opacity: 0.85;
}

/* Button */
.nlum-cta__btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 13px 22px;
  border-radius: 999px;
  background: var(--nlum-gradient);
  color: var(--nlum-white);
  text-decoration: none;
  font-weight: 700;
  line-height: 1;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease, color .25s ease;
  z-index: 2;
  box-shadow: 0 6px 16px rgba(5, 66, 67, 0.25);
}

.nlum-cta__btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(5, 66, 67, 0.3);
  background: linear-gradient(135deg, #066b61, #089081);
  color: #ffffff; /* ← متن همیشه سفید بمونه */
}

.nlum-cta__icon {
  fill: currentColor;
  transition: transform .25s ease;
}
.nlum-cta__btn:hover .nlum-cta__icon {
  transform: translateX(-3px);
}

/* Icon */
.nlum-cta__icon {
  fill: currentColor;
  transition: transform .25s ease;
}
.nlum-cta__btn:hover .nlum-cta__icon {
  transform: translateX(-3px);
}

/* Mobile */
@media (max-width: 768px) {
  .nlum-cta {
    flex-direction: column;
    text-align: center;
    gap: 1.4rem;
  }
  .nlum-cta__btn {
    justify-content: center;
    width: 100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b867231 *//* ===== Nlum Single Internal Link Box ===== */
:root{
  --nlum-green:#054243;
  --nlum-green-light:#0b7a6d;
  --nlum-green-hover:#075e57;
  --nlum-bg:#f5f8f7;
  --nlum-white:#ffffff;
}

.nlum-singlelink{
  direction: rtl;
  background: var(--nlum-bg);
  border: 1px solid rgba(5,66,67,.15);
  border-radius: 18px;
  padding: clamp(18px, 2.6vw, 24px);
  box-shadow: 0 8px 24px rgba(5,66,67,.08);
  position: relative;
  overflow: hidden;
  isolation: isolate;
  margin: 30px 0;
}

.nlum-singlelink::before{
  content:"";
  position:absolute;
  inset: -50% -20% auto -20%;
  height: 140%;
  background: radial-gradient(900px 200px at 50% 0%, rgba(5,66,67,.08), transparent 60%);
  z-index:0;
  pointer-events:none;
}

.nlum-singlelink__content{
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem;
  flex-wrap: wrap;
}

.nlum-singlelink__title{
  margin: 0;
  font-size: clamp(1.05rem, 2.4vw, 1.2rem);
  font-weight: 700;
  color: var(--nlum-green);
  flex: 1 1 60%;
  line-height: 1.5;
}

.nlum-singlelink__btn{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 20px;
  border-radius: 999px;
  border: 2px solid var(--nlum-green);
  color: var(--nlum-green);
  text-decoration: none;
  font-weight: 700;
  background: var(--nlum-white);
  transition: all .25s ease;
  white-space: nowrap;
  box-shadow: 0 4px 10px rgba(5,66,67,.08);
}

.nlum-singlelink__btn:hover{
  background: linear-gradient(135deg, var(--nlum-green), var(--nlum-green-light));
  color: var(--nlum-white);
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(5,66,67,.25);
}

.nlum-singlelink__icon{
  fill: currentColor;
  transition: transform .2s ease;
}

.nlum-singlelink__btn:hover .nlum-singlelink__icon{
  transform: translateX(-3px);
}

/* موبایل */
@media (max-width:768px){
  .nlum-singlelink__content{
    flex-direction: column;
    text-align: center;
  }
  .nlum-singlelink__btn{
    justify-content: center;
    width: 100%;
  }
}/* End custom CSS */