/* Auto-extracted & scoped header/footer/modal styles, derived from landing/style.css.

   landing/index.php and landing/style.css remain untouched (kept as-is per request). */



.rpNewHF { font-family: 'General Sans', sans-serif; font-size: clamp(14px, 1.8vw, 16px); color: #ffffff; }


/* ---- Component rules ---- */

.rpNewHF, .rpNewHF * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

.rpNewHF.layout {
  position: relative;
  width: 100%;
  overflow: visible;
}

.rpNewHF .container {
  width: calc(100% - 40px);
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.latestHeader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: transparent;
  border-bottom: 1px solid transparent;
  transition:
    background 0.3s ease,
    border-color 0.3s ease,
    backdrop-filter 0.3s ease;
}

.latestHeader.scrolled {
  background: rgba(12, 12, 16, 0.85);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.latestHeader .inner_part {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 90px;
  position: relative;
  width: 100%;
}

.latestHeader .inner_part .wrap_menu_btn {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 40px;
  width: calc(100% - 200px);
  height: 100%;
}

.latestHeader .logo {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  transition: transform 0.2s ease;
}

.latestHeader .logo .color_logo {
  display: none;
  width: auto;
}

.latestHeader .logo .white_logo {
  display: block;
  width: auto;
}

.latestHeader .logo:hover {
  transform: scale(1.02);
}

.latestHeader .logo-icon {
  display: block;
  width: 28px;
  height: 28px;
  transform: rotate(45deg);
  
}

.latestHeader .logo-text {
  color: #ffffff;
  font-size: clamp(18px, 2.5vw, 24px);
  font-weight: 600;
  letter-spacing: -0.5px;
}

.latestHeader .nav-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(60% - 20px);
  flex-shrink: 0;
  height: 100%;
}

.latestHeader .nav-menu .right-actions {
  display: none;
}

.latestHeader .nav-item-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  padding: 6px 0;
}

.latestHeader .nav-link {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  font-size: clamp(11px, 1.5vw, 13px);
  font-weight: 500;
  letter-spacing: 0.8px;
  transition: color 0.25s ease;
  display: flex;
  align-items: center;
  gap: 4px;
  text-transform: uppercase;
}

.latestHeader .nav-link:hover {
  color: #5519c2;
}

.latestHeader .arrow-plus img {
  transition:
    transform 0.25s ease,
    color 0.25s ease;
  width: 14px;
  margin-top: 5px;
}

.latestHeader .arrow-plus img:nth-child(1) {
  display: inline-block;
}

.latestHeader .arrow-plus img:nth-child(2) {
  display: none;
}

.latestHeader .nav-link:hover .arrow-plus {
  color: #905cf7;
}

.latestHeader .right-actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.latestHeader .contact-btn {
  color: #ffffff;
  text-decoration: none;
  font-size: clamp(11px, 1.5vw, 13px);
  font-weight: 500;
  letter-spacing: 0.8px;
  padding: 14px 28px;
  border-radius: 30px;
  background:
    linear-gradient(#5519c2, #5519c2) padding-box,
    linear-gradient(
        180deg,
        rgba(119, 5, 180, 0.3) 0%,
        rgba(169, 59, 228, 0.3) 100%
      )
      border-box;
  border: 1px solid transparent;
  box-shadow:
    0px 42px 107px 0px #6b46c157,
    0px 1px 4px -1px #ffffff inset,
    0px 1px 18px -1px #8f68ea inset;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  text-align: center;
}

.latestHeader .contact-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.15),
    transparent
  );
  transition: left 0.6s ease;
}

