/* Navigation - Exact Clone */
nav {
  position: fixed;
  top: 0.5rem;
  left: 0;
  right: 0;
  z-index: 1000;
  transition: all 0.3s ease;
  background: transparent;
}

nav.scrolled,
nav.dropdown-open {
  top: 0;
  background: rgba(0, 0, 0, 0.95);
  backdrop-filter: blur(10px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
}

.nav-container {
  max-width: 94%;
  width: 94%;
  margin: 0 auto;
  padding: 1.25rem 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  height: 80px;
}

/* Left Navigation Links */
.nav-left {
  display: none;
  align-items: center;
  gap: 2rem;
  z-index: 10;
}

@media (min-width: 768px) {
  .nav-left {
    display: flex;
  }
}

/* Navigation Link Styling - Gradient Text */
.nav-link {
  position: relative;
  font-weight: 500;
  font-size: 1rem;
  text-decoration: none;
  transition: all 0.2s;
  background: linear-gradient(180deg, #ffffff 0%, #e6e6e6 50%, #bdbdbd 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.nav-link:hover,
.nav-link.active {
  background: none;
  -webkit-text-fill-color: #00e6fb;
  color: #00e6fb;
}

/* Center Logo */
.nav-logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  z-index: 10;
  pointer-events: auto;
}

.nav-logo img {
  height: 3.5rem;
  width: 3.5rem;
  transition: opacity 0.3s;
}

.nav-logo img:hover {
  opacity: 0.9;
}

@media (min-width: 768px) {
  .nav-logo img {
    height: 5rem;
    width: 5rem;
  }
}

/* Right Actions */
.nav-right {
  display: flex;
  align-items: center;
  gap: 1rem;
  z-index: 10;
}

/* Book a Meet Button */
.btn-donate {
  --clr-font-main: hsla(0 0% 20% / 100);
  --btn-bg-1: hsla(194 100% 69% / 1);
  --btn-bg-2: hsla(217 100% 56% / 1);
  --btn-bg-color: hsla(360 100% 100% / 1);
  --radii: 9999px;
  cursor: pointer;
  padding: 0.65rem 1rem;
  min-width: 100px;
  min-height: 36px;
  font-size: 0.95rem;
  font-weight: 500;
  transition: 0.6s;
  background-size: 280% auto;
  background-image: linear-gradient(325deg, var(--btn-bg-2) 0%, var(--btn-bg-1) 55%, var(--btn-bg-2) 90%);
  border: none;
  border-radius: var(--radii);
  color: var(--btn-bg-color);
  box-shadow: 0px 0px 20px rgba(71, 184, 255, 0.5), 0px 5px 5px -1px rgba(58, 125, 233, 0.25), inset 4px 4px 8px rgba(175, 230, 255, 0.5), inset -4px -4px 8px rgba(19, 95, 216, 0.35);
  display: none;
}

@media (min-width: 768px) {
  .btn-donate {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
}

.btn-donate:hover {
  background-position: right top;
}

/* Mobile Menu Button */
.mobile-menu-btn {
  display: flex;
  background: none;
  border: none;
  color: #fff;
  font-size: 1.5rem;
  cursor: pointer;
  padding: 0.5rem;
  align-items: center;
  justify-content: center;
}

@media (min-width: 768px) {
  .mobile-menu-btn {
    display: none;
  }
}

/* Mega Menu Dropdown */
.mega-menu {
  position: absolute;
  left: 0;
  right: 0;
  top: 80px;
  background: #000;
  color: #fff;
  z-index: 40;
  display: none;
  animation: slideDown 0.32s ease-out;
  transform-origin: top center;
}

/* Industries Mega Menu - Special Background */
#industries-mega-menu {
  background: linear-gradient(135deg, #050509 0%, #050815 50%, #030712 100%);
}

/* Technologies Mega Menu - Special Background */
#technologies-mega-menu {
  background: linear-gradient(135deg, #050509 0%, #050815 50%, #030712 100%);
}

.mega-menu.active {
  display: block;
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-16px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.mega-menu-container {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  padding: 2.5rem 3rem;
}

@media (min-width: 768px) {
  .mega-menu-container {
    width: 100%;
    padding: 2.5rem 3rem;
  }
}

@media (min-width: 1024px) {
  .mega-menu-container {
    width: 100%;
    padding: 2.5rem 4rem;
  }
}

/* Home Mega Menu */
.home-mega-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1.5fr;
  gap: 3rem;
  align-items: start;
}

.home-mega-desc {
  color: #ffffff;
  line-height: 1.6;
  font-size: 0.875rem;
  margin: 0;
}

.home-mega-links-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}

.home-mega-links-column {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.home-mega-link {
  display: block;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.875rem;
  padding: 0.25rem 0;
  transition: color 0.2s;
}

.home-mega-link:hover {
  color: #00BCD4;
}

/* Testimonial Card in Home Menu */
/* Ensure testimonial card occupies the right column and fills container */
#home-mega-menu .home-mega-grid>.testimonial-card {
  grid-column: 3;
  width: 100%;
  align-self: start;
}

/* Remove any stray absolute positioning that may affect layout */
#home-mega-menu .testimonial-card {
  position: relative;
  width: 100%;
}


#home-mega-menu .testimonial-card>svg {
  color: #64748b;
  width: 2.5rem;
  height: 2.5rem;
  flex-shrink: 0;
}

