*,
ul {
  padding: 0;
  margin: 0;
}
*,
.logo-wrap p,
ul {
  margin: 0;
}
.circle,
.coffee-cup,
.float-icon,
.inc-icon,
.logo-mark:after,
.profile-logo,
.story-row span {
  place-items: center;
}
.brand-row,
.platform-card,
.process-row,
.profile-card h5,
.profile-card p,
.section-title,
.stats,
.story-row span,
.trusted-section h2 {
  text-align: center;
}
.hero-main-img,
.trusted-brand-img {
  object-fit: contain;
}
.footer-social a,
.footer-widget ul li a,
a {
  text-decoration: none;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: Outfit, sans-serif;
  color: #071127;
  background: #fff;
  overflow-x: hidden;
}
ul {
  list-style: none;
}
.section-space {
  padding: 58px 0;
}
.section-title h2 {
  font-size: 30px;
  font-weight: 500;
  color: #10172f;
}
.section-title span,
.why-section h2 span {
  color: #ff4d12;
}
.section-title p {
  font-size: 18px;
  color: #41516b;
  font-weight: 500;
}
.logo-mark b,
.logo-mark span {
  font-size: 46px;
  letter-spacing: -10px;
}
.orange-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  background: linear-gradient(135deg, #ff7a1a, #ff3f00);
  color: #fff !important;
  border-radius: 8px;
  border: 0;
  padding: 13px 24px;
  font-size: 18px;
  font-weight: 500;
  box-shadow: 0 10px 22px rgba(255, 91, 14, 0.25);
  transition: 0.3s;
}
.orange-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 15px 28px rgba(255, 91, 14, 0.35);
}
.small-btn {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 8px;
}
.main-header {
  background: #020816;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.22);
}
.main-header .navbar {
  height: 74px;
}
.logo-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
}
.logo-mark {
  width: 58px;
  height: 42px;
  position: relative;
  font-weight: 900;
  line-height: 1;
}
.logo-mark span {
  position: absolute;
  left: 0;
  bottom: 1px;
  color: #fff;
}
.logo-mark b {
  position: absolute;
  left: 25px;
  bottom: 0;
  color: #ff5a13;
}
.logo-mark:after {
  content: "8";
  position: absolute;
  right: 3px;
  top: -7px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #ff5a13;
  color: #fff;
  display: grid;
  font-size: 11px;
  font-weight: 800;
}
.logo-wrap h4 {
  margin: 0;
  font-size: 20px;
  letter-spacing: 0.2px;
  font-weight: 800;
}
.logo-wrap p {
  font-size: 9px;
  color: #d5dbe8;
  font-weight: 600;
}
.navbar-dark .navbar-nav .nav-link {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  padding: 26px 11px;
  transition: 0.3s;
}
.contact-list i,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link:hover {
  color: #ff5a13;
}
.dropdown-menu {
  border: 0;
  border-radius: 12px;
  box-shadow: 0 16px 35px rgba(0, 0, 0, 0.12);
  padding: 10px;
}
.call-mini i {
  color: #fff;
  font-size: 16px;
}
.call-mini strong {
  display: block;
  color: #fff;
  font-size: 18px;
  line-height: 1;
}
.call-mini span {
  display: block;
  color: #d9e1f1;
  font-size: 10px;
}
.service-hero:before {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.025) 0 1px,
    transparent 1px 70px
  );
  opacity: 0.28;
}
.service-hero:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
}
.hero-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(70px);
  opacity: 0.6;
}
.hero-glow.one {
  width: 280px;
  height: 280px;
  background: #6c1eff;
  left: 58%;
  top: 28%;
}
.hero-glow.two {
  width: 190px;
  height: 190px;
  background: #ff4d12;
  right: 6%;
  top: 18%;
}
.breadcrumb-text {
  font-size: 18px;
  color: #d8e0f0;
  margin-bottom: 34px;
  font-weight: 600;
}
.breadcrumb-text span {
  color: #ff5a13;
  margin: 0 9px;
}
.phone-scene {
  height: 420px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.phone-mockup {
  width: 240px;
  height: 405px;
  background: #080b16;
  border: 8px solid #222636;
  border-radius: 38px;
  transform: rotate(7deg);
  box-shadow:
    0 40px 90px rgba(0, 0, 0, 0.55),
    inset 0 0 0 1px rgba(255, 255, 255, 0.08);
  position: relative;
  z-index: 2;
  padding: 18px 13px;
  color: #fff;
}
.float-icon,
.like-bubble {
  z-index: 3;
  position: absolute;
}
.phone-top {
  position: absolute;
  top: 9px;
  left: 50%;
  transform: translateX(-50%);
  width: 74px;
  height: 12px;
  background: #0a0a0d;
  border-radius: 0 0 9px 9px;
}
.profile-card {
  margin-top: 15px;
}
.profile-logo {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  border: 2px solid #ff5a13;
  display: grid;
  margin: auto;
  background: #12182d;
}
.profile-logo span {
  font-size: 22px;
  color: #ff5a13;
  font-weight: 900;
}
.profile-card h5 {
  margin: 8px 0 2px;
  font-size: 13px;
}
.profile-card p {
  margin: 0 0 7px;
  color: #aeb8ce;
  font-size: 9px;
}
.stats {
  display: flex;
  gap: 6px;
  justify-content: center;
  margin: 9px 0;
}
.stats span {
  font-size: 8px;
  color: #9aa6bb;
}
.stats b {
  display: block;
  color: #fff;
  font-size: 10px;
}
.profile-card button {
  background: #1684ff;
  color: #fff;
  border: 0;
  border-radius: 5px;
  padding: 5px 24px;
  font-size: 9px;
  font-weight: 700;
  margin: 0 3px;
}
.profile-card button.outline {
  background: #263246;
}
.story-row {
  display: flex;
  justify-content: space-between;
  margin: 16px 0 10px;
}
.story-row span {
  font-size: 8px;
  border-radius: 50%;
  width: 39px;
  height: 39px;
  background: #1a2136;
  border: 1px solid #ff5a13;
  display: grid;
}
.post-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px;
}
.post-grid em {
  height: 55px;
  border-radius: 5px;
  background: linear-gradient(135deg, #ff5a13, #1f6fff);
}
.neon-ring {
  position: absolute;
  width: 430px;
  height: 105px;
  border: 4px solid #a2f;
  border-radius: 50%;
  bottom: 22px;
  box-shadow:
    0 0 35px #9b22ff,
    inset 0 0 35px #9b22ff;
  transform: perspective(500px) rotateX(65deg);
}
.float-icon {
  width: 58px;
  height: 58px;
  border-radius: 16px;
  display: grid;
  color: #fff;
  font-size: 32px;
  font-weight: 500;
  box-shadow: 0 16px 28px rgba(0, 0, 0, 0.25);
}
.float-icon.insta {
  left: 55px;
  top: 42px;
  background: linear-gradient(135deg, #833ab4, #fd1d1d, #fcb045);
}
.float-icon.facebook {
  left: 0;
  top: 175px;
  background: #1877f2;
}
.float-icon.xicon {
  left: 145px;
  top: 210px;
  background: #161616;
}
.float-icon.youtube {
  left: 80px;
  bottom: 85px;
  background: red;
}
.float-icon.linkedin {
  right: 80px;
  top: 25px;
  background: #0a66c2;
}
.like-bubble {
  right: 0;
  top: 165px;
  background: #ff315b;
  color: #fff;
  border-radius: 12px;
  padding: 15px 17px;
  font-weight: 500;
  font-size: 18px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.25);
}
.dashboard-img,
.donut,
.include-card li,
.laptop-screen {
  position: relative;
}
.include-card,
.included-section,
.process-section {
  background: #fff;
}
.like-bubble.blue {
  right: 45px;
  top: 280px;
  background: #1d6dff;
}
.brand-row {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 26px;
  align-items: center;
}
.brand-row div {
  color: #a1a7b3;
  font-size: 20px;
  line-height: 1.1;
  font-weight: 500;
  filter: grayscale(1);
  opacity: 0.85;
}
.brand-row i {
  font-size: 27px;
  margin-right: 8px;
}
.brand-row small {
  font-size: 18px;
  letter-spacing: 1px;
}
.include-card {
  border: 1px solid #e1e6ef;
  border-radius: 15px;
  display: flex;
  gap: 22px;
  box-shadow: 0 8px 22px rgba(12, 24, 54, 0.04);
  transition: 0.3s;
}
.include-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 38px rgba(12, 24, 54, 0.1);
}
.inc-icon {
  border-radius: 14px;
  display: grid;
  font-size: 31px;
}
.inc-icon.orange {
  color: #ff5a13;
  background: #fff1eb;
}
.inc-icon.purple {
  color: #8d2cff;
  background: #f5eaff;
}
.inc-icon.blue {
  color: #2471ff;
  background: #eef5ff;
}
.inc-icon.red {
  color: #ff4d4d;
  background: #fff0f0;
}
.inc-icon.green {
  color: #18a85b;
  background: #eafbf2;
}
.include-card h5 {
  font-size: 18px;
  font-weight: 500;
}
.include-card li {
  font-size: 18px;
  color: #28344b;
  font-weight: 500;
  padding-left: 17px;
}
.include-card li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #0f1a2f;
  font-size: 11px;
  font-weight: 900;
}
.why-section h2 {
  font-size: 29px;
  line-height: 1.25;
  font-weight: 500;
}
.dash-head,
.why-list li {
  display: flex;
  font-size: 18px;
}
.why-list li {
  color: #213049;
  font-weight: 600;
  gap: 13px;
}
.why-list i {
  color: #8935ff;
}
.dashboard-img {
  min-height: 405px;
  border-radius: 16px;
  background: linear-gradient(135deg, #d7d1c6, #14191e);
  padding: 44px 30px;
  overflow: hidden;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.18);
}
.dashboard-img:before {
  content: "";
  position: absolute;
  left: 28px;
  bottom: 0;
  width: 95px;
  height: 310px;
  background: linear-gradient(#315b1c, #0e2d12);
  clip-path: polygon(
    45% 0,
    60% 38%,
    100% 12%,
    70% 55%,
    95% 100%,
    50% 68%,
    10% 100%,
    35% 55%,
    0 18%,
    38% 38%
  );
  opacity: 0.8;
}
.laptop-screen {
  margin-left: auto;
  width: 73%;
  min-height: 250px;
  background: #f9fbff;
  border: 12px solid #202329;
  border-bottom: 24px solid #202329;
  border-radius: 12px;
  z-index: 2;
  padding: 22px;
  box-shadow: 0 22px 45px rgba(0, 0, 0, 0.35);
}
.dash-head {
  justify-content: space-between;
  color: #172038;
  margin-bottom: 15px;
}
.dash-head i {
  margin-left: 10px;
  color: #4969ff;
}
.dash-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 9px;
}
.dash-cards div {
  background: #fff;
  border: 1px solid #edf0f6;
  border-radius: 8px;
  padding: 10px;
  font-size: 9px;
  color: #536079;
  font-weight: 700;
}
.dash-cards b {
  display: block;
  font-size: 18px;
  color: #172038;
}
.dash-cards em {
  color: #14b960;
  font-style: normal;
  font-size: 9px;
}
.chart-area {
  display: flex;
  align-items: center;
  gap: 26px;
  margin-top: 18px;
}
.chart-area svg {
  width: 65%;
  height: 110px;
}
.donut {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  background: conic-gradient(#1a6dff 0 35%, #22b86b 35% 62%, #f2b240 62% 100%);
}
.arrow:after,
.coffee-cup,
.cta-art span,
.donut:after,
.side-phone {
  position: absolute;
}
.donut:after {
  content: "";
  inset: 22px;
  background: #fff;
  border-radius: 50%;
}
.cta-art .s1,
.socials a:nth-child(2) {
  background: #e1306c;
}
.side-phone {
  right: 23px;
  bottom: 20px;
  width: 78px;
  height: 160px;
  background: #10151f;
  border: 5px solid #23262e;
  border-radius: 17px;
  z-index: 3;
  padding: 18px 9px;
}
.side-phone div {
  height: 45px;
  background: #2c8cff;
  border-radius: 6px;
  margin-bottom: 12px;
}
.side-phone span {
  display: block;
  height: 8px;
  border-radius: 10px;
  background: #ff6a18;
  margin: 9px 0;
}
.coffee-cup {
  right: 5px;
  bottom: 0;
  width: 78px;
  height: 92px;
  background: #f7f5ef;
  border-radius: 6px 6px 18px 18px;
  z-index: 2;
  display: grid;
  color: #ff5a13;
  font-size: 24px;
  font-weight: 900;
}
.arrow,
.cta-art,
.cta-box {
  position: relative;
}
.process-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}
.process-step {
  width: 160px;
}
.circle {
  width: 78px;
  height: 78px;
  border: 2px solid;
  border-radius: 50%;
  display: grid;
  margin: 0 auto 13px;
  font-size: 25px;
}
.circle.purple {
  color: #8d36ff;
  border-color: #8d36ff;
}
.circle.orange {
  color: #ff5a13;
  border-color: #ff5a13;
}
.circle.blue {
  color: #2f73ff;
  border-color: #2f73ff;
}
.circle.green {
  color: #21bd74;
  border-color: #21bd74;
}
.circle.pink {
  color: #ff4fa3;
  border-color: #ff4fa3;
}
.process-step h4 {
  font-size: 18px;
  font-weight: 500;
  margin: 0;
  color: #121a31;
}
.process-step h5 {
  font-size: 18px;
  font-weight: 500;
  margin: 3px 0 8px;
}
.process-step p {
  font-size: 18px;
  line-height: 1.5;
  color: #4e5d74;
}
.arrow {
  width: 70px;
  border-top: 2px dashed #98a1b2;
}
.arrow:after {
  content: "›";
  right: -4px;
  top: -21px;
  font-size: 22px;
  color: #98a1b2;
}
.platform-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 17px;
}
.platform-card {
  border: 1px solid #e1e6ef;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(8, 22, 54, 0.04);
  transition: 0.3s;
  background: #fff;
}
.platform-card:hover {
  transform: translateY(-5px);
}
.platform-card .tw,
.platform-card i {
  font-size: 43px;
  line-height: 1;
  display: block;
  font-weight: 900;
}
.fb {
  color: #1877f2;
}
.ig {
  color: #e1306c;
}
.li {
  color: #0a66c2;
}
.yt {
  color: red;
}
.pi {
  color: #e60023;
}
.platform-card h5 {
  font-size: 18px;
  font-weight: 800;
}
.platform-card p {
  font-size: 18px;
  color: #4f5d72;
  line-height: 1.5;
}
.cta-box {
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  background:
    radial-gradient(
      circle at 75% 30%,
      rgba(255, 99, 57, 0.85),
      transparent 34%
    ),
    linear-gradient(110deg, #7316df 0, #150ea8 55%, #ff4f13 100%);
  color: #fff;
  overflow: hidden;
}
.cta-box h2 {
  font-size: 26px;
  font-weight: 500;
  line-height: 1.15;
}
.cta-box p {
  font-size: 14px;
  color: #fff;
}
.cta-box .orange-btn,
.cta-box a {
  padding: 10px 20px;
  font-size: 14px;
  border-radius: 25px;
}
.cta-art {
  height: 125px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cta-art img,
.cta-img {
  width: 300px;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}
.cta-art > i {
  font-size: 72px;
  color: #ffc05a;
  text-shadow: 0 10px 18px rgba(0, 0, 0, 0.16);
  transform: rotate(-8deg);
}
.cta-art span,
.socials a {
  border-radius: 50%;
  display: grid;
  color: #fff;
  place-items: center;
}
.cta-art span {
  width: 42px;
  height: 42px;
  font-size: 21px;
  box-shadow: 0 10px 18px rgba(0, 0, 0, 0.18);
}
.cta-art .s1 {
  top: 4px;
  left: 190px;
}
.cta-art .s2 {
  top: 20px;
  right: 28px;
  background: #1877f2;
}
.cta-art .s3 {
  right: 68px;
  bottom: 8px;
  background: #ff315b;
}
.cta-art .s4 {
  left: 175px;
  bottom: 4px;
  background: red;
}
@media (max-width: 768px) {
  .cta-art,
  .cta-art img,
  .cta-img {
    width: 240px;
  }
  .cta-box {
    min-height: auto;
    padding: 24px 20px;
    flex-direction: column;
    text-align: center;
  }
  .cta-box h2 {
    font-size: 23px;
  }
  .cta-art {
    height: 110px;
  }
}
.footer h5,
.footer li {
  font-size: 18px;
  font-weight: 500;
}
.socials {
  display: flex;
  gap: 12px;
  margin-top: 18px;
}
.socials a {
  width: 33px;
  height: 33px;
  background: #1c73e8;
  font-weight: 800;
}
.footer-social a:nth-child(3),
.socials a:nth-child(3) {
  background: #0a66c2;
}
.socials a:nth-child(4) {
  background: #151515;
}
.footer-social a:nth-child(5),
.socials a:nth-child(5) {
  background: red;
}
.footer h5 {
  margin-bottom: 18px;
}
.footer li,
.footer-widget ul li {
  margin-bottom: 9px;
}
.footer li {
  color: #dbe3f2;
}
.contact-list li {
  display: flex;
  gap: 10px;
  line-height: 1.5;
}
.footer input {
  height: 50px;
  border-radius: 7px;
  border: 0;
  font-size: 13px;
}
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #b8c4d8;
  font-size: 18px;
}
.footer-bottom a {
  color: #b8c4d8;
  margin: 0 10px;
}
.whatsapp {
  position: fixed;
  right: 28px;
  bottom: 26px;
  width: 58px;
  height: 58px;
  background: #23c563;
  color: #fff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 31px;
  z-index: 20;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25);
}
@media (max-width: 1199px) {
  .navbar-dark .navbar-nav .nav-link {
    font-size: 18px;
    padding: 22px 7px;
  }
  .hero-features {
    grid-template-columns: repeat(2, 1fr);
  }
  .brand-row,
  .platform-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .process-row {
    flex-wrap: wrap;
    justify-content: center;
  }
  .arrow {
    display: none;
  }
}
@media (max-width: 991px) {
  .main-header .navbar {
    height: auto;
  }
  .navbar-collapse {
    background: #050b18;
    padding: 20px;
    border-radius: 14px;
    margin-top: 12px;
  }
  .service-hero h1 {
    font-size: 42px;
  }
  .hero-desc {
    margin-left: auto;
    margin-right: auto;
  }
  .hero-features {
    max-width: 560px;
    margin: auto;
    text-align: left;
  }
  .phone-scene {
    margin-top: 20px;
  }
  .why-section {
    text-align: center;
  }
  .why-list {
    text-align: left;
    max-width: 630px;
    margin: auto;
  }
  .laptop-screen {
    width: 100%;
  }
  .cta-box {
    flex-direction: column;
    text-align: center;
    gap: 15px;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 12px;
    text-align: center;
  }
  .service-hero {
    min-height: auto;
    padding: 80px 0;
    text-align: center;
  }
  .hero-image-box {
    margin-top: 35px;
  }
  .hero-main-img {
    max-width: 420px;
    max-height: 420px;
  }
}
@media (max-width: 767px) {
  .section-space {
    padding: 45px 0;
  }
  .section-title h2 {
    font-size: 24px;
  }
  .service-hero h1 {
    font-size: 36px;
  }
  .hero-features {
    grid-template-columns: 1fr 1fr;
    gap: 18px;
  }
  .phone-scene {
    transform: scale(0.82);
    height: 365px;
  }
  .brand-row,
  .dash-cards,
  .platform-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .include-card {
    flex-direction: column;
    text-align: center;
  }
  .footer,
  .include-card li {
    text-align: left;
  }
  .dashboard-img {
    padding: 25px 15px;
  }
  .chart-area {
    flex-direction: column;
  }
  .coffee-cup,
  .side-phone {
    display: none;
  }
  .cta-box {
    padding: 30px 22px;
  }
  .cta-box h2 {
    font-size: 26px;
  }
  .cta-art {
    width: 100%;
    transform: scale(0.82);
  }
  .whatsapp {
    width: 50px;
    height: 50px;
    font-size: 25px;
    right: 18px;
    bottom: 18px;
  }
}
@media (max-width: 480px) {
  .logo-wrap h4 {
    font-size: 17px;
  }
  .service-hero h1 {
    font-size: 31px;
  }
  .brand-row,
  .hero-features,
  .platform-grid {
    grid-template-columns: 1fr;
  }
  .phone-scene {
    transform: scale(0.7);
    margin-left: -15px;
  }
  .process-step {
    width: 100%;
  }
  .circle {
    width: 70px;
    height: 70px;
  }
  .section-title p {
    font-size: 13px;
  }
  .trusted-section h2 {
    font-size: 20px;
  }
}
.hero-image-box {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.service-hero {
  display: flex;
  align-items: center;
}
.brand-row,
.hero-image-box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.trusted-brand-img {
  background: 0 0 !important;
  box-shadow: none !important;
  border: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
}
.image-box {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-img {
  max-width: 654px;
  object-fit: cover;
}
@media (max-width: 991px) {
  .image-box {
    margin-top: 30px;
  }
  .section-img {
    max-width: 100%;
    height: auto;
  }
}
@media (max-width: 575px) {
  .hero-main-img {
    max-width: 300px;
    max-height: 300px;
  }
  .trusted-section {
    padding: 28px 0;
  }
  .trusted-section h2 {
    font-size: 20px;
    margin-bottom: 22px;
  }
  .trusted-brand-img {
    max-width: 100%;
  }
  .section-img {
    width: 100%;
    height: auto;
    border-radius: 14px;
  }
}
.cta-art {
  width: 42%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cta-img {
  width: 100%;
  max-width: 490px;
  height: auto;
  object-fit: contain;
  display: block;
}
.hero-features,
.mini-feature i {
  display: grid;
  display: grid !important;
}
@media (max-width: 768px) {
  .cta-art {
    width: 100%;
    margin-top: 25px;
  }
  .cta-img {
    max-width: 300px;
  }
}
.container {
  max-width: 1180px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
.service-hero::before {
  content: "";
  inset: 0;
}
.service-hero .row {
  margin-left: 0;
  margin-right: 0;
}
.hero-features {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.mini-feature i {
  display: grid;
  place-items: center;
  background: #ff5a13;
}
.hero-main-img {
  max-height: 500px;
  object-fit: contain;
}
.trusted-section {
  background: #fff;
  padding: 25px 0 !important;
  text-align: center;
  border-bottom: 1px solid #eef0f5;
}
.trusted-section h2 {
  font-size: 24px;
  font-weight: 500;
  color: #101828;
  margin-bottom: 18px !important;
}
.trusted-section h2 span {
  color: #ff4b12;
}
.brand-row {
  width: 100%;
  display: flex !important;
  justify-content: center;
  align-items: center;
  background: 0 0 !important;
  box-shadow: none !important;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
.trusted-brand-img {
  width: 100%;
  max-width: 1050px;
  height: auto;
  object-fit: contain;
  display: block;
}
.footer-logo,
.footer-widget h4 {
  margin-bottom: 18px;
}
.footer-section {
  background: #071120;
  padding: 55px 0 22px;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.footer-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      circle at 20% 20%,
      rgba(255, 255, 255, 0.06),
      transparent 30%
    ),
    radial-gradient(
      circle at 80% 20%,
      rgba(255, 255, 255, 0.05),
      transparent 30%
    );
  pointer-events: none;
}
.footer-section .container {
  position: relative;
  z-index: 2;
}
.service-hero::after,
.service-hero::before {
  content: "" !important;
  position: absolute !important;
}
.footer-brand {
  max-width: 280px;
}
.footer-logo img,
.footer-logo.footer-logo {
  width: 170px;
  height: auto;
  object-fit: contain;
  display: block;
}
.footer-about {
  font-size: 15px;
  line-height: 1.7;
  color: #d4d8df;
  margin-bottom: 22px;
}
.footer-social {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.footer-social a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 17px;
  transition: 0.3s;
}
.footer-social a:hover {
  transform: translateY(-4px);
}
.footer-social a:first-child {
  background: #1877f2;
}
.footer-social a:nth-child(2) {
  background: linear-gradient(45deg, #feda75, #d62976, #962fbf, #4f5bd5);
}
.footer-social a:nth-child(4) {
  background: #111;
}
.footer-widget h4 {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}
.footer-contact p,
.footer-widget ul li a,
.newsletter-text {
  font-size: 15px;
  color: #d5d9e0;
}
.footer-widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-widget ul li a {
  transition: 0.3s;
}
.footer-widget ul li a:hover {
  color: #ff5a1f;
  padding-left: 5px;
}
.footer-contact p {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  line-height: 1.6;
  margin-bottom: 12px;
}
.footer-contact i {
  color: #ff5a1f;
  font-size: 16px;
  margin-top: 4px;
  min-width: 18px;
}
.newsletter-text {
  line-height: 1.7;
  margin-bottom: 15px;
}
.newsletter-form input {
  width: 100%;
  height: 44px;
  border-radius: 7px;
  border: none;
  outline: 0;
  padding: 0 14px;
  font-size: 14px;
  margin-bottom: 12px;
}
.newsletter-form button {
  background: #ff5a1f;
  color: #fff;
  border: none;
  border-radius: 7px;
  padding: 11px 24px;
  font-size: 15px;
  font-weight: 600;
  transition: 0.3s;
}
.newsletter-form button:hover {
  background: #ff743d;
}
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 34px;
  padding-top: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
}
.footer-bottom p {
  font-size: 14px;
  color: #cfd6e2;
  margin: 0;
}
.footer-bottom-links {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.footer-bottom-links a,
.footer-bottom-links span {
  font-size: 14px;
  color: #cfd6e2;
  text-decoration: none;
}
.footer-bottom-links a:hover {
  color: #ff5a1f;
}
.included-section,
.platform-section,
.process-section,
.why-section {
  padding: 42px 0;
}
.section-title {
  margin-bottom: 28px;
}
.section-title h2 {
  margin-bottom: 6px;
}
.section-title p {
  margin-bottom: 0;
}
.include-card {
  height: 100%;
  min-height: 230px;
  padding: 22px 20px;
  gap: 18px;
  align-items: flex-start;
}
.circle,
.include-card h5,
.platform-card .tw,
.platform-card i {
  margin-bottom: 10px;
}
.include-card ul,
.why-list {
  margin: 0;
  padding: 0;
}
.include-card li {
  margin-bottom: 5px;
  line-height: 1.6;
}
.inc-icon {
  min-width: 52px;
  width: 52px;
  height: 52px;
  flex-shrink: 0;
}
.included-section .row {
  row-gap: 22px;
}
.why-section {
  padding: 38px 0;
}
.why-section h2 {
  margin-bottom: 22px;
}
.why-list li {
  margin-bottom: 14px;
  align-items: flex-start;
  line-height: 1.5;
}
.dashboard-img,
.image-box {
  height: 100%;
}
.section-img {
  width: 100%;
  height: 405px;
  object-fit: cover;
  border-radius: 16px;
  display: block;
}
.process-section {
  padding: 40px 0;
}
.process-row {
  gap: 14px;
  align-items: flex-start;
}
.process-step {
  padding: 0 6px;
}
.process-step h4,
.process-step h5 {
  margin-bottom: 5px;
}
.platform-card p,
.process-step p {
  margin: 0;
}
.arrow {
  margin-top: 38px;
}
.platform-grid {
  gap: 18px;
}
.platform-card {
  height: 100%;
  min-height: 170px;
  padding: 20px 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.cta-box h2,
.platform-card h5 {
  margin-bottom: 8px;
}
.cta-section {
  padding: 28px 0 45px;
}
.cta-box {
  min-height: 160px;
  padding: 20px 40px;
  align-items: center;
}
.cta-box p {
  margin-bottom: 14px;
}
.cta-art {
  padding: 5px 0;
}
.included-section .col-lg-4,
.platform-grid > * {
  display: flex;
}
.included-section .include-card,
.platform-card {
  width: 100%;
}
@media (max-width: 991px) {
  .hero-desc,
  .hero-features {
    margin-left: auto;
    margin-right: auto;
  }
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .service-hero {
    min-height: auto !important;
    padding: 85px 0 45px !important;
    text-align: center;
  }
  .service-hero h1 {
    font-size: 42px;
  }
  .hero-features {
    grid-template-columns: repeat(2, 1fr);
    max-width: 560px;
    text-align: left;
  }
  .hero-image-box {
    margin-top: 25px;
  }
  .hero-main-img {
    max-width: 420px;
    max-height: 420px;
  }
  .footer-section {
    padding: 45px 0 22px;
  }
  .footer-brand {
    max-width: 100%;
  }
  .footer-bottom {
    flex-direction: column;
    text-align: center;
  }
  .footer-bottom-links {
    justify-content: center;
  }
  .included-section,
  .platform-section,
  .process-section,
  .why-section {
    padding: 36px 0;
  }
  .include-card {
    min-height: auto;
    padding: 22px;
  }
  .why-section {
    text-align: center;
  }
  .why-list {
    max-width: 650px;
    margin: 0 auto 25px;
    text-align: left;
  }
  .section-img {
    height: auto;
  }
  .process-row {
    justify-content: center;
    row-gap: 28px;
  }
  .process-step {
    width: 180px;
  }
  .cta-box {
    padding: 28px 24px;
    gap: 18px;
  }
}
@media (max-width: 575px) {
  .container {
    padding-left: 18px;
    padding-right: 18px;
  }
  .service-hero {
    padding: 75px 0 35px !important;
  }
  .service-hero h1 {
    font-size: 34px;
  }
  .hero-features {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .hero-main-img {
    max-width: 300px;
    max-height: 300px;
  }
  .trusted-section {
    padding: 22px 0 !important;
  }
  .trusted-section h2 {
    font-size: 20px;
    margin-bottom: 15px !important;
  }
  .footer-logo img,
  .footer-logo.footer-logo {
    width: 145px;
  }
  .footer-widget h4 {
    margin-top: 10px;
  }
  .footer-social {
    justify-content: flex-start;
  }
  .footer-bottom p,
  .footer-bottom-links a,
  .footer-bottom-links span {
    font-size: 13px;
  }
  .included-section,
  .platform-section,
  .process-section,
  .why-section {
    padding: 30px 0;
  }
  .section-title {
    margin-bottom: 22px;
  }
  .include-card {
    padding: 20px 18px;
    gap: 14px;
    text-align: left;
  }
  .inc-icon {
    min-width: 46px;
    width: 46px;
    height: 46px;
  }
  .why-list li {
    margin-bottom: 12px;
  }
  .process-step {
    width: 100%;
    max-width: 260px;
  }
  .platform-card {
    min-height: auto;
    padding: 20px 16px;
  }
  .cta-box {
    padding: 25px 18px;
    text-align: center;
  }
  .cta-art {
    width: 100%;
  }
}
.breadcrumb-box {
  display: flex;
  align-items: center;
  color: #fff;
}
.breadcrumb-box b {
  color: #f60;
  font-weight: 500;
}
.breadcrumb-box i,
.breadcrumb-box span {
  color: #fff !important;
}
.breadcrumb-box,
.breadcrumb-box span,
.hero-desc,
.mini-feature h6,
.section-label,
.service-hero .breadcrumb-box,
.service-hero h1 {
  font-weight: 500 !important;
}
.service-hero {
  display: flex !important;
  align-items: center !important;
}
.breadcrumb-box,
.service-hero .breadcrumb-box {
  display: flex !important;
  align-items: center !important;
  gap: 9px !important;
  margin-bottom: 22px !important;
  flex-wrap: wrap !important;
  font-size: 15px !important;
  margin-top:43px;
}
.breadcrumb-box a,
.service-hero .breadcrumb-box a,
.service-hero .breadcrumb-box i {
  color: #fff !important;
  text-decoration: none !important;
}
.breadcrumb-box a:hover {
  color: #ff5a13 !important;
}
.breadcrumb-box i {
  font-size: 13px !important;
}
.section-label {
  letter-spacing: 0.3px;
  display: inline-block !important;
  color: #a13bff !important;
  font-size: 18px !important;
  margin-bottom: 14px !important;
}
.hero-image-box {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}
.brand-section {
  padding: 30px 0 34px !important;
  background: #fff;
  text-align: center;
}
.brand-heading {
  text-align: center;
  color: #8b2cff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  margin-bottom: 22px;
}
.brand-grid {
  max-width: 1000px;
  margin: 0 auto;
  display: grid !important;
  grid-template-columns: repeat(6, 1fr) !important;
  gap: 26px;
  align-items: center;
}
.brand-card {
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.brand-card img {
  width: 100%;
  max-width: 150px;
  max-height: 55px;
  height: auto;
  object-fit: contain;
  display: block;
  filter: grayscale(100%) contrast(160%) brightness(55%);
}
@media (max-width: 991px) {
  .hero-desc,
  .hero-features {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .service-hero {
    min-height: auto !important;
    padding: 85px 0 45px !important;
    text-align: center !important;
  }
  .breadcrumb-box {
    justify-content: center !important;
  }
  .hero-features {
    max-width: 560px !important;
  }
  .hero-image-box {
    margin-top: 25px !important;
  }
  .hero-main-img {
    max-width: 420px !important;
  }
  .brand-grid {
    max-width: 620px;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 22px;
  }
  .brand-card {
    height: 65px;
  }
  .brand-card img {
    max-width: 135px;
    max-height: 50px;
  }
}
@media (max-width: 575px) {
  .service-hero {
    padding: 75px 0 35px !important;
  }
  .breadcrumb-box {
    font-size: 13px !important;
    margin-bottom: 18px !important;
  }
  .hero-desc,
  .section-label {
    font-size: 14px !important;
  }
  .service-hero h1 {
    font-size: 31px !important;
  }
  .hero-desc {
    margin-bottom: 28px !important;
  }
  .hero-features {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }
  .mini-feature {
    justify-content: flex-start !important;
  }
  .hero-main-img {
    max-width: 300px !important;
  }
  .brand-section {
    padding: 26px 0 30px !important;
  }
  .brand-heading {
    font-size: 11px;
    margin-bottom: 20px;
  }
  .brand-grid {
    max-width: 300px;
    margin: 0 auto;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 20px 30px;
  }
  .brand-card {
    height: 52px;
  }
  .brand-card img {
    max-width: 105px;
    max-height: 42px;
  }
}
.service-hero {
  position: relative !important;
  min-height: 560px !important;
  padding: 95px 0 55px !important;
  display: flex !important;
  align-items: center !important;
  color: #fff !important;
  overflow: hidden !important;
  background:
    radial-gradient(
      circle at 75% 55%,
      rgba(104, 0, 255, 0.35),
      transparent 30%
    ),
    linear-gradient(120deg, #020817 0, #050a1d 55%, #090024 100%) !important;
}
.service-hero::before {
  inset: 0 !important;
  background: repeating-linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.025) 0 1px,
    transparent 1px 70px
  ) !important;
  opacity: 0.28 !important;
  pointer-events: none !important;
}
.service-hero::after {
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  height: 1px !important;
  background: rgba(255, 255, 255, 0.18) !important;
}
.hero-container {
  position: relative !important;
  z-index: 2 !important;
}
.service-hero .breadcrumb-box b,
.service-hero .breadcrumb-box span {
  color: #f60 !important;
  font-weight: 500 !important;
  margin-top:3px;
}
.service-hero h1 {
  letter-spacing: -1px !important;
  font-size: 34px !important;
  line-height: 1.08 !important;
  margin-bottom: 20px !important;
}
.mini-feature h6,
.mini-feature i {
  font-size: 18px !important;
  color: #fff !important;
}
.service-hero h1 span {
  color: #ff4d12 !important;
}
.hero-desc {
  max-width: 600px !important;
  font-size: 17px !important;
  line-height: 1.7 !important;
  color: #fff !important;
  margin-bottom: 34px !important;
}
.hero-features {
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 18px 22px !important;
  max-width: 620px !important;
}
.mini-feature {
  display: flex !important;
  align-items: flex-start !important;
  gap: 12px !important;
  text-align: left !important;
}
.mini-feature i {
  width: 42px !important;
  height: 42px !important;
  min-width: 42px !important;
  border-radius: 10px !important;
  place-items: center !important;
  margin: 0 !important;
}
.mini-feature:first-child i {
  background: #ff5a13 !important;
}
.mini-feature:nth-child(2) i {
  background: #2f65ff !important;
}
.mini-feature:nth-child(3) i {
  background: #8f26ff !important;
}
.mini-feature:nth-child(4) i {
  background: #ff2c91 !important;
}
.mini-feature h6 {
  margin: 0 0 4px !important;
}
.mini-feature p {
  font-size: 12px !important;
  line-height: 1.4 !important;
  color: #bfc9da !important;
  margin: 0 !important;
}
.hero-image-box {
  width: 100% !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  overflow: visible !important;
}
.hero-main-img {
  width: 100% !important;
  max-width: 520px !important;
  height: auto !important;
  object-fit: contain !important;
  display: block !important;
}
@media (max-width: 991px) {
  .hero-desc,
  .hero-features {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .service-hero {
    min-height: auto !important;
    padding: 85px 0 45px !important;
    text-align: center !important;
    background:
      radial-gradient(
        circle at 50% 35%,
        rgba(104, 0, 255, 0.35),
        transparent 34%
      ),
      linear-gradient(120deg, #020817 0, #050a1d 55%, #090024 100%) !important;
  }
  .service-hero .breadcrumb-box {
    justify-content: center !important;
  }
  .hero-features {
    max-width: 560px !important;
  }
  .hero-image-box {
    margin-top: 25px !important;
  }
  .hero-main-img {
    max-width: 420px !important;
  }
}
@media (max-width: 575px) {
  .service-hero {
    padding: 75px 0 35px !important;
    background:
      radial-gradient(
        circle at 50% 25%,
        rgba(104, 0, 255, 0.35),
        transparent 38%
      ),
      linear-gradient(120deg, #020817 0, #050a1d 55%, #090024 100%) !important;
  }
  .service-hero .breadcrumb-box {
    font-size: 13px !important;
    margin-bottom: 18px !important;
  }
  .service-hero h1 {
    font-size: 31px !important;
  }
  .hero-desc {
    font-size: 14px !important;
    margin-bottom: 28px !important;
  }
  .hero-features {
    grid-template-columns: 1fr !important;
    gap: 35px !important;
  }
  .hero-main-img {
    max-width: 300px !important;
  }
}
