
.mobile-intro {
    max-width: 900px;
    margin: auto;
}

.section-title {
    font-size: 42px;
    font-weight: 700;
}

.section-subtitle {
    font-size: 18px;
    margin-top: 20px;
    color: #666;
    text-align: center;
    
}

.zigzag-section img {
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}

.zigzag-section h3 {
    font-size: 28px;
    margin-bottom: 20px;
}
.mobile-expertise  {
    text-align: justify;
    text-justify: inter-word;
}

.why-row {
    display: flex;
    justify-content: space-between;
}

.why-col {
    flex: 0 0 20%;
    max-width: 20%;
}

.why-card {
    padding: 25px 15px;
    transition: 0.3s ease;
}

.icon-box {
    width: 60px;
    height: 60px;
    background: #111;
    color: #fff;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    font-size: 22px;
}

.why-card h5 {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 600;
}

.why-card p {
    font-size: 14px;
    color: #666;
}

.why-card:hover {
    transform: translateY(-5px);
}

/* Responsive */
@media (max-width: 992px) {
    .why-col {
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 30px;
    }
}

@media (max-width: 576px) {
    .why-col {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/* ============================= */
/* GLOBAL MOBILE IMPROVEMENTS */
/* ============================= */
@media (max-width: 768px) {

  section {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  h2 {
    font-size: 26px !important;
    line-height: 1.3;
  }

  h3 {
    font-size: 20px !important;
  }

  h4 {
    font-size: 18px !important;
  }

  p {
    font-size: 15px !important;
    line-height: 1.7;
  }

}


/* ============================= */
/* MOBILE INTRO SECTION */
/* ============================= */
@media (max-width: 768px) {

  .mobile-intro .section-subtitle {
    text-align: left;
    padding: 0 10px;
  }

}


/* ============================= */
/* ZIGZAG SECTIONS */
/* ============================= */
@media (max-width: 992px) {

  .zigzag-section .row {
    flex-direction: column !important;
  }

  .zigzag-section img {
    margin-bottom: 25px;
  }

  .zigzag-section ul {
    padding-left: 18px;
  }

  .zigzag-section ul li {
    font-size: 15px;
    margin-bottom: 8px;
  }

}


/* ============================= */
/* WHY ROVISTA – ONE ROW FIX */
/* ============================= */
@media (max-width: 992px) {

  .why-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .why-col {
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 30px;
  }

}

@media (max-width: 576px) {

  .why-col {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .why-card {
    padding: 20px 15px;
  }

  .icon-box {
    width: 50px;
    height: 50px;
    font-size: 18px;
  }

}


/* ============================= */
/* RELATED CASE STUDIES */
/* ============================= */
@media (max-width: 768px) {

  .related-grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .related-card img {
    width: 100%;
    height: auto;
  }

}


/* ============================= */
/* RELATED TECHNOLOGIES */
/* ============================= */
@media (max-width: 768px) {

  .tech-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    text-align: center;
  }

  .tech-card img {
    max-width: 60px;
    margin-bottom: 10px;
  }

}


/* ============================= */
/* CONTACT CTA SECTION */
/* ============================= */
@media (max-width: 768px) {

  .tp-contact-inner {
    text-align: center;
    padding: 40px 20px;
  }

  .tp-contact-inner .title {
    font-size: 22px;
  }

  .tp-contact-btns {
    flex-direction: column;
    gap: 15px;
  }

  .tp-contact-btns a {
    width: 100%;
    text-align: center;
  }

}

.pricing-card {
  background: #fff;
  padding: 35px;
  border-radius: 16px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.08);
  transition: 0.3s ease;
  height: 100%;
  position: relative;
}

.pricing-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 50px rgba(0,0,0,0.15);
}

.pricing-card h4 {
  font-weight: 600;
  margin-bottom: 10px;
}

.plan-sub {
  font-size: 14px;
  color: #666;
  margin-bottom: 20px;
}

.price {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
}

.price span {
  font-size: 14px;
  font-weight: 400;
}

.pricing-card ul {
  list-style: none;
  padding: 0;
}

.pricing-card ul li {
  margin-bottom: 10px;
  font-size: 15px;
}

.pricing-card .badge {
  position: absolute;
  top: -10px;
  right: 20px;
  background: #000;
  color: #fff;
  padding: 5px 12px;
  font-size: 12px;
  border-radius: 20px;
}

.pricing-card.featured {
  border: 2px solid #000;
}

.service-card {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    height: 100%;
    transition: 0.3s ease;
}

.service-card:hover {
    transform: translateY(-5px);
}

.service-card h4 {
    margin-bottom: 15px;
    font-weight: 600;
}

.service-card ul {
    padding-left: 18px;
    margin: 0;
}