.latestHeader .contact-btn:hover {
  box-shadow: 0 6px 20px rgba(124, 58, 237, 0.5);
  background: linear-gradient(135deg, #4338ca 0%, #6d28d9 100%);
}

.latestHeader .contact-btn:hover::before {
  left: 100%;
}

.latestHeader .hamburger {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 24px;
  height: 16px;
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 100;
}

.latestHeader .hamburger .bar {
  width: 100%;
  height: calc(2px);
  background-color: #ffffff;
  border-radius: 2px;
  transition:
    transform 0.3s cubic-bezier(0.4, 0, 0.2, 1),
    opacity 0.3s ease;
}

.rpNewHF .cta-group {
  display: flex;
  align-items: center;
  gap: 0px;
  text-decoration: unset;
  width: max-content;
}

.rpNewHF .cta-group .cta-btn {
  text-decoration: none;
  color: #ffffff;
  font-size: clamp(11px, 1.5vw, 13px);
  font-weight: 500;
  letter-spacing: 0.8px;
  height: 48px;
  padding: 0 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 24px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  background:
    linear-gradient(#5519c2, #5519c2) padding-box,
    linear-gradient(
        180deg,
        rgba(119, 5, 180, 0.3) 0%,
        rgba(169, 59, 228, 0.3) 100%
      )
      border-box;
  border: 1px solid transparent;
  box-shadow:
    0px 20px 40px 0px #6b46c12c,
    0px 1px 4px -1px #ffffff inset,
    0px 1px 18px -1px #8f68ea inset;
  position: relative;
  overflow: hidden;
}

.rpNewHF .cta-group .cta-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
  transition: left 0.5s ease;
}

.rpNewHF .cta-group:hover .cta-btn {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(124, 58, 237, 0.5);
  background: linear-gradient(135deg, #4338ca 0%, #6d28d9 100%);
}

.rpNewHF .cta-group .cta-btn:hover::before {
  left: 100%;
}

.rpNewHF .cta-group .arrow-btn {
  text-decoration: none;
  color: #ffffff;
  min-width: 48px;
  height: 48px;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  background:
    linear-gradient(#5519c2, #5519c2) padding-box,
    linear-gradient(
        180deg,
        rgba(119, 5, 180, 0.3) 0%,
        rgba(169, 59, 228, 0.3) 100%
      )
      border-box;
  border: 1px solid transparent;
  box-shadow:
    0px 42px 107px 0px #6b46c157,
    0px 1px 4px -1px #ffffff inset,
    0px 1px 18px -1px #8f68ea inset;
}

.rpNewHF .cta-group:hover .arrow-btn {
  transform: translateY(-2px) rotate(45deg);
  box-shadow: 0 6px 20px rgba(124, 58, 237, 0.5);
  background: linear-gradient(135deg, #4338ca 0%, #6d28d9 100%);
}

.rpNewHF .cta-group .arrow-btn img {
  width: 21px;
  height: 21px;
}

.rpNewHF .servicesEcosystem {
  position: relative;
  width: 100%;
  background-color: #ffffff;
  padding-top: 90px;
  padding-bottom: 90px;
  overflow: hidden;
}

.rpNewHF .servicesEcosystem .container {
  position: relative;
  z-index: 2;
}

.rpNewHF .servicesEcosystem .section-header {
  text-align: center;
  margin-bottom: 56px;
  width: 100%;
}

.rpNewHF .ourProcess {
  
  width: 100%;
  background-color: #ffffff;
  padding-top: 90px;
  padding-bottom: 90px;
  
}

.rpNewHF .ourProcess .container {
  position: relative;
  z-index: 2;
}

.rpNewHF .ourProcess .section-header {
  text-align: center;
  margin-bottom: 64px;
  width: 100%;
}

.rpNewHF .ourProcess .timeline-container {
  position: relative;
  width: calc(45% - 25px);
  height: 480px;
  
  overflow-y: scroll;
  scroll-behavior: auto !important;
  scrollbar-width: none;
  
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.rpNewHF .ourProcess .timeline-container::-webkit-scrollbar {
  display: none;
  
}

.rpNewHF .featuredCaseStudies {
  position: relative;
  width: 100%;
  background-color: #0c0126;
  padding-top: 90px;
  padding-bottom: 90px;
  overflow: hidden;
}

.rpNewHF .featuredCaseStudies .container {
  position: relative;
  z-index: 2;
}

.rpNewHF .featuredCaseStudies .section-header {
  text-align: center;
  margin-bottom: 56px;
  width: 100%;
}

.rpNewHF .testimonialsSection {
  position: relative;
  width: 100%;
  background-color: #f8fafc;
  padding-top: calc(120px);
  padding-bottom: calc(120px);
  overflow: hidden;
}

.rpNewHF .testimonialsSection .container {
  position: relative;
  z-index: 2;
}

.rpNewHF .industriesServe {
  position: relative;
  width: 100%;
  background-color: #ffffff;
  padding-top: calc(90px);
  padding-bottom: calc(90px);
  overflow: hidden;
}

.rpNewHF .industriesServe .container {
  position: relative;
  z-index: 2;
}

.rpNewHF .industriesServe .section-header {
  text-align: center;
  margin-bottom: calc(44px);
  width: 100%;
}

.rpNewHF .techEcosystem {
  position: relative;
  width: 100%;
  background-color: #ffffff;
  padding-top: calc(90px);
  padding-bottom: calc(90px);
  overflow: hidden;
}

.rpNewHF .techEcosystem .container {
  position: relative;
  z-index: 2;
}

.rpNewHF .techEcosystem .section-header {
  text-align: center;
  margin-bottom: calc(56px);
  width: 100%;
}

.rpNewHF .engagementModels {
  position: relative;
  width: 100%;
  background-color: #ffffff;
  padding-top: calc(90px);
  padding-bottom: calc(90px);
  overflow: hidden;
}

.rpNewHF .engagementModels .container {
  position: relative;
  z-index: 2;
}

.rpNewHF .engagementModels .section-header {
  text-align: center;
  margin-bottom: calc(56px);
  width: 100%;
}

.rpNewHF .engagementModels .cards-row {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  gap: calc(24px);
  position: relative;
  margin-top: calc(48px);
  
}

.rpNewHF .insights-slider-wrapper {
  position: relative;
  width: 100%;
}

.rpNewHF .insights-slider-dots {
  display: none;
}

.rpNewHF .complianceSection {
  position: relative;
  width: 100%;
  background-color: #ffffff;
  padding-top: calc(90px);
  padding-bottom: calc(90px);
  overflow: hidden;
}

.rpNewHF .complianceSection .container {
  position: relative;
  z-index: 2;
}

.rpNewHF .complianceSection .section-header {
  text-align: center;
  margin-bottom: calc(56px);
  width: 100%;
}

.rpNewHF .faqSection {
  position: relative;
  width: 100%;
  background-color: #ffffff;
  padding-top: calc(100px);
  padding-bottom: calc(100px);
  overflow: hidden;
}

.rpNewHF .faqSection .container {
  position: relative;
  z-index: 2;
}

.rpNewHF .faqSection .section-header {
  text-align: center;
  margin-bottom: calc(56px);
  width: 100%;
}

.rpNewHF .faqSection .item-header {
  display: flex;
  align-items: center;
  width: 100%;
  padding: calc(20px) calc(24px);
  background: transparent;
  border: none;
  cursor: pointer;
  text-align: left;
  gap: calc(16px);
  outline: none;
}

.rpNewHF .faqSection .toggle-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #ffffff;
  color: #0c0c1e;
  font-size: clamp(14px, 1.8vw, 16px);
  font-weight: 500;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.rpNewHF .faqSection .item-body {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 0.4s ease;
  padding: 0 calc(24px) 0 calc(68px);
}

.officeAddressesSection {
  position: relative;
  width: 100%;
  background-color: #ffffff;
  padding-top: calc(80px);
  padding-bottom: calc(40px);
}

.officeAddressesSection .footer-offices {
  width: 100%;
}

.officeAddressesSection .offices-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: calc(24px);
  width: 100%;
}

.officeAddressesSection .office-card {
  background: #6a35db05;
  border: 1px solid #e0e0e0;
  border-radius: 30px;
  padding: calc(24px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: calc(16px);
  transition: all 0.3s ease;
}

.officeAddressesSection .office-card:hover {
  border-color: #6a35db;
  box-shadow: 0 8px 24px rgba(96, 37, 230, 0.05);
}

.officeAddressesSection .office-info {
  display: flex;
  flex-direction: column;
  gap: calc(8px);
  text-align: left;
}

.officeAddressesSection .office-country {
  font-size: clamp(16px, 2vw, 20px);
  font-weight: 600;
  color: #000000;
  margin: 0;
}

.officeAddressesSection .office-address {
  font-size: clamp(14px, 1.8vw, 16px);
  color: #000000;
  line-height: 1.55;
  font-weight: 400;
  margin: 0;
}

.officeAddressesSection .office-flag {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #cbd5e1;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.officeAddressesSection .office-flag img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mainFooter {
  position: relative;
  width: 100%;

  overflow: hidden;
  padding-top: calc(80px);
  background-image: url("../assets/images/footer_bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.mainFooter .footer-cost-cta {
  border-radius: 40px;
  text-align: center;
  color: #ffffff;
  margin-bottom: calc(80px);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
}

.mainFooter .cost-cta-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: calc(24px);
  max-width: 800px;
  z-index: 2;
}

.mainFooter .cost-cta-title {
  font-size: clamp(28px, 4.2vw, 44px);
  font-weight: 500;
  color: #ffffff;
  line-height: 1.2;
  margin: 0;
  text-align: center;
}

.mainFooter .cost-cta-desc {
  font-size: clamp(14px, 1.8vw, 16px);
  color: #ffffffc7;
  line-height: 1.6;
  max-width: 680px;
  margin: 0 auto;
  text-align: center;
}

.mainFooter .footer-purple-box {
  background-color: #6a35db;
  border-radius: 32px;
  padding: calc(64px) calc(48px) calc(56px);
  color: #ffffff;
  max-width: 99%;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 5px;
}

.mainFooter .footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr 1.5fr;
  
  align-items: flex-start;
  width: 100%;
  gap: calc(30px);
}

.mainFooter .footer-col {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}

.mainFooter .footer-logo {
  font-size: clamp(18px, 2.5vw, 24px);
  font-weight: 600;
  color: #ffffff;
  margin-bottom: calc(20px);
  letter-spacing: -0.5px;
}

.mainFooter .logo-bold {
  color: #ffffff;
}

.mainFooter .logo-light {
  color: #8b5cf6;
  font-weight: 400;
}

.mainFooter .brand-pitch {
  font-size: 13.5px;
  color: rgba(255, 255, 255, 1);
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: calc(24px);
}

.mainFooter .social-links {
  display: flex;
  gap: calc(12px);
}

.mainFooter .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #ffffff;
  color: #6a35db;
  transition: all 0.3s ease;
  text-decoration: none;
  cursor: pointer;
}

.mainFooter .social-icon:hover {
  transform: translateY(-3px);
  background: #4c1d95;
  color: #ffffff;
  
}

.mainFooter .social-icon:hover img {
  filter: invert(1) brightness(100);
}

.mainFooter .wrap-dmc-iso {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 24px;
}

.mainFooter .wrap-dmc-iso figure {
  margin: 0;
  padding: 0;
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 4px;
  overflow: hidden;
}

.mainFooter .wrap-dmc-iso img {
  width: 100%;
  height: 100%;
  object-fit: fill;
  transition: all 0.3s ease;
}

.mainFooter .wrap-dmc-iso img:hover {
  filter: none;
  opacity: 1;
  filter: grayscale(1) opacity(0.9);
}

.mainFooter .footer-col-title {
  font-size: clamp(10px, 1.5vw, 12px);
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
  text-align: left;
  text-decoration: underline;
  text-underline-offset: 10px;
  margin-bottom: 25px;
}

.mainFooter .footer-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: calc(14px);
  padding: 0;
  margin: 0;
}

.mainFooter .footer-links a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  font-size: clamp(12px, 1.8vw, 14px);
  font-weight: 500;
  transition: color 0.3s ease;
  text-align: left;
  display: block;
}

.mainFooter .footer-links a:hover {
  color: #ffffff;
  font-weight: 500;
}

.mainFooter .footer-contact-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: calc(24px);
  padding: 0;
  margin: 0;
}

