.elementor-133 .elementor-element.elementor-element-19d5b69{--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-133 .elementor-element.elementor-element-edcd24e{--display:flex;--min-height:426px;}.elementor-133 .elementor-element.elementor-element-4233a67{--display:flex;--justify-content:center;}.elementor-133 .elementor-element.elementor-element-ad006e5{--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-133 .elementor-element.elementor-element-e454059{text-align:start;font-family:"Vazirmatn", Sans-serif;font-size:16px;font-weight:600;color:#FFFFFF;}.elementor-133 .elementor-element.elementor-element-e454059 p{margin-block-end:0px;}.elementor-133 .elementor-element.elementor-element-a0d1ae4{--display:flex;}.elementor-133 .elementor-element.elementor-element-ed427d6{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-133 .elementor-element.elementor-element-ed427d6 p{margin-block-end:0px;}.elementor-133 .elementor-element.elementor-element-1ae4f39{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-133 .elementor-element.elementor-element-134c64c{--display:flex;}.elementor-133 .elementor-element.elementor-element-efebe76{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:16px;color:#FFFFFF;}.elementor-133 .elementor-element.elementor-element-efebe76 p{margin-block-end:3px;}.elementor-133 .elementor-element.elementor-element-2786a47{--display:flex;}.elementor-133 .elementor-element.elementor-element-5a532bb{--display:flex;}.elementor-133 .elementor-element.elementor-element-3f56f83{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-133 .elementor-element.elementor-element-3c98ab3{--display:flex;}.elementor-133 .elementor-element.elementor-element-fcb4d77{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:16px;color:#FFFFFF;}.elementor-133 .elementor-element.elementor-element-fcb4d77 p{margin-block-end:15px;}.elementor-133 .elementor-element.elementor-element-0438b5f{--display:flex;}@media(min-width:768px){.elementor-133 .elementor-element.elementor-element-19d5b69{--content-width:843px;}.elementor-133 .elementor-element.elementor-element-edcd24e{--content-width:860px;}.elementor-133 .elementor-element.elementor-element-4233a67{--content-width:735px;}}/* Start custom CSS for html, class: .elementor-element-01f2403 *//* ===== دکمه‌ها ===== */
.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-6adcfb4 */@import url('https://fonts.googleapis.com/css2?family=Vazirmatn:wght@300;400;500;600;700;800;900&display=swap');

.paradox-bus-routes {
  background: linear-gradient(180deg, #020a15 0%, #051020 50%, #020a15 100%);
  padding: 100px 40px;
  font-family: 'Vazirmatn', sans-serif;
  direction: rtl;
}

.routes-container {
  max-width: 1400px;
  margin: 0 auto;
}

.routes-title {
  font-size: 38px;
  font-weight: 900;
  color: #ffffff;
  margin: 0 0 15px 0;
  text-align: center;
  text-shadow: 0 0 30px rgba(0, 180, 255, 0.4);
}

.routes-subtitle {
  font-size: 17px;
  color: #8899aa;
  text-align: center;
  margin: 0 0 60px 0;
  line-height: 1.6;
}

.routes-section {
  margin-bottom: 70px;
}

.section-header {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 26px;
  font-weight: 800;
  color: #00d4ff;
  margin: 0 0 30px 0;
  padding-bottom: 15px;
  border-bottom: 2px solid rgba(0, 180, 255, 0.2);
}

.section-header svg {
  stroke: #00d4ff;
}

.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);
}

.routes-table {
  width: 100%;
  border-collapse: collapse;
  background: transparent;
}

.routes-table thead {
  background: rgba(0, 180, 255, 0.1);
}

.routes-table th {
  padding: 20px 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;
}

.routes-table tbody tr {
  border-bottom: 1px solid rgba(0, 180, 255, 0.08);
  transition: all 0.3s ease;
}

.routes-table tbody tr:last-child {
  border-bottom: none;
}

.routes-table tbody tr:hover {
  background: rgba(0, 180, 255, 0.05);
}

.routes-table td {
  padding: 22px 25px;
  vertical-align: middle;
}

.route-number {
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, #00b4ff, #0088cc);
  border-radius: 10px;
  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);
}

.route-location {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #ffffff;
  font-weight: 700;
  font-size: 15px;
}

.route-location svg {
  stroke: #00d4ff;
  flex-shrink: 0;
}

.route-feature {
  color: #b0c0d0;
  font-size: 14px;
  line-height: 1.8;
  text-align: justify;
}

/* CTA Section */
.routes-cta {
  margin-top: 60px;
}

.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: pulse 4s ease-in-out infinite;
}

@keyframes pulse {
  0%, 100% { transform: scale(1); opacity: 0.5; }
  50% { transform: scale(1.1); opacity: 0.8; }
}

.cta-box h3 {
  font-size: 26px;
  font-weight: 800;
  color: #ffffff;
  margin: 0 0 15px 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;
  justify-content: center;
  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: 1024px) {
  .routes-table td {
    padding: 18px 15px;
    font-size: 13px;
  }
  
  .route-feature {
    font-size: 13px;
  }
}