#home-mega-menu .testimonial-quote {
  color: #cbd5e1;
  font-size: 0.9rem;
  line-height: 1.65;
  margin: 0;
  font-style: italic;
}

#home-mega-menu .testimonial-author {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-top: 0.25rem;
}

#home-mega-menu .testimonial-avatar {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  background: linear-gradient(135deg, #7c3aed, #2563eb);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: 0.8rem;
  flex-shrink: 0;
}

#home-mega-menu .testimonial-name {
  color: #fff;
  font-weight: 600;
  font-size: 0.875rem;
  display: block;
}

#home-mega-menu .testimonial-role {
  color: #94a3b8;
  font-size: 0.75rem;
  display: block;
}

/* Services Mega Menu */
.services-mega-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 2.5rem;
}

.services-list-header {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 1.125rem;
  color: #fff;
}

.services-list-icon {
  margin-right: 0.5rem;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem 2rem;
}

.service-link {
  color: #e5e7eb;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 500;
  transition: color 0.2s;
}

.service-link:hover {
  color: #00e6fb;
}

/* Partnership Card */
.partnership-card {
  background: linear-gradient(135deg, rgba(156, 39, 176, 0.4), rgba(30, 136, 229, 0.3), rgba(0, 230, 251, 0.2));
  border-radius: 16px;
  padding: 1.5rem;
  border: 1px solid rgba(156, 39, 176, 0.2);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.8);
  position: relative;
  overflow: hidden;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  padding-left: 2rem;
}

.partnership-card::before {
  content: '';
  position: absolute;
  left: -4rem;
  top: -5rem;
  width: 10rem;
  height: 10rem;
  background: rgba(156, 39, 176, 0.3);
  border-radius: 50%;
  filter: blur(3rem);
  pointer-events: none;
}

.partnership-card::after {
  content: '';
  position: absolute;
  right: -2.5rem;
  bottom: 0;
  width: 10rem;
  height: 10rem;
  background: rgba(0, 230, 251, 0.25);
  border-radius: 50%;
  filter: blur(3rem);
  pointer-events: none;
}

.partnership-header {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(226, 232, 240, 0.8);
  margin-bottom: 0.75rem;
}

.partnership-title {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.microsoft-logo {
  display: grid;
  grid-template-columns: repeat(2, 12px);
  grid-template-rows: repeat(2, 12px);
  gap: 2px;
  border-radius: 4px;
  overflow: hidden;
  background: rgba(15, 23, 42, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 2px;
}

.partnership-name {
  font-size: 1.25rem;
  font-weight: 600;
  color: #fff;
}

.partnership-list {
  list-style: none;
  padding: 0;
  margin: 0 0 1rem 0;
}

.partnership-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.875rem;
  color: rgba(241, 245, 249, 0.9);
  margin-bottom: 0.5rem;
}

.partnership-footer {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding-top: 0.75rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  flex-wrap: wrap;
}

.partnership-label {
  font-size: 0.6875rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: rgba(203, 213, 225, 0.7);
}

.partnership-tags {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-left: auto;
  flex-wrap: wrap;
}

.partnership-tag {
  padding: 0.25rem 0.5rem;
  border-radius: 9999px;
  background: rgba(15, 23, 42, 0.7);
  border: 1px solid rgba(100, 116, 139, 0.6);
  font-size: 0.75rem;
  color: rgba(241, 245, 249, 0.9);
  white-space: nowrap;
}

.partnership-tag.aws {
  background: #b45309;
  border-color: rgba(251, 191, 36, 0.2);
  color: #fff;
}

/* Industries Mega Menu */
.industries-mega-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem;
  min-height: 400px;
}

