.elementor-113 .elementor-element.elementor-element-2131b7d{--display:flex;--min-height:105px;--justify-content:center;}.elementor-113 .elementor-element.elementor-element-8a5d5f8{--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-113 .elementor-element.elementor-element-17d567d{text-align:start;font-family:"Vazirmatn", Sans-serif;font-size:16px;font-weight:600;color:#FFFFFF;}.elementor-113 .elementor-element.elementor-element-17d567d p{margin-block-end:0px;}.elementor-113 .elementor-element.elementor-element-5eb83a0{--display:flex;}.elementor-113 .elementor-element.elementor-element-d54e54e{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-113 .elementor-element.elementor-element-d54e54e p{margin-block-end:0px;}.elementor-113 .elementor-element.elementor-element-9d228fc{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-113 .elementor-element.elementor-element-d216f12{--display:flex;}.elementor-113 .elementor-element.elementor-element-0549687{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-113 .elementor-element.elementor-element-0549687 p{margin-block-end:17px;}.elementor-113 .elementor-element.elementor-element-abf2b05{--display:flex;}.elementor-113 .elementor-element.elementor-element-3361dda{margin:0px 20px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;text-align:start;font-family:"Vazirmatn", Sans-serif;font-size:14px;font-weight:300;line-height:33px;word-spacing:0px;color:#FFFFFF;}.elementor-113 .elementor-element.elementor-element-3361dda p{margin-block-end:0px;}.elementor-113 .elementor-element.elementor-element-685c46b{--display:flex;}.elementor-113 .elementor-element.elementor-element-457d94c{--display:flex;}.elementor-113 .elementor-element.elementor-element-b77a467{--display:flex;}.elementor-113 .elementor-element.elementor-element-219e450{--display:flex;}.elementor-113 .elementor-element.elementor-element-e17ccfb{--display:flex;}.elementor-113 .elementor-element.elementor-element-0c7b699{--display:flex;}.elementor-113 .elementor-element.elementor-element-4302936{--display:flex;}.elementor-113 .elementor-element.elementor-element-a18d08d{--display:flex;}.elementor-113 .elementor-element.elementor-element-5b77521{text-align:center;font-family:"Vazirmatn", Sans-serif;font-size:28px;font-weight:600;color:#FFFFFF;}.elementor-113 .elementor-element.elementor-element-5b77521 p{margin-block-end:0px;}@media(min-width:768px){.elementor-113 .elementor-element.elementor-element-2131b7d{--content-width:763px;}}/* Start custom CSS for html, class: .elementor-element-ceb6544 *//* ===== دکمه‌ها ===== */
.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-3b150de */@import url('https://fonts.googleapis.com/css2?family=Vazirmatn:wght@300;400;500;600;700;800;900&display=swap');

.paradox-benefits-table {
  background: linear-gradient(180deg, #020a15 0%, #051020 50%, #020a15 100%);
  padding: 20px 40px;
  font-family: 'Vazirmatn', sans-serif;
  direction: rtl;
}

.benefits-container {
  max-width: 1200px;
  margin: 0 auto;
}

.benefits-title {
  font-size: 32px;
  font-weight: 900;
  color: #ffffff;
  margin: 0 0 40px 0;
  text-align: right;
  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;
  position: relative;
}

.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);
}

.benefits-table {
  width: 100%;
  border-collapse: collapse;
  background: transparent;
}

.benefits-table thead {
  background: rgba(0, 180, 255, 0.08);
}

.benefits-table th {
  padding: 22px 30px;
  text-align: right;
  font-size: 17px;
  font-weight: 800;
  color: #00d4ff;
  border-bottom: 2px solid rgba(0, 180, 255, 0.2);
  letter-spacing: 0.5px;
}

.benefits-table th:first-child {
  width: 25%;
}

.benefits-table th:last-child {
  width: 75%;
}

.benefits-table tbody tr {
  border-bottom: 1px solid rgba(0, 180, 255, 0.08);
  transition: all 0.3s ease;
}

.benefits-table tbody tr:last-child {
  border-bottom: none;
}

.benefits-table tbody tr:hover {
  background: rgba(0, 180, 255, 0.05);
}

.benefits-table td {
  padding: 22px 30px;
  font-size: 15px;
  color: #c0d0e0;
  line-height: 1.7;
  vertical-align: middle;
}

.benefits-table td:first-child {
  font-weight: 700;
  color: #ffffff;
  position: relative;
}

.benefits-table td:first-child::before {
  content: '◆';
  color: #00d4ff;
  font-size: 10px;
  margin-left: 10px;
  display: inline-block;
}

/* ===== Responsive ===== */
@media (max-width: 768px) {
  .paradox-benefits-table {
    padding: 50px 20px;
  }
  
  .benefits-title {
    font-size: 26px;
    text-align: center;
  }
  
  .benefits-table th,
  .benefits-table td {
    padding: 18px 20px;
    font-size: 14px;
  }
  
  .benefits-table th:first-child {
    width: 35%;
  }
  
  .benefits-table th:last-child {
    width: 65%;
  }
}

@media (max-width: 500px) {
  .benefits-table thead {
    display: none;
  }
  
  .benefits-table tbody tr {
    display: block;
    padding: 20px;
    border-bottom: 1px solid rgba(0, 180, 255, 0.15);
  }
  
  .benefits-table td {
    display: block;
    padding: 8px 0;
  }
  
  .benefits-table td:first-child {
    color: #00d4ff;
    font-size: 16px;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(0, 180, 255, 0.1);
    margin-bottom: 5px;
  }
  
  .benefits-table td:first-child::before {
    display: none;
  }
  
  .benefits-table td:last-child {
    color: #a0b0c0;
    font-size: 13px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-48868a9 */@import url('https://fonts.googleapis.com/css2?family=Vazirmatn:wght@300;400;500;600;700;800;900&display=swap');

.paradox-services-comparison {
  background: linear-gradient(180deg, #020a15 0%, #051020 50%, #020a15 100%);
  padding: 100px 40px;
  font-family: 'Vazirmatn', sans-serif;
  direction: rtl;
}

.comparison-container {
  max-width: 1200px;
  margin: 0 auto;
}

.comparison-title {
  font-size: 36px;
  font-weight: 900;
  color: #ffffff;
  margin: 0 0 50px 0;
  text-align: right;
  text-shadow: 0 0 30px rgba(0, 180, 255, 0.3);
  position: relative;
  padding-bottom: 20px;
}

.comparison-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 150px;
  height: 3px;
  background: linear-gradient(90deg, #00d4ff, transparent);
  border-radius: 2px;
}

.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: 24px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}

.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);
}

.comparison-table {
  width: 100%;
  border-collapse: collapse;
  background: transparent;
}

.comparison-table thead {
  background: rgba(0, 180, 255, 0.1);
}

.comparison-table th {
  padding: 25px 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;
}

.comparison-table th:first-child {
  width: 20%;
}

.comparison-table th:nth-child(2) {
  width: 30%;
}

.comparison-table th:nth-child(3) {
  width: 25%;
}

.comparison-table th:last-child {
  width: 25%;
}

.comparison-table tbody tr {
  border-bottom: 1px solid rgba(0, 180, 255, 0.08);
  transition: all 0.3s ease;
}

.comparison-table tbody tr:last-child {
  border-bottom: none;
}

.comparison-table tbody tr:hover {
  background: rgba(0, 180, 255, 0.06);
  transform: translateX(-3px);
}

.comparison-table td {
  padding: 25px 30px;
  font-size: 15px;
  color: #c0d0e0;
  line-height: 1.7;
  vertical-align: middle;
}

/* استایل سلول سرویس */
.service-cell {
  display: flex;
  align-items: center;
  gap: 15px;
}

.service-icon {
  width: 45px;
  height: 45px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 180, 255, 0.1);
  border: 1px solid rgba(0, 180, 255, 0.2);
  flex-shrink: 0;
}

