.breadcrumb-line a,
.meta-hero {
  color: #fff;
}
.process-item,
.service-card,
.why-points,
.why-points div {
  text-align: center;
}
.cta-box,
.meta-hero,
.why-box {
  overflow: hidden;
}
body,
html,
img {
  max-width: 100%;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
:root {
  --navy: #061226;
  --orange: #ff4b14;
  --orange2: #ff7a00;
  --purple: #6d2cff;
  --blue: #126cff;
  --green: #13b86f;
  --pink: #f03375;
  --teal: #12b8aa;
  --text: #071226;
  --muted: #536079;
  --border: #dce4f0;
}
body {
  font-family: Outfit, sans-serif;
  color: var(--text);
  background: #fff;
}
a {
  text-decoration: none;
}
.meta-hero {
  padding: 125px 0 85px;
  background:
    radial-gradient(
      circle at 78% 40%,
      rgba(109, 44, 255, 0.28),
      transparent 30%
    ),
    radial-gradient(
      circle at 92% 70%,
      rgba(255, 75, 20, 0.16),
      transparent 26%
    ),
    linear-gradient(135deg, #041024, #061226 55%, #0a1430);
}
.breadcrumb-line {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #d8deea;
  font-size: 18px;
  margin-bottom: 26px;
}
.contact-list i,
.footer a:hover,
.hero-tag,
.meta-hero h1 span,
.orange-btn:hover,
.orange-plan h4 {
  color: var(--orange);
}
.hero-tag {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 14px;
  display: inline-block;
}
.orange-btn,
.outline-btn {
  padding: 14px 26px;
  font-size: 15px;
  font-weight: 500;
}
.meta-hero h1 {
  font-size: 34px;
  font-weight: 500;
  line-height: 1.05;
  margin-bottom: 22px;
}
.meta-hero p {
  max-width: 620px;
  color: #fff;
  font-size: 18px;
  line-height: 1.65;
  margin-bottom: 28px;
}
.hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 28px;
}
.orange-btn {
  background: linear-gradient(135deg, var(--orange), var(--orange2));
  color: #fff;
  border-radius: 7px;
}
.orange-btn:hover {
  background: #fff;
}
.outline-btn {
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: #fff;
  border-radius: 7px;
}
.stats-box i,
.why-points div i {
  border-radius: 50%;
  place-items: center;
}
.outline-btn:hover {
  background: #fff;
  color: var(--text);
}
.hero-review {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
}
.hero-review i {
  color: #1877f2;
}
.stars {
  color: #fbbf24;
  letter-spacing: 2px;
}
.hero-img-box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero-img-box img {
  width: 100%;
  max-width: 720px;
  object-fit: contain;
  filter: drop-shadow(0 28px 42px rgba(0, 0, 0, 0.35));
}
.stats-strip {
  margin-top: -44px;
  position: relative;
  z-index: 4;
}
.stats-box {
  background: #fff;
  border-radius: 14px;
  padding: 22px 36px;
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.12);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.stats-box div {
  display: flex;
  align-items: center;
  gap: 18px;
  border-right: 1px solid #dce4f0;
  padding: 0 18px;
}
.service-card i,
.stats-box i,
.why-points,
.why-points div i,
.why-points i {
  display: grid;
  display: grid;
}
.stats-box div:last-child {
  border-right: none;
}
.stats-box i {
  width: 58px;
  height: 58px;
  color: #fff;
  font-size: 26px;
  flex-shrink: 0;
}
.stats-box h4 {
  font-size: 21px;
  font-weight: 500;
  margin: 0;
}
.stats-box span {
  color: #334155;
  font-size: 12px;
  font-weight: 600;
}
.purple-bg {
  background: var(--purple);
}
.blue-bg,
.plan-btn.filled {
  background: var(--blue);
}
.green-bg {
  background: var(--green);
}
.cta-btn,
.orange-bg {
  background: var(--orange);
}
.pink-bg {
  background: var(--pink);
}
.purple-icon {
  background: #f2eaff;
  color: var(--purple);
}
.blue-icon {
  background: #eaf1ff;
  color: var(--blue);
}
.green-icon {
  background: #e9fff3;
  color: var(--green);
}
.orange-icon {
  background: #fff0e8;
  color: var(--orange);
}
.pink-icon {
  background: #ffeaf2;
  color: var(--pink);
}
.teal-icon {
  background: #e9fffb;
  color: var(--teal);
}
.section-heading {
  margin-bottom: 32px;
}
.section-heading span,
.why-label {
  color: var(--orange);
  font-size: 18px;
  font-weight: 500;
}
.section-heading h2 {
  color: var(--text);
  font-size: 32px;
  font-weight: 500;
  margin: 6px 0 0;
}
.why-points {
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
  margin-top: 34px;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
}
.why-points div i {
  width: 72px;
  height: 72px;
  margin: 0 auto 14px;
  font-size: 34px;
  color: #fff;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.25);
}
.why-points div:first-child i {
  background: linear-gradient(135deg, #ff4b14, #ff7a00);
}
.why-points div:nth-child(2) i {
  background: linear-gradient(135deg, #1463ff, #4f8cff);
}
.why-points div:nth-child(3) i {
  background: linear-gradient(135deg, #10b981, #16d39a);
}
.why-points div:nth-child(4) i {
  background: linear-gradient(135deg, #7c3aed, #5b21ff);
}
.why-points div:nth-child(5) i {
  background: linear-gradient(135deg, #f03375, #ff5fa2);
}
.why-points h5 {
  color: #fff;
  margin: 0;
}
.services-section {
  padding: 54px 0 35px;
}
.service-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 30px 18px;
  height: 100%;
  min-height: 230px;
  transition: 0.35s;
}
.service-card:hover {
  transform: translateY(-7px);
  border-color: var(--orange);
  box-shadow: 0 22px 46px rgba(15, 23, 42, 0.11);
}
.service-card i {
  width: 62px;
  height: 62px;
  border-radius: 16px;
  place-items: center;
  margin: 0 auto 20px;
  font-size: 30px;
}
.service-card h4 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 12px;
}
.service-card p {
  font-size: 17px;
  line-height: 1.55;
  color: #475569;
  margin: 0;
}
.why-section {
  padding: 20px 0 34px;
}
.why-box {
  background:
    radial-gradient(
      circle at 75% 30%,
      rgba(109, 44, 255, 0.3),
      transparent 32%
    ),
    linear-gradient(135deg, #061226, #0b1432);
  border-radius: 25px;
  color: #fff;
  padding: 42px;
}
.process-icon,
.why-points i {
  border-radius: 50%;
  color: #fff;
  place-items: center;
}
.why-box h2 {
  font-size: 34px;
  font-weight: 500;
  margin: 12px 0 14px;
}
.why-box p {
  color: #fff;
  line-height: 1.65;
  max-width: 650px;
}
.why-points i {
  width: 58px;
  height: 58px;
  background: linear-gradient(135deg, var(--purple), var(--blue));
  margin: 0 auto 12px;
  font-size: 27px;
}
.why-points h5 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.35;
}
.why-img-box img {
  max-width: 560px;
  width: 100%;
  filter: drop-shadow(0 22px 35px rgba(0, 0, 0, 0.28));
}
.process-section {
  padding: 25px 0 35px;
}
.process-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}
.process-item {
  flex: 1;
}
.process-icon {
  width: 74px;
  height: 74px;
  display: grid;
  font-size: 30px;
  margin: 0 auto 10px;
}
.case-card,
.pricing-card {
  height: 100%;
  transition: 0.35s;
}
.process-item span {
  color: var(--purple);
  font-weight: 500;
}
.process-item h5 {
  font-size: 18px;
  font-weight: 500;
  margin: 5px 0;
}
.process-item p {
  color: #475569;
  font-size: 16px;
  line-height: 1.45;
}
.process-arrow {
  padding-top: 28px;
  font-size: 22px;
}
.case-section,
.pricing-section {
  padding: 20px 0 35px;
}
.pricing-card {
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 28px;
  background: #fff;
}
.pricing-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 22px 45px rgba(15, 23, 42, 0.12);
}
.pricing-card h4 {
  font-size: 22px;
  font-weight: 500;
}
.case-card p,
.pricing-card p {
  color: #475569;
  font-size: 18px;
}
.pricing-card h3 {
  font-size: 32px;
  font-weight: 500;
  margin: 18px 0;
}
.pricing-card h3 span {
  font-size: 18px;
  color: #475569;
  font-weight: 500;
}
.pricing-card ul {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
}
.pricing-card li {
  font-size: 18px;
  margin-bottom: 10px;
  color: #334155;
}
.plan-btn,
.purple-plan h4 {
  color: var(--purple);
}
.pricing-card li::before {
  content: "✓";
  color: var(--green);
  font-weight: 500;
  margin-right: 8px;
}
.plan-btn {
  width: 100%;
  border: 1px solid var(--purple);
  font-weight: 500;
  padding: 11px;
}
.plan-btn.filled {
  color: #fff;
  border-color: var(--blue);
}
.plan-btn:hover {
  background: var(--orange);
  border-color: var(--orange);
  color: #fff;
}
.blue-plan h4 {
  color: var(--blue);
}
.case-stats span,
.green-plan h4 {
  color: var(--green);
}
.case-card {
  display: flex;
  gap: 18px;
  border: 1px solid var(--border);
  border-radius: 14px;
  background: #fff;
  padding: 16px;
}
.case-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 42px rgba(15, 23, 42, 0.1);
}
.case-card img {
  width: 125px;
  height: 120px;
  object-fit: cover;
  border-radius: 10px;
}
.case-card h4 {
  font-size: 17px;
  font-weight: 500;
}
.case-stats {
  display: flex;
  gap: 18px;
  margin-bottom: 10px;
}
.case-stats span {
  font-size: 22px;
  font-weight: 500;
}
.case-stats small {
  display: block;
  color: #475569;
  font-size: 11px;
}
.case-card b {
  background: #eaf1ff;
  color: var(--purple);
  border-radius: 6px;
  padding: 5px 10px;
  font-size: 12px;
}
.cta-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cta-btn:hover {
  color: var(--orange);
  background: #fff;
  color: #ff4b14;
}
.footer {
  background: #061226;
  color: #fff;
  padding: 48px 0 20px;
}
.footer p {
  color: #cbd5e1;
  font-size: 18px;
  line-height: 1.7;
}
.footer h5 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 18px;
}
.footer ul,
.plan-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer li {
  margin-bottom: 8px;
}
.footer a {
  color: #cbd5e1;
  font-size: 18px;
}
.social-icons {
  display: flex;
  gap: 10px;
}
.social-icons a {
  width: 35px;
  height: 35px;
  background: #172a45;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
}
.contact-list li {
  display: flex;
  gap: 10px;
  color: #cbd5e1;
  font-size: 18px;
}
.footer .form-control {
  height: 46px;
  border: none;
  border-radius: 6px;
  margin-bottom: 14px;
}
.subscribe-btn {
  background: var(--orange);
  color: #fff;
  border-radius: 6px;
  padding: 11px 22px;
  font-weight: 500;
}
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 35px;
  padding-top: 18px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.plan-list li::before,