.mainFooter .contact-item {
  display: flex;
  gap: calc(14px);
  align-items: flex-start;
  text-align: left;
}

.mainFooter .contact-icon-box {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: #ffffff;
  color: #6a35db;
  flex-shrink: 0;
}

.mainFooter .contact-info-text {
  display: flex;
  flex-direction: column;
  gap: calc(4px);
}

.mainFooter .contact-label {
  font-size: clamp(9px, 1.2vw, 10px);
  font-weight: 500;
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: 0.5px;
}

.mainFooter .contact-link {
  color: #ffffff;
  font-size: clamp(12px, 1.8vw, 14px);
  font-weight: 500;
  text-decoration: none;
  transition: opacity 0.3s;
  word-break: break-all;
}

.mainFooter .contact-link:hover {
  opacity: 0.8;
}

.mainFooter .footer-bottom-bar {
  background-color: #6a35db;
  padding: calc(24px) calc(48px);
  color: #ffffff;
  width: 100%;
  position: relative;
  z-index: 10;
  border-radius: 16px;
  max-width: 99%;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}

.mainFooter .footer-bottom-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.mainFooter .copyright-text {
  font-size: clamp(12px, 1.8vw, 14px);
  color: #ffffff;
  margin: 0;
  font-weight: 400;
}

.mainFooter .copyright-text strong {
  color: #ffffff;
  font-weight: 600;
}

.mainFooter .footer-bottom-links {
  display: flex;
  gap: calc(16px);
  align-items: center;
}

.mainFooter .footer-bottom-links a {
  color: #ffffff;
  text-decoration: none;
  font-size: clamp(12px, 1.8vw, 14px);
  transition: color 0.3s;
  font-weight: 400;
}

.mainFooter .footer-bottom-links a:hover {
  color: #ffffff;
}

.mainFooter .bar-divider {
  color: rgba(255, 255, 255, 0.3);
  font-size: clamp(10px, 1.5vw, 12px);
}

.latestHeader .drawer-close {
  display: none;
}

.rpNewHF.layout.mobile-mode .servicesEcosystem {
  padding-top: 60px;
  padding-bottom: 0px;
}

.rpNewHF.layout.mobile-mode .servicesEcosystem .section-header {
  margin-bottom: 36px;
}

.latestHeader:not(.mobile-view) .nav-item-wrapper {
  position: relative;
}

.latestHeader:not(.mobile-view)
  .nav-item-wrapper:hover
  .arrow-plus
  img:nth-child(1) {
  display: none;
}

.latestHeader:not(.mobile-view)
  .nav-item-wrapper:hover
  .arrow-plus
  img:nth-child(2) {
  display: inline-block;
}

.latestHeader:not(.mobile-view):has(.nav-item-wrapper:hover) {
  background: #ffffff !important;
  border-bottom: 1px solid #eef2f6 !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

.latestHeader:not(.mobile-view):has(.nav-item-wrapper:hover) .logo .white_logo {
  display: none !important;
}

.latestHeader:not(.mobile-view):has(.nav-item-wrapper:hover) .logo .color_logo {
  display: block !important;
}

.latestHeader:not(.mobile-view):has(.nav-item-wrapper:hover) .logo-text {
  color: #0c0c10 !important;
}

.latestHeader:not(.mobile-view):has(.nav-item-wrapper:hover) .nav-link {
  color: #475569 !important;
}

.latestHeader:not(.mobile-view):has(.nav-item-wrapper:hover) .nav-link:hover {
  color: #8b5cf6 !important;
}

.latestHeader:not(.mobile-view):has(.nav-item-wrapper:hover) .arrow-plus {
  color: #94a3b8 !important;
}

.latestHeader:not(.mobile-view):has(.nav-item-wrapper:hover) .arrow-plus img {
  filter: brightness(0) opacity(0.6);
}

.latestHeader:not(.mobile-view) .nav-item-wrapper:hover .arrow-plus img {
  filter: invert(44%) sepia(91%) saturate(3029%) hue-rotate(241deg)
    brightness(99%) contrast(98%) !important;
}

.latestHeader:not(.mobile-view) .mega-menu {
  position: absolute;
  top: 90px;
  
  left: 0;
  width: 100%;
  background: #ffffff;
  border-top: 1px solid #eef2f6;
  border-bottom: 1px solid #eef2f6;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-10px);
  transition:
    transform 0.3s cubic-bezier(0.4, 0, 0.2, 1),
    opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1),
    visibility 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 999;
}

.latestHeader:not(.mobile-view) .nav-item-wrapper:hover .mega-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.latestHeader:not(.mobile-view) .nav-item-wrapper.menu-clicked .mega-menu {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  transform: translateY(-10px) !important;
}

.latestHeader .mega-container {
  display: flex;
  width: calc(100% - 40px);
  max-width: 1280px;
  margin: 0 auto;
  align-items: stretch;
  justify-content: space-between;
}

.latestHeader .mega-sidebar {
  width: 33%;
  border-right: 1px solid #e5e7eb;
  padding: 24px 0;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  background-color: #f1eff9;
}

.latestHeader .mega-tab {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 30px 12px 30px;
  background: transparent;
  border: none;
  cursor: pointer;
  text-align: left;
  width: 100%;
  transition: all 0.25s ease;
  color: #9ea1a7;
  outline: none;
  text-decoration: none;
}

