.elementor-289 .elementor-element.elementor-element-92ed57e{--display:flex;--min-height:0px;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;}.elementor-289 .elementor-element.elementor-element-9c8df04{--display:flex;--min-height:426px;}.elementor-289 .elementor-element.elementor-element-7eb130c{--display:flex;--justify-content:center;}.elementor-289 .elementor-element.elementor-element-e5d6d46{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-289 .elementor-element.elementor-element-16a564c{text-align:start;font-family:"Vazirmatn", Sans-serif;font-size:16px;font-weight:600;color:#FFFFFF;}.elementor-289 .elementor-element.elementor-element-16a564c p{margin-block-end:0px;}.elementor-289 .elementor-element.elementor-element-230485d{--display:flex;}.elementor-289 .elementor-element.elementor-element-da5395a{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;text-align:start;font-family:"Vazirmatn", Sans-serif;font-size:16px;font-weight:600;color:#FFFFFF;}.elementor-289 .elementor-element.elementor-element-da5395a p{margin-block-end:0px;}.elementor-289 .elementor-element.elementor-element-8017741{margin:0px 20px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;font-family:"Vazirmatn", Sans-serif;font-size:16px;font-weight:500;line-height:33px;word-spacing:0px;color:#FFFFFF;}.elementor-289 .elementor-element.elementor-element-4ddd7cc{--display:flex;}.elementor-289 .elementor-element.elementor-element-6637a37{margin:20px 18px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;text-align:start;font-family:"Vazirmatn", Sans-serif;font-size:14px;font-weight:400;line-height:23px;color:#FFFFFF;}.elementor-289 .elementor-element.elementor-element-6637a37 p{margin-block-end:0px;}.elementor-289 .elementor-element.elementor-element-000ff13{--display:flex;}.elementor-289 .elementor-element.elementor-element-d22d124{margin:20px 18px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;text-align:start;font-family:"Vazirmatn", Sans-serif;font-size:18px;font-weight:400;line-height:34px;color:#FFFFFF;}.elementor-289 .elementor-element.elementor-element-d22d124 p{margin-block-end:10px;}@media(min-width:768px){.elementor-289 .elementor-element.elementor-element-92ed57e{--content-width:843px;}.elementor-289 .elementor-element.elementor-element-9c8df04{--content-width:860px;}.elementor-289 .elementor-element.elementor-element-7eb130c{--content-width:735px;}}/* Start custom CSS for html, class: .elementor-element-81cb2bd *//* ===== دکمه‌ها ===== */
.services-intro-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 18px 35px;
  background: linear-gradient(135deg, #00b4ff, #0088cc);
  color: #ffffff;
  text-decoration: none;
  border-radius: 14px;
  font-size: 15px;
  font-weight: 700;
  font-family: 'Vazirmatn', sans-serif;
  border: none;
  cursor: pointer;
  box-shadow: 0 6px 30px rgba(0, 180, 255, 0.4);
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}

.btn-primary::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
  transition: left 0.5s;
}

.btn-primary:hover::before {
  left: 100%;
}

.btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 40px rgba(0, 180, 255, 0.6);
}

.btn-primary svg {
  width: 20px;
  height: 20px;
  stroke: currentColor;
}

.btn-secondary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 18px 35px;
  background: rgba(0, 180, 255, 0.1);
  color: #ffffff;
  text-decoration: none;
  border-radius: 14px;
  font-size: 15px;
  font-weight: 600;
  font-family: 'Vazirmatn', sans-serif;
  border: 1.5px solid rgba(0, 180, 255, 0.4);
  transition: all 0.3s ease;
  cursor: pointer;
  backdrop-filter: blur(10px);
  position: relative;
  overflow: hidden;
}

.btn-secondary::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 180, 255, 0.05);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.btn-secondary:hover::before {
  opacity: 1;
}

.btn-secondary:hover {
  background: rgba(0, 180, 255, 0.2);
  border-color: #00d4ff;
  transform: translateY(-2px);
  box-shadow: 0 5px 20px rgba(0, 180, 255, 0.3);
}

.btn-secondary svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
}

/* ===== Responsive ===== */
@media (max-width: 768px) {
  .paradox-services-intro {
    padding: 50px 20px;
  }
  
  .services-intro-content {
    padding: 40px 25px;
  }
  
  .services-intro-title {
    font-size: 26px;
  }
  
  .services-intro-text p,
  .services-list li {
    font-size: 14px;
  }
  
  .services-intro-buttons {
    flex-direction: column;
    width: 100%;
  }
  
  .btn-primary,
  .btn-secondary {
    width: 100%;
    justify-content: center;
    padding: 16px 28px;
  }
}