/* Industries List (Left Column) */
.industries-list {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.industry-item {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 0;
  padding: 0.75rem 1rem;
  background: transparent;
  border: none;
  border-radius: 8px;
  color: #cbd5e1;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s;
  text-align: left;
}

.industry-item svg {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  stroke: currentColor;
  margin-right: 0.75rem;
}

.industry-item span {
  flex: 1;
  text-align: left;
  white-space: nowrap;
}

.industry-item:hover {
  background: rgba(0, 230, 251, 0.15);
  color: #00e6fb;
}

.industry-item:hover svg {
  stroke: #00e6fb;
}

.industry-item.active {
  background: #1e88e5;
  color: #fff;
  box-shadow: 0 4px 12px rgba(30, 136, 229, 0.3);
}

.industry-item.active svg {
  stroke: #fff;
}

/* Industry Services (Middle Column) */
.industry-services {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  padding-left: 2rem;
  max-height: 400px;
  overflow-y: auto;
}

.industry-services-title {
  font-size: 1.125rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 1rem;
}

.industry-services-title-link {
  color: #fff;
  text-decoration: none;
  transition: color 0.2s;
  display: block;
}

.industry-services-title-link:hover {
  color: #00BCD4;
}

.industry-services-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.industry-services-list li {
  margin-bottom: 1rem;
}

.industry-service-link {
  color: #00e6fb;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 500;
  transition: color 0.2s;
  display: block;
}

.industry-service-link:hover {
  color: #9c27b0;
}

.industry-service-desc {
  color: #94a3b8;
  font-size: 0.75rem;
  line-height: 1.5;
  margin-top: 0.25rem;
  max-width: 35ch;
}

/* Industry Case Study (Right Column) */
.industry-case-study {
  background: linear-gradient(135deg, rgba(30, 136, 229, 0.1), rgba(5, 8, 21, 1), rgba(156, 39, 176, 0.2));
  border-radius: 16px;
  padding: 1.5rem;
  border: 1px solid rgba(30, 136, 229, 0.4);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.7);
  border-left: 1px solid rgba(255, 255, 255, 0.25);
  padding-left: 2rem;
}

.case-study-title {
  font-size: 1.125rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 0.5rem;
  line-height: 1.3;
}

.case-study-desc {
  color: #cbd5e1;
  font-size: 0.875rem;
  margin-bottom: 1rem;
  line-height: 1.5;
}

.case-study-image {
  width: 100%;
  height: 8rem;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 1rem;
  border: 1px solid rgba(30, 136, 229, 0.4);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
}

.case-study-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.case-study-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #00e6fb;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 500;
  transition: color 0.2s;
}

.case-study-link:hover {
  color: #9c27b0;
}

/* Technologies Mega Menu */
.technologies-mega-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}

/* Technologies List (Left Column) */
.technologies-list {
  display: flex;
  flex-direction: column;

}

.technologies-title {
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 1.5rem;
}

.technologies-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem 1.5rem;
}

.technology-item {
  background: transparent;
  border: none;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  transition: color 0.2s;
  text-align: left;
  padding: 0.5rem 0;
}

.technology-item a {
  color: inherit;
  text-decoration: none;
  display: block;
}

.technology-item:hover,
.technology-item:hover a {
  color: #00e6fb;
}

.technology-item.active,
.technology-item.active a {
  color: #00e6fb;
}

/* Technology Featured Card (Right Column) */
.technology-featured {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  padding-left: 2rem;
}

.tech-card {
  background: linear-gradient(135deg, rgba(30, 136, 229, 0.2), rgba(5, 8, 21, 1), rgba(156, 39, 176, 0.2));
  border-radius: 16px;
  padding: 1.5rem;
  border: 1px solid rgba(30, 136, 229, 0.4);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.7);
  position: relative;
  overflow: hidden;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.tech-card::before {
  content: '';
  position: absolute;
  left: -4rem;
  top: -5rem;
  width: 10rem;
  height: 10rem;
  background: rgba(156, 39, 176, 0.3);
  border-radius: 50%;
  filter: blur(3rem);
  pointer-events: none;
}

