.section-services-1 .psp-title {
  font-size: 2.4rem;
  font-weight: 900;
  text-align: center;
  margin-bottom: 18px;
  margin-top: 6px;
  color: #000;
}

.section-services-1 .psp-subtitle {
  color: #4b5563;
  font-size: 1.05rem;
  margin-bottom: 36px;
  text-align: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
}

.section-services-1 .psp-comparison-row {
  align-items: center;
  margin-bottom: 50px;
  flex-wrap: nowrap !important;
}

.section-services-1 .psp-old-box,
.section-services-1 .psp-new-box {
  border-radius: 10px;
  font-weight: 500;
  width: 100%;
  min-height: 80px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 280px;
  margin: 0 auto;
  border: 1px solid #ddd;
  box-shadow: 0 1px 8px rgb(0 0 0 / 0.03);
}

.section-services-1 .psp-old-box {
  color: #222;
  background-color: #fff;
}

.section-services-1 .psp-new-box {
  background-color: #efbb41;
  color: #000;
  font-weight: 600;
  border: none;
  box-shadow: none;
}

.section-services-1 .psp-arrow-box {
  flex-shrink: 0;
  font-size: 3rem;
  color: #d89a0a;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-services-1 .psp-img {
  width: 100%;
  max-width: 300px;
  height: 100px;
  object-fit: cover;
  display: block;
  margin: 0 auto;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

@media (min-width: 992px) {
  .section-services-1 .psp-old-box,
  .section-services-1 .psp-new-box {
    max-width: 380px;
  }

  .section-services-1 .psp-img {
    max-width: 380px;
    height: 120px;
  }
}

@media (max-width: 767px) {
  .section-services-1 .psp-comparison-row {
    flex-direction: column !important;
    flex-wrap: wrap !important;
    margin-bottom: 20px;
  }

  .section-services-1 .psp-arrow-box {
    margin: 10px 0;
    transform: rotate(90deg);
    font-size: 2.5rem;
  }

  .section-services-1 .psp-old-box,
  .section-services-1 .psp-new-box {
    width: 100%;
    min-height: 100px;
  }

  .section-services-1 .psp-title {
    font-size: 1.4rem;
    line-height: 1.3;
  }

  .section-services-1 .psp-subtitle {
    font-size: 0.95rem;
  }
}

.section-services-2 {
  padding: 100px 0;
}
.section-services-2 .title h2 {
  font-weight: 600;
  font-size: 35px;
  color: #232323;
}
.section-services-2 .title p {
  color: #848484;
  margin: 0 auto;
}
.section-services-2 .border {
  height: 2px;
  margin: 20px auto 20px;
  position: relative;
  width: 80px;
  background: #28abe3;
  margin-bottom: 60px;
}

.section-services-2 .service-block.color-bg {
  background: #28abe3;
  color: #fff;
}
.section-services-2 .service-block .service-icon {
  margin-bottom: 30px;
}
.section-services-2 .service-block.color-bg i,
.section-services-2 .service-block.color-bg h3,
.section-services-2 .service-block.color-bg p {
  color: #fff;
}
.section-services-2 .service-block h3 {
  color: #333;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
}
.section-services-2 .service-block p {
  font-size: 14px;
  color: #666;
}
.section-services-2 .service-block i {
  font-size: 40px;
  color: #28abe3;
}

.section-services-3 .card img {
  width: 80px;
  height: auto;
}

.section-services-4 .main-heading {
  font-size: 2.4rem;
  font-weight: 900;
  text-align: center;
  margin-bottom: 18px;
  margin-top: 6px;
  color: #000;
}

.section-services-4 .subtext {
  color: #4b5563;
  font-size: 1.05rem;
  margin-bottom: 36px;
  text-align: center;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
}

.section-services-4 .devices-img {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 48px;
  padding: 0 10px;
}

.section-services-4 .devices-img img {
  height: 200px;
  object-fit: contain;
  padding: 0 15px;
  max-width: 100%;
}

.section-services-4 .offer-card {
  border: 1px solid #ccc;
  border-radius: 12px;
  padding: 32px 26px 26px;
  margin-bottom: 28px;
  box-shadow: 0 8px 32px rgba(20, 20, 20, 0.18);
  display: flex;
  align-items: center;
  gap: 90px;
  background: #fff;
  transition: box-shadow 0.3s ease, transform 0.2s ease;
}

.section-services-4 .offer-card:hover {
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25);
  transform: translateY(-5px);
}