@media (max-width: 768px) {
  .paradox-bus-routes {
    padding: 60px 20px;
  }
  
  .routes-title {
    font-size: 28px;
  }
  
  .section-header {
    font-size: 22px;
  }
  
  .routes-table thead {
    display: none;
  }
  
  .routes-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);
  }
  
  .routes-table tbody tr:last-child {
    margin-bottom: 0;
  }
  
  .routes-table td {
    display: block;
    padding: 12px 0;
    text-align: right;
  }
  
  .routes-table td:first-child {
    border-top: none;
  }
  
  .route-number {
    width: 35px;
    height: 35px;
    font-size: 16px;
  }
  
  .route-location {
    font-size: 14px;
  }
  
  .cta-box h3 {
    font-size: 22px;
  }
  
  .cta-buttons {
    flex-direction: column;
  }
  
  .btn-cta-primary,
  .btn-cta-secondary {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .routes-title {
    font-size: 24px;
  }
  
  .routes-subtitle {
    font-size: 14px;
  }
  
  .section-header {
    font-size: 20px;
  }
  
  .route-feature {
    font-size: 12px;
    line-height: 1.7;
  }
  
  .cta-box {
    padding: 35px 20px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-cbcd50d */@import url('https://fonts.googleapis.com/css2?family=Vazirmatn:wght@300;400;500;600;700;800;900&display=swap');

.paradox-coverage-types {
  background: linear-gradient(180deg, #020a15 0%, #051020 50%, #020a15 100%);
  padding: 20px 40px;
  font-family: 'Vazirmatn', sans-serif;
  direction: rtl;
}

.coverage-container {
  max-width: 1200px;
  margin: 0 auto;
}

.coverage-title {
  font-size: 32px;
  font-weight: 900;
  color: #ffffff;
  margin: 0 0 50px 0;
  text-align: center;
  text-shadow: 0 0 30px rgba(0, 180, 255, 0.3);
}

.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);
}

.coverage-table {
  width: 100%;
  border-collapse: collapse;
  background: transparent;
}

.coverage-table thead {
  background: rgba(0, 180, 255, 0.1);
}

.coverage-table th {
  padding: 22px 30px;
  text-align: right;
  font-size: 16px;
  font-weight: 800;
  color: #00d4ff;
  border-bottom: 2px solid rgba(0, 180, 255, 0.3);
  letter-spacing: 0.5px;
}

.coverage-table th:first-child {
  width: 30%;
}

.coverage-table th:nth-child(2) {
  width: 30%;
}

.coverage-table th:last-child {
  width: 40%;
}

.coverage-table tbody tr {
  border-bottom: 1px solid rgba(0, 180, 255, 0.08);
  transition: all 0.3s ease;
}

.coverage-table tbody tr:last-child {
  border-bottom: none;
}

.coverage-table tbody tr:hover {
  background: rgba(0, 180, 255, 0.05);
}

.coverage-table td {
  padding: 25px 30px;
  vertical-align: middle;
}

/* Coverage Type */
.coverage-type {
  display: flex;
  align-items: center;
  gap: 15px;
}

.type-icon {
  width: 50px;
  height: 50px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.type-icon svg {
  width: 28px;
  height: 28px;
  stroke: #ffffff;
}

.full-coverage {
  background: linear-gradient(135deg, #00b4ff, #0088cc);
  box-shadow: 0 4px 15px rgba(0, 180, 255, 0.4);
}

.partial-coverage {
  background: linear-gradient(135deg, #0099dd, #0077aa);
  box-shadow: 0 4px 15px rgba(0, 153, 221, 0.3);
}

.window-coverage {
  background: linear-gradient(135deg, #0077bb, #005588);
  box-shadow: 0 4px 15px rgba(0, 119, 187, 0.3);
}

.type-name {
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
}

/* Visibility Level */
.visibility-level {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.level-indicator {
  width: 100%;
  height: 8px;
  background: rgba(0, 180, 255, 0.1);
  border-radius: 4px;
  overflow: hidden;
}

.indicator-bar {
  height: 100%;
  border-radius: 4px;
  transition: width 1s ease;
}

.visibility-level.high .indicator-bar {
  background: linear-gradient(90deg, #00ff88, #00d4ff);
  box-shadow: 0 0 10px rgba(0, 212, 255, 0.5);
}

.visibility-level.medium-high .indicator-bar {
  background: linear-gradient(90deg, #00d4ff, #0099dd);
  box-shadow: 0 0 10px rgba(0, 212, 255, 0.4);
}

.visibility-level.medium .indicator-bar {
  background: linear-gradient(90deg, #0099dd, #0077aa);
  box-shadow: 0 0 10px rgba(0, 153, 221, 0.3);
}

.level-text {
  font-size: 14px;
  font-weight: 600;
  color: #c0d0e0;
}

/* Suitable For */
.suitable-for ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.suitable-for li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  color: #b0c0d0;
  margin-bottom: 8px;
  line-height: 1.6;
}

.suitable-for li:last-child {
  margin-bottom: 0;
}

.suitable-for li::before {
  content: '✓';
  color: #00d4ff;
  font-weight: 700;
  font-size: 16px;
  margin-left: 5px;
}

/* ===== Responsive ===== */
@media (max-width: 768px) {
  .paradox-coverage-types {
    padding: 60px 20px;
  }
  
  .coverage-title {
    font-size: 26px;
  }
  
  .coverage-table th,
  .coverage-table td {
    padding: 18px 15px;
    font-size: 14px;
  }
  
  .type-icon {
    width: 45px;
    height: 45px;
  }
  
  .type-icon svg {
    width: 24px;
    height: 24px;
  }
}

@media (max-width: 600px) {
  .coverage-table thead {
    display: none;
  }
  
  .coverage-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);
  }
  
  .coverage-table tbody tr:last-child {
    margin-bottom: 0;
  }
  
  .coverage-table td {
    display: block;
    padding: 12px 0;
    text-align: right;
  }
  
  .coverage-type {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }
  
  .type-icon {
    width: 60px;
    height: 60px;
  }
  
  .type-name {
    font-size: 18px;
  }
  
  .suitable-for li {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .coverage-title {
    font-size: 22px;
  }
  
  .type-name {
    font-size: 16px;
  }
  
  .level-text {
    font-size: 13px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2135ed9 */@import url('https://fonts.googleapis.com/css2?family=Vazirmatn:wght@300;400;500;600;700;800;900&display=swap');

.paradox-bus-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: 38px;
  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-top: 15px;
}

.faq-highlight-box svg {
  flex-shrink: 0;
}

.faq-highlight-box span {
  color: #00d4ff;
  font-weight: 600;
  font-size: 14px;
}

/* 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;
  background: rgba(0, 180, 255, 0.05);
  border: 1px solid rgba(0, 180, 255, 0.15);
  border-radius: 12px;
  transition: all 0.3s ease;
}

.compare-item:hover {
  background: rgba(0, 180, 255, 0.08);
  border-color: rgba(0, 180, 255, 0.3);
}

.compare-icon {
  width: 45px;
  height: 45px;
  min-width: 45px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.compare-icon.full {
  background: linear-gradient(135deg, #00b4ff, #0088cc);
  box-shadow: 0 4px 15px rgba(0, 180, 255, 0.3);
}

.compare-icon.partial {
  background: linear-gradient(135deg, #0099dd, #0077aa);
  box-shadow: 0 4px 15px rgba(0, 153, 221, 0.3);
}

.compare-icon svg {
  width: 24px;
  height: 24px;
  stroke: #ffffff;
}

.compare-text {
  color: #c0d0e0;
  font-size: 14px;
  line-height: 1.7;
}

.compare-text strong {
  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: 50px 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; }
}

.faq-cta-box h3 {
  font-size: 28px;
  font-weight: 900;
  color: #ffffff;
  margin: 0 0 12px 0;
  position: relative;
  z-index: 1;
}

.faq-cta-box p {
  font-size: 16px;
  color: #8899aa;
  margin: 0 0 30px 0;
  position: relative;
  z-index: 1;
}

.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);
}

.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;
  justify-content: center;
  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-bus-faq {
    padding: 60px 20px;
  }
  
  .faq-title {
    font-size: 28px;
  }
  
  .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-cta-box {
    padding: 35px 20px;
  }
  
  .faq-cta-box h3 {
    font-size: 22px;
  }
  
  .faq-cta-buttons {
    flex-direction: column;
  }
  
  .btn-cta-primary,
  .btn-cta-secondary {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .faq-title {
    font-size: 24px;
  }
  
  .faq-arrow {
    width: 28px;
    height: 28px;
    min-width: 28px;
  }
  
  .faq-arrow svg {
    width: 16px;
    height: 16px;
  }
  
  .compare-item {
    flex-direction: column;
    gap: 10px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e3a825d */.paradox-footer {
  background: #020a15;
  border-top: 1px solid rgba(0, 180, 255, 0.1);
  padding: 60px 40px 30px;
  font-family: 'Vazirmatn', sans-serif;
  direction: rtl;
}

.footer-container {
  max-width: 1400px;
  margin: 0 auto;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.5fr;
  gap: 40px;
  margin-bottom: 40px;
}

.footer-logo {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}

.footer-logo .logo-text {
  font-size: 20px;
  font-weight: 900;
  color: #ffffff;
  letter-spacing: 3px;
}

.footer-logo .logo-sub {
  font-size: 9px;
  color: #00b4ff;
  letter-spacing: 5px;
  margin-top: 2px;
}

.footer-about-text {
  font-size: 14px;
  color: #7788aa;
  line-height: 1.8;
  margin: 0;
}

.footer-col-title {
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 20px 0;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 12px;
}

.footer-links a {
  color: #7788aa;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s ease;
}

.footer-links a:hover {
  color: #00b4ff;
}

.footer-contact {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-contact li {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 15px;
  color: #7788aa;
  font-size: 14px;
}

.footer-contact li svg {
  min-width: 16px;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 25px;
  border-top: 1px solid rgba(0, 180, 255, 0.08);
}

.footer-copy,
.footer-credit {
  font-size: 13px;
  color: #556677;
  margin: 0;
}

@media (max-width: 992px) {
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }
}/* End custom CSS */