@media (max-width: 480px) {
  .services-intro-title {
    font-size: 22px;
  }
  
  .services-list li {
    flex-direction: column;
    gap: 5px;
  }
  
  .list-icon {
    display: none;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8ac1fe0 */@import url('https://fonts.googleapis.com/css2?family=Vazirmatn:wght@300;400;500;600;700;800;900&display=swap');

.paradox-360-media {
  background: linear-gradient(180deg, #020a15 0%, #051020 50%, #020a15 100%);
  padding: 100px 40px;
  font-family: 'Vazirmatn', sans-serif;
  direction: rtl;
}

.media-container {
  max-width: 1200px;
  margin: 0 auto;
}

/* Header */
.media-header {
  text-align: center;
  margin-bottom: 60px;
}

.media-label {
  display: inline-block;
  padding: 8px 20px;
  background: rgba(0, 180, 255, 0.1);
  border: 1px solid rgba(0, 180, 255, 0.3);
  border-radius: 20px;
  color: #00d4ff;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 20px;
  letter-spacing: 1px;
}

.media-title {
  font-size: 36px;
  font-weight: 900;
  color: #ffffff;
  margin: 0 0 15px 0;
  text-shadow: 0 0 30px rgba(0, 180, 255, 0.3);
  line-height: 1.4;
}

.media-subtitle {
  font-size: 17px;
  color: #8899aa;
  margin: 0;
  line-height: 1.6;
}

/* Table */
.table-wrapper {
  background: linear-gradient(145deg, rgba(8, 22, 45, 0.8), rgba(5, 15, 35, 0.9));
  border: 1px solid rgba(0, 180, 255, 0.15);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
  margin-bottom: 50px;
}

.table-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(0, 212, 255, 0.4), transparent);
}

.media-table {
  width: 100%;
  border-collapse: collapse;
  background: transparent;
}

.media-table thead {
  background: rgba(0, 180, 255, 0.1);
}

.media-table th {
  padding: 22px 25px;
  text-align: right;
  font-size: 15px;
  font-weight: 800;
  color: #00d4ff;
  border-bottom: 2px solid rgba(0, 180, 255, 0.3);
  letter-spacing: 0.5px;
}

.media-table tbody tr {
  border-bottom: 1px solid rgba(0, 180, 255, 0.08);
  transition: all 0.3s ease;
}

.media-table tbody tr:last-child {
  border-bottom: none;
}

.media-table tbody tr:hover {
  background: rgba(0, 180, 255, 0.05);
}

.media-table td {
  padding: 25px;
  vertical-align: middle;
}

/* Media Cell */
.media-cell {
  display: flex;
  align-items: center;
  gap: 15px;
}

.media-icon {
  width: 55px;
  height: 55px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.media-icon svg {
  width: 30px;
  height: 30px;
  stroke: #ffffff;
}

.media-icon.metro {
  background: linear-gradient(135deg, #ff4444, #cc0000);
  box-shadow: 0 4px 15px rgba(255, 68, 68, 0.4);
}

.media-icon.bus {
  background: linear-gradient(135deg, #00b4ff, #0088cc);
  box-shadow: 0 4px 15px rgba(0, 180, 255, 0.4);
}

.media-icon.billboard {
  background: linear-gradient(135deg, #ffb400, #cc8800);
  box-shadow: 0 4px 15px rgba(255, 180, 0, 0.4);
}

.media-info {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.media-name {
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
}

.media-tag {
  display: inline-block;
  padding: 3px 10px;
  background: rgba(0, 180, 255, 0.15);
  border: 1px solid rgba(0, 180, 255, 0.3);
  border-radius: 6px;
  font-size: 11px;
  color: #00d4ff;
  font-weight: 600;
  width: fit-content;
}

/* Role Text */
.role-text strong {
  display: block;
  font-size: 15px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 6px;
}

.role-text p {
  font-size: 13px;
  color: #8899aa;
  margin: 0;
  line-height: 1.6;
}

/* Touchpoint */
.touchpoint {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  background: rgba(0, 180, 255, 0.08);
  border: 1px solid rgba(0, 180, 255, 0.2);
  border-radius: 10px;
  color: #c0d0e0;
  font-size: 13px;
  font-weight: 500;
}

.touchpoint svg {
  stroke: #00d4ff;
  flex-shrink: 0;
}

/* Links Section */
.media-links {
  text-align: center;
}

.links-title {
  font-size: 22px;
  font-weight: 800;
  color: #ffffff;
  margin: 0 0 30px 0;
}

.links-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.media-link-card {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 20px 25px;
  background: linear-gradient(145deg, rgba(8, 22, 45, 0.7), rgba(5, 15, 35, 0.8));
  border: 1.5px solid rgba(0, 180, 255, 0.2);
  border-radius: 14px;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.media-link-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, transparent, rgba(0, 180, 255, 0.05));
  opacity: 0;
  transition: opacity 0.3s ease;
}

.media-link-card:hover::before {
  opacity: 1;
}

.media-link-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(0, 180, 255, 0.2);
}

.media-link-card.metro-card:hover {
  border-color: #ff4444;
  box-shadow: 0 10px 30px rgba(255, 68, 68, 0.2);
}

.media-link-card.bus-card:hover {
  border-color: #00b4ff;
  box-shadow: 0 10px 30px rgba(0, 180, 255, 0.2);
}

.media-link-card.billboard-card:hover {
  border-color: #ffb400;
  box-shadow: 0 10px 30px rgba(255, 180, 0, 0.2);
}

.link-icon {
  width: 45px;
  height: 45px;
  min-width: 45px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.link-icon svg {
  width: 24px;
  height: 24px;
  stroke: #ffffff;
}

.metro-card .link-icon {
  background: linear-gradient(135deg, #ff4444, #cc0000);
  box-shadow: 0 4px 15px rgba(255, 68, 68, 0.3);
}

.bus-card .link-icon {
  background: linear-gradient(135deg, #00b4ff, #0088cc);
  box-shadow: 0 4px 15px rgba(0, 180, 255, 0.3);
}

.billboard-card .link-icon {
  background: linear-gradient(135deg, #ffb400, #cc8800);
  box-shadow: 0 4px 15px rgba(255, 180, 0, 0.3);
}

.link-content {
  display: flex;
  flex-direction: column;
  gap: 4px;
  text-align: right;
}

.link-title {
  font-size: 15px;
  font-weight: 700;
  color: #ffffff;
}

.link-desc {
  font-size: 12px;
  color: #00d4ff;
  font-weight: 600;
}

/* ===== Responsive ===== */
@media (max-width: 992px) {
  .links-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .paradox-360-media {
    padding: 60px 20px;
  }
  
  .media-title {
    font-size: 26px;
  }
  
  .media-table th,
  .media-table td {
    padding: 18px 15px;
    font-size: 13px;
  }
  
  .media-icon {
    width: 45px;
    height: 45px;
  }
  
  .media-icon svg {
    width: 24px;
    height: 24px;
  }
  
  .media-name {
    font-size: 14px;
  }
}

@media (max-width: 600px) {
  .media-table thead {
    display: none;
  }
  
  .media-table tbody tr {
    display: block;
    margin-bottom: 25px;
    background: rgba(0, 180, 255, 0.03);
    border-radius: 16px;
    padding: 20px;
    border: 1px solid rgba(0, 180, 255, 0.1);
  }
  
  .media-table tbody tr:last-child {
    margin-bottom: 0;
  }
  
  .media-table td {
    display: block;
    padding: 12px 0;
    text-align: right;
  }
  
  .media-cell {
    flex-direction: column;
    text-align: center;
  }
  
  .media-info {
    align-items: center;
  }
  
  .touchpoint {
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .media-title {
    font-size: 22px;
  }
  
  .links-title {
    font-size: 18px;
  }
  
  .media-link-card {
    padding: 15px 20px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5c504cc */@import url('https://fonts.googleapis.com/css2?family=Vazirmatn:wght@300;400;500;600;700;800;900&display=swap');

.paradox-media-mix {
  background: linear-gradient(180deg, #020a15 0%, #051020 50%, #020a15 100%);
  padding: 100px 40px;
  font-family: 'Vazirmatn', sans-serif;
  direction: rtl;
}

.media-mix-container {
  max-width: 1300px;
  margin: 0 auto;
}

/* Header */
.media-mix-header {
  text-align: center;
  margin-bottom: 60px;
}

.media-mix-label {
  display: inline-block;
  padding: 8px 20px;
  background: rgba(0, 180, 255, 0.1);
  border: 1px solid rgba(0, 180, 255, 0.3);
  border-radius: 20px;
  color: #00d4ff;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 20px;
  letter-spacing: 1px;
}

.media-mix-title {
  font-size: 36px;
  font-weight: 900;
  color: #ffffff;
  margin: 0 0 15px 0;
  text-shadow: 0 0 30px rgba(0, 180, 255, 0.3);
  line-height: 1.4;
}

.media-mix-subtitle {
  font-size: 17px;
  color: #8899aa;
  margin: 0;
  line-height: 1.6;
}

/* Campaign Cards */
.campaign-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  margin-bottom: 70px;
}

.campaign-card {
  background: linear-gradient(145deg, rgba(8, 22, 45, 0.8), rgba(5, 15, 35, 0.9));
  border: 1.5px solid rgba(0, 180, 255, 0.15);
  border-radius: 20px;
  padding: 35px 30px;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
}

.campaign-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, currentColor, transparent);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.campaign-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4);
}

.campaign-card:hover::before {
  opacity: 1;
}

/* Card Colors */
.campaign-card.launch {
  border-color: rgba(255, 180, 0, 0.3);
  color: #ffb400;
}

.campaign-card.launch:hover {
  border-color: rgba(255, 180, 0, 0.6);
  box-shadow: 0 15px 40px rgba(255, 180, 0, 0.15);
}

.campaign-card.launch::before {
  background: linear-gradient(90deg, transparent, #ffb400, transparent);
}

.campaign-card.branding {
  border-color: rgba(0, 180, 255, 0.3);
  color: #00b4ff;
}

.campaign-card.branding:hover {
  border-color: rgba(0, 180, 255, 0.6);
  box-shadow: 0 15px 40px rgba(0, 180, 255, 0.15);
}

.campaign-card.branding::before {
  background: linear-gradient(90deg, transparent, #00b4ff, transparent);
}

.campaign-card.comprehensive {
  border-color: rgba(150, 100, 255, 0.3);
  color: #9664ff;
}

.campaign-card.comprehensive:hover {
  border-color: rgba(150, 100, 255, 0.6);
  box-shadow: 0 15px 40px rgba(150, 100, 255, 0.15);
}

.campaign-card.comprehensive::before {
  background: linear-gradient(90deg, transparent, #9664ff, transparent);
}

/* Card Icon */
.card-icon {
  width: 60px;
  height: 60px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.card-icon svg {
  width: 32px;
  height: 32px;
  stroke: #ffffff;
}

.launch .card-icon {
  background: linear-gradient(135deg, #ffb400, #cc8800);
  box-shadow: 0 6px 20px rgba(255, 180, 0, 0.4);
}

.branding .card-icon {
  background: linear-gradient(135deg, #00b4ff, #0088cc);
  box-shadow: 0 6px 20px rgba(0, 180, 255, 0.4);
}

.comprehensive .card-icon {
  background: linear-gradient(135deg, #9664ff, #7040cc);
  box-shadow: 0 6px 20px rgba(150, 100, 255, 0.4);
}

/* Card Badge */
.card-badge {
  display: inline-block;
  padding: 5px 12px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  font-size: 11px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 15px;
  letter-spacing: 0.5px;
}

/* Card Content */
.card-title {
  font-size: 22px;
  font-weight: 900;
  color: #ffffff;
  margin: 0 0 8px 0;
}

.card-desc {
  font-size: 14px;
  color: #8899aa;
  margin: 0 0 20px 0;
  line-height: 1.5;
}

/* Combination */
.card-combination {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 15px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 12px;
  margin-bottom: 15px;
  flex-wrap: wrap;
}

.combo-item {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  font-size: 13px;
  color: #ffffff;
  font-weight: 600;
}

.combo-icon {
  font-size: 16px;
}

.combo-plus {
  color: #00d4ff;
  font-weight: 900;
  font-size: 18px;
}

/* Card Benefit */
.card-benefit {
  font-size: 13px;
  color: #b0c0d0;
  line-height: 1.7;
  margin: 0;
}

.card-benefit strong {
  color: #ffffff;
  font-weight: 700;
}

/* Table Section */
.mix-table-section {
  margin-bottom: 60px;
}

.table-section-title {
  font-size: 24px;
  font-weight: 800;
  color: #ffffff;
  margin: 0 0 30px 0;
  text-align: center;
}

.table-wrapper {
  background: linear-gradient(145deg, rgba(8, 22, 45, 0.8), rgba(5, 15, 35, 0.9));
  border: 1px solid rgba(0, 180, 255, 0.15);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}

.mix-table {
  width: 100%;
  border-collapse: collapse;
  background: transparent;
}

.mix-table thead {
  background: rgba(0, 180, 255, 0.1);
}

.mix-table th {
  padding: 22px 25px;
  text-align: right;
  font-size: 15px;
  font-weight: 800;
  color: #00d4ff;
  border-bottom: 2px solid rgba(0, 180, 255, 0.3);
  letter-spacing: 0.5px;
}

.mix-table tbody tr {
  border-bottom: 1px solid rgba(0, 180, 255, 0.08);
  transition: all 0.3s ease;
}

.mix-table tbody tr:last-child {
  border-bottom: none;
}

.mix-table tbody tr:hover {
  background: rgba(0, 180, 255, 0.05);
}

.mix-table td {
  padding: 25px;
  vertical-align: middle;
}

/* Goal Cell */
.goal-cell {
  display: flex;
  align-items: center;
  gap: 15px;
}

.goal-icon {
  width: 45px;
  height: 45px;
  min-width: 45px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.goal-icon svg {
  width: 24px;
  height: 24px;
  stroke: #ffffff;
}

.launch-icon {
  background: linear-gradient(135deg, #ffb400, #cc8800);
  box-shadow: 0 4px 15px rgba(255, 180, 0, 0.3);
}

.branding-icon {
  background: linear-gradient(135deg, #00b4ff, #0088cc);
  box-shadow: 0 4px 15px rgba(0, 180, 255, 0.3);
}

.comprehensive-icon {
  background: linear-gradient(135deg, #9664ff, #7040cc);
  box-shadow: 0 4px 15px rgba(150, 100, 255, 0.3);
}

.goal-name {
  font-size: 15px;
  font-weight: 700;
  color: #ffffff;
}

/* Combination Badges */
.combination-badges {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.mix-badge {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}

.mix-badge.billboard {
  background: rgba(255, 180, 0, 0.15);
  border: 1px solid rgba(255, 180, 0, 0.3);
  color: #ffb400;
}

.mix-badge.metro {
  background: rgba(255, 68, 68, 0.15);
  border: 1px solid rgba(255, 68, 68, 0.3);
  color: #ff4444;
}

.mix-badge.bus {
  background: rgba(0, 180, 255, 0.15);
  border: 1px solid rgba(0, 180, 255, 0.3);
  color: #00b4ff;
}

.mix-plus {
  color: #00d4ff;
  font-weight: 900;
  font-size: 16px;
}

/* Duration Badge */
.duration-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  background: rgba(0, 180, 255, 0.1);
  border: 1px solid rgba(0, 180, 255, 0.25);
  border-radius: 10px;
  color: #00d4ff;
  font-size: 14px;
  font-weight: 600;
}

.duration-badge svg {
  stroke: #00d4ff;
  flex-shrink: 0;
}

.duration-badge.flexible {
  background: rgba(150, 100, 255, 0.1);
  border-color: rgba(150, 100, 255, 0.3);
  color: #9664ff;
}

.duration-badge.flexible svg {
  stroke: #9664ff;
}

/* CTA Section */
.media-mix-cta {
  margin-top: 40px;
}

.cta-box {
  background: linear-gradient(145deg, rgba(0, 180, 255, 0.1), rgba(0, 100, 200, 0.08));
  border: 2px solid rgba(0, 180, 255, 0.3);
  border-radius: 24px;
  padding: 50px 40px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.cta-box::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(0, 180, 255, 0.1), transparent 70%);
  animation: ctaPulse 4s ease-in-out infinite;
}

@keyframes ctaPulse {
  0%, 100% { transform: scale(1); opacity: 0.5; }
  50% { transform: scale(1.1); opacity: 0.8; }
}

.cta-box h3 {
  font-size: 28px;
  font-weight: 900;
  color: #ffffff;
  margin: 0 0 12px 0;
  position: relative;
  z-index: 1;
}

.cta-box p {
  font-size: 16px;
  color: #8899aa;
  margin: 0 0 30px 0;
  position: relative;
  z-index: 1;
}

.cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}

.btn-cta-primary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 18px 35px;
  background: linear-gradient(135deg, #00b4ff, #0088cc);
  color: #ffffff;
  text-decoration: none;
  border-radius: 14px;
  font-size: 16px;
  font-weight: 700;
  transition: all 0.3s ease;
  box-shadow: 0 6px 30px rgba(0, 180, 255, 0.4);
}

.btn-cta-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 40px rgba(0, 180, 255, 0.6);
}

.btn-cta-secondary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 18px 35px;
  background: rgba(0, 180, 255, 0.1);
  color: #00d4ff;
  text-decoration: none;
  border-radius: 14px;
  font-size: 16px;
  font-weight: 600;
  border: 1.5px solid rgba(0, 180, 255, 0.4);
  transition: all 0.3s ease;
}

.btn-cta-secondary:hover {
  background: rgba(0, 180, 255, 0.2);
  border-color: #00d4ff;
  transform: translateY(-2px);
}

/* ===== Responsive ===== */
@media (max-width: 992px) {
  .campaign-cards {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .paradox-media-mix {
    padding: 60px 20px;
  }
  
  .media-mix-title {
    font-size: 26px;
  }
  
  .media-mix-subtitle {
    font-size: 15px;
  }
  
  .campaign-card {
    padding: 30px 25px;
  }
  
  .card-title {
    font-size: 20px;
  }
  
  .mix-table th,
  .mix-table td {
    padding: 18px 15px;
    font-size: 13px;
  }
  
  .goal-icon {
    width: 40px;
    height: 40px;
    min-width: 40px;
  }
  
  .cta-box {
    padding: 35px 20px;
  }
  
  .cta-box h3 {
    font-size: 22px;
  }
  
  .cta-buttons {
    flex-direction: column;
  }
  
  .btn-cta-primary,
  .btn-cta-secondary {
    width: 100%;
  }
}

@media (max-width: 600px) {
  .mix-table thead {
    display: none;
  }
  
  .mix-table tbody tr {
    display: block;
    margin-bottom: 25px;
    background: rgba(0, 180, 255, 0.03);
    border-radius: 16px;
    padding: 20px;
    border: 1px solid rgba(0, 180, 255, 0.1);
  }
  
  .mix-table tbody tr:last-child {
    margin-bottom: 0;
  }
  
  .mix-table td {
    display: block;
    padding: 12px 0;
    text-align: right;
  }
  
  .combination-badges {
    justify-content: flex-start;
  }
}

@media (max-width: 480px) {
  .media-mix-title {
    font-size: 22px;
  }
  
  .card-combination {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .combo-plus {
    display: none;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5cc6b8f */@import url('https://fonts.googleapis.com/css2?family=Vazirmatn:wght@300;400;500;600;700;800;900&display=swap');

.paradox-360-faq {
  background: linear-gradient(180deg, #020a15 0%, #051020 50%, #020a15 100%);
  padding: 100px 40px;
  font-family: 'Vazirmatn', sans-serif;
  direction: rtl;
}

.faq-container {
  max-width: 1000px;
  margin: 0 auto;
}

/* Header */
.faq-header {
  text-align: center;
  margin-bottom: 60px;
}

.faq-label {
  display: inline-block;
  padding: 8px 20px;
  background: rgba(0, 180, 255, 0.1);
  border: 1px solid rgba(0, 180, 255, 0.3);
  border-radius: 20px;
  color: #00d4ff;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 20px;
  letter-spacing: 1px;
}

.faq-title {
  font-size: 36px;
  font-weight: 900;
  color: #ffffff;
  margin: 0 0 15px 0;
  text-shadow: 0 0 30px rgba(0, 180, 255, 0.3);
  line-height: 1.4;
}

.faq-subtitle {
  font-size: 17px;
  color: #8899aa;
  margin: 0;
  line-height: 1.6;
}

/* FAQ List */
.faq-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-bottom: 60px;
}

.faq-item {
  background: linear-gradient(145deg, rgba(8, 22, 45, 0.7), rgba(5, 15, 35, 0.8));
  border: 1px solid rgba(0, 180, 255, 0.12);
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.4s ease;
}

.faq-item:hover {
  border-color: rgba(0, 180, 255, 0.25);
  box-shadow: 0 5px 25px rgba(0, 180, 255, 0.08);
}

.faq-item.active {
  border-color: rgba(0, 180, 255, 0.4);
  box-shadow: 0 10px 35px rgba(0, 180, 255, 0.15);
  background: linear-gradient(145deg, rgba(10, 28, 55, 0.8), rgba(5, 15, 35, 0.9));
}

/* Question Button */
.faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 22px 25px;
  background: transparent;
  border: none;
  cursor: pointer;
  text-align: right;
  font-family: 'Vazirmatn', sans-serif;
  transition: all 0.3s ease;
}

.faq-question:hover {
  background: rgba(0, 180, 255, 0.04);
}

.faq-number-badge {
  width: 42px;
  height: 42px;
  min-width: 42px;
  background: linear-gradient(135deg, #00b4ff, #0088cc);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 900;
  font-size: 18px;
  box-shadow: 0 4px 15px rgba(0, 180, 255, 0.3);
  transition: all 0.3s ease;
}

.faq-item.active .faq-number-badge {
  background: linear-gradient(135deg, #00d4ff, #00a0e0);
  box-shadow: 0 4px 20px rgba(0, 212, 255, 0.5);
}

.faq-text {
  flex: 1;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.5;
}

.faq-arrow {
  width: 32px;
  height: 32px;
  min-width: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 180, 255, 0.1);
  border-radius: 50%;
  color: #00d4ff;
  transition: all 0.3s ease;
}

.faq-arrow svg {
  transition: transform 0.4s ease;
}

.faq-item.active .faq-arrow {
  background: rgba(0, 180, 255, 0.2);
}

/* Answer */
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
}

.faq-answer-content {
  padding: 0 25px 25px 25px;
  color: #b0c0d0;
  font-size: 15px;
  line-height: 1.8;
}

.faq-answer-content p {
  margin: 0 0 15px 0;
}

.faq-answer-content p:last-child {
  margin-bottom: 0;
}

.faq-answer-content strong {
  color: #ffffff;
  font-weight: 700;
}

.faq-answer-content ul {
  margin: 15px 0;
  padding-right: 25px;
  list-style: none;
}

.faq-answer-content ul li {
  position: relative;
  margin-bottom: 10px;
  padding-right: 20px;
}

.faq-answer-content ul li::before {
  content: '';
  position: absolute;
  right: 0;
  top: 10px;
  width: 6px;
  height: 6px;
  background: #00d4ff;
  border-radius: 50%;
  box-shadow: 0 0 8px rgba(0, 212, 255, 0.5);
}

/* Highlight Box */
.faq-highlight-box {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 18px 22px;
  background: rgba(0, 180, 255, 0.08);
  border: 1px solid rgba(0, 180, 255, 0.2);
  border-radius: 12px;
  margin: 15px 0;
}

.faq-highlight-box svg {
  flex-shrink: 0;
}

.faq-highlight-box span {
  color: #00d4ff;
  font-weight: 600;
  font-size: 14px;
}

/* Suitability Grid (سوال ۴) */
.faq-suitability-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  margin-top: 15px;
}

.suitability-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 20px 15px;
  background: rgba(0, 180, 255, 0.05);
  border: 1px solid rgba(0, 180, 255, 0.15);
  border-radius: 12px;
  transition: all 0.3s ease;
}

.suitability-item:hover {
  background: rgba(0, 180, 255, 0.08);
  border-color: rgba(0, 180, 255, 0.3);
  transform: translateY(-3px);
}

.suitability-icon {
  font-size: 32px;
  margin-bottom: 12px;
}

.suitability-text strong {
  display: block;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 5px;
}

.suitability-text span {
  color: #8899aa;
  font-size: 12px;
  line-height: 1.5;
}

/* Comparison Box (سوال ۶) */
.faq-comparison {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 10px;
}

.compare-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  padding: 18px;
  border-radius: 12px;
  transition: all 0.3s ease;
}

.compare-item.separate {
  background: rgba(255, 100, 100, 0.05);
  border: 1px solid rgba(255, 100, 100, 0.2);
}

.compare-item.integrated {
  background: rgba(0, 180, 255, 0.08);
  border: 1px solid rgba(0, 180, 255, 0.25);
}

.compare-icon {
  width: 45px;
  height: 45px;
  min-width: 45px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.compare-icon svg {
  width: 24px;
  height: 24px;
  stroke: #ffffff;
}

.separate-icon {
  background: linear-gradient(135deg, #ff6464, #cc3333);
  box-shadow: 0 4px 15px rgba(255, 100, 100, 0.3);
}

.integrated-icon {
  background: linear-gradient(135deg, #00b4ff, #0088cc);
  box-shadow: 0 4px 15px rgba(0, 180, 255, 0.3);
}

.compare-text {
  color: #c0d0e0;
  font-size: 14px;
  line-height: 1.7;
}

.compare-text strong {
  color: #ffffff;
  font-weight: 700;
}

/* Duration Grid (سوال ۷) */
.faq-duration-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  margin-top: 15px;
}

.duration-card {
  padding: 25px 20px;
  border-radius: 12px;
  text-align: center;
  transition: all 0.3s ease;
}

.duration-card:hover {
  transform: translateY(-3px);
}

.duration-card.short {
  background: linear-gradient(145deg, rgba(255, 180, 0, 0.1), rgba(255, 140, 0, 0.05));
  border: 1.5px solid rgba(255, 180, 0, 0.3);
}

.duration-card.long {
  background: linear-gradient(145deg, rgba(0, 180, 255, 0.1), rgba(0, 100, 200, 0.05));
  border: 1.5px solid rgba(0, 180, 255, 0.3);
}

.duration-value {
  font-size: 22px;
  font-weight: 900;
  margin-bottom: 8px;
}

.duration-card.short .duration-value {
  color: #ffb400;
  text-shadow: 0 0 20px rgba(255, 180, 0, 0.4);
}

.duration-card.long .duration-value {
  color: #00d4ff;
  text-shadow: 0 0 20px rgba(0, 212, 255, 0.4);
}

.duration-label {
  font-size: 13px;
  color: #8899aa;
  font-weight: 500;
}

/* Back Link Section */
.back-link-section {
  margin-bottom: 60px;
}

.back-link-card {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 25px 30px;
  background: linear-gradient(145deg, rgba(8, 22, 45, 0.7), rgba(5, 15, 35, 0.8));
  border: 1.5px solid rgba(0, 180, 255, 0.2);
  border-radius: 16px;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.back-link-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(0, 212, 255, 0.4), transparent);
}

.back-link-card:hover {
  border-color: rgba(0, 180, 255, 0.4);
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(0, 180, 255, 0.15);
  background: linear-gradient(145deg, rgba(10, 28, 55, 0.8), rgba(5, 15, 35, 0.9));
}

.back-link-icon {
  width: 50px;
  height: 50px;
  min-width: 50px;
  background: rgba(0, 180, 255, 0.1);
  border: 1.5px solid rgba(0, 180, 255, 0.3);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #00d4ff;
  transition: all 0.3s ease;
}

.back-link-card:hover .back-link-icon {
  background: rgba(0, 180, 255, 0.2);
  transform: translateX(5px);
}

.back-link-content {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.back-link-label {
  font-size: 12px;
  color: #8899aa;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.back-link-title {
  font-size: 16px;
  color: #00d4ff;
  font-weight: 700;
}

/* CTA Section */
.faq-cta-section {
  margin-top: 40px;
}

.faq-cta-box {
  background: linear-gradient(145deg, rgba(0, 180, 255, 0.1), rgba(0, 100, 200, 0.08));
  border: 2px solid rgba(0, 180, 255, 0.3);
  border-radius: 24px;
  padding: 60px 40px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.faq-cta-box::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(0, 180, 255, 0.1), transparent 70%);
  animation: ctaPulse 4s ease-in-out infinite;
}

@keyframes ctaPulse {
  0%, 100% { transform: scale(1); opacity: 0.5; }
  50% { transform: scale(1.1); opacity: 0.8; }
}

.cta-icon-wrapper {
  width: 90px;
  height: 90px;
  margin: 0 auto 25px;
  background: rgba(0, 180, 255, 0.1);
  border: 2px solid rgba(0, 180, 255, 0.3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.cta-icon-wrapper svg {
  filter: drop-shadow(0 0 15px rgba(0, 212, 255, 0.5));
}

.faq-cta-title {
  font-size: 30px;
  font-weight: 900;
  color: #ffffff;
  margin: 0 0 15px 0;
  position: relative;
  z-index: 1;
  line-height: 1.4;
  text-shadow: 0 0 30px rgba(0, 180, 255, 0.3);
}

.faq-cta-desc {
  font-size: 16px;
  color: #8899aa;
  margin: 0 0 35px 0;
  position: relative;
  z-index: 1;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.7;
}

.faq-cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}

.btn-cta-primary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 18px 35px;
  background: linear-gradient(135deg, #00b4ff, #0088cc);
  color: #ffffff;
  text-decoration: none;
  border-radius: 14px;
  font-size: 16px;
  font-weight: 700;
  transition: all 0.3s ease;
  box-shadow: 0 6px 30px rgba(0, 180, 255, 0.4);
  position: relative;
  overflow: hidden;
}

.btn-cta-primary::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
  transition: left 0.5s;
}

.btn-cta-primary:hover::before {
  left: 100%;
}

.btn-cta-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 40px rgba(0, 180, 255, 0.6);
}

.btn-cta-secondary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 18px 35px;
  background: rgba(0, 180, 255, 0.1);
  color: #00d4ff;
  text-decoration: none;
  border-radius: 14px;
  font-size: 16px;
  font-weight: 600;
  border: 1.5px solid rgba(0, 180, 255, 0.4);
  transition: all 0.3s ease;
}

.btn-cta-secondary:hover {
  background: rgba(0, 180, 255, 0.2);
  border-color: #00d4ff;
  transform: translateY(-2px);
}

/* ===== Responsive ===== */
@media (max-width: 768px) {
  .paradox-360-faq {
    padding: 60px 20px;
  }
  
  .faq-title {
    font-size: 26px;
  }
  
  .faq-subtitle {
    font-size: 15px;
  }
  
  .faq-question {
    padding: 18px 15px;
    gap: 12px;
  }
  
  .faq-number-badge {
    width: 38px;
    height: 38px;
    min-width: 38px;
    font-size: 16px;
  }
  
  .faq-text {
    font-size: 14px;
  }
  
  .faq-answer-content {
    padding: 0 15px 20px 15px;
    font-size: 14px;
  }
  
  .faq-suitability-grid {
    grid-template-columns: 1fr;
  }
  
  .faq-duration-grid {
    grid-template-columns: 1fr;
  }
  
  .faq-cta-box {
    padding: 40px 20px;
  }
  
  .faq-cta-title {
    font-size: 22px;
  }
  
  .faq-cta-buttons {
    flex-direction: column;
  }
  
  .btn-cta-primary,
  .btn-cta-secondary {
    width: 100%;
  }
  
  .back-link-card {
    padding: 20px;
  }
}

@media (max-width: 480px) {
  .faq-title {
    font-size: 22px;
  }
  
  .faq-arrow {
    width: 28px;
    height: 28px;
    min-width: 28px;
  }
  
  .faq-arrow svg {
    width: 16px;
    height: 16px;
  }
  
  .compare-item {
    flex-direction: column;
    gap: 10px;
  }
  
  .cta-icon-wrapper {
    width: 70px;
    height: 70px;
  }
  
  .cta-icon-wrapper svg {
    width: 35px;
    height: 35px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a263581 */@import url('https://fonts.googleapis.com/css2?family=Vazirmatn:wght@300;400;500;600;700;800;900&display=swap');

.paradox-footer {
  background: #020a15;
  border-top: 1px solid rgba(0, 180, 255, 0.15);
  padding: 70px 40px 30px;
  font-family: 'Vazirmatn', sans-serif; /* فونت اصلی فوتر */
  direction: rtl;
  text-align: right;
  color: #7788aa;
}

.footer-container {
  max-width: 1400px;
  margin: 0 auto;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.5fr;
  gap: 50px;
  margin-bottom: 50px;
}

/* لوگو */
.footer-logo {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}

.footer-logo .logo-text {
  font-family: 'Vazirmatn', sans-serif;
  font-size: 22px;
  font-weight: 900;
  color: #ffffff;
  letter-spacing: 3px;
}

.footer-logo .logo-sub {
  font-family: 'Vazirmatn', sans-serif;
  font-size: 10px;
  font-weight: 600;
  color: #00b4ff;
  letter-spacing: 5px;
  margin-top: 2px;
}

.footer-about-text {
  font-family: 'Vazirmatn', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #8899aa;
  line-height: 1.9;
  margin: 0;
}

/* عناوین ستون‌ها */
.footer-col-title {
  font-family: 'Vazirmatn', sans-serif;
  font-size: 16px;
  font-weight: 800;
  color: #ffffff;
  margin: 0 0 25px 0;
  position: relative;
  padding-bottom: 10px;
}

.footer-col-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40px;
  height: 2px;
  background: #00b4ff;
  border-radius: 2px;
}

/* لینک‌ها */
.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 14px;
}

.footer-links a {
  font-family: 'Vazirmatn', sans-serif;
  color: #8899aa;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
  display: inline-block;
}

.footer-links a:hover {
  color: #00d4ff;
  transform: translateX(-5px); /* حرکت جزئی به چپ در حالت هاور */
  text-shadow: 0 0 10px rgba(0, 180, 255, 0.3);
}

/* اطلاعات تماس */
.footer-contact {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-contact li {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
  font-family: 'Vazirmatn', sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #8899aa;
  transition: color 0.3s ease;
}

.footer-contact li:hover {
  color: #ffffff;
}

.footer-contact li svg {
  min-width: 18px;
  min-height: 18px;
  stroke: #00b4ff;
  transition: stroke 0.3s ease;
}

.footer-contact li:hover svg {
  stroke: #00d4ff;
  filter: drop-shadow(0 0 5px rgba(0, 180, 255, 0.5));
}

/* بخش پایینی */
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
  border-top: 1px solid rgba(0, 180, 255, 0.1);
}

.footer-copy,
.footer-credit {
  font-family: 'Vazirmatn', sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #556677;
  margin: 0;
}

/* ===== ریسپانسیو ===== */
@media (max-width: 992px) {
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
  
  .footer-about {
    grid-column: 1 / -1; /* ستون درباره ما تمام عرض شود */
    text-align: center;
  }
  
  .footer-logo {
    align-items: center;
  }
  
  .footer-col-title::after {
    right: 50%;
    transform: translateX(50%);
  }
  
  .footer-links a:hover {
    transform: translateX(0); /* غیرفعال کردن حرکت در موبایل */
  }
}

@media (max-width: 600px) {
  .paradox-footer {
    padding: 50px 20px 20px;
  }
  
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  
  .footer-bottom {
    flex-direction: column;
    gap: 15px;
    text-align: center;
  }
}/* End custom CSS */