.latestHeader .mega-tab .tab-label-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
}

.latestHeader .mega-tab span {
  font-size: clamp(12px, 1.8vw, 14px);
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.latestHeader .mega-tab .mega-tab-icon-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(85, 25, 194, 0.08);
  color: #5519c2;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.latestHeader .mega-tab:hover .mega-tab-icon-box {
  background: #5519c2;
  color: #ffffff;
}

.latestHeader .mega-tab.active .mega-tab-icon-box {
  background: #5519c2;
  color: #ffffff;
}

.latestHeader .mega-tab .mega-tab-icon-box img {
  width: 18px;
}

.latestHeader .mega-tab:hover .mega-tab-icon-box img {
  filter: invert(1) brightness(100);
  
}

.latestHeader .mega-tab.active .mega-tab-icon-box img {
  filter: invert(1) brightness(100);
  
}

.latestHeader .mega-tab .chevron-icon {
  transition:
    transform 0.25s ease,
    opacity 0.25s ease;
  color: #9ea1a7;
}

.latestHeader .mega-tab:hover {
  color: #000000;
  background: rgba(0, 0, 0, 0.02);
}

.latestHeader .mega-tab.active {
  color: #0c0c10;
  background: #ffffff;
  position: relative;
  margin-right: -1.5px;
  border-right: 1.5px solid #ffffff;
  
  z-index: 2;
}

.latestHeader .mega-tab:hover .chevron-icon {
  opacity: 1;
  transform: translateX(4px);
  color: #000000;
}

.latestHeader .mega-tab.active .chevron-icon {
  opacity: 1;
  transform: translateX(4px);
  color: #000000;
}

.latestHeader a.mega-tab:hover .chevron-icon {
  transform: translate(3px, -3px);
}

.latestHeader a.mega-tab .chevron-icon {
  width: 15px;
  height: 15px;
}

.latestHeader .mega-content-wrapper {
  width: 33%;
  display: flex;
  padding: 40px;
  flex-shrink: 0;
  background: #ffffff;
  border-right: 1.5px solid #eef2f6;
}

.latestHeader .mega-content-panel {
  display: none;
  width: 100%;
}

.latestHeader .mega-content-panel.active {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-start;
}

.latestHeader .mega-column {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.latestHeader .panel-header-title {
  font-size: 14px;
  font-weight: 500;
  color: #5519c2;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-bottom: 8px;
  padding-left: 8px;
  border-bottom: 1.5px solid #f1f5f9;
  margin-bottom: 12px;
}

.latestHeader .panel-bottom-strip {
  margin-top: 24px;
  background: #f0f7ff;
  border-radius: 6px;
  padding: 10px 14px;
  font-size: 12px;
  color: #1e293b;
  line-height: 1.4;
  border-left: 3px solid #5519c2;
}

.latestHeader .panel-bottom-strip strong {
  color: #5519c2;
  font-weight: 600;
}

.latestHeader .panel-bottom-strip .bottom-strip-link {
  display: block;
  width: 100%;
  margin-top: 10px;
  background-color: #5519c2;
  border-radius: 12px;
  padding: 10px;
  color: #fff;
  text-align: center;
}

.latestHeader .mega-link {
  color: #334155;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.25s ease;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 4px 0;
}

.latestHeader .mega-link::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: #5519c2;
  flex-shrink: 0;
  border-radius: 1px;
  transition: transform 0.25s ease;
}

.latestHeader .mega-link:hover {
  color: #5519c2;
  transform: translateX(4px);
}

.latestHeader .mega-link:hover::before {
  transform: scale(1.3);
}

.latestHeader .mega-featured {
  width: 33%;
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex-shrink: 0;
  background-color: #ffffff;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  color: #0c0c10;
}

.latestHeader .featured-navy-card {
  background-color: #06152b;
  border-radius: 12px;
  padding: 24px;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  height: 100%;
  box-sizing: border-box;
}

.latestHeader .navy-tagline {
  font-size: 10px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 12px;
  display: inline-block;
}

.latestHeader .navy-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
  color: #ffffff;
  margin: 0 0 12px 0;
}

.latestHeader .navy-desc {
  font-size: 12px;
  line-height: 1.5;
  color: #94a3b8;
  margin: 0 0 20px 0;
}

.latestHeader .navy-stats-row {
  display: flex;
  gap: 24px;
  margin-bottom: auto;
  padding-bottom: 20px;
}

.latestHeader .stat-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.latestHeader .stat-val {
  font-size: 18px;
  font-weight: 800;
  color: #ffffff;
}

.latestHeader .stat-lbl {
  font-size: 9px;
  font-weight: 600;
  color: #94a3b8;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.latestHeader .navy-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background-color: #5519c2;
  color: #ffffff;
  padding: 12px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.25s ease;
}

.latestHeader .navy-btn:hover {
  background-color: #5519c2;
  transform: translateY(-1px);
}

.latestHeader .navy-btn svg {
  transition: transform 0.25s ease;
}

.latestHeader .navy-btn:hover svg {
  transform: translateX(3px);
}

.latestHeader .mega-featured .clients-card {
  
  background:
    linear-gradient(rgb(85, 25, 194), rgb(85, 25, 194)) padding-box padding-box,
    linear-gradient(rgba(119, 5, 180, 0.3) 0%, rgba(169, 59, 228, 0.3) 100%)
      border-box border-box;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 4px 15px rgba(124, 58, 237, 0.15);
  display: flex;
  flex-direction: column;
}

.latestHeader .mega-featured .clients-card-title {
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  margin: 0;
  letter-spacing: 0.2px;
}

.latestHeader .mega-featured .clients-card-line {
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.25);
  margin: 8px 0 14px 0;
}

.latestHeader .mega-featured .clients-list {
  display: flex;
  gap: 12px;
}

.latestHeader .mega-featured .client-item {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  transition:
    transform 0.25s ease,
    opacity 0.25s ease;
}

.latestHeader .mega-featured .client-item:hover {
  transform: translateX(4px);
  opacity: 0.9;
}

.latestHeader .mega-featured .client-icon-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  flex-shrink: 0;
}

.latestHeader .mega-featured .client-text {
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
}

.latestHeader:not(.mobile-view) .industries-mega-menu {
  position: absolute;
  top: 90px;
  left: 0;
  width: 100%;
  background: #ffffff;
  
  border-top: 1px solid #eef2f6;
  border-bottom: 1px solid #eef2f6;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-10px);
  transition:
    transform 0.3s cubic-bezier(0.4, 0, 0.2, 1),
    opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1),
    visibility 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 999;
  padding: 0;
}

.latestHeader:not(.mobile-view) .nav-item-wrapper:hover .industries-mega-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.latestHeader:not(.mobile-view)
  .nav-item-wrapper.menu-clicked
  .industries-mega-menu {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  transform: translateY(-10px) !important;
}

.latestHeader .industries-mega-container {
  display: flex;
  width: calc(100% - 40px);
  max-width: 1280px;
  margin: 0 auto;
  padding: 36px 0;
  align-items: stretch;
  gap: 36px;
}

