.phone-box strong,
img {
  display: block;
}
.follow-list i,
.icon,
.stat-item span {
  place-items: center;
}
*,
.navbar {
  padding: 0;
}
.service-section,
body {
  font-family: Outfit, sans-serif;
}
.breadcrumb-line a,
.footer-social a,
.footer-widget ul li a,
.service-card a,
.social-icons a,
a {
  text-decoration: none;
}
:root {
  --dark: #061020;
  --dark2: #08172c;
  --orange: #ff4b12;
  --orange2: #ff8a00;
  --purple: #7b2cff;
  --blue: #1267ff;
  --green: #11b56a;
  --text: #101828;
  --muted: #667085;
  --border: #e7ebf2;
  --shadow: 0 18px 50px rgba(15, 23, 42, 0.1);
}
html {
  scroll-behavior: smooth;
}
body {
  color: var(--text);
  overflow-x: hidden;
  background: #fff;
  color: #101828;
}
img {
  max-width: 100%;
}
.main-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  background: rgba(5, 15, 31, 0.95);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(14px);
}
.navbar {
  min-height: 78px;
}
.logo-wrap img {
  width: 190px;
}
.navbar-nav {
  gap: 20px;
}
.navbar-dark .navbar-nav .nav-link {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  padding: 31px 0;
  position: relative;
}
.contact-list i,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link:hover {
  color: var(--orange);
}
.navbar-dark .navbar-nav .nav-link.active::after {
  content: "";
  width: 34px;
  height: 3px;
  background: var(--orange);
  border-radius: 20px;
  position: absolute;
  left: 50%;
  bottom: 12px;
  transform: translateX(-50%);
}
.dropdown-menu {
  border: 0;
  border-radius: 14px;
  padding: 10px;
  box-shadow: var(--shadow);
}
.dropdown-item {
  font-size: 18px;
  font-weight: 500;
  border-radius: 9px;
}
.dropdown-item:hover {
  background: #fff0ea;
  color: var(--orange);
}
.header-actions {
  display: flex;
  align-items: center;
  gap: 18px;
}
.btn-orange,
.phone-box {
  align-items: center;
  color: #fff;
}
.phone-box {
  display: flex;
  gap: 9px;
  line-height: 1.1;
}
.phone-box i {
  font-size: 20px;
}
.breadcrumb-line,
.btn-orange,
.phone-box strong {
  font-size: 18px;
  font-weight: 500;
}
.phone-box span {
  font-size: 11px;
  color: #d8e0ec;
}
.btn-orange {
  display: inline-flex;
  justify-content: center;
  background: linear-gradient(135deg, var(--orange), var(--orange2));
  padding: 14px 22px;
  border-radius: 10px;
  box-shadow: 0 13px 28px rgba(255, 75, 18, 0.28);
}
.btn-orange:hover {
  color: #fff;
  transform: translateY(-2px);
}
.services-hero {
  position: relative;
  padding: 140px 0 35px;
  min-height: 520px;
  color: #fff;
  background:
    radial-gradient(
      circle at 82% 35%,
      rgba(255, 75, 18, 0.24),
      transparent 30%
    ),
    radial-gradient(
      circle at 70% 60%,
      rgba(124, 44, 255, 0.25),
      transparent 36%
    ),
    linear-gradient(135deg, #061020 0, #07172d 54%, #0b0629 100%);
  overflow: hidden;
}
.hero-pattern {
  position: absolute;
  right: 0;
  top: 80px;
  width: 540px;
  height: 390px;
  background-image: radial-gradient(
    rgba(120, 85, 255, 0.45) 1px,
    transparent 1px
  );
  background-size: 18px 18px;
  opacity: 0.45;
}
.icon,
.whatsapp-btn {
  width: 62px;
  height: 62px;
}
.footer-section .container,
.service-card .icon-img,
.service-card a,
.service-card h3,
.service-card p,
.services-hero .row {
  position: relative;
  z-index: 2;
}
.service-card .icon-img {
  width: 100%;
  height: 170px;
  border-radius: 18px;
  overflow: hidden;
  margin-bottom: 18px;
  background: #fff3ea;
}
.service-card .icon-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s;
}
.service-card a {
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.service-card:hover {
  box-shadow: 0 20px 45px rgba(15, 23, 42, 0.1);
  box-shadow: var(--shadow);
  box-shadow: 0 20px 48px rgba(15, 23, 42, 0.14);
}
.service-card:hover .icon-img img {
  transform: scale(1.06);
  transform: scale(1.12) rotate(-3deg);
  filter: drop-shadow(0 14px 18px rgba(255, 90, 20, 0.22));
}
.breadcrumb-line {
  display: flex;
  align-items: center;
  gap: 10px;
}
.breadcrumb-line i {
  font-size: 11px;
}
.hero-content h1 {
  font-size: 34px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: -1.5px;
  margin-bottom: 25px;
}
.hero-content h5 {
  font-size: 21px;
  font-weight: 500;
  margin-bottom: 18px;
}
.hero-content p {
  max-width: 610px;
  color: #edf4ff;
  ffont-size: 14px;
  line-height: 1.7;
}
.hero-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px 40px;
  margin-top: 42px;
  max-width: 476px;
}
.stat-item {
  display: flex;
  align-items: center;
  gap: 16px;
}
.stat-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.stat-item span i {
  font-size: 28px;
  color: #ff4b12;
}
.stat-item strong {
  color: #fff;
}
.stat-item small {
  display: block;
  margin-top: 5px;
}
@media (max-width: 575px) {
  .hero-stats {
    grid-template-columns: 1fr;
    gap: 22px;
  }
}
.stat-item {
  display: flex;
  align-items: center;
  gap: 12px;
}
.stat-item span {
  width: 46px;
  height: 46px;
  display: grid;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.06);
}
.stat-item i {
  color: var(--orange);
  font-size: 23px;
}
.stat-item strong {
  display: block;
  font-size: 30px;
  font-weight: 500;
  line-height: 1;
}
.stat-item small {
  color: #fff;
  font-weight: 500;
  font-size: 14px;
}
.hero-img {
  display: flex;
  justify-content: flex-end;
}
.hero-img img {
  width: min(100%, 690px);
  filter: drop-shadow(0 35px 55px rgba(0, 0, 0, 0.38));
}
.section-title span,
.service-card a {
  color: var(--purple);
}
.section-title h2 {
  position: relative;
  display: inline-block;
}
.section-title h2::after {
  content: "";
  position: absolute;
  width: 45px;
  height: 3px;
  border-radius: 20px;
  background: var(--orange);
  left: 50%;
  bottom: -14px;
  transform: translateX(-50%);
}
.footer-social a:hover,
.social-icons a:hover {
  transform: translateY(-4px);
}
.service-grid {
  margin-top: 54px;
}
.service-card {
  box-shadow: 0 12px 35px rgba(15, 23, 42, 0.04);
  border: 1px solid var(--border);
  box-shadow: 0 12px 34px rgba(15, 23, 42, 0.05);
}
.icon {
  margin: 0 auto 22px;
  display: grid;
  border-radius: 16px;
  color: #fff;
  font-size: 31px;
}
.green {
  background: linear-gradient(135deg, #4ed64b, #14a950);
}
.purple {
  background: linear-gradient(135deg, #9b45ff, #641cff);
}
.orange {
  background: linear-gradient(135deg, #ff8a00, #ff4b12);
}
.google {
  background: linear-gradient(135deg, #34a853, #fbbc05, #4285f4);
}
.blue {
  background: linear-gradient(135deg, #1570ff, #0050c8);
}
.pink {
  background: linear-gradient(135deg, #f052b7, #d9289b);
}
.yellow {
  background: linear-gradient(135deg, #ffb000, #ff8a00);
}
.magenta {
  background: linear-gradient(135deg, #ec3bbb, #c91e91);
}
.document {
  background: linear-gradient(135deg, #2f8cff, #0057d9);
}
.teal {
  background: linear-gradient(135deg, #24c6a8, #0a9b8b);
}
.violet {
  background: linear-gradient(135deg, #814cff, #5a19d6);
}
.cyan {
  background: linear-gradient(135deg, #28b5d9, #1687b1);
}
.why-section {
  padding: 20px 0 42px;
}
.why-box {
  min-height: 255px;
  border-radius: 55px;
  padding: 36px 46px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  color: #fff;
  background:
    radial-gradient(
      circle at 80% 40%,
      rgba(108, 46, 255, 0.45),
      transparent 32%
    ),
    linear-gradient(135deg, #061020 0, #0b1541 70%, #17106b 100%);
  overflow: hidden;
}
.why-content h2 {
  font-size: 34px;
  font-weight: 500;
  margin-bottom: 6px;
}
.why-content > p {
  color: #e9efff;
  margin-bottom: 30px;
}
.why-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px;
}
.why-list i {
  color: var(--orange);
  font-size: 33px;
  margin-bottom: 12px;
}
.why-list h4 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 7px;
}
.why-list p {
  color: #dbe4f2;
  font-size: 18px;
  line-height: 1.55;
  margin: 0;
}
.why-image img {
  width: 440px;
  max-width: none;
}
.process-line {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
}
.process-item,
.process-item .circle {
  display: grid;
  display: grid !important;
}
.process-item {
  display: grid;
  grid-template-columns: 56px 1fr;
  align-items: start;
}
.process-item .circle {
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 25px;
  grid-row: 1/4;
}
.process-item strong {
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
}
.process-item h4 {
  font-size: 16px;
  font-weight: 500;
}
.process-item p {
  font-size: 18px;
  color: #475467;
}
.arrow i {
  font-size: 28px;
  color: #0f172a;
}
.cta-section {
  padding: 0 0 38px;
}
.cta-box {
  min-height: 155px;
  border-radius: 25px;
  padding: 7px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  color: #fff;
  background: linear-gradient(
    135deg,
    #ff9b00 0,
    #ff3e2e 28%,
    #9b23ff 66%,
    #4014ff 100%
  );
  overflow: hidden;
}
.white-btn,
.white-btn:hover {
  color: #111827;
}
.cta-content h2 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 6px;
}
.cta-content p {
  font-size: 14px;
  color: #fff;
  margin-bottom: 14px;
}
.white-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 768px) {
  .cta-box {
    min-height: auto;
    padding: 24px 20px;
    flex-direction: column;
    text-align: center;
  }
  .cta-content h2 {
    font-size: 20px;
  }
  .cta-img img {
    width: 260px;
  }
}
.breadcrumb-line i,
.hero-content .breadcrumb-line i {
  color: #fff !important;
}
.breadcrumb-line {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 20px;
}
.breadcrumb-line a {
  color: #c8ced8 !important;
}
.breadcrumb-line a:hover {
  color: #f60 !important;
}
.breadcrumb-line span {
  color: #f60 !important;
  font-weight: 500;
}
.breadcrumb-line i {
  color: #fff !important;
  font-weight: 500;
}
.white-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 14px 28px;
  border-radius: 8px;
  background: #fff;
  font-size: 14px;
  font-weight: 500;
}
.cta-img img {
  max-width: 100%;
  height: auto;
  width: 560px;
}
.contact-list li,
.follow-list li {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 10px;
}
.footer-logo,
.footer-widget h4 {
  margin-bottom: 18px;
}
.follow-list i {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: grid;
  color: #fff;
  font-size: 18px;
  transition: 0.3s;
}
.follow-list li:first-child i,
.footer-social a:first-child,
.social-icons a.facebook {
  background: #1877f2;
}
.follow-list li:nth-child(2) i,
.social-icons a.instagram {
  background: linear-gradient(
    135deg,
    #feda75,
    #fa7e1e,
    #d62976,
    #962fbf,
    #4f5bd5
  );
}
.follow-list li:nth-child(3) i,
.footer-social a:nth-child(3),
.social-icons a.linkedin {
  background: #0a66c2;
}
.follow-list li:nth-child(4) i,
.footer-social a:nth-child(5),
.social-icons a.youtube {
  background: red;
}
.follow-list li:nth-child(5) i,
.social-icons a.twitter {
  background: #1da1f2;
}
.follow-list li:nth-child(6) i,
.social-icons a.pinterest {
  background: #e60023;
}
.follow-list li {
  color: #cbd5e1;
  font-size: 18px;
}
.follow-list li:hover i {
  transform: translateY(-3px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.25);
}
.social-icons {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.social-icons a,
.whatsapp-btn {
  display: grid;
  place-items: center;
  border-radius: 50%;
}
.social-icons a {
  width: 38px;
  height: 38px;
  color: #fff;
  font-size: 18px;
  transition: 0.3s;
}
.social-icons a:hover {
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.25);
}
.footer-bottom a {
  color: #d7deeb;
  font-size: 18px;
  margin-left: 25px;
}
.whatsapp-btn {
  position: fixed;
  right: 30px;
  bottom: 30px;
  background: #25d366;
  color: #fff;
  font-size: 34px;
  z-index: 999;
  box-shadow: 0 16px 30px rgba(37, 211, 102, 0.34);
}
.footer-section,
.service-card {
  position: relative;
  overflow: hidden;
}
@media (max-width: 1300px) {
  .page-container {
    padding-left: 40px;
    padding-right: 40px;
  }
  .navbar-nav {
    gap: 12px;
  }
  .navbar-dark .navbar-nav .nav-link {
    font-size: 14px;
  }
  .hero-content h1 {
    font-size: 52px;
  }
}
@media (max-width: 991px) {
  .main-header {
    position: relative;
    background: #061020;
  }
  .navbar {
    padding: 14px 0;
  }
  .navbar-collapse {
    background: #08172c;
    border-radius: 16px;
    padding: 20px;
    margin-top: 14px;
  }
  .navbar-dark .navbar-nav .nav-link {
    padding: 12px 0;
  }
  .arrow,
  .navbar-dark .navbar-nav .nav-link.active::after {
    display: none;
  }
  .header-actions {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 15px;
  }
  .services-hero {
    padding: 60px 0 45px;
  }
  .hero-img {
    justify-content: center;
    margin-top: 30px;
  }
  .hero-stats {
    gap: 18px;
  }
  .stat-item {
    width: calc(50% - 9px);
  }
  .process-line,
  .why-box {
    flex-direction: column;
    align-items: flex-start;
  }
  .why-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .why-image img {
    width: 100%;
    max-width: 100%;
  }
  .process-item {
    width: 100%;
    grid-template-columns: 60px 1fr;
  }
  .cta-box {
    flex-direction: column;
    align-items: flex-start;
    padding: 32px;
  }
  .cta-img img {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .page-container {
    padding-left: 18px;
    padding-right: 18px;
  }
  .logo-wrap img {
    width: 155px;
  }
  .hero-content h1 {
    font-size: 40px;
  }
  .hero-content h5 {
    ffont-size: 14px;
  }
  .stat-item {
    width: 100%;
  }
  .cta-content h2,
  .section-title h2 {
    font-size: 27px;
  }
  .why-list {
    grid-template-columns: 1fr;
  }
  .why-box {
    padding: 30px 22px;
  }
  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
  .footer-bottom a {
    margin-left: 0;
    margin-right: 18px;
  }
}
.process-item,
.process-line,
.service-card {
  width: 100% !important;
}
.footer-section {
  background: #071120;
  padding: 55px 0 22px;
  color: #fff;
}
.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-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: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 {
  margin-bottom: 9px;
}
.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;
}
.service-card,
.service-grid .row,
.service-grid .row > div {
  display: flex !important;
}
.footer-bottom-links a,
.footer-bottom-links span {
  font-size: 14px;
  color: #cfd6e2;
  text-decoration: none;
}
.footer-bottom-links a:hover {
  color: #ff5a1f;
}
.breadcrumb-box,
.breadcrumb-box i {
  font-size: 18px;
  color: #fff;
}
.service-grid .row {
  flex-wrap: wrap !important;
  align-items: stretch !important;
  row-gap: 24px !important;
}
.service-card {
  height: 100% !important;
  min-height: 260px !important;
  padding: 26px 20px 22px !important;
  flex-direction: column !important;
  align-items: center !important;
  text-align: center !important;
}
.service-card .icon {
  flex: 0 0 auto !important;
  margin-bottom: 18px !important;
}
.service-card h3 {
  margin-bottom: 10px !important;
}
.service-card p {
  min-height: 85px !important;
  margin-bottom: 14px !important;
}
.service-card a {
  margin-top: auto !important;
  display: inline-block !important;
}
.arrow i,
.process-item strong {
  display: block !important;
}
.process-section {
  padding: 30px 0 45px !important;
}
.process-section .section-title {
  margin-bottom: 45px !important;
  text-align: center !important;
}
.process-line {
  margin-top: 0 !important;
  display: grid !important;
  grid-template-columns: 1fr 45px 1fr 45px 1fr 45px 1fr 45px 1fr !important;
  align-items: flex-start !important;
  gap: 0px !important;
}
.process-item {
  min-height: 119px !important;
  grid-template-columns: 60px 1fr !important;
  column-gap: 14px !important;
  align-items: flex-start !important;
}
.process-item .circle {
  width: 60px !important;
  height: 60px !important;
  min-width: 60px !important;
  border-radius: 50% !important;
  place-items: center !important;
  grid-row: 1/4 !important;
  margin: 0 !important;
}
.process-item strong {
  margin: 0 0 2px !important;
}
.process-item h4 {
  margin: 0 0 5px !important;
}
.process-item p {
  margin: 0 !important;
  max-width: 130px !important;
  line-height: 1.35 !important;
}
.arrow {
  width: 45px !important;
  height: 60px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding-top: 0 !important;
  margin: 0 !important;
}
@media (max-width: 991px) {
  .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;
  }
  .process-line {
    grid-template-columns: 1fr !important;
    gap: 48px !important;
    max-width: 520px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .arrow {
    display: none !important;
  }
  .process-item {
    min-height: auto !important;
    grid-template-columns: 60px 1fr !important;
  }
  .process-item p {
    max-width: 100% !important;
  }
}
.icon-img,
.service-card,
.service-grid .col {
  display: flex;
}
@media (max-width: 575px) {
  .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;
  }
  .service-card,
  .service-card p {
    min-height: auto !important;
  }
  .process-section {
    padding: 25px 0 35px !important;
  }
  .process-section .section-title {
    margin-bottom: 35px !important;
  }
  .process-item {
    grid-template-columns: 55px 1fr !important;
    column-gap: 12px !important;
  }
  .process-item .circle {
    width: 55px !important;
    height: 55px !important;
    min-width: 55px !important;
  }
}
@media (max-width: 575px) {

    .process-line {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
    }

    .process-item {
        width: 100% !important;
        max-width: 260px !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        text-align: center !important;
    }

    .process-item .circle {
        margin-bottom: 12px !important;
    }

    .process-item p,
    .process-item h4,
    .process-item strong {
        text-align: center !important;
        max-width: 100% !important;
    }
}
.breadcrumb-box {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 20px;
  font-weight: 500;
}
.breadcrumb-box b {
  color: #f60;
  font-weight: 500;
}
* {
  margin: 0;
  box-sizing: border-box;
}
.page-container {
  max-width: 1420px;
  margin: 0 auto;
}
.section-title {
  margin-bottom: 50px;
}
.section-title span {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  margin-bottom: 12px;
}
.section-title h2 {
  line-height: 1.2;
}
.service-grid {
  justify-content: center;
}
.service-card {
  box-shadow: 0 12px 35px rgba(15, 23, 42, 0.08);
  flex-direction: column;
  align-items: center;
}
.icon-img {
  margin: 0 auto 22px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  animation: 3s ease-in-out infinite iconFloat;
  transition: transform 0.35s;
}
.service-card h3 {
  margin: 0 0 12px;
  line-height: 1.25;
}
.service-card p {
  margin: 0 0 20px;
  font-weight: 400;
}
.service-card a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.service-card a i {
  font-size: 14px;
  margin-left: 5px;
  transition: 0.3s;
}
.service-card a:hover {
  color: #e64a00;
}
@media (max-width: 1199px) {
  .service-card {
    min-height: 345px;
    padding: 32px 20px 26px;
  }
  .icon-img {
    width: 125px;
    height: 125px;
  }
}
@media (max-width: 991px) {
  .service-section {
    padding: 70px 0;
  }
  .page-container {
    padding-left: 24px;
    padding-right: 24px;
  }
  .section-title h2 {
    font-size: 32px;
  }
  .service-card {
    min-height: 330px;
    padding: 30px 20px 26px;
  }
  .icon-img {
    width: 118px;
    height: 118px;
  }
  .service-card p {
    font-size: 14px;
  }
}
.service-card::before {
  content: "";
  position: absolute;
  top: -70px;
  right: -70px;
  width: 150px;
  height: 150px;
  background: radial-gradient(circle, rgba(255, 90, 20, 0.14), transparent 70%);
  border-radius: 50%;
  opacity: 0;
  transform: scale(0.6);
  transition: 0.4s;
  z-index: 0;
}
.service-card:hover::before {
  opacity: 1;
  transform: scale(1.4);
}
.icon-img img {
  object-fit: contain;
  image-rendering: auto;
  transform: scale(1.08);
  transition:
    transform 0.35s,
    filter 0.35s;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.service-card:hover .icon-img {
  transform: translateY(-6px) scale(1.06);
}
.service-card:hover h3 {
  color: #ff5a14;
}
@keyframes iconFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-7px);
  }
}
.service-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: -120%;
  width: 80%;
  height: 100%;
  background: linear-gradient(
    120deg,
    transparent,
    rgba(255, 255, 255, 0.45),
    transparent
  );
  transform: skewX(-18deg);
  transition: 0.6s;
  z-index: 1;
  pointer-events: none;
}
.service-card:hover::after {
  left: 130%;
}
@media (max-width: 575px) {
  .service-card,
  .service-card h3,
  .service-card p {
    min-height: auto;
  }
  .service-section {
    padding: 55px 0;
  }
  .page-container {
    padding-left: 16px;
    padding-right: 16px;
  }
  .section-title {
    margin-bottom: 34px;
  }
  .section-title h2 {
    font-size: 26px;
  }
  .service-card {
    padding: 30px 22px;
  }
  .icon-img {
    width: 120px;
    height: 120px;
    margin-bottom: 18px;
    animation: 3s ease-in-out infinite iconFloatMobile;
  }
  .service-card:hover {
    transform: translateY(-5px);
  }
  @keyframes iconFloatMobile {
    0%,
    100% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-4px);
    }
  }
}
.service-section {
  padding: 80px 0;
  background: #fff;
}
.page-container {
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
}
.section-title span {
  color: #ff5a14;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.section-title h2 {
  font-size: 38px;
  font-weight: 700;
  color: #111827;
  margin: 10px 0 45px;
}
.service-card {
  background: #fff;
  border-radius: 22px;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.08);
  border: 1px solid #f1f1f1;
  transition: 0.35s;
}
.service-card:hover {
  border-color: #ff5a14;
  box-shadow: 0 22px 55px rgba(15, 23, 42, 0.14);
  transform: translateY(-8px);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.12);
}
.icon-img {
  width: 100%;
  height: 190px;
  border-radius: 18px;
  overflow: hidden;
  background: #f8fafc;
  margin-bottom: 20px;
}
.service-card h3 {
  font-size: 18px;
  font-weight: 700;
  color: #111827;
  min-height: 44px;
}
.service-card p {
  font-size: 14px;
  line-height: 1.6;
  color: #64748b;
}
.service-card a {
  color: #ff5a14;
  font-size: 14px;
  font-weight: 700;
}
.service-card a:hover i {
  transform: translateX(5px);
}
@media (max-width: 991px) {
  .page-container {
    padding-left: 24px;
    padding-right: 24px;
  }
  .section-title h2 {
    font-size: 32px;
  }
  .icon-img {
    height: 220px;
  }
}
@media (max-width: 575px) {
  .service-section {
    padding: 55px 0;
  }
  .page-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .section-title h2 {
    font-size: 26px;
    margin-bottom: 30px;
  }
  .service-card {
    padding: 15px;
  }
  .icon-img {
    height: 230px;
  }
  .service-card h3,
  .service-card p {
    min-height: auto;
  }
}