.service-icon svg {
  width: 24px;
  height: 24px;
  stroke: #00d4ff;
}

.metro-icon {
  background: rgba(0, 150, 200, 0.15);
  border-color: rgba(0, 150, 200, 0.3);
}

.bus-icon {
  background: rgba(0, 180, 255, 0.15);
  border-color: rgba(0, 180, 255, 0.3);
}

.billboard-icon {
  background: rgba(0, 200, 255, 0.15);
  border-color: rgba(0, 200, 255, 0.3);
}

.campaign-icon {
  background: rgba(0, 220, 255, 0.15);
  border-color: rgba(0, 220, 255, 0.3);
}

.sponsor-icon {
  background: rgba(100, 180, 255, 0.15);
  border-color: rgba(100, 180, 255, 0.3);
}

.service-name {
  font-weight: 700;
  color: #ffffff;
  font-size: 16px;
}

/* استایل badge مدت زمان */
.duration-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background: rgba(0, 180, 255, 0.1);
  border: 1px solid rgba(0, 180, 255, 0.2);
  border-radius: 20px;
  font-size: 14px;
  color: #00d4ff;
  font-weight: 600;
}

.duration-badge svg {
  stroke: #00d4ff;
}

.duration-badge.premium {
  background: rgba(0, 200, 255, 0.15);
  border-color: rgba(0, 200, 255, 0.3);
  color: #00e5ff;
}

.duration-badge.premium svg {
  stroke: #00e5ff;
}