.latestHeader .industries-columns-right {
  width: 100%;
  display: flex;
  gap: 28px;
}

.latestHeader .industries-standard-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
  flex-grow: 1;
}

.latestHeader .ind-col {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.latestHeader .ind-link {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #0c0c10;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  transition:
    color 0.2s ease,
    transform 0.2s ease;
  width: fit-content;
}

.latestHeader .ind-link:hover {
  color: #5519c2;
  transform: translateX(4px);
}

.latestHeader .ind-icon-box {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(85, 25, 194, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #5519c2;
  flex-shrink: 0;
  transition:
    background 0.2s ease,
    color 0.2s ease;
}

.latestHeader .ind-icon-box img {
  width: 18px;
}

.latestHeader .ind-link:hover .ind-icon-box {
  background: #5519c2;
  color: #ffffff;
}

.latestHeader .ind-link:hover img {
  filter: invert(1) brightness(100);
}

.latestHeader:not(.mobile-view) .simple-dropdown {
  position: absolute;
  top: 90px;
  left: 0;
  width: 280px;
  
  background: #ffffff;
  border: 1px solid #eef2f6;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
  border-radius: 12px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-10px);
  transition:
    transform 0.3s cubic-bezier(0.4, 0, 0.2, 1),
    opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1),
    visibility 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 999;
  padding: 12px;
}

.latestHeader:not(.mobile-view) .nav-item-wrapper:hover .simple-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.latestHeader:not(.mobile-view)
  .nav-item-wrapper.menu-clicked
  .simple-dropdown {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  transform: translateY(-10px) !important;
}

.latestHeader .dropdown-list {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.latestHeader .dropdown-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 12px;
  color: #0c0c10;
  text-decoration: none;
  font-size: 13.5px;
  font-weight: 500;
  border-radius: 8px;
  transition:
    background 0.2s ease,
    color 0.2s ease,
    transform 0.2s ease;
}

.latestHeader .dropdown-item:hover {
  background: #f8fafc;
  color: #5519c2;
  transform: translateX(4px);
}

.latestHeader .item-icon-box {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(85, 25, 194, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #5519c2;
  flex-shrink: 0;
  transition:
    background 0.2s ease,
    color 0.2s ease;
}

.latestHeader .item-icon-box img {
  width: 18px;
  
}

.latestHeader .dropdown-item:hover .item-icon-box {
  background: #5519c2;
  color: #ffffff;
}

.latestHeader .dropdown-item:hover .item-icon-box img {
  filter: invert(1) brightness(100);
  
}

.latestHeader.mobile-view .simple-dropdown {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  background: #f8fafc;
  border-radius: 8px;
  padding: 0;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  pointer-events: none;
  transform: none;
  transition:
    max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1),
    opacity 0.4s ease;
}

.latestHeader.mobile-view .nav-item-wrapper.sub-menu-open .simple-dropdown {
  max-height: 500px;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  margin-top: calc(8px);
  margin-bottom: calc(8px);
  padding: 12px;
}

.latestHeader.mobile-view .simple-dropdown .dropdown-list {
  gap: 8px;
}

.latestHeader.mobile-view .simple-dropdown .dropdown-item {
  color: #334155;
  font-size: 15px;
  padding: 6px 0;
  border-bottom: 1px dashed #e2e8f0;
  width: 100%;
  gap: 8px;
  border-radius: 0;
  background: transparent;
}

.latestHeader.mobile-view .simple-dropdown .dropdown-item:hover {
  color: #5519c2;
  transform: none;
  background: transparent;
}

.latestHeader.mobile-view .simple-dropdown .item-icon-box {
  width: 24px;
  height: 24px;
  background: rgba(85, 25, 194, 0.1);
  color: #5519c2;
}

.latestHeader.mobile-view .simple-dropdown .dropdown-item:hover .item-icon-box {
  background: #5519c2;
  color: #ffffff;
}

.latestHeader .industries-bottom-bar {
  width: 100%;
  background: linear-gradient(90deg, #1e3a8a 0%, #3b82f6 100%);
  padding: 16px 36px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
}

.latestHeader .industries-bottom-bar .bar-content {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #ffffff;
  font-size: 14px;
}

.latestHeader .industries-bottom-bar .bar-icon {
  font-size: 16px;
  color: #fbbf24;
}

.latestHeader .industries-bottom-bar .bar-text {
  margin: 0;
}

.latestHeader .industries-bottom-bar .bar-btn {
  background: #ffffff;
  color: #1e3a8a;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  padding: 8px 20px;
  border-radius: 20px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s;
}

.latestHeader .industries-bottom-bar .bar-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(255, 255, 255, 0.25);
}

.latestHeader.mobile-view .industries-mega-menu {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  background: #f8fafc;
  border-radius: 8px;
  padding: 0;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  pointer-events: none;
  transform: none;
  transition:
    max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1),
    opacity 0.4s ease;
}

.latestHeader.mobile-view
  .nav-item-wrapper.sub-menu-open
  .industries-mega-menu {
  max-height: 2500px;
  
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  margin-top: calc(8px);
  margin-bottom: calc(8px);
  padding: 16px 12px;
}

.latestHeader.mobile-view .industries-mega-menu .industries-header-left {
  display: none !important;
}

.latestHeader.mobile-view .industries-mega-menu .industries-vertical-divider {
  display: none !important;
}

.latestHeader.mobile-view .industries-mega-menu .industries-bottom-bar {
  display: none !important;
}

.latestHeader.mobile-view .industries-mega-menu .industries-mega-container {
  padding: 0;
  flex-direction: column;
  width: 100%;
  margin: 0;
  gap: 20px;
}

.latestHeader.mobile-view .industries-mega-menu .industries-columns-right {
  width: 100%;
  flex-direction: column;
  gap: 20px;
}