.whatsapp {
  border-radius: 50%;
  display: grid;
  place-items: center;
}
.footer-bottom p {
  margin: 0;
}
.footer-bottom div {
  display: flex;
  gap: 24px;
}
.whatsapp {
  position: fixed;
  right: 26px;
  bottom: 26px;
  width: 58px;
  height: 58px;
  background: #25d366;
  color: #fff;
  font-size: 30px;
  z-index: 99;
}
.cta-box,
.cta-btn {
  color: #fff;
  border-radius: 25px;
}
@media (max-width: 991px) {
  .stats-box,
  .why-points {
    grid-template-columns: repeat(2, 1fr);
  }
  .custom-navbar {
    position: static;
  }
  .meta-hero {
    padding: 60px 0 85px;
  }
  .stats-box {
    gap: 20px;
  }
  .stats-box div {
    border-right: none;
  }
  .footer-bottom,
  .process-row {
    flex-direction: column;
  }
  .process-arrow {
    display: none;
  }
  .cta-box {
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
  }
}
@media (max-width: 575px) {
  .case-card,
  .hero-review {
    flex-direction: column;
  }
  .stats-box,
  .why-points {
    grid-template-columns: 1fr;
  }
  .meta-hero h1 {
    font-size: 42px;
  }
  .meta-hero p {
    font-size: 18px;
  }
  .hero-buttons .btn {
    width: 100%;
  }
  .hero-review {
    align-items: flex-start;
  }
  .stats-box {
    padding: 24px;
  }
  .cta-box h2,
  .section-heading h2 {
    font-size: 25px;
  }
  .service-card {
    min-height: auto;
  }
  .why-box {
    padding: 28px 20px;
  }
  .why-box h2 {
    font-size: 26px;
  }
  .case-card img {
    width: 100%;
    height: 180px;
  }
  .cta-box {
    padding: 28px 22px;
  }
  .cta-img img {
    max-width: 100%;
  }
  .footer-bottom div {
    flex-direction: column;
    gap: 8px;
  }
}
.plan-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
  color: #334155;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}