.duration-badge.flexible {
  background: rgba(0, 220, 255, 0.15);
  border-color: rgba(0, 220, 255, 0.3);
  color: #00f0ff;
}

.duration-badge.flexible svg {
  stroke: #00f0ff;
}

.duration-badge.event {
  background: rgba(100, 180, 255, 0.15);
  border-color: rgba(100, 180, 255, 0.3);
  color: #5ab0ff;
}

.duration-badge.event svg {
  stroke: #5ab0ff;
}

/* ===== Responsive ===== */
@media (max-width: 992px) {
  .paradox-services-comparison {
    padding: 60px 20px;
  }
  
  .comparison-title {
    font-size: 28px;
  }
  
  .comparison-table th,
  .comparison-table td {
    padding: 20px 1/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-39124a6 */@import url('https://fonts.googleapis.com/css2?family=Vazirmatn:wght@300;400;500;600;700;800;900&display=swap');

.paradox-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;
}

.faq-title {
  font-size: 36px;
  font-weight: 900;
  color: #ffffff;
  margin: 0 0 60px 0;
  text-align: right;
  text-shadow: 0 0 30px rgba(0, 180, 255, 0.3);
  position: relative;
  padding-bottom: 20px;
}

.faq-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 200px;
  height: 3px;
  background: linear-gradient(90deg, #00d4ff, transparent);
  border-radius: 2px;
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.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.15);
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.faq-item:hover {
  border-color: rgba(0, 180, 255, 0.3);
  box-shadow: 0 5px 20px rgba(0, 180, 255, 0.1);
}

.faq-item.active {
  border-color: rgba(0, 180, 255, 0.4);
  box-shadow: 0 10px 30px rgba(0, 180, 255, 0.15);
}

.faq-question {
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 25px 30px;
  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.05);
}

.faq-number {
  width: 40px;
  height: 40px;
  min-width: 40px;
  background: linear-gradient(135deg, #00b4ff, #0088cc);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 800;
  font-size: 18px;
  box-shadow: 0 4px 15px rgba(0, 180, 255, 0.3);
}

.faq-text {
  flex: 1;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.6;
}

.faq-icon {
  color: #00d4ff;
  transition: transform 0.3s ease;
  flex-shrink: 0;
  margin-top: 3px;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.faq-answer-content {
  padding: 0 30px 30px 30px;
  color: #b0c0d0;
  font-size: 15px;
  line-height: 1.8;
}

.faq-answer-content p {
  margin: 0 0 15px 0;
}

.faq-answer-content ul,
.faq-answer-content ol {
  margin: 15px 0;
  padding-right: 25px;
}

.faq-answer-content li {
  margin-bottom: 10px;
  position: relative;
}

.faq-answer-content strong {
  color: #00d4ff;
  font-weight: 700;
}

.faq-cta {
  display: flex;
  gap: 15px;
  margin-top: 25px;
  padding-top: 20px;
  border-top: 1px solid rgba(0, 180, 255, 0.15);
  flex-wrap: wrap;
}

.btn-faq-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  background: linear-gradient(135deg, #00b4ff, #0088cc);
  color: #ffffff;
  text-decoration: none;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 700;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 180, 255, 0.3);
}

.btn-faq-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 180, 255, 0.4);
}

.btn-faq-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  background: rgba(0, 180, 255, 0.1);
  color: #00d4ff;
  text-decoration: none;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 600;
  border: 1.5px solid rgba(0, 180, 255, 0.3);
  transition: all 0.3s ease;
}

.btn-faq-secondary:hover {
  background: rgba(0, 180, 255, 0.2);
  border-color: #00d4ff;
}

/* ===== Responsive ===== */
@media (max-width: 768px) {
  .paradox-faq {
    padding: 60px 20px;
  }
  
  .faq-title {
    font-size: 26px;
    text-align: center;
  }
  
  .faq-title::after {
    right: 50%;
    transform: translateX(50%);
  }
  
  .faq-question {
    padding: 20px;
    gap: 15px;
  }
  
  .faq-number {
    width: 35px;
    height: 35px;
    min-width: 35px;
    font-size: 16px;
  }
  
  .faq-text {
    font-size: 14px;
  }
  
  .faq-answer-content {
    padding: 0 20px 20px 20px;
    font-size: 14px;
  }
  
  .faq-cta {
    flex-direction: column;
  }
  
  .btn-faq-primary,
  .btn-faq-secondary {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .faq-question {
    flex-wrap: wrap;
  }
  
  .faq-number {
    order: 1;
  }
  
  .faq-text {
    order: 3;
    width: 100%;
    margin-top: 10px;
    padding-right: 50px;
  }
  
  .faq-icon {
    order: 2;
    margin-right: auto;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-122797a *//* ===== دکمه‌ها ===== */
.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 */