.latestHeader.mobile-view .industries-mega-menu .industries-standard-grid {
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.latestHeader.mobile-view .industries-mega-menu .industries-ondemand-section {
  width: 100%;
}

.latestHeader.mobile-view .industries-mega-menu .ondemand-title {
  color: #475569;
  border-bottom: 1px solid #e2e8f0;
  padding-bottom: 6px;
  margin-bottom: 12px;
}

.latestHeader.mobile-view .industries-mega-menu .ondemand-grid {
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.latestHeader.mobile-view .industries-mega-menu .ind-col {
  gap: 12px;
}

.latestHeader.mobile-view .industries-mega-menu .ind-link {
  color: #334155;
  font-size: 13px;
  padding: 4px 0;
  border-bottom: 1px dashed #e2e8f0;
  width: 100%;
  gap: 8px;
}

.latestHeader.mobile-view .industries-mega-menu .ind-icon-box {
  width: 24px;
  height: 24px;
  background: rgba(85, 25, 194, 0.1);
  color: #5519c2;
}

.latestHeader.mobile-view .industries-mega-menu .ind-link:hover {
  color: #5519c2;
}

.latestHeader.mobile-view .industries-mega-menu .ind-link:hover .ind-icon-box {
  background: #5519c2;
  color: #ffffff;
}

.latestHeader.mobile-view .mega-menu {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  background: #f8fafc;
  border-radius: 8px;
  padding: 0;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  pointer-events: none;
  transform: none;
  transition:
    max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1),
    opacity 0.4s ease;
}

.latestHeader.mobile-view .nav-item-wrapper.sub-menu-open .mega-menu {
  max-height: 1500px;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  
  margin-top: calc(8px);
  margin-bottom: calc(8px);
}

.latestHeader.mobile-view .mega-container {
  flex-direction: column;
  width: 100%;
  margin: 0;
  gap: calc(12px);
}

.latestHeader.mobile-view .mega-sidebar {
  width: 100%;
  border-right: none;
  border-bottom: 1px solid #e2e8f0;
  padding: 0 0 calc(8px) 0;
  gap: calc(14px);
  flex-direction: row;
  overflow-x: auto;
}

.latestHeader.mobile-view .mega-tab {
  padding: calc(8px) calc(12px);
  border-radius: 6px;
  color: #64748b;
  font-size: clamp(11px, 1.5vw, 13px);
  font-weight: 600;
  border: 1px solid #e2e8f0;
  background: #ffffff;
  min-width: fit-content;
}

.latestHeader.mobile-view .mega-tab.active {
  color: #ffffff;
  background: #5519c2;
  border-color: #5519c2;
}

.latestHeader.mobile-view .mega-tab .chevron-icon {
  
  display: none;
}

.latestHeader.mobile-view .mega-tab .mega-tab-icon-box {
  display: none !important;
}

.latestHeader.mobile-view .mega-content-wrapper {
  width: 100%;
  padding: 0;
  border-right: none;
  background: transparent;
}

.latestHeader.mobile-view .mega-content-panel.active {
  flex-direction: column;
  gap: calc(12px);
}

.latestHeader.mobile-view .mega-column {
  width: 100%;
  gap: calc(8px);
}

.latestHeader.mobile-view .mega-link {
  color: #334155;
  padding: calc(6px) calc(6px);
  font-size: 13.5px;
  border-bottom: 1px dashed #e2e8f0;
}

.latestHeader.mobile-view .mega-link:hover {
  color: #5519c2;
}

.latestHeader.mobile-view .mega-featured {
  width: 100%;
  padding: 0px;
}

.rpNewHF.layout.mobile-mode .ourProcess {
  padding-top: 60px;
  padding-bottom: 60px;
}

.rpNewHF.layout.mobile-mode .ourProcess .section-header {
  margin-bottom: 36px;
}

.rpNewHF.layout.mobile-mode .ourProcess .timeline-container {
  width: 100%;
}

.rpNewHF.layout.mobile-mode .featuredCaseStudies {
  padding-top: 60px;
  padding-bottom: 60px;
}

.rpNewHF.layout.mobile-mode .featuredCaseStudies .section-header {
  margin-bottom: 36px;
}

.rpNewHF.layout.mobile-mode .testimonialsSection {
  padding-top: calc(60px);
  padding-bottom: calc(60px);
}

.rpNewHF.layout.mobile-mode .industriesServe {
  padding-top: calc(60px);
  padding-bottom: calc(60px);
}

.rpNewHF.layout.mobile-mode .industriesServe .section-header {
  margin-bottom: calc(36px);
}

.rpNewHF.layout.mobile-mode .industriesServe .autoplay-toggle-ind {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #0c0c10;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease;
}

.rpNewHF.layout.mobile-mode .industriesServe .autoplay-toggle-ind:hover {
  background: #5519c2;
}

.rpNewHF.layout.mobile-mode .techEcosystem {
  padding-top: calc(60px);
  padding-bottom: calc(60px);
}

.rpNewHF.layout.mobile-mode .engagementModels {
  padding-top: calc(60px);
  padding-bottom: calc(60px);
}

.rpNewHF.layout.mobile-mode .engagementModels .cards-row {
  flex-direction: column;
  gap: calc(20px);
}

.rpNewHF.layout.mobile-mode .complianceSection {
  padding-top: calc(60px);
  padding-bottom: calc(60px);
}

.rpNewHF.layout.mobile-mode .faqSection {
  padding-top: calc(60px);
  padding-bottom: calc(60px);
}

.rpNewHF.layout.mobile-mode .faqSection .item-body {
  padding-left: calc(24px);
}

.rpNewHF .budget-header span.budget-value {
  color: #5519c2;
  font-weight: 600;
}

.layout.mobile-mode .officeAddressesSection {
  padding-top: calc(40px);
  padding-bottom: calc(40px);
}

.layout.mobile-mode .officeAddressesSection .offices-grid {
  grid-template-columns: 1fr;
  gap: calc(16px);
}

.layout.mobile-mode .mainFooter {
  padding-top: calc(40px);
}

.layout.mobile-mode .mainFooter .footer-cost-cta {
  padding: calc(48px) calc(20px);
  border-radius: 24px;
  margin-bottom: calc(48px);
}

.layout.mobile-mode .mainFooter .footer-purple-box {
  padding: calc(40px) calc(20px);
  border-radius: 40px;
  margin-bottom: 5px;
}

.layout.mobile-mode .mainFooter .footer-bottom-bar {
  padding: calc(24px) calc(20px);
}

.layout.mobile-mode .mainFooter .footer-bottom-inner {
  flex-direction: column;
  gap: calc(16px);
  align-items: flex-start;
  text-align: left;
}

.contact-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(12, 1, 38, 0.7);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
  padding: 20px;
}

.contact-modal-overlay.active {
  opacity: 1;
  pointer-events: auto;
}

.contact-modal-container {
  background: #ffffff;
  border-radius: 28px;
  width: 100%;
  max-width: 960px;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.25);
  position: relative;
  padding: 20px;
  transform: scale(0.95);
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  max-height: 90vh;
  overflow-y: auto;
}

.contact-modal-overlay.active .contact-modal-container {
  transform: scale(1);
}

.rpNewHF .modal-close-btn {
  position: absolute;
  top: 25px;
  right: 25px;
  background: #f1f5f9;
  border: none;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  font-size: 22px;
  color: #64748b;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  line-height: 1;
  padding-bottom: 2px;
}

.rpNewHF .modal-close-btn:hover {
  background: #e2e8f0;
  color: #0f172a;
  transform: rotate(90deg);
}

.contact-modal-container .modal-header {
  text-align: center;
  margin-bottom: 30px;
}

.contact-modal-container .modal-title {
  font-size: 32px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 6px;
  font-family: inherit;
}

.contact-modal-container .modal-subtitle {
  font-size: 16px;
  color: #64748b;
}

.contact-modal-container .modal-body {
  display: flex;
  gap: 30px;
}