.tech-card::after {
  content: '';
  position: absolute;
  right: -2.5rem;
  bottom: 0;
  width: 10rem;
  height: 10rem;
  background: rgba(0, 230, 251, 0.25);
  border-radius: 50%;
  filter: blur(3rem);
  pointer-events: none;
}

.tech-card-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 1rem;
  position: relative;
  z-index: 1;
}

.tech-card-title {
  font-size: 1.25rem;
  font-weight: bold;
  color: #fff;
}

.tech-icon {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: rgba(30, 136, 229, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(30, 136, 229, 0.4);
  flex-shrink: 0;
}

.tech-icon svg {
  color: #00e6fb;
}

.tech-card-desc {
  color: #cbd5e1;
  font-size: 0.875rem;
  line-height: 1.6;
  position: relative;
  z-index: 1;
}

/* Locations Mega Menu */
.locations-mega-grid {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 3rem;
  align-items: start;
}

.locations-mega-title {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(203, 213, 225, 0.7);
  margin: 0 0 1rem;
}

.locations-states-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0.35rem 1.5rem;
}

.loc-state-link {
  color: #e2e8f0;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 500;
  padding: 0.2rem 0;
  transition: color 0.2s;
  white-space: nowrap;
}

.loc-state-link:hover {
  color: #00e6fb;
}

.locations-cta {
  background: linear-gradient(135deg, rgba(0, 230, 251, 0.1), rgba(30, 136, 229, 0.08));
  border: 1px solid rgba(0, 230, 251, 0.2);
  border-radius: 12px;
  padding: 1.5rem;
}

.locations-cta-title {
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  margin: 0 0 0.75rem;
}

.locations-cta-desc {
  color: #94a3b8;
  font-size: 0.8rem;
  line-height: 1.6;
  margin: 0 0 1.25rem;
}

.locations-cta-btn {
  display: inline-block;
  color: #00e6fb;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 600;
  transition: color 0.2s;
}

.locations-cta-btn:hover {
  color: #fff;
}