.section-services-4 .offer-card img {
  height: 140px;
  border-radius: 8px;
  padding: 7px 10px;
  flex-shrink: 0;
  width: 140px;
  object-fit: contain;
}

.section-services-4 .offer-details {
  flex: 1;
}

.section-services-4 .offer-label {
  font-size: 0.9rem;
  letter-spacing: 1px;
  color: #cfa74a;
  margin-bottom: 4px;
  font-weight: 700;
  text-transform: uppercase;
}

.section-services-4 .offer-title {
  font-size: 1.25rem;
  font-weight: 800;
  color: #222;
  margin-bottom: 6px;
}

.section-services-4 .offer-desc {
  color: #222;
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 4px;
  font-weight: 400;
}

/* Tablet styles */
@media (min-width: 768px) and (max-width: 992px) {
  .section-services-4 .devices-img img {
    height: 140px;
  }
  .section-services-4 .offer-card img {
    height: 120px;
    width: 120px;
  }
  .section-services-4 .main-heading {
    font-size: 1.9rem;
  }
}

/* Mobile styles */
@media (max-width: 600px) {
  .section-services-4 .devices-img img {
    height: 80px;
    padding: 0 5px;
  }

  .section-services-4 .main-heading {
    font-size: 1.4rem;
    margin-bottom: 12px;
  }

  .section-services-4 .subtext {
    font-size: 0.9rem;
    margin-bottom: 24px;
    padding: 0 10px;
  }

  .section-services-4 .offer-card {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 20px 16px;
    gap: 14px;
    margin-bottom: 20px;
  }

  .section-services-4 .offer-card img {
    height: 100px;
    width: 100px;
    margin-bottom: 6px;
  }

  .section-services-4 .offer-label {
    font-size: 0.85rem;
  }

  .section-services-4 .offer-title {
    font-size: 1.05rem;
    margin-bottom: 4px;
  }

  .section-services-4 .offer-desc {
    font-size: 0.88rem;
    line-height: 1.35;
  }
}

.section-services-5 .section-heading {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 2rem;
  color: #343a40;
}

@media (max-width: 768px) {
  .section-services-5 .section-heading {
    font-size: 20px;
  }
}

h4 {
  margin-bottom: 1.5rem;
  font-weight: 700;
}

.section-services-5 .services-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.section-services-5 .service-card {
  border: 1px solid #dee2e6;
  border-radius: 0.375rem;
  box-shadow: 0 0.1rem 0.25rem rgb(0 0 0 / 0.075);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 280px;
  flex: 1 1 280px;
  min-height: 360px;
}
.section-services-5 .service-thumb img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}
.section-services-5 .service-info {
  padding: 1rem;
  flex-grow: 1;
}
.section-services-5 .service-name {
  font-weight: 500;
  font-size: 17.6px;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
.section-services-5 .service-name small {
  font-weight: 400;
  color: #6c757d;
  font-size: 14.08px;
}
.section-services-5 .service-price {
  margin-top: 0.25rem;
  font-size: 14.4px;
  font-weight: 400;
  color: #6c757d;
}
.section-services-5 .service-price strike {
  color: #6c757d;
  margin-right: 0.5rem;
  font-size: 11.82px;
}
.section-services-5 .new-price {
  font-size: 14.4px;
  font-weight: 400;
  margin-top: 0.2rem;
}
.section-services-5 .bookProviderBtn {
  border-radius: 0.375rem;
  height: 38px;
  font-size: 0.9rem;
  pointer-events: auto;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .section-services-5 .services-row {
    display: table;
    width: 100%;
    border-spacing: 0 17px;
    border-collapse: separate;
  }

  .section-services-5 .service-card {
    display: table-row;
  }

  .section-services-5 .service-thumb,
  .section-services-5 .service-info,
  .section-services-5 .bookProviderBtn {
    display: table-cell;
    vertical-align: middle;
    padding: 8px;
    border-bottom: 1px solid #dee2e6;
  }

  .section-services-5 .service-thumb {
    width: 100px;
  }
  .section-services-5 .service-thumb img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 0 !important;
  }

  .section-services-5 .service-info {
    width: 100%;
  }

  .section-services-5 .service-name {
    font-size: 17.6px;
    display: block;
    margin-bottom: 4px;
  }

  .section-services-5 .service-price,
  .section-services-5 .new-price {
    font-size: 14px;
  }

  .section-services-5 .bookProviderBtn {
    margin-top: 40px;
  }
}