.contact-modal-container .modal-connect-info {
  width: 38%;
  background: linear-gradient(135deg, #5519c2, #3b0e93);
  border-radius: 20px;
  padding: 35px 30px;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}

.contact-modal-container .modal-connect-info::after {
  content: "";
  position: absolute;
  bottom: -50px;
  right: -50px;
  width: 150px;
  height: 150px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  pointer-events: none;
}

.contact-modal-container .info-title {
  font-size: clamp(20px, 2.5vw, 24px);
  font-weight: 700;
  margin-bottom: 10px;
  color: #ffffff;
  font-family: inherit;
}

.contact-modal-container .info-desc {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.5;
  margin-bottom: 40px;
}

.contact-modal-container .info-details {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.contact-modal-container .info-item {
  display: flex;
  gap: 15px;
  align-items: flex-start;
}

.contact-modal-container .info-icon {
  background: rgba(255, 255, 255, 0.1);
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  flex-shrink: 0;
}

.contact-modal-container .info-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.contact-modal-container .info-text a {
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: opacity 0.2s ease;
}

.contact-modal-container .info-text a:hover {
  opacity: 0.8;
}

.contact-modal-container .info-text p {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.5;
  margin: 0;
}

.contact-modal-container .modal-form-wrapper {
  width: 62%;
}

.contact-modal-container .form-row {
  display: flex;
  gap: 20px;
  margin-bottom: 10px;
  width: 100%;
}

.contact-modal-container .form-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex: 1;
  min-width: 0;
}

.contact-modal-container .form-group.full-width {
  width: 100%;
  margin-bottom: 10px;
}

.contact-modal-container label {
  font-size: 12px;
  font-weight: 600;
  color: #334155;
  text-align: left;
}

.contact-modal-container input[type="text"] {
  padding: 12px 16px;
  border-radius: 12px;
  border: 1px solid #cbd5e1;
  background: #ffffff;
  font-size: 15px;
  color: #0f172a;
  font-family: inherit;
  outline: none;
  transition: all 0.3s ease;
  width: 100%;
}

.contact-modal-container input[type="tel"] {
  padding: 12px 16px;
  border-radius: 12px;
  border: 1px solid #cbd5e1;
  background: #ffffff;
  font-size: 15px;
  color: #0f172a;
  font-family: inherit;
  outline: none;
  transition: all 0.3s ease;
  width: 100%;
}

.contact-modal-container input[type="email"] {
  padding: 12px 16px;
  border-radius: 12px;
  border: 1px solid #cbd5e1;
  background: #ffffff;
  font-size: 15px;
  color: #0f172a;
  font-family: inherit;
  outline: none;
  transition: all 0.3s ease;
  width: 100%;
}

.contact-modal-container textarea {
  padding: 12px 16px;
  border-radius: 12px;
  border: 1px solid #cbd5e1;
  background: #ffffff;
  font-size: 15px;
  color: #0f172a;
  font-family: inherit;
  outline: none;
  transition: all 0.3s ease;
  width: 100%;
}

.contact-modal-container input::placeholder {
  color: #94a3b8;
}

.contact-modal-container textarea::placeholder {
  color: #94a3b8;
}

.contact-modal-container input:focus {
  border-color: #5519c2;
  box-shadow: 0 0 0 4px rgba(85, 25, 194, 0.1);
}

.contact-modal-container textarea:focus {
  border-color: #5519c2;
  box-shadow: 0 0 0 4px rgba(85, 25, 194, 0.1);
}

.contact-modal-container .slider-wrapper {
  width: 100%;
  margin-top: 5px;
}

.contact-modal-container .budget-slider {
  -webkit-appearance: none;
  width: 100%;
  height: 6px;
  border-radius: 3px;
  outline: none;
  background: #e0d8ff;
}

.contact-modal-container .budget-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #5519c2;
  cursor: pointer;
  border: 2px solid #ffffff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  transition: transform 0.1s ease;
}

.contact-modal-container .budget-slider::-webkit-slider-thumb:hover {
  transform: scale(1.1);
}

.contact-modal-container .slider-labels {
  display: flex;
  justify-content: space-between;
  margin-top: 6px;
}

.contact-modal-container .slider-labels span {
  font-size: 12px;
  color: #64748b;
  font-weight: 500;
}

.contact-modal-container .captcha-nda-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}

.contact-modal-container .captcha-group {
  display: flex;
  align-items: center;
  gap: 10px;
}

.contact-modal-container .captcha-label {
  font-size: 13px;
  font-weight: 600;
  color: #334155;
}

.contact-modal-container .captcha-math {
  background: #f1f5f9;
  padding: 6px 12px;
  border-radius: 8px;
  font-weight: 700;
  color: #0f172a;
  font-size: 14px;
}

.contact-modal-container .captcha-input {
  width: 60px !important;
  padding: 8px 10px !important;
  text-align: center;
  border-radius: 8px !important;
}

.contact-modal-container .nda-checkbox-group {
  display: flex;
  align-items: center;
}

.contact-modal-container .checkbox-container {
  display: flex;
  align-items: center;
  cursor: pointer;
  user-select: none;
  gap: 8px;
}

.contact-modal-container .checkbox-container input {
  display: none;
}

.contact-modal-container .checkbox-custom {
  width: 18px;
  height: 18px;
  border: 2px solid #cbd5e1;
  border-radius: 4px;
  display: inline-block;
  position: relative;
  transition: all 0.2s ease;
  background: #ffffff;
}

.contact-modal-container .checkbox-container input:checked ~ .checkbox-custom {
  background: #5519c2;
  border-color: #5519c2;
}

.contact-modal-container .checkbox-custom:after {
  content: "";
  position: absolute;
  display: none;
  left: 5px;
  top: 2px;
  width: 4px;
  height: 8px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.contact-modal-container
  .checkbox-container
  input:checked
  ~ .checkbox-custom:after {
  display: block;
}

.contact-modal-container .checkbox-label {
  font-size: 13px;
  color: #64748b;
  font-weight: 500;
}

.contact-modal-container .submit-btn {
  width: 100%;
  padding: 14px;
  border: none;
  border-radius: 12px;
  background: linear-gradient(135deg, #5519c2, #4712a8);
  color: #ffffff;
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(85, 25, 194, 0.25);
  transition: all 0.3s ease;
}

.contact-modal-container .submit-btn:hover {
  background: linear-gradient(135deg, #4712a8, #3b0e93);
  box-shadow: 0 6px 16px rgba(85, 25, 194, 0.35);
  transform: translateY(-1px);
}

.contact-modal-container .file-upload-wrapper {
  position: relative;
  width: 100%;
  height: 48px;
}

.contact-modal-container .file-upload-input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 10;
}

.contact-modal-container .file-upload-display {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
  background: #ffffff;
  border: 1px solid #cbd5e1;
  border-radius: 12px;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  transition: border-color 0.3s ease;
}

.contact-modal-container .file-upload-placeholder {
  font-size: 14px;
  color: #94a3b8;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: calc(100% - 24px);
}

.contact-modal-container .file-upload-placeholder.selected {
  color: #0f172a;
  font-weight: 500;
}

.contact-modal-container .upload-icon {
  display: flex;
  align-items: center;
  color: #94a3b8;
}

.contact-modal-container .modal-connect-info .social-links {
  display: flex;
  gap: 12px;
  margin-top: auto;
  padding-top: 30px;
}

.contact-modal-container .modal-connect-info .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #ffffff;
  transition: all 0.3s ease;
  text-decoration: none;
  cursor: pointer;
}

.contact-modal-container .modal-connect-info .social-icon svg {
  width: 16px;
  height: 16px;
}

.contact-modal-container .modal-connect-info .social-icon img {
  width: 16px;
  height: 16px;
  filter: invert(1) brightness(100);
  transition: all 0.3s ease;
}

.contact-modal-container .modal-connect-info .social-icon:hover {
  transform: translateY(-3px);
  background: #ffffff;
  color: #5519c2;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.15);
}

.contact-modal-container .modal-connect-info .social-icon:hover img {
  filter: none;
}

.contact-modal-container input.field-error {
  border-color: #e11d48 !important;
  box-shadow: 0 0 0 3px rgba(225, 29, 72, 0.08) !important;
}

.contact-modal-container textarea.field-error {
  border-color: #e11d48 !important;
  box-shadow: 0 0 0 3px rgba(225, 29, 72, 0.08) !important;
}

.rpNewHF .field-error-msg {
  display: block;
  color: #e11d48;
  font-size: 12px;
  font-weight: 500;
  margin-top: -2px;
}

.contact-modal-container .submit-btn.formloader {
  color: transparent !important;
  pointer-events: none;
  position: relative;
}

.contact-modal-container .submit-btn.formloader::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 18px;
  margin: -9px 0 0 -9px;
  border: 3px solid rgba(255, 255, 255, 0.4);
  border-top-color: #ffffff;
  border-radius: 50%;
  animation: submitBtnSpin 0.7s linear infinite;
}


