.elementor-3417 .elementor-element.elementor-element-b40abb9{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-3417 .elementor-element.elementor-element-ddc8fad{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-3417 .elementor-element.elementor-element-ddc8fad.e-con{--flex-grow:0;--flex-shrink:0;}@media(min-width:768px){.elementor-3417 .elementor-element.elementor-element-ddc8fad{--width:97.955%;}}@media(max-width:1024px) and (min-width:768px){.elementor-3417 .elementor-element.elementor-element-ddc8fad{--width:1020.057px;}}/* Start custom CSS for html, class: .elementor-element-d8f6fd7 */@import url('https://fonts.cdnfonts.com/css/creato-display');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Creato Display', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif !important;
}

.hero-section {
  width: 100%;
  background: linear-gradient(
    180deg,
    #0a1647 0%,
    #1e3a8a 40%,
    #3b82f6 70%,
    #93c5fd 85%,
    #fff 100%
  ) !important;
  min-height: 100vh;
  padding: 90px 20px 60px;
}
.hero-container {
  padding-top: 100px;
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
}
.hero-text-content {
  color: #fff !important;
}
.hero-title {   
  font-size: 3.5rem !important;
  font-weight: 600 !important;
  line-height: 1.15;
  margin-bottom: 50px;
  letter-spacing: -0.02em;
  color: #fff !important;
}
.trusted-by {
  color: #fff !important;
  width: 200%;
  margin: 10px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.trusted-text {
  font-size: 1.2rem !important;
}
.company-logos {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}
.logo-img {
  height: 50px;
  width: auto;
  object-fit: contain;
  transition: all 0.3s ease;
}
.logo-img:hover {
  transform: scale(1.05);
}
.hero-right-content {
  color: #fff !important;
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: end;
}
.hero-description p {
  max-width: 400px;
  font-size: 1.2rem !important;
  line-height: 1.6;
  margin-bottom: 10px;
}
.hero-cta {
  display: flex;
  align-items: center;
  gap: 20px;
}
.cta-button {
  background: #c6ff00 !important;
  color: #0a1647 !important;
  border: none;
  padding: 14px 28px;
  font-size: 0.95rem !important;
  font-weight: 600 !important;
  border-radius: 8px !important;
  cursor: pointer;
  transition: all 0.3s ease;
}
.cta-button:hover {
  background: #d4ff33 !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(198, 255, 0, 0.3) !important;
}
.hero-social-proof {
  display: flex;
  align-items: center;
  gap: 12px;
}
.avatar-group {
  display: flex;
  align-items: center;
}
.avatar {
  width: 50px;
  height: 50px;
  border-radius: 50% !important;
  border: 3px solid #0a1647;
  margin-left: -12px;
  transition: transform 0.3s ease;
}
.avatar:first-child {
  margin-left: 0;
}
.avatar:hover {
  transform: scale(1.1);
  z-index: 10;
}
.rating {
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 600 !important;
  font-size: 0.95rem !important;
}
.star {
  color: #ffd700 !important;
  font-size: 1.1rem !important;
}
.hero-carousel {
  grid-column: 1/-1;
  width: 100%;
  margin-top: 20px;
}
.container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
.row {
  width: 100%;
}
.col-12 {
  width: 100%;
}
.cards {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70vh;
  margin-bottom: 90px;
}
.custom-card {
  position: absolute;
  width: 100%;
  top: 0;
  height: 70vh;
  color: #fff !important;
  margin-bottom: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px !important;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2) !important;
  overflow: hidden;
}
.custom-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.card1 {
  top: 0;
}
.card2 {
  top: 30px;
}
.card3 {
  top: 60px;
}
.card4 {
  top: 90px;
}
.opacity {
  transition: 0.4s ease;
  opacity: 0.6;
}
.scale {
  transition: 0.4s ease;
  width: 95%;
}

.impact-section {
  width: 100%;
}
.impact-container {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
}
.cta-banner {
  border-radius: 24px !important;
  padding: 50px 60px;
  margin-bottom: 80px;
  position: relative;
  overflow: hidden;
}
.banner-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: end;
  gap: 20px;
}
.banner-title {
  font-size: 2.5rem !important;
  font-weight: 700 !important;
  line-height: 1.2;
  color: #1a1a1a !important;
}
.banner-title .price {
  color: #f44 !important;
}
.banner-button {
  background: #B6FF68 !important;
  color: #000000 !important;
  border: none;
  padding: 16px 40px;
  font-size: 1rem !important;
  font-weight: 600 !important;
  border-radius: 8px !important;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
}
.banner-button:hover {
  background: #a6ff47 !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3) !important;
}
.impact-header {
  text-align: center;
  margin-bottom: 60px;
}
.impact-title {
  font-size: 3rem !important;
  font-weight: 700 !important;
  line-height: 1.3;
  color: #1a1a1a !important;
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-bottom: 60px;
}
.stat-card {
  background: #ececec !important;
  border-radius: 16px !important;
  padding: 40px 30px;
  transition: all 0.3s ease;
}
.stat-card:hover {
  background: #fff !important;
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.322) !important;
}
.stat-number {
  font-size: 3rem !important;
  font-weight: 700 !important;
  color: #1a1a1a !important;
  margin-bottom: 16px;
}
.stat-description {
  font-size: 0.95rem !important;
  line-height: 1.5;
  color: #4a4a4a !important;
}
.testimonial-card {
  background: linear-gradient(135deg, #6b7280 0%, #4b5563 100%) !important;
  border-radius: 24px !important;
  padding: 50px 60px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 60px;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.testimonial-content {
  color: #fff !important;
}
.quote-icon {
  font-size: 5rem !important;
  font-weight: 700 !important;
  color: rgba(255, 255, 255, 0.2) !important;
  line-height: 1;
  margin-bottom: 10px;
}
.testimonial-text {
  font-size: 1.1rem !important;
  line-height: 1.7;
  margin-bottom: 24px;
  color: rgba(255, 255, 255, 0.95) !important;
}
.testimonial-author {
  font-size: 1rem !important;
  font-weight: 600 !important;
  font-style: italic;
  color: rgba(255, 255, 255, 0.9) !important;
}
.testimonial-image {
  width: 200px;
  height: 200px;
  border-radius: 50% !important;
  overflow: hidden;
  flex-shrink: 0;
}
.testimonial-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.setup-section {
  padding: 100px 20px;
  background: linear-gradient(135deg, #f8fafc 0%, #e0e7ff 50%, #f1f5f9 100%) !important;
  position: relative;
  overflow: hidden;
}
.setup-section::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -20%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(59, 130, 246, 0.08) 0%, transparent 70%);
  border-radius: 50% !important;
  pointer-events: none;
}
.setup-section::after {
  content: "";
  position: absolute;
  bottom: -30%;
  left: -10%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(182, 255, 104, 0.06) 0%, transparent 70%);
  border-radius: 50% !important;
  pointer-events: none;
}
.setup-container {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.setup-title {
  font-size: 3.2rem !important;
  font-weight: 700 !important;
  text-align: center;
  margin-bottom: 20px;
  color: #1a1a1a !important;
  line-height: 1.2;
  position: relative;
}

.setup-card {
  background: rgba(255, 255, 255, 0.8) !important;
  backdrop-filter: blur(20px);
  border-radius: 32px !important;
  padding: 50px;
  margin: 60px 0 50px;
  box-shadow: 0 20px 60px rgba(30, 58, 138, 0.12), 0 0 0 1px rgba(255, 255, 255, 0.5) inset !important;
  border: 1px solid rgba(255, 255, 255, 0.3);
  position: relative;
  overflow: hidden;
}
.setup-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, #3b82f6, #b6ff68, transparent) !important;
}
.tab-navigation {
  display: flex;
  gap: 16px;
  margin-bottom: 50px;
  justify-content: center;
  background: rgba(241, 245, 249, 0.6) !important;
  padding: 8px;
  border-radius: 60px !important;
  max-width: fit-content;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 4px 20px rgba(30, 58, 138, 0.08) !important;
}
.tab-button {
  padding: 14px 38px;
  font-size: 1.05rem !important;
  font-weight: 600 !important;
  border: none;
  border-radius: 50px !important;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  background: transparent !important;
  color: #64748b !important;
  position: relative;
  overflow: hidden;
}
.tab-button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 100%) !important;
  border-radius: 50px !important;
  transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  z-index: 0;
}
.tab-button span {
  position: relative;
  z-index: 1;
}
.tab-button:hover {
  color: #1e3a8a !important;
  transform: translateY(-2px);
}
.tab-button.active {
  color: #fff !important;
  box-shadow: 0 8px 24px rgba(30, 58, 138, 0.25) !important;
}
.tab-button.active::before {
  transform: translate(-50%, -50%) scale(1);
}
.tab-content-wrapper {
  position: relative;
  min-height: 500px;
}
.tab-content {
  display: none;
  opacity: 0;
  animation: slideIn 0.6s cubic-bezier(0.23, 1, 0.32, 1) forwards;
}
.tab-content.active {
  display: block;
}
@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateY(30px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
.content-grid {
  display: grid;
  grid-template-columns: 400px 1fr;
  gap: 60px;
  align-items: start;
  min-height: 900px;
}
.content-image {
  width: 100%;
  height: 500px;
  border-radius: 24px !important;
  overflow: hidden;
  position: relative;
  box-shadow: 0 20px 50px rgba(30, 58, 138, 0.2) !important;
  transition: box-shadow 0.4s ease;
  will-change: transform;
  transform: translateZ(0);
  backface-visibility: hidden;
  perspective: 1000px;
}

.content-image:hover {
  box-shadow: 0 30px 70px rgba(30, 58, 138, 0.3) !important;
}
.content-image:hover::before {
  opacity: 1;
}
.content-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.content-image:hover img {
  transform: scale(1.03);
}
.content-info {
  display: flex;
  flex-direction: column;
  gap: 35px;
}
.info-description {
  font-size: 1.15rem !important;
  font-weight: 400 !important;
  line-height: 1.8;
  color: #475569 !important;
  position: relative;
  padding-left: 20px;
}
.info-description::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 4px;
  height: calc(100% - 10px);
  background: linear-gradient(180deg, #3b82f6, #b6ff68) !important;
  border-radius: 2px !important;
}
.info-features {
  background: linear-gradient(135deg, rgba(241, 245, 249, 0.5) 0%, rgba(224, 231, 255, 0.3) 100%) !important;
  padding: 30px;
  border-radius: 20px !important;
  border: 1px solid rgba(59, 130, 246, 0.1);
}
.features-title {
  font-size: 1.3rem !important;
  font-weight: 700 !important;
  background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
  margin-bottom: 20px;
  display: inline-block;
}
.features-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 12px;
}
.features-list li {
  font-size: 1.05rem !important;
  line-height: 1.6;
  padding: 12px 16px 12px 50px;
  position: relative;
  font-weight: 400 !important;
  letter-spacing: 0.3px;
  color: #334155 !important;
  background: rgba(255, 255, 255, 0.6) !important;
  border-radius: 12px !important;
  transition: all 0.3s ease;
  border: 1px solid transparent;
}
.features-list li:hover {
  background: rgba(255, 255, 255, 0.9) !important;
  border-color: rgba(59, 130, 246, 0.2);
  transform: translateX(5px);
  box-shadow: 0 4px 12px rgba(59, 130, 246, 0.1) !important;
}
.features-list li::before {
  content: "✓";
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff !important;
  font-size: 0.9rem !important;
  font-weight: 700 !important;
  background: linear-gradient(135deg, #3b82f6 0%, #60a5fa 100%) !important;
  width: 24px;
  height: 24px;
  border-radius: 50% !important;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(59, 130, 246, 0.3) !important;
}
.info-pricing {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px;
  border-radius: 20px !important;
  background: linear-gradient(135deg, rgba(30, 58, 138, 0.05) 0%, rgba(59, 130, 246, 0.03) 100%) !important;
  border: 2px solid rgba(59, 130, 246, 0.15);
  margin-top: 10px;
}
.pricing-text {
  font-size: 1.2rem !important;
  color: #475569 !important;
}
.pricing-text strong {
  font-size: 1.8rem !important;
  font-weight: 700 !important;
  background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
  display: inline-block;
}
.pricing-buttons {
  display: flex;
  gap: 14px;
}
.btn-secondary {
  padding: 14px 32px;
  font-size: 1rem !important;
  font-weight: 600 !important;
  border: 2px solid #cbd5e1;
  background: #fff !important;
  color: #000000 !important;
  border-radius: 12px !important;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  position: relative;
  overflow: hidden;
}

.btn-secondary:hover {
  border-color: #3b82f6 !important;
  color: #1e3a8a !important;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(59, 130, 246, 0.15) !important;
}
.btn-secondary:hover::before {
  transform: translate(-50%, -50%) scale(1);
}
.btn-primary {
  padding: 14px 32px;
  font-size: 1rem !important;
  font-weight: 600 !important;
  border: none;
  background: linear-gradient(135deg, #b6ff68 0%, #a3ff12 100%) !important;
  color: #1a1a1a !important;
  border-radius: 12px !important;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  box-shadow: 0 4px 16px rgba(182, 255, 104, 0.3) !important;
  position: relative;
  overflow: hidden;
}
.btn-primary::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent) !important;
  transition: left 0.5s ease;
}
.btn-primary:hover {
  background: linear-gradient(135deg, #a3ff12 0%, #8ee000 100%) !important;
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(182, 255, 104, 0.4) !important;
}
.btn-primary:hover::before {
  left: 100%;
}
.cta-bottom-banner {
  border-radius: 24px !important;
  padding: 50px 60px;
}
.cta-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  margin-top: 30px;
}
.cta-title {
  font-size: 2rem !important;
  font-weight: 700 !important;
  color: #fff !important;
  line-height: 1.3;
  max-width: 600px;
}
.cta-subtitle {
  font-size: 1rem !important;
  color: rgba(255, 255, 255, 0.95) !important;
  line-height: 1.6;
  max-width: 400px;
}
.process-section {
    height: 60vh;
  padding: 10px 20px;
  background: #fff !important;
  overflow: hidden;
}
.process-container {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
}
.process-title {
  font-size: 3rem !important;
  font-weight: 700 !important;
  text-align: center;
  margin-bottom: 40px;
  color: #1a1a1a !important;
  line-height: 1.2;
}
.carousel-container {
  overflow: hidden;
  padding: 20px 0;
  width: 100%;
}
.carousel-track {
  display: flex;
  width: max-content;
  gap: 20px;
  animation: scroll 40s linear infinite;
}
.carousel-track:hover {
  animation-play-state: paused;
}
.carousel-group {
  display: flex;
  gap: 20px;
}
.card {
  background-color: #fff !important;
  color: #1a1a1a !important;
  border-radius: 12px !important;
  padding: 20px;
  width: 300px;
  flex-shrink: 0;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1) !important;
  transition: all 0.3s ease-in-out;
  border: 2px solid #e5e7eb;
}
.card:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15) !important;
}
.card h3 {
  background-color: #1e3a8a !important;
  color: #fff !important;
  padding: 8px 15px;
  border-radius: 50px !important;
  display: inline-block;
  font-size: 1rem !important;
  margin-bottom: 10px;
}
.card h2 {
  text-align: left;
  color: #1a1a1a !important;
  font-size: 1.3rem !important;
  margin-top: 10px;
  margin-bottom: 15px;
}
.card ul {
  padding-left: 20px;
  margin: 0;
}
.card ul li {
  font-size: 0.9rem !important;
  line-height: 1.6;
  color: #4a4a4a !important;
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.business-care-section {
  padding: 80px 20px;
   background: linear-gradient(
    180deg,
    #0a1647 0%,
    #1e3a8a 40%,
    #3b82f6 70%,
    #93c5fd 85%,
    #fff 100%
  ) !important;
  position: relative;
  overflow: hidden;
}
.business-care-container {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.business-care-content {
  color: #fff !important;
  text-align: center;
}
.business-care-title {
  font-size: 2.5rem !important;
  font-weight: 700 !important;
  line-height: 1.3;
  margin-bottom: 30px;
  color: #fff !important;
}
.business-care-text {
  font-size: 1rem !important;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.95) !important;
  max-width: 1200px;
  margin: 0 auto;
}
.business-care-image {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.business-care-image img {
  width: 100%;
  max-width: 1400px;
  height: auto;
  border-radius: 70px !important;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3) !important;
}
.services-section {
  padding: 80px 20px;
  background: #fff !important;
}
.services-container {
  max-width: 1300px;
  width: 90%;
  background: white !important;
  border-radius: 24px !important;
  padding: 0;
  box-shadow: 0 10px 40px rgba(30, 58, 138, 0.1) !important;
  overflow: hidden;
  border: 1px solid rgba(30, 58, 138, 0.05);
  margin: 0 auto;
}
.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  background: white !important;
}
.service-card {
  position: relative;
  background: #1e3a8a !important;
  padding: 2rem 1.5rem;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  overflow: hidden;
  border-right: 1px solid rgba(30, 58, 138, 0.1);
  border-bottom: 1px solid rgba(30, 58, 138, 0.1);
  height: 160px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.service-card:nth-child(5n) {
  border-right: none;
}
.service-icon {
  width: 40px;
  height: 40px;
  margin-bottom: 1rem;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-icon svg {
  width: 100%;
  height: 100%;
  fill: #fff !important;
  transition: all 0.3s ease;
}
.service-icon img {
  filter: brightness(0) invert(1);
  transition: all 0.3s ease;
}
.service-card h3 {
  font-size: 1.1rem !important;
  font-weight: 600 !important;
  color: #fff !important;
  line-height: 1.4;
  transition: all 0.3s ease;
  text-align: center;
}
.service-description {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(30, 58, 138, 0.95) !important;
  color: white !important;
  padding: 2rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transform: scale(0);
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  font-size: 1rem !important;
  line-height: 1.6;
  backdrop-filter: blur(10px);
}
.service-card:hover {
  background: #b6ff68 !important;
  transform: scale(1.02);
  z-index: 10;
  box-shadow: 0 8px 32px rgba(182, 255, 104, 0.3) !important;
}
.service-card:hover .service-icon {
  transform: translateY(-3px) scale(1.1);
}
.service-card:hover .service-icon svg {
  fill: #1a1a1a !important;
}
.service-card:hover .service-icon img {
  filter: brightness(0);
}
.service-card:hover h3 {
  color: #1a1a1a !important;
  transform: translateY(-2px);
}
.service-card:hover .service-description {
  transform: scale(1);
  opacity: 1;
  background: rgba(182, 255, 104, 0.98) !important;
  color: #1a1a1a !important;
}
.ripple {
  position: absolute;
  border-radius: 50% !important;
  background: rgba(182, 255, 104, 0.4) !important;
  transform: scale(0);
  animation: ripple-animation 0.6s linear;
  pointer-events: none;
}
@keyframes ripple-animation {
  to {
    transform: scale(4);
    opacity: 0;
  }
}
.service-card {
  opacity: 0;
  animation: fadeInUp 0.6s ease forwards;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.service-card:nth-child(1) {
  animation-delay: 0.1s;
}
.service-card:nth-child(2) {
  animation-delay: 0.2s;
}
.service-card:nth-child(3) {
  animation-delay: 0.3s;
}
.service-card:nth-child(4) {
  animation-delay: 0.4s;
}
.service-card:nth-child(5) {
  animation-delay: 0.5s;
}
.service-card:nth-child(6) {
  animation-delay: 0.6s;
}
.service-card:nth-child(7) {
  animation-delay: 0.7s;
}
.service-card:nth-child(8) {
  animation-delay: 0.8s;
}
.service-card:nth-child(9) {
  animation-delay: 0.9s;
}
.service-card:nth-child(10) {
  animation-delay: 1s;
}
.service-card:nth-child(11) {
  animation-delay: 1.1s;
}
.service-card:nth-child(12) {
  animation-delay: 1.2s;
}
.service-card:nth-child(13) {
  animation-delay: 1.3s;
}
.service-card:nth-child(14) {
  animation-delay: 1.4s;
}
.service-card:nth-child(15) {
  animation-delay: 1.5s;
}
.footer {
  background: linear-gradient(135deg, #0a1647 0%, #0d3b66 50%, #0a1647 100%) !important;
  color: #fff !important;
  padding: 60px 20px 30px;
  position: relative;
  overflow: hidden;
}
.footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(182, 255, 104, 0.3) 50%,
    transparent 100%
  ) !important;
}
.footer-container {
  max-width: 1400px;
  width: 90%;
  margin: 0 auto;
}
.footer-top {
  display: flex;
  flex-direction: column;
  gap: 50px;
  margin-bottom: 50px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-main {
  display: grid;
  grid-template-columns: 1.2fr 2fr;
  gap: 60px;
}
.footer-brand {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.footer-logo {
  display: flex;
  align-items: center;
  gap: 12px;
}
.footer-logo-icon {
  background: #b6ff68 !important;
  color: #0a1647 !important;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem !important;
  font-weight: 700 !important;
  border-radius: 8px !important;
  transition: all 0.3s ease;
}
.footer-logo-icon:hover {
  transform: scale(1.05) rotate(5deg);
  box-shadow: 0 5px 20px rgba(182, 255, 104, 0.4) !important;
}
.footer-logo-text {
  font-size: 0.75rem !important;
  font-weight: 700 !important;
  line-height: 1.2;
  letter-spacing: 0.5px;
}
.footer-tagline {
  font-size: 1rem !important;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.8) !important;
  max-width: 400px;
}
.footer-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.footer-column {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.footer-title {
  font-size: 1.1rem !important;
  font-weight: 700 !important;
  color: #b6ff68 !important;
  margin-bottom: 8px;
  position: relative;
  padding-bottom: 10px;
}
.footer-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 2px;
  background: #b6ff68 !important;
  transition: all 0.3s ease;
}
.footer-column:hover .footer-title::after {
  width: 60px;
}
.footer-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer-list li a {
  color: rgba(255, 255, 255, 0.8) !important;
  text-decoration: none;
  font-size: 0.9rem !important;
  transition: all 0.3s ease;
  display: inline-block;
  position: relative;
  padding-left: 0;
}
.footer-list li a::before {
  content: "→";
  position: absolute;
  left: -20px;
  opacity: 0;
  transition: all 0.3s ease;
  color: #b6ff68 !important;
}
.footer-list li a:hover {
  color: #b6ff68 !important;
  padding-left: 20px;
  transform: translateX(5px);
}
.footer-list li a:hover::before {
  opacity: 1;
  left: 0;
}
.footer-newsletter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 30px 40px;
  background: rgba(255, 255, 255, 0.03) !important;
  border-radius: 16px !important;
  flex-wrap: wrap;
}
.newsletter-text {
  font-size: 1.5rem !important;
  line-height: 1.4;
  color: #fff !important;
  font-weight: 600 !important;
  flex: 1;
  max-width: 600px;
}
.newsletter-form {
  display: flex;
  gap: 12px;
  flex-shrink: 0;
  width: 100%;
  max-width: 500px;
}
.newsletter-input {
  padding: 16px 24px;
  border: none;
  border-radius: 50px !important;
  background: #fff !important;
  color: #1a1a1a !important;
  font-size: 0.95rem !important;
  transition: all 0.3s ease;
  flex: 1;
  min-width: 0;
  width: 100%;
}
.newsletter-input::placeholder {
  color: rgba(0, 0, 0, 0.4) !important;
}
.newsletter-input:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(182, 255, 104, 0.3) !important;
}
.newsletter-button {
  padding: 16px 48px;
  background: linear-gradient(135deg, #5b21b6 0%, #7c3aed 100%) !important;
  color: #fff !important;
  border: none;
  border-radius: 50px !important;
  font-size: 0.95rem !important;
  font-weight: 700 !important;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
  white-space: nowrap;
}
.newsletter-button:hover {
  background: linear-gradient(135deg, #6d28d9 0%, #8b5cf6 100%) !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(123, 58, 237, 0.4) !important;
}
.newsletter-button:active {
  transform: translateY(0);
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.footer-copyright {
  font-size: 0.9rem !important;
  color: rgba(255, 255, 255, 0.7) !important;
}
.footer-social {
  display: flex;
  gap: 12px;
}
.social-link {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.05) !important;
  border-radius: 50% !important;
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
}
.social-link svg {
  fill: rgba(255, 255, 255, 0.8) !important;
  transition: all 0.3s ease;
}
.social-link:hover {
  background: #b6ff68 !important;
  border-color: #b6ff68 !important;
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 5px 20px rgba(182, 255, 104, 0.3) !important;
}
.social-link:hover svg {
  fill: #0a1647 !important;
  transform: scale(1.1);
}
.social-link:active {
  transform: translateY(-1px) scale(1);
}

@media (min-width: 1200px) {
  .services-grid {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (max-width: 1200px) {
  .hero-title {
    font-size: 3rem !important;
  }
  .footer-main {
    gap: 50px;
  }
  .footer-links {
    gap: 35px;
  }
  .cards {
    height: 60vh;
    margin-bottom: 60px;
  }
  .custom-card {
    width: 90%;
    height: 60vh;
    border-radius: 40px !important;
  }
  .card2 {
    top: 25px;
  }
  .card3 {
    top: 50px;
  }
  .card4 {
    top: 75px;
  }
  .banner-title {
    font-size: 2.2rem !important;
  }
  .impact-title {
    font-size: 2.5rem !important;
  }
  .stat-number {
    font-size: 2.5rem !important;
  }
  .setup-title {
    font-size: 2.5rem !important;
  }
  .content-grid {
    grid-template-columns: 300px 1fr;
    gap: 40px;
  }
  .content-image {
    height: 400px;
  }
  .process-title {
    font-size: 2.5rem !important;
  }
  .business-care-title {
    font-size: 2.2rem !important;
  }
}
@media (max-width: 968px) {
  .hero-container {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .hero-title {
    font-size: 2.5rem !important;
    margin-bottom: 40px;
  }
  .trusted-by {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
  .trusted-text {
    font-size: 1rem !important;
  }
  .company-logos {
    gap: 20px;
  }
  .logo-img {
    height: 40px;
  }
  .cards {
    height: 50vh;
    margin-bottom: 50px;
  }
  .custom-card {
    width: 90%;
    height: 50vh;
    border-radius: 32px !important;
  }
  .card2 {
    top: 20px;
  }
  .card3 {
    top: 40px;
  }
  .card4 {
    top: 60px;
  }
  .banner-content {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
  .banner-title {
    font-size: 2rem !important;
  }
  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .testimonial-card {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 40px;
  }
  .testimonial-image {
    width: 150px;
    height: 150px;
    margin: 0 auto;
  }
  .impact-title {
    font-size: 2rem !important;
  }
  .setup-section {
    padding: 70px 20px;
  }
  .setup-title {
    font-size: 2.2rem !important;
    margin-bottom: 40px;
  }
  .setup-card {
    padding: 35px;
  }
  .content-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .content-image {
    height: 400px;
    max-width: 500px;
    margin: 0 auto;
  }
  .tab-navigation {
    flex-wrap: wrap;
    gap: 12px;
  }
  .tab-button {
    padding: 12px 28px;
    font-size: 0.95rem !important;
  }
  .cta-content {
    flex-direction: column;
    text-align: center;
  }
  .cta-title {
    font-size: 1.6rem !important;
    max-width: 100%;
  }
  .cta-bottom-banner {
    padding: 40px 30px;
  }
  .process-section {
    padding: 40px 20px;
  }
  .process-title {
    font-size: 2rem !important;
    margin-bottom: 30px;
  }
  .card {
    width: 280px;
  }
  .business-care-section {
    padding: 60px 20px;
  }
  .business-care-title {
    font-size: 2rem !important;
  }
  .business-care-text {
    font-size: 0.95rem !important;
  }
  .services-section {
    padding: 60px 20px;
  }
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .service-card {
    height: 150px;
    padding: 1.5rem 1.25rem;
  }
  .service-icon {
    width: 36px;
    height: 36px;
    margin-bottom: 0.75rem;
  }
  .service-card h3 {
    font-size: 0.95rem !important;
  }
  .footer {
    padding: 50px 20px 25px;
  }
  .footer-top {
    gap: 40px;
    margin-bottom: 40px;
  }
  .footer-main {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .footer-links {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
  .footer-column:last-child {
    grid-column: 1/-1;
  }
  .footer-tagline {
    max-width: 100%;
  }
  .footer-newsletter {
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
    padding: 25px 30px;
  }
  .newsletter-text {
    font-size: 1.2rem !important;
    max-width: 100%;
  }
  .newsletter-form {
    width: 100%;
    max-width: 100%;
  }
  .newsletter-input {
    flex: 1;
    min-width: 0;
  }
  .newsletter-button {
    flex-shrink: 0;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 25px;
    text-align: center;
  }
}
@media (max-width: 640px) {
  .hero-section {
    padding: 140px 15px 40px;
  }
  .hero-container {
    padding-top: 10px;
    gap: 30px;
  }
  .hero-right-content{
     align-items: normal;
  }
  .hero-title {
    font-size: 2rem !important;
    margin-bottom: 30px;
  }
  .hero-description p {
    font-size: 0.9rem !important;
  }
  .hero-cta {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
  .cards {
    height: 45vh;
    margin-bottom: 40px;
  }
  .custom-card {
    width: 95%;
    height: 45vh;
    border-radius: 24px !important;
  }
  .card2 {
    top: 15px;
  }
  .card3 {
    top: 30px;
  }
  .card4 {
    top: 45px;
  }
  .trusted-by {
    width: 100%;
  }
  .trusted-text {
    font-size: 0.9rem !important;
  }
  .company-logos {
    gap: 15px;
    justify-content: flex-start;
  }
  .logo-img {
    height: 32px;
  }
  .avatar {
    width: 35px;
    height: 35px;
  }
  .cta-button {
    padding: 12px 24px;
    font-size: 0.9rem !important;
  }
  .cta-banner {
    padding: 40px 30px;
    margin-bottom: 60px;
  }
  .banner-title {
    font-size: 1.6rem !important;
  }
  .banner-button {
    padding: 14px 32px;
    font-size: 0.95rem !important;
  }
  .impact-title {
    font-size: 1.6rem !important;
    margin-bottom: 40px;
  }
  .stats-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-bottom: 40px;
  }
  .stat-card {
    padding: 30px 25px;
  }
  .stat-number {
    font-size: 2.2rem !important;
  }
  .stat-description {
    font-size: 0.9rem !important;
  }
  .testimonial-card {
    padding: 30px 25px;
    gap: 30px;
  }
  .testimonial-text {
    font-size: 1rem !important;
  }
  .testimonial-image {
    width: 120px;
    height: 120px;
  }
  .quote-icon {
    font-size: 4rem !important;
  }
  .setup-section {
    padding: 50px 15px;
  }
  .setup-section::before,
  .setup-section::after {
    width: 400px;
    height: 400px;
  }
  .setup-title {
    font-size: 1.8rem !important;
  }
  .setup-card {
    padding: 28px;
    backdrop-filter: blur(15px);
  }
  .tab-navigation {
    padding: 6px;
    gap: 8px;
  }
  .tab-button {
    padding: 11px 24px;
    font-size: 0.9rem !important;
  }
  .content-grid {
    gap: 35px;
  }
  .content-image {
    height: 320px;
  }
  .info-description {
    font-size: 1rem !important;
    padding-left: 18px;
  }
  .info-features {
    padding: 25px;
  }
  .features-title {
    font-size: 1.2rem !important;
  }
  .features-list li {
    font-size: 0.95rem !important;
    padding: 10px 14px 10px 45px;
  }
  .features-list li::before {
    width: 22px;
    height: 22px;
    left: 16px;
  }
  .info-pricing {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    padding: 25px;
  }
  .pricing-text {
    font-size: 1.1rem !important;
  }
  .pricing-text strong {
    font-size: 1.6rem !important;
  }
  .pricing-buttons {
    width: 100%;
    flex-direction: column;
  }
  .btn-secondary,
  .btn-primary {
    width: 100%;
    padding: 13px 28px;
  }
  .cta-title {
    font-size: 1.4rem !important;
  }
  .cta-button {
    width: 100%;
    padding: 14px 32px;
  }
  .cta-subtitle {
    font-size: 0.9rem !important;
  }
  .cta-bottom-banner {
    padding: 30px 24px;
  }
  .process-section {
    padding: 30px 15px;
  }
  .process-title {
    font-size: 1.6rem !important;
    margin-bottom: 30px;
  }
  .card {
    width: 260px;
    padding: 18px;
  }
  .card h3 {
    font-size: 0.9rem !important;
    padding: 6px 12px;
  }
  .card h2 {
    font-size: 1.1rem !important;
  }
  .card ul li {
    font-size: 0.85rem !important;
  }
  .business-care-section {
    padding: 40px 15px;
  }
  .business-care-title {
    font-size: 1.6rem !important;
    margin-bottom: 20px;
  }
  .business-care-text {
    font-size: 0.9rem !important;
    line-height: 1.7;
  }
  .business-care-image img {
    border-radius: 16px !important;
  }
  .services-section {
    padding: 40px 15px;
  }
  .services-container {
    border-radius: 16px !important;
    width: 95%;
  }
  .services-grid {
    grid-template-columns: 1fr;
  }
  .service-card {
    border-right: none;
    padding: 1.25rem 1rem;
    height: 130px;
  }
  .service-icon {
    width: 32px;
    height: 32px;
  }
  .service-card h3 {
    font-size: 0.9rem !important;
  }
  .service-description {
    font-size: 0.85rem !important;
    padding: 1.5rem 1rem;
  }
  .footer {
    padding: 40px 15px 20px;
  }
  .footer-top {
    gap: 30px;
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  .footer-links {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .footer-column:last-child {
    grid-column: 1;
  }
  .footer-title {
    font-size: 1rem !important;
  }
  .footer-list li a {
    font-size: 0.85rem !important;
  }
  .footer-tagline {
    font-size: 0.8rem !important;
  }
  .footer-newsletter {
    padding: 20px 25px;
    gap: 20px;
  }
  .newsletter-text {
    font-size: 1rem !important;
  }
  .newsletter-form {
    flex-direction: column;
    width: 100%;
  }
  .newsletter-input {
    padding: 14px 20px;
    font-size: 0.9rem !important;
    min-width: auto;
    width: 100%;
  }
  .newsletter-button {
    padding: 14px 32px;
    font-size: 0.85rem !important;
    width: 100%;
  }
  .footer-bottom {
    padding-top: 25px;
    gap: 20px;
  }
  .footer-copyright {
    font-size: 0.8rem !important;
  }
  .social-link {
    width: 38px;
    height: 38px;
  }
  .social-link svg {
    width: 18px;
    height: 18px;
  }
}/* End custom CSS */