/* Mobile Menu */
.mobile-menu {
  display: none;
  background: rgba(5, 8, 20, 0.98);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.mobile-menu.active {
  display: block;
  max-height: 100vh;
}

@media (min-width: 768px) {
  .mobile-menu {
    display: none !important;
  }
}

.mobile-menu-content {
  padding: 1.25rem 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.mobile-menu-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.mobile-menu-item:last-child {
  border-bottom: none;
}

.mobile-menu-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0.9rem 0.25rem;
  color: #e2e8f0;
  text-decoration: none;
  font-weight: 500;
  font-size: 1rem;
  transition: color 0.2s;
  background: none;
  border: none;
  text-align: left;
  cursor: pointer;
}

.mobile-menu-link:hover {
  color: #00e6fb;
}

.mobile-menu-link span {
  font-size: 1.25rem;
  transition: transform 0.3s ease;
  line-height: 1;
}

.mobile-dropdown-toggle.open span {
  transform: rotate(90deg);
}

/* Mobile Sub-dropdown */
.mobile-dropdown {
  display: none;
  flex-direction: column;
  gap: 0;
  padding: 0 0 0.75rem 0.75rem;
  border-left: 2px solid rgba(0, 230, 251, 0.3);
  margin-left: 0.25rem;
}

.mobile-dropdown.active {
  display: flex;
}

.mobile-dropdown-link {
  display: block;
  padding: 0.55rem 0.5rem;
  color: #94a3b8;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 400;
  transition: color 0.2s;
}

.mobile-dropdown-link:hover {
  color: #00e6fb;
}

/* ───── Responsive ─────────────────────────────────── */
@media (max-width: 767px) {

  /* Nav container: logo centred, hamburger on the LEFT */
  .nav-container {
    padding: 0.85rem 1.25rem;
    height: auto;
    min-height: 64px;
    display: grid;
    grid-template-columns: 48px 1fr 48px;
    align-items: center;
  }

  /* Hamburger button — left slot */
  .mobile-menu-btn {
    display: flex !important;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    color: #fff;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: background 0.2s, border-color 0.2s;
    grid-column: 1;
  }

  .mobile-menu-btn:hover {
    background: rgba(0, 230, 251, 0.12);
    border-color: rgba(0, 230, 251, 0.3);
    color: #00e6fb;
  }

  .mobile-menu-btn svg {
    width: 20px;
    height: 20px;
  }

  /* Logo — centre slot */
  .nav-logo {
    position: static;
    transform: none;
    grid-column: 2;
    display: flex;
    justify-content: center;
  }

  .nav-logo img {
    height: 3rem;
    width: 3rem;
  }

  /* Right actions — right slot */
  .nav-right {
    grid-column: 3;
    justify-content: flex-end;
    gap: 0.5rem;
  }

  /* Hide desktop nav links */
  .nav-left {
    display: none !important;
  }

  /* Hide desktop-only button text; keep only icon if needed */
  .btn-donate {
    display: none !important;
  }

  /* Locations link in nav-right — also hide on very small screens */
  .nav-right .nav-link {
    display: none;
  }

  /* Hide mega-menus completely on mobile */
  .mega-menu {
    display: none !important;
  }

  /* Ensure mobile menu sits right below the nav bar */
  nav {
    top: 0 !important;
  }
}

/* ── Active/Open toggle item — clean highlight, NO yellow box ── */
.mobile-menu-row.open>.mobile-menu-label {
  color: #00e6fb;
}

.mobile-menu-row.open .mobile-arrow-btn {
  color: #00e6fb;
}

.mobile-menu-row.open .mobile-arrow-btn span {
  transform: rotate(90deg);
  color: #00e6fb;
}

/* ── Split row: label link + arrow button ── */
.mobile-menu-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.mobile-menu-label {
  flex: 1;
  padding: 0.9rem 0.25rem;
  color: #e2e8f0;
  text-decoration: none;
  font-weight: 500;
  font-size: 1rem;
  transition: color 0.2s;
  display: block;
}

.mobile-menu-label:hover {
  color: #00e6fb;
}

.mobile-arrow-btn {
  background: none;
  border: none;
  color: #e2e8f0;
  font-size: 1.25rem;
  padding: 0.9rem 0.5rem;
  cursor: pointer;
  line-height: 1;
  transition: color 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
}

.mobile-arrow-btn span {
  display: inline-block;
  transition: transform 0.3s ease;
}

.mobile-arrow-btn:hover {
  color: #00e6fb;
}

/* ── Services 2-column grid ── */
.mobile-services-header {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  color: #e2e8f0;
  font-size: 0.875rem;
  font-weight: 600;
  padding: 0.4rem 0.5rem 0.75rem;
  letter-spacing: 0.01em;
}

.mobile-services-dot {
  width: 9px;
  height: 9px;
  background: #00e6fb;
  border-radius: 3px;
  flex-shrink: 0;
  display: inline-block;
}

.mobile-services-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.1rem 0.5rem;
}

.mobile-services-grid .mobile-dropdown-link {
  padding: 0.5rem 0.4rem;
  font-size: 0.85rem;
}

/* ── Industry links with icons ── */
.mobile-industry-link {
  display: flex !important;
  align-items: center;
  gap: 0.6rem;
}

.mobile-industry-link svg {
  flex-shrink: 0;
  opacity: 0.7;
  color: #94a3b8;
  transition: color 0.2s;
}

.mobile-industry-link:hover svg {
  color: #00e6fb;
  opacity: 1;
}

/* ── Book a meet button ── */
.mobile-book-item {
  border-bottom: none !important;
  padding-top: 0.75rem;
}

.mobile-book-btn {
  display: block;
  width: 100%;
  padding: 0.85rem 1rem;
  background: linear-gradient(325deg, #1e88e5 0%, #47b8ff 55%, #1e88e5 90%);
  background-size: 280% auto;
  border: none;
  border-radius: 9999px;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: background-position 0.5s ease, box-shadow 0.2s;
  box-shadow: 0 4px 20px rgba(30, 136, 229, 0.45), 0 0 0 1px rgba(71, 184, 255, 0.2);
  letter-spacing: 0.01em;
}

.mobile-book-btn:hover {
  background-position: right top;
  box-shadow: 0 6px 28px rgba(30, 136, 229, 0.6);
}

/* ── Mobile menu overflow ── */
.mobile-menu {
  overflow-y: auto;
  max-height: calc(100vh - 64px);
}