/* ---- Media query blocks ---- */

@media (min-width: 991px) {
  .rpNewHF .ourProcess {
    height: 250vh;
    overflow: visible !important;
    position: relative;
  }
  .rpNewHF .ourProcess .container {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    position: relative;
  }
  .rpNewHF .ourProcess .sticky-row {
    position: sticky;
    top: 220px;
    height: calc(100vh - 260px);
    z-index: 999;
    box-sizing: border-box;
  }
  .rpNewHF .ourProcess .timeline-container {
    overflow-y: hidden !important;
  }
}

@media only screen and (max-width: 1150px) {
  .mainFooter .footer-grid {
    grid-template-columns: repeat(3, 1fr);
    
    gap: 32px;
  }
}

@media only screen and (max-width: 768px) {
  .mainFooter .footer-grid {
    grid-template-columns: repeat(2, 1fr);
    
  }
}

@media only screen and (max-width: 500px) {
  .mainFooter .footer-grid {
    grid-template-columns: 1fr;
    
  }
}

@media (min-width: 1024px) {
  .latestHeader:not(.mobile-view) .inner_part {
    position: static;
  }
  .latestHeader:not(.mobile-view) .nav-item-wrapper {
    position: static;
    height: 100%;
  }
  .latestHeader:not(.mobile-view) .nav-item-wrapper:has(.simple-dropdown) {
    position: relative;
  }
}

@media only screen and (max-width: 1280px) {
  .latestHeader .nav-menu {
    width: calc(70% - 20px);
  }
}

@media only screen and (max-width: 1080px) {
  .latestHeader .nav-menu {
    width: calc(75% - 20px);
  }
}

@media only screen and (max-width: 1023px) {
  .latestHeader .nav-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(12, 12, 16, 0.4);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    z-index: 998;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition:
      opacity 0.3s ease,
      visibility 0.3s ease;
  }
  .latestHeader.menu-open .nav-menu-overlay {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .latestHeader .nav-menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 85%;
    max-width: 380px;
    height: 100vh;
    background: #ffffff;
    z-index: 999;
    box-shadow: -10px 0 30px rgba(0, 0, 0, 0.15);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: calc(20px) calc(20px);
    transform: translateX(100%);
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    overflow-y: auto;
    gap: 0;
  }
  .latestHeader.menu-open .nav-menu {
    transform: translateX(0);
  }
  .latestHeader .drawer-close {
    display: block;
    align-self: flex-end;
    background: transparent;
    border: none;
    font-size: clamp(32px, 3.2vw, 32px);
    font-weight: 300;
    color: #0c0c10;
    cursor: pointer;
    padding: 0;
    
    line-height: 1;
  }
  .latestHeader .nav-item-wrapper {
    width: 100%;
    border-bottom: 1px solid #e5e7eb;
    padding: calc(6px) 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .latestHeader .nav-link {
    color: #0c0126;
    font-size: clamp(14px, 1.8vw, 17px);
    font-weight: 600;
    text-transform: capitalize;
    
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: calc(14px) 0;
  }
  .latestHeader .nav-link:hover {
    color: #5519c2;
  }
  .latestHeader .arrow-plus {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .latestHeader .arrow-plus img {
    filter: brightness(0);
    
    width: 14px;
    height: 14px;
    margin-top: 0;
  }
  .latestHeader .nav-item-wrapper.sub-menu-open .arrow-plus img:nth-child(1) {
    display: none;
  }
  .latestHeader .nav-item-wrapper.sub-menu-open .arrow-plus img:nth-child(2) {
    display: inline-block;
  }
  .latestHeader .hamburger {
    display: flex;
  }
  .latestHeader.menu-open .hamburger .bar:nth-child(1) {
    transform: none;
    opacity: 1;
  }
  .latestHeader.menu-open .hamburger .bar:nth-child(2) {
    transform: none;
    opacity: 1;
  }
  .latestHeader.menu-open .hamburger .bar:nth-child(3) {
    transform: none;
    opacity: 1;
  }
  .latestHeader .right-actions {
    width: 100%;
    margin-top: calc(32px);
    margin-right: 0;
  }
  .latestHeader .contact-btn {
    width: 100%;
  }
  .latestHeader .contact-btn:hover {
    background: #3e0c9c;
  }
  .latestHeader .nav-menu .right-actions {
    display: flex;
  }
  .latestHeader .right-actions.hide_mobile {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .contact-modal-container .modal-body {
    flex-direction: column;
  }
  .contact-modal-container .modal-connect-info {
    width: 100%;
  }
  .contact-modal-container .modal-form-wrapper {
    width: 100%;
  }
  .contact-modal-container .form-row {
    flex-direction: column;
    gap: 15px;
  }
  .contact-modal-container .captcha-nda-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
  .contact-modal-container {
    padding: 30px 20px;
  }
}

@media only screen and (max-width: 600px) {
  .rpNewHF.layout.mobile-mode .complianceSection {
    padding-top: calc(40px);
    padding-bottom: calc(0px);
  }
  .rpNewHF.layout.mobile-mode .engagementModels {
    padding-top: calc(40px);
    padding-bottom: calc(0px);
  }
  .mainFooter .copyright-text {
    text-align: center;
    width: 100%;
  }
  .mainFooter .footer-bottom-links {
    width: 100%;
    gap: calc(10px);
    justify-content: center;
  }
  .rpNewHF .cta-group {
    width: auto;
  }
  .contact-modal-container .modal-connect-info {
    display: none;
  }
}


/* ---- Keyframes ---- */

@keyframes submitBtnSpin {
  to {
    transform: rotate(360deg);
  }
}