.plan-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 1px;
  width: 18px;
  height: 18px;
  background: #eaf9ed;
  color: #16a34a;
  font-size: 12px;
  font-weight: 800;
}
.cta-section {
  padding: 8px 0 28px;
}
.cta-box {
  background: linear-gradient(110deg, #0b1230, #291265, #ff4b14);
  min-height: 170px;
  padding: 22px 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.cta-box h2 {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 10px;
}
.cta-box p {
  font-size: 16px;
  line-height: 1.5;
  max-width: 720px;
  margin-bottom: 18px;
}
.cta-btn {
  background: #ff4b14;
  padding: 11px 24px;
  font-size: 15px;
  font-weight: 500;
}
.cta-img {
  width: 420px;
  flex-shrink: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.cta-img img {
  filter: drop-shadow(0 18px 28px rgba(0, 0, 0, 0.22));
  width: 100%;
  max-width: 400px;
  height: auto;
  display: block;
  object-fit: contain;
  filter: drop-shadow(0 18px 28px rgba(0, 0, 0, 0.25));
}
@media (max-width: 991px) {
  .cta-box {
    flex-direction: column;
    align-items: flex-start;
    padding: 24px;
    min-height: auto;
  }
  .cta-img {
    width: 100%;
    justify-content: flex-start;
  }
  .cta-img img {
    max-width: 360px;
  }
}
@media (max-width: 575px) {
  .cta-section {
    padding: 6px 0 24px;
  }
  .cta-box {
    padding: 22px 20px;
    border-radius: 14px;
  }
  .cta-box h2 {
    font-size: 24px;
  }
  .cta-box p {
    font-size: 15px;
  }
  .cta-btn {
    width: 100%;
    text-align: center;
  }
  .cta-img img {
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .stats-box,
  .why-points {
    grid-template-columns: repeat(2, 1fr);
  }
  .custom-navbar {
    position: relative;
    padding: 12px 0;
  }
  .navbar-collapse {
    background: #061226;
    padding: 18px;
    margin-top: 14px;
    border-radius: 14px;
  }
  .navbar-nav {
    gap: 4px;
  }
  .navbar .nav-link {
    font-size: 15px;
    padding: 10px 0 !important;
  }
  .navbar .nav-link.active::after,
  .process-arrow {
    display: none;
  }
  .nav-phone {
    margin: 12px 0;
  }
  .nav-btn {
    width: 100%;
    text-align: center;
    font-size: 14px;
  }
  .meta-hero {
    padding: 55px 0 70px;
  }
  .breadcrumb-line {
    font-size: 14px;
    flex-wrap: wrap;
    margin-bottom: 18px;
  }
  .hero-tag {
    font-size: 13px;
  }
  .meta-hero h1 {
    font-size: 42px;
    line-height: 1.15;
  }
  .meta-hero p {
    font-size: 16px;
    line-height: 1.6;
  }
  .hero-img-box {
    margin-top: 25px;
  }
  .hero-img-box img {
    max-width: 560px;
  }
  .stats-strip {
    margin-top: -34px;
  }
  .stats-box {
    gap: 18px;
    padding: 24px;
  }
  .stats-box div {
    border-right: none;
    padding: 0;
  }
  .stats-box span {
    font-size: 14px;
  }
  .why-box {
    padding: 32px 26px;
  }
  .why-points {
    gap: 22px;
  }
  .why-points h5 {
    font-size: 15px;
  }
  .why-img-box {
    margin-top: 26px;
  }
  .process-row {
    flex-direction: column;
    align-items: center;
    gap: 22px;
  }
  .process-item {
    width: 100%;
    max-width: 320px;
  }
  .cta-box {
    flex-direction: column;
    align-items: flex-start;
    padding: 26px;
    min-height: auto;
  }
  .cta-img {
    width: 100%;
    justify-content: flex-start;
  }
  .cta-img img {
    max-width: 360px;
  }
  .footer-bottom {
    flex-direction: column;
  }
}
@media (max-width: 575px) {
  .case-card,
  .hero-review {
    flex-direction: column;
  }
  .process-row,
  .stats-box,
  .why-points {
    grid-template-columns: 1fr;
  }
  .cta-box,
  .why-box {
    border-radius: 16px;
  }
  body {
    overflow-x: hidden;
  }
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
  .logo-mark {
    width: 42px;
    height: 36px;
    font-size: 28px;
  }
  .footer h5,
  .footer-logo h4,
  .navbar-brand h4 {
    font-size: 16px;
  }
  .footer-logo span,
  .navbar-brand span {
    font-size: 9px;
  }
  .meta-hero {
    padding: 42px 0 58px;
    text-align: left;
  }
  .cta-btn,
  .section-heading {
    text-align: center;
  }
  .breadcrumb-line {
    font-size: 12px;
    gap: 7px;
  }
  .hero-tag,
  .section-heading span,
  .why-label {
    font-size: 12px;
  }
  .meta-hero h1 {
    font-size: 34px;
    line-height: 1.15;
    margin-bottom: 15px;
  }
  .meta-hero p {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 22px;
  }
  .hero-buttons {
    gap: 12px;
  }
  .hero-buttons .btn {
    width: 100%;
    padding: 12px 18px;
    font-size: 14px;
  }
  .hero-review {
    align-items: flex-start;
    gap: 8px;
    font-size: 13px;
  }
  .cta-img img,
  .hero-img-box img {
    max-width: 100%;
  }
  .stats-strip {
    margin-top: -28px;
  }
  .stats-box {
    padding: 20px;
    gap: 16px;
  }
  .case-stats,
  .stats-box div {
    gap: 14px;
  }
  .stats-box i {
    width: 52px;
    height: 52px;
    font-size: 23px;
  }
  .stats-box h4 {
    font-size: 22px;
  }
  .pricing-card h3 span,
  .process-item span,
  .stats-box span {
    font-size: 13px;
  }
  .section-heading {
    margin-bottom: 24px;
  }
  .section-heading h2,
  .why-box h2 {
    font-size: 24px;
    line-height: 1.25;
  }
  .services-section {
    padding: 38px 0 28px;
  }
  .service-card {
    min-height: auto;
    padding: 24px 20px;
  }
  .service-card i {
    width: 54px;
    height: 54px;
    font-size: 25px;
    margin-bottom: 16px;
  }
  .service-card h4 {
    font-size: 17px;
    line-height: 1.3;
  }
  .cta-box p,
  .service-card p {
    font-size: 14px;
    line-height: 1.55;
  }
  .why-section {
    padding: 24px 0;
  }
  .why-box {
    padding: 24px 18px;
  }
  .why-box p {
    font-size: 14px;
    line-height: 1.6;
  }
  .why-points {
    gap: 18px;
    margin-top: 24px;
  }
  .why-points div i,
  .why-points i {
    width: 58px;
    height: 58px;
    font-size: 26px;
    margin-bottom: 10px;
  }
  .case-card p,
  .contact-list li,
  .footer a,
  .footer li,
  .footer p,
  .plan-list li,
  .pricing-card li,
  .pricing-card p,
  .why-points h5 {
    font-size: 14px;
  }
  .case-section,
  .pricing-section,
  .process-section {
    padding: 28px 0;
  }
  .process-row {
    display: grid;
    gap: 20px;
  }
  .process-item {
    max-width: 280px;
    margin: 0 auto;
  }
  .process-icon {
    width: 56px;
    height: 56px;
    font-size: 24px;
    margin-bottom: 8px;
  }
  .cta-btn,
  .cta-img {
    width: 100%;
  }
  .process-item h5 {
    font-size: 14px;
    margin: 4px 0;
  }
  .process-item p {
    font-size: 13px;
    line-height: 1.45;
    margin: 0;
  }
  .process-arrow {
    display: none !important;
  }
  .pricing-card {
    padding: 24px 20px;
  }
  .case-stats span,
  .pricing-card h4 {
    font-size: 20px;
  }
  .pricing-card h3 {
    font-size: 28px;
  }
  .case-card img {
    width: 100%;
    height: 180px;
  }
  .case-card h4 {
    font-size: 17px;
  }
  .cta-section {
    padding: 8px 0 26px;
  }
  .cta-box {
    padding: 22px 18px;
    gap: 18px;
  }
  .cta-box h2 {
    font-size: 23px;
    line-height: 1.3;
  }
  .footer {
    padding: 38px 0 18px;
  }
  .footer-bottom div {
    flex-direction: column;
    gap: 8px;
  }
  .whatsapp {
    width: 50px;
    height: 50px;
    font-size: 25px;
    right: 18px;
    bottom: 18px;
  }
}
body,
html {
  width: 100%;
  overflow-x: hidden !important;
}
img {
  height: auto;
}
.cta-box,
.meta-hero,
.why-box {
  background-attachment: scroll !important;
  background-size: cover !important;
  background-position: center center !important;
}
@media (max-width: 991px) {
  .stats-box,
  .why-points {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .cta-box,
  .footer-bottom,
  .meta-hero {
    text-align: center;
  }
  .meta-hero {
    padding: 65px 0 60px !important;
  }
  .breadcrumb-line {
    justify-content: center;
    flex-wrap: wrap;
    font-size: 14px;
    margin-bottom: 18px;
  }
  .hero-tag {
    font-size: 14px;
  }
  .meta-hero h1 {
    font-size: 38px !important;
    line-height: 1.15;
  }
  .meta-hero p {
    font-size: 16px !important;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .hero-buttons,
  .hero-review {
    justify-content: center;
  }
  .hero-img-box {
    margin-top: 28px;
  }
  .hero-img-box img {
    max-width: 460px !important;
    width: 100%;
  }
  .stats-strip {
    margin-top: 0 !important;
    padding-top: 30px;
  }
  .stats-box {
    gap: 18px;
    padding: 24px !important;
  }
  .stats-box div {
    border-right: none !important;
    padding: 0 !important;
  }
  .why-box {
    padding: 30px 24px !important;
    border-radius: 18px;
  }
  .process-row {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
  .process-arrow {
    display: none !important;
  }
  .case-card {
    flex-direction: column;
  }
  .case-card img {
    width: 100% !important;
    height: 180px;
  }
  .cta-box {
    flex-direction: column !important;
    align-items: center !important;
    padding: 28px 24px !important;
  }
  .cta-img {
    width: 100% !important;
    justify-content: center !important;
  }
  .cta-img img {
    max-width: 320px !important;
  }
  .footer-bottom {
    flex-direction: column !important;
    align-items: center;
  }
}
@media (max-width: 575px) {
  .cta-img img,
  .hero-img-box img,
  .why-img-box img {
    max-width: 100% !important;
  }
  .process-row,
  .stats-box,
  .why-points {
    grid-template-columns: 1fr !important;
  }
  .cta-box,
  .why-box {
    border-radius: 16px !important;
    text-align: center;
  }
  .cta-box,
  .cta-btn,
  .footer,
  .meta-hero,
  .section-heading,
  .why-box {
    text-align: center;
  }
  .container {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  .meta-hero {
    padding: 42px 0 45px !important;
    background-position: center top !important;
  }
  .breadcrumb-line {
    justify-content: center;
    font-size: 12px !important;
    gap: 6px;
    margin-bottom: 14px;
  }
  .hero-tag {
    font-size: 12px !important;
    margin-bottom: 10px;
  }
  .meta-hero h1 {
    font-size: 30px !important;
    line-height: 1.2 !important;
    margin-bottom: 14px;
  }
  .meta-hero p {
    font-size: 14px !important;
    line-height: 1.6 !important;
    margin-bottom: 20px;
  }
  .stats-box h4,
  .stats-box i {
    font-size: 22px !important;
  }
  .hero-buttons {
    gap: 10px;
  }
  .hero-buttons .btn,
  .orange-btn,
  .outline-btn {
    width: 100% !important;
    padding: 12px 16px !important;
    font-size: 14px !important;
  }
  .hero-review {
    flex-direction: column;
    align-items: center !important;
    gap: 8px;
    font-size: 13px !important;
  }
  .hero-img-box {
    margin-top: 22px;
  }
  .hero-img-box img {
    filter: drop-shadow(0 16px 24px rgba(0, 0, 0, 0.25));
  }
  .stats-strip {
    margin-top: 0 !important;
    padding-top: 24px;
  }
  .stats-box {
    padding: 20px !important;
    gap: 16px;
  }
  .case-stats,
  .stats-box div {
    gap: 14px;
  }
  .stats-box i {
    width: 50px !important;
    height: 50px !important;
  }
  .process-item p,
  .stats-box span {
    font-size: 13px !important;
  }
  .section-heading {
    margin-bottom: 22px !important;
  }
  .section-heading span,
  .why-label {
    font-size: 12px !important;
  }
  .cta-box h2,
  .section-heading h2,
  .why-box h2 {
    font-size: 23px !important;
    line-height: 1.3;
  }
  .case-section,
  .pricing-section,
  .process-section,
  .services-section,
  .why-section {
    padding: 32px 0 26px !important;
  }
  .pricing-card,
  .service-card {
    min-height: auto !important;
    padding: 22px 18px !important;
  }
  .service-card i {
    width: 52px !important;
    height: 52px !important;
    font-size: 24px !important;
  }
  .case-card h4,
  .pricing-card h4,
  .service-card h4 {
    font-size: 17px !important;
  }
  .case-card p,
  .contact-list li,
  .footer a,
  .footer li,
  .footer p,
  .plan-list li,
  .pricing-card li,
  .pricing-card p,
  .process-item h5,
  .service-card p,
  .why-box p {
    font-size: 14px !important;
  }
  .process-icon,
  .whatsapp {
    font-size: 24px !important;
  }
  .why-box {
    padding: 24px 18px !important;
  }
  .why-points {
    gap: 18px;
  }
  .why-points div i,
  .why-points i {
    width: 54px !important;
    height: 54px !important;
    font-size: 24px !important;
  }
  .process-row {
    display: grid !important;
    gap: 20px;
  }
  .process-item {
    max-width: 280px;
    margin: 0 auto;
  }
  .process-icon {
    width: 56px !important;
    height: 56px !important;
  }
  .case-card img,
  .cta-btn,
  .cta-img {
    width: 100% !important;
  }
  .pricing-card h3 {
    font-size: 26px !important;
  }
  .case-card {
    flex-direction: column !important;
    padding: 14px !important;
  }
  .case-card img {
    height: 170px !important;
    object-fit: cover;
  }
  .case-stats span {
    font-size: 20px !important;
  }
  .cta-section {
    padding: 8px 0 28px !important;
  }
  .cta-box {
    padding: 22px 18px !important;
    min-height: auto !important;
    gap: 18px;
  }
  .cta-box p {
    font-size: 14px !important;
    line-height: 1.55;
  }
  .cta-img {
    justify-content: center !important;
  }
  .footer {
    padding: 36px 0 18px !important;
  }
  .contact-list li,
  .footer-logo,
  .social-icons {
    justify-content: center;
  }
  .footer h5 {
    font-size: 16px !important;
  }
  .footer-bottom div {
    flex-direction: column !important;
    gap: 8px;
  }
  .whatsapp {
    width: 48px !important;
    height: 48px !important;
    right: 16px !important;
    bottom: 16px !important;
  }
}
