/* ==========================================================================
   HOP-IN-TRIP HR SOLUTIONS - COMPLETE LUXURY EXECUTIVE DESIGN SYSTEM
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800;900&family=Outfit:wght@400;500;600;700;800;900&display=swap');

:root {
  --navy-dark: #070d1e;
  --navy-deep: #0e172c;
  --navy-primary: #1e3a8a;
  --navy-light: #2563eb;
  
  --gold-primary: #d4af37;
  --gold-bright: #f3e5ab;
  --gold-dark: #b8860b;
  --gold-glow: rgba(212, 175, 55, 0.25);

  --accent-orange: #ff6b00;
  --accent-orange-hover: #e05d00;
  --accent-blue: #0284c7;

  --bg-body: #f4f6f9;
  --bg-card: #ffffff;
  --bg-subtle: #edf2f7;

  --text-main: #0f172a;
  --text-body: #334155;
  --text-muted: #64748b;
  --text-light: #94a3b8;
  --text-white: #ffffff;

  --border-color: #e2e8f0;
  --border-hover: #cbd5e1;

  --shadow-sm: 0 4px 12px rgba(0, 0, 0, 0.03);
  --shadow-md: 0 10px 25px rgba(7, 13, 30, 0.08);
  --shadow-lg: 0 20px 45px rgba(7, 13, 30, 0.14);
  --shadow-gold: 0 8px 25px rgba(212, 175, 55, 0.3);

  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 22px;
  --radius-pill: 50px;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: var(--bg-body);
  color: var(--text-main);
  font-family: 'Plus Jakarta Sans', 'Outfit', sans-serif;
  overflow-x: hidden;
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

.hr-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 2rem;
}

/* ==========================================================================
   1. FLOATING LEFT DOCK
   ========================================================================== */
.left-floating-sidebar {
  position: fixed;
  left: 0;
  top: 45%;
  transform: translateY(-50%);
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  background: #0284c7;
  padding: 0.8rem 0.5rem;
  border-radius: 0 8px 8px 0;
  box-shadow: 2px 10px 25px rgba(0, 0, 0, 0.2);
}

.floating-side-btn {
  width: 36px;
  height: 36px;
  border-radius: 6px;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  transition: all 0.25s ease;
}

.floating-side-btn:hover {
  background: rgba(255, 255, 255, 0.25);
  transform: scale(1.1);
}

/* ==========================================================================
   2. HEADER & NAVIGATION BAR (BLENDED OVER HERO VIDEO)
   ========================================================================== */
.alliance-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: linear-gradient(180deg, rgba(7, 13, 30, 0.9) 0%, rgba(7, 13, 30, 0.5) 60%, rgba(7, 13, 30, 0) 100%);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: none;
}

.alliance-top-strip {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding: 8px 0;
  font-size: 0.8rem;
  background: rgba(0, 0, 0, 0.25);
}

.alliance-top-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.alliance-phones-row {
  display: flex;
  align-items: center;
  gap: 0.9rem;
}

.alliance-phone-item {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #ffffff;
  font-weight: 700;
  font-size: 0.8rem;
}

.alliance-phone-item a {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.2s ease;
}

.alliance-phone-item a:hover {
  color: #38bdf8;
}

.alliance-phone-item img {
  width: 18px;
  height: 12px;
  object-fit: cover;
  border-radius: 2px;
}

.alliance-divider {
  color: rgba(255, 255, 255, 0.3);
  font-size: 0.8rem;
}

.alliance-top-right-group {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}

.alliance-lang-select {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #ffffff;
  font-weight: 700;
  font-size: 0.8rem;
  cursor: pointer;
  padding: 2px 6px;
  border-radius: 4px;
}

.alliance-social-icons {
  display: flex;
  align-items: center;
  gap: 6px;
}

.social-circle-btn {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  transition: all 0.25s ease;
  text-decoration: none;
}

.social-facebook {
  background: #1877f2;
}

.social-email {
  background: #ea4335;
}

.social-instagram {
  background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
}

.social-youtube {
  background: #ff0000;
}

.social-circle-btn:hover {
  transform: translateY(-2px);
  filter: brightness(1.15);
}

/* Main Navigation Bar */
.alliance-main-nav-row {
  padding: 12px 0;
  background: transparent;
}

.alliance-main-nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.alliance-brand-logo {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  overflow: visible;
}

.header-logo-img {
  height: 50px !important;
  max-height: 50px !important;
  width: auto !important;
  max-width: none !important;
  object-fit: contain;
  display: block;
  filter: drop-shadow(0 2px 12px rgba(0, 0, 0, 0.8)) brightness(1.2) !important;
  transition: transform 0.3s ease, filter 0.3s ease;
}

.alliance-brand-logo:hover .header-logo-img {
  transform: scale(1.05);
  filter: drop-shadow(0 0 18px rgba(245, 158, 11, 0.8)) brightness(1.3) !important;
}

.alliance-nav-menu {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}

.alliance-nav-item {
  color: #ffffff;
  font-weight: 700;
  font-size: 0.88rem;
  letter-spacing: 0.2px;
  transition: all 0.2s ease;
  text-decoration: none;
  position: relative;
  padding: 4px 0;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
}

.alliance-nav-item:hover {
  color: #38bdf8;
}

.alliance-nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #38bdf8;
  transition: width 0.3s ease;
}

.alliance-nav-item:hover::after {
  width: 100%;
}

/* ==========================================================================
   3. FULL-BLEED VIDEO HERO BANNER & OVERLAPPING STATS
   ========================================================================== */
.alliance-hero-banner.full-video-hero {
  position: relative;
  min-height: 780px;
  height: 88vh;
  width: 100%;
  overflow: hidden;
  background: #070d1e;
}

.hero-full-video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}

.hero-full-bg-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hero-video-gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, 
    rgba(7, 13, 30, 0.65) 0%, 
    rgba(7, 13, 30, 0.2) 50%, 
    rgba(7, 13, 30, 0.8) 85%, 
    #f4f6f9 100%
  );
  pointer-events: none;
}

/* ==========================================================================
   4. BREADCRUMBS & SECTION TYPOGRAPHY
   ========================================================================== */
.alliance-breadcrumb-bar {
  background: #f4f6f9;
  padding: 1.5rem 0;
  border-bottom: 1px solid #e2e8f0;
  font-size: 0.88rem;
  color: #64748b;
  font-weight: 600;
  margin-bottom: 2.5rem;
}

.alliance-breadcrumb-bar a {
  color: #2563eb;
  font-weight: 700;
  text-decoration: none;
}

.alliance-breadcrumb-bar a:hover {
  text-decoration: underline;
}

.hr-partner-section {
  background: #ffffff;
  padding: 3rem;
  border-radius: var(--radius-lg);
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.04);
  border: 1px solid rgba(226, 232, 240, 0.8);
  margin-bottom: 3.5rem;
}

.section-title-large {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--navy-dark);
  margin-bottom: 1rem;
  letter-spacing: -0.5px;
}

.section-title-large .highlight {
  color: var(--accent-orange);
}

.partner-para-text {
  font-size: 1.1rem;
  color: var(--text-body);
  line-height: 1.8;
  margin-bottom: 1.8rem;
}

.read-more-link {
  color: var(--accent-orange);
  font-weight: 800;
  font-size: 1.05rem;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: all 0.2s ease;
}

.read-more-link:hover {
  color: var(--accent-orange-hover);
  transform: translateX(4px);
}

/* ==========================================================================
   5. EMPLOYER HIRE BOX & COMPANIES GRID
   ========================================================================== */
.hr-partner-section {
  padding-bottom: 3rem;
}

.hr-hire-box {
  background: linear-gradient(135deg, #070d1e 0%, #15244c 100%);
  color: #ffffff !important;
  border-radius: var(--radius-lg);
  padding: 3rem 3.5rem;
  margin-top: 3rem;
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(212, 175, 55, 0.4);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2.5rem;
}

.hr-hire-text {
  flex: 1;
}

.hr-hire-title {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 2.2rem;
  font-weight: 800;
  color: #ffffff !important;
  line-height: 1.2;
  margin-bottom: 0.8rem;
}

.hr-hire-title .highlight {
  color: var(--accent-orange) !important;
}

.hr-hire-desc {
  font-size: 1.1rem;
  color: #f1f5f9 !important;
  line-height: 1.6;
  margin-bottom: 0;
}

.hr-hire-email-link {
  color: #ff9d00 !important;
  font-weight: 700;
  text-decoration: underline;
  transition: color 0.2s ease;
}

.hr-hire-email-link:hover {
  color: #ffb700 !important;
}

.btn-submit-enquiry {
  background: linear-gradient(135deg, var(--accent-orange), var(--accent-orange-hover));
  color: #ffffff;
  font-weight: 800;
  font-size: 1rem;
  padding: 16px 38px;
  border: none;
  border-radius: var(--radius-pill);
  cursor: pointer;
  box-shadow: 0 10px 25px rgba(255, 107, 0, 0.4);
  transition: all 0.3s ease;
  white-space: nowrap;
}

.btn-submit-enquiry:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 35px rgba(255, 107, 0, 0.6);
}

/* ==========================================================================
   MOBILE HAMBURGER TOGGLE & SLIDE-OUT DRAWER SIDEBAR
   ========================================================================== */
.alliance-mobile-toggle {
  display: none;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.3);
  width: 44px;
  height: 44px;
  border-radius: 8px;
  cursor: pointer;
  padding: 10px;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  transition: all 0.3s ease;
}

.alliance-mobile-toggle .bar {
  width: 22px;
  height: 2px;
  background-color: #ffffff;
  border-radius: 2px;
  transition: all 0.3s ease;
}

.alliance-mobile-toggle:hover {
  background: rgba(255, 255, 255, 0.3);
}

.hr-mobile-drawer {
  position: fixed;
  top: 0;
  right: -320px;
  width: 320px;
  max-width: 85vw;
  height: 100vh;
  background: #070d1e;
  z-index: 10000;
  box-shadow: -10px 0 40px rgba(0, 0, 0, 0.8);
  transition: right 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  display: flex;
  flex-direction: column;
  border-left: 1px solid rgba(212, 175, 55, 0.35);
}

.hr-mobile-drawer.is-open {
  right: 0;
}

.hr-drawer-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.25rem 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.hr-drawer-close {
  background: transparent;
  border: none;
  color: #ffffff;
  font-size: 2.2rem;
  cursor: pointer;
  line-height: 1;
  transition: color 0.2s ease;
}

.hr-drawer-close:hover {
  color: var(--accent-orange);
}

.hr-drawer-body {
  padding: 1.5rem;
  overflow-y: auto;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.hr-drawer-nav {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.hr-drawer-item {
  color: #f1f5f9;
  font-weight: 600;
  font-size: 1.02rem;
  padding: 11px 15px;
  border-radius: 8px;
  transition: all 0.25s ease;
  display: block;
  text-decoration: none;
}

.hr-drawer-item:hover, .hr-drawer-item.active {
  background: rgba(255, 255, 255, 0.1);
  color: #ff9d00;
  padding-left: 20px;
}

.hr-drawer-contact-info {
  margin-top: auto;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
}

.hr-drawer-phone, .hr-drawer-email {
  color: #ffffff;
  font-weight: 700;
  font-size: 0.92rem;
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
}

.btn-drawer-enquiry {
  background: linear-gradient(135deg, var(--accent-orange), var(--accent-orange-hover));
  color: #ffffff;
  font-weight: 800;
  font-size: 0.95rem;
  padding: 14px;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  box-shadow: 0 6px 20px rgba(255, 107, 0, 0.4);
  width: 100%;
}

.hr-drawer-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(6px);
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}

.hr-drawer-overlay.is-open {
  opacity: 1;
  visibility: visible;
}

.hr-companies-section {
  padding: 4rem 0;
}

.companies-logos-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 1.4rem;
  margin-top: 2rem;
}

.company-logo-card {
  background: #ffffff;
  border: 1px solid var(--border-color);
  border-radius: var(--radius-md);
  padding: 1.4rem 1.6rem;
  text-align: center;
  font-weight: 700;
  font-size: 0.98rem;
  color: var(--navy-dark);
  box-shadow: var(--shadow-sm);
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.company-logo-card:hover {
  border-color: var(--accent-orange);
  box-shadow: var(--shadow-md);
  transform: translateY(-4px);
  color: var(--accent-orange);
}

/* ==========================================================================
   6. 4-COLUMN EXPLORER GRIDS (INDUSTRY, EXPERTISE, COUNTRY)
   ========================================================================== */
.hr-grid-4col {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  gap: 1.8rem;
  margin-top: 1.8rem;
}

.industry-card {
  background: #ffffff;
  border: 1px solid var(--border-color);
  border-radius: var(--radius-md);
  padding: 2rem;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.5rem;
  box-shadow: var(--shadow-sm);
}

.industry-card:hover {
  background: #ffffff;
  border-color: var(--navy-dark);
  box-shadow: 0 18px 40px rgba(7, 13, 30, 0.12);
  transform: translateY(-6px);
}

.industry-card.active-orange {
  border-color: var(--accent-orange);
  background: linear-gradient(135deg, #ffffff 0%, #fff7ed 100%);
  box-shadow: 0 12px 30px rgba(255, 107, 0, 0.18);
}

.industry-icon-symbol {
  font-size: 2.4rem;
  margin-bottom: 0.9rem;
  display: block;
}

.country-flag-svg {
  width: 48px;
  height: 32px;
  object-fit: cover;
  border-radius: 4px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  margin-bottom: 1rem;
  display: block;
}

.industry-title {
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--navy-dark);
}

.industry-jobs-link {
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--accent-orange);
  display: flex;
  align-items: center;
  gap: 6px;
  transition: gap 0.2s ease;
}

.industry-card:hover .industry-jobs-link {
  gap: 10px;
}

/* ==========================================================================
   7. LIVE OPENINGS FILTER SIDEBAR & JOB CARDS
   ========================================================================== */
.jobs-listings-section {
  padding: 5rem 0;
}

.jobs-listings-grid {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 2.2rem;
}

.filter-sidebar-card {
  background: #ffffff;
  border: 1px solid var(--border-color);
  border-radius: var(--radius-md);
  padding: 2rem;
  box-shadow: var(--shadow-sm);
}

.filter-group-title {
  font-weight: 800;
  font-size: 0.98rem;
  color: var(--navy-dark);
  margin-bottom: 0.9rem;
}

.search-input-group {
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid var(--border-color);
  border-radius: var(--radius-sm);
  padding: 12px 16px;
  background: var(--bg-body);
  margin-bottom: 1.8rem;
}

.search-icon-symbol {
  font-size: 0.95rem;
}

.search-field-input {
  width: 100%;
  border: none;
  background: transparent;
  outline: none;
  font-size: 0.9rem;
  font-family: inherit;
}

.filter-checkbox-list {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  margin-bottom: 1.2rem;
}

.filter-checkbox-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.9rem;
  cursor: pointer;
}

.filter-checkbox-item input {
  accent-color: var(--accent-orange);
  margin-right: 8px;
}

.range-slider-bar {
  width: 100%;
  accent-color: var(--accent-orange);
  margin-bottom: 0.6rem;
}

.filter-buttons-row {
  display: flex;
  gap: 12px;
  margin-top: 1.2rem;
}

.btn-filter-reset {
  flex: 1;
  background: var(--bg-subtle);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-sm);
  padding: 11px;
  font-weight: 700;
  font-size: 0.88rem;
  cursor: pointer;
  transition: background 0.2s ease;
}

.btn-filter-reset:hover {
  background: #cbd5e1;
}

.btn-filter-apply {
  flex: 1;
  background: var(--navy-dark);
  color: #ffffff;
  border: none;
  border-radius: var(--radius-sm);
  padding: 11px;
  font-weight: 700;
  font-size: 0.88rem;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(7, 13, 30, 0.25);
  transition: all 0.2s ease;
}

.btn-filter-apply:hover {
  background: #000000;
}

/* Job Card Items */
.job-card-item {
  background: #ffffff;
  border: 1px solid var(--border-color);
  border-radius: var(--radius-md);
  padding: 2rem;
  margin-bottom: 1.4rem;
  box-shadow: var(--shadow-sm);
  transition: all 0.3s ease;
}

.job-card-item:hover {
  border-color: var(--accent-orange);
  box-shadow: var(--shadow-md);
  transform: translateY(-3px);
}

.job-card-top-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.2rem;
}

.job-date-badge {
  font-size: 0.8rem;
  color: var(--text-muted);
  background: var(--bg-subtle);
  padding: 5px 14px;
  border-radius: var(--radius-pill);
  font-weight: 600;
}

.job-bookmark-icon {
  cursor: pointer;
  font-size: 1.15rem;
  transition: transform 0.2s ease;
}

.job-bookmark-icon:hover {
  transform: scale(1.25);
}

.job-card-header-inner {
  display: flex;
  align-items: center;
  gap: 1.4rem;
  margin-bottom: 1.4rem;
}

.job-company-logo {
  height: 46px;
  width: auto;
  border-radius: 8px;
  background: #ffffff;
  padding: 5px;
  border: 1px solid var(--border-color);
}

.job-card-title {
  font-size: 1.3rem;
  font-weight: 800;
  color: var(--navy-dark);
}

.job-details-meta {
  display: flex;
  gap: 2rem;
  font-size: 0.92rem;
  color: var(--text-body);
  font-weight: 600;
  border-top: 1px solid var(--border-color);
  padding-top: 1.2rem;
}

/* ==========================================================================
   8. RELIABILITY / VISION / MISSION / VALUES
   ========================================================================== */
.hr-reliable-section {
  padding: 5.5rem 0;
  background: #ffffff;
}

.reliable-grid-3col {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 2.2rem;
  margin-top: 3rem;
}

.reliable-card {
  background: var(--bg-body);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-lg);
  padding: 2.8rem;
  box-shadow: var(--shadow-sm);
  transition: all 0.35s ease;
  position: relative;
}

.reliable-card:hover {
  background: #ffffff;
  border-color: var(--navy-dark);
  box-shadow: var(--shadow-md);
  transform: translateY(-6px);
}

.reliable-icon-square {
  width: 58px;
  height: 58px;
  border-radius: var(--radius-md);
  background: rgba(30, 58, 138, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.7rem;
  margin-bottom: 1.5rem;
}

.reliable-title {
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--navy-dark);
  margin-bottom: 0.9rem;
}

.reliable-desc {
  color: var(--text-body);
  font-size: 1rem;
  line-height: 1.75;
}

/* ==========================================================================
   9. TESTIMONIALS & CANDIDATE CONTACT
   ========================================================================== */
.hr-testimonials-section {
  padding: 5.5rem 0;
  background: var(--bg-subtle);
}

.testimonials-grid-3col {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 2.2rem;
  margin-top: 3rem;
}

.testimonial-card {
  background: #ffffff;
  border: 1px solid var(--border-color);
  border-radius: var(--radius-lg);
  padding: 2.4rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.8rem;
  box-shadow: var(--shadow-sm);
  transition: all 0.35s ease;
}

.testimonial-card:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-5px);
}

.testimonial-header-title {
  font-size: 1.2rem;
  font-weight: 800;
  color: var(--navy-dark);
  margin-bottom: 0.7rem;
}

.testimonial-quote-text {
  font-size: 1rem;
  color: var(--text-body);
  font-style: italic;
  line-height: 1.7;
}

.testimonial-author-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--border-color);
  padding-top: 1.4rem;
}

.author-avatar-circle {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: rgba(30, 58, 138, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  margin-right: 14px;
}

.author-name {
  font-weight: 800;
  color: var(--navy-dark);
  font-size: 0.98rem;
}

.author-sub {
  font-size: 0.84rem;
  color: var(--text-muted);
}

.quote-icon-symbol {
  font-size: 2.4rem;
  color: var(--accent-orange);
  line-height: 1;
}

/* Candidate Contact Section Redesign */
.hr-candidates-contact-section {
  padding: 6.5rem 0;
  background: radial-gradient(circle at 80% 20%, rgba(30, 58, 138, 0.35) 0%, #080d1a 50%, #03060f 100%);
  color: #ffffff;
  position: relative;
  overflow: hidden;
}

.hr-candidates-contact-section::before {
  content: '';
  position: absolute;
  top: -150px;
  right: -150px;
  width: 450px;
  height: 450px;
  background: radial-gradient(circle, rgba(245, 158, 11, 0.18) 0%, rgba(245, 158, 11, 0) 70%);
  pointer-events: none;
  border-radius: 50%;
}

.candidates-contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 4rem;
  align-items: center;
}

.contact-brand-column {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.hr-pill-badge-gold {
  display: inline-block;
  align-self: flex-start;
  background: rgba(245, 158, 11, 0.15);
  border: 1px solid rgba(245, 158, 11, 0.4);
  color: #fbbf24;
  padding: 0.4rem 1.1rem;
  border-radius: 30px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.promise-headline {
  font-size: 3.2rem;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.8px;
  color: #ffffff;
  margin: 0;
}

.promise-blue {
  background: linear-gradient(135deg, #f59e0b, #fbbf24, #60a5fa);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.promise-description {
  color: #94a3b8;
  font-size: 1.05rem;
  line-height: 1.6;
  margin: 0;
}

.brand-feature-stack {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 0.5rem;
}

.brand-feature-card {
  display: flex;
  align-items: flex-start;
  gap: 1.1rem;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  padding: 1.1rem 1.3rem;
  transition: all 0.3s ease;
}

.brand-feature-card:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(245, 158, 11, 0.4);
  transform: translateX(6px);
}

.feature-icon-badge {
  font-size: 1.5rem;
  background: rgba(245, 158, 11, 0.15);
  width: 44px;
  height: 44px;
  min-width: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}

.feature-card-title {
  font-size: 1rem;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 0.25rem 0;
}

.feature-card-desc {
  font-size: 0.85rem;
  color: #94a3b8;
  margin: 0;
  line-height: 1.45;
}

.trust-metrics-pill-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(15, 23, 42, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  padding: 1.1rem 1.5rem;
  margin-top: 0.5rem;
}

.metric-pill {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.metric-num {
  font-size: 1.4rem;
  font-weight: 800;
  color: #fbbf24;
}

.metric-lbl {
  font-size: 0.75rem;
  color: #94a3b8;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-top: 2px;
}

.metric-divider {
  width: 1px;
  height: 32px;
  background: rgba(255, 255, 255, 0.15);
}

/* Contact Form Card Box */
.contact-form-box {
  background: rgba(15, 23, 42, 0.75);
  backdrop-filter: blur(30px);
  border: 1px solid rgba(245, 158, 11, 0.3);
  border-radius: 24px;
  padding: 2.8rem;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.12);
  position: relative;
}

.form-card-header {
  margin-bottom: 1.8rem;
}

.form-badge-pill {
  display: inline-block;
  background: rgba(59, 130, 246, 0.2);
  border: 1px solid rgba(59, 130, 246, 0.4);
  color: #60a5fa;
  padding: 0.3rem 0.8rem;
  border-radius: 20px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.8px;
  margin-bottom: 0.6rem;
}

.contact-form-title {
  font-size: 1.75rem;
  font-weight: 800;
  margin: 0 0 0.4rem 0;
  color: #ffffff;
  letter-spacing: -0.5px;
}

.form-card-subtitle {
  font-size: 0.9rem;
  color: #94a3b8;
  margin: 0;
}

.form-grid-2field {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.2rem;
}

.field-label-text {
  display: block;
  font-size: 0.85rem;
  font-weight: 600;
  color: #cbd5e1;
  margin-bottom: 0.4rem;
}

.required-star {
  color: #f59e0b;
}

.input-with-icon {
  position: relative;
  display: flex;
  align-items: center;
}

.input-icon {
  position: absolute;
  left: 14px;
  font-size: 0.95rem;
  pointer-events: none;
  opacity: 0.8;
}

.input-with-icon .candidate-input-field {
  padding-left: 42px;
}

.candidate-input-field {
  width: 100%;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 10px;
  padding: 13px 16px;
  color: #ffffff;
  font-family: inherit;
  font-size: 0.95rem;
  outline: none;
  transition: all 0.3s ease;
}

.candidate-input-field:focus {
  border-color: #f59e0b;
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 0 0 16px rgba(245, 158, 11, 0.35);
}

.phone-input-flex {
  display: flex;
  gap: 8px;
}

.country-code-select {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 10px;
  color: #ffffff;
  padding: 0 12px;
  outline: none;
  font-size: 0.9rem;
}

.country-code-select option {
  background: #0f172a;
  color: #ffffff;
}

.btn-send-message {
  width: 100%;
  background: linear-gradient(135deg, #f59e0b, #d97706);
  color: #ffffff;
  font-weight: 800;
  font-size: 1.02rem;
  padding: 16px;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  box-shadow: 0 12px 30px rgba(245, 158, 11, 0.4);
  transition: all 0.3s ease;
  letter-spacing: 0.5px;
}

.btn-send-message:hover {
  transform: translateY(-3px);
  background: linear-gradient(135deg, #fbbf24, #f59e0b);
  box-shadow: 0 18px 40px rgba(245, 158, 11, 0.6);
}

/* ==========================================================================
   10. MODAL DIALOG & FOOTER
   ========================================================================== */
.hr-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(4, 7, 20, 0.82);
  backdrop-filter: blur(14px);
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: all 0.35s ease;
}

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

.hr-modal-card {
  background: #ffffff;
  width: 100%;
  max-width: 540px;
  border-radius: var(--radius-lg);
  padding: 3rem;
  position: relative;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.35);
  border: 1px solid var(--border-color);
}

.hr-modal-close {
  position: absolute;
  top: 1.4rem;
  right: 1.6rem;
  font-size: 2.2rem;
  background: none;
  border: none;
  color: var(--text-muted);
  cursor: pointer;
}

.hr-modal-title {
  font-size: 1.8rem;
  font-weight: 800;
  color: var(--navy-dark);
  margin-bottom: 0.5rem;
}

.hr-modal-desc {
  font-size: 0.95rem;
  color: var(--text-muted);
  margin-bottom: 2rem;
}

.hr-form-group {
  margin-bottom: 1.4rem;
}

.hr-form-input {
  width: 100%;
  border: 1px solid var(--border-color);
  border-radius: var(--radius-sm);
  padding: 14px 18px;
  font-family: inherit;
  font-size: 0.98rem;
  outline: none;
}

.hr-form-input:focus {
  border-color: var(--navy-dark);
  box-shadow: 0 0 12px rgba(30, 58, 138, 0.2);
}

.btn-solid-register {
  background: var(--navy-dark);
  color: #ffffff;
  font-weight: 800;
  border: none;
  border-radius: var(--radius-sm);
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn-solid-register:hover {
  background: #000000;
}

/* Footer */
.hr-footer {
  background: #040714;
  color: #ffffff;
  padding: 4.5rem 0 2.8rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2.8rem;
}

.footer-links-row {
  display: flex;
  gap: 2.4rem;
  font-weight: 700;
  font-size: 0.98rem;
}

.footer-links-row a {
  color: #94a3b8;
  transition: color 0.2s ease;
}

.footer-links-row a:hover {
  color: var(--accent-orange);
}

.footer-copyright {
  text-align: center;
  font-size: 0.9rem;
  color: #64748b;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 2rem;
}

/* Alert Boxes */
.hr-alert {
  padding: 16px 24px;
  border-radius: var(--radius-md);
  margin-bottom: 2rem;
  font-weight: 700;
  font-size: 1rem;
}

.hr-alert.success {
  background: rgba(34, 197, 94, 0.15);
  border: 1px solid #22c55e;
  color: #15803d;
}

.hr-alert.error {
  background: rgba(239, 68, 68, 0.15);
  border: 1px solid #ef4444;
  color: #b91c1c;
}

/* ==========================================================================
   11. ANIMATIONS & SCROLL REVEALS
   ========================================================================== */

@keyframes pulseGlow {
  0% {
    box-shadow: 0 0 0 0 rgba(245, 158, 11, 0.4);
  }
  70% {
    box-shadow: 0 0 0 14px rgba(245, 158, 11, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(245, 158, 11, 0);
  }
}

@keyframes floatCard {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(28px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes scaleIn {
  from {
    opacity: 0;
    transform: scale(0.92);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes shimmerGlow {
  0% {
    background-position: -200% 0;
  }
  100% {
    background-position: 200% 0;
  }
}

/* Scroll Reveal Classes */
.reveal-on-scroll {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.75s cubic-bezier(0.16, 1, 0.3, 1), transform 0.75s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity, transform;
}

.reveal-on-scroll.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.reveal-scale {
  opacity: 0;
  transform: scale(0.94);
  transition: opacity 0.75s cubic-bezier(0.16, 1, 0.3, 1), transform 0.75s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity, transform;
}

.reveal-scale.is-visible {
  opacity: 1;
  transform: scale(1);
}

/* Shimmer Button Highlight */
.btn-send-message {
  position: relative;
  overflow: hidden;
}

.btn-send-message::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.25) 50%, rgba(255,255,255,0) 100%);
  background-size: 200% 100%;
  animation: shimmerGlow 3.5s infinite;
  pointer-events: none;
}

/* Interactive Hover Lift on Cards */
.industry-card, .reliable-card, .testimonial-card, .job-card-item {
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.35s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.35s ease !important;
}

.industry-card:hover, .reliable-card:hover, .testimonial-card:hover, .job-card-item:hover {
  transform: translateY(-6px) scale(1.01) !important;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12) !important;
}

/* ==========================================================================
   12. COMPREHENSIVE RESPONSIVE MEDIA QUERIES & MOBILE SIDEBAR
   ========================================================================== */

@media (max-width: 1024px) {
  .candidates-contact-grid {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .promise-headline {
    font-size: clamp(2.4rem, 5vw, 3.2rem);
  }

  .reliable-grid-3col, .testimonials-grid-3col {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }

  .hr-grid-4col {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.2rem;
  }

  .jobs-listings-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .country-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.2rem;
  }
}

@media (max-width: 991px) {
  .alliance-header {
    position: relative !important;
    background: #070d1e !important;
    backdrop-filter: none !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  }

  .alliance-hero-banner {
    position: relative !important;
    min-height: auto !important;
    height: auto !important;
    max-height: none !important;
    aspect-ratio: 16 / 9 !important;
    width: 100% !important;
    margin-top: 0 !important;
    background: #070d1e !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: hidden !important;
  }

  .hero-full-video-wrapper {
    position: relative !important;
    width: 100% !important;
    height: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .hero-full-bg-video {
    object-fit: contain !important;
    object-position: center !important;
    width: 100% !important;
    height: 100% !important;
    display: block !important;
  }

  .hero-video-gradient-overlay {
    opacity: 0.3 !important;
  }

  .alliance-nav-menu {
    display: none !important;
  }

  .alliance-mobile-toggle {
    display: flex !important;
  }

  .alliance-top-inner {
    flex-direction: column;
    gap: 8px;
    text-align: center;
    padding: 4px 0;
  }

  .alliance-top-right-group {
    justify-content: center;
    width: 100%;
  }

  .hr-hire-box {
    flex-direction: column;
    text-align: center;
    align-items: center;
    padding: 2.2rem 1.8rem;
    gap: 1.5rem;
  }

  .hr-hire-title {
    font-size: 1.85rem;
  }

  .btn-submit-enquiry {
    width: 100%;
    text-align: center;
    padding: 15px 24px;
  }

  /* Hide floating blue sidebar on mobile to prevent content overlap */
  .left-floating-sidebar {
    display: none !important;
  }
}

@media (max-width: 768px) {
  html, body {
    width: 100% !important;
    max-width: 100vw !important;
    overflow-x: hidden !important;
  }

  .hr-container {
    padding: 0 1rem !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .jobs-listings-grid {
    grid-template-columns: 1fr !important;
    gap: 1.5rem !important;
  }

  .filter-sidebar-card {
    padding: 1.2rem !important;
  }

  .job-card-item {
    padding: 1.2rem !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  .job-card-header-inner {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 0.8rem !important;
  }

  .job-card-title {
    font-size: 1.1rem !important;
    line-height: 1.35 !important;
    word-break: break-word !important;
  }

  .job-details-meta {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 0.8rem 1rem !important;
    font-size: 0.85rem !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .hr-candidates-contact-section {
    padding: 3rem 1rem !important;
    overflow-x: hidden !important;
  }

  .contact-form-box {
    padding: 1.8rem 1.4rem;
    border-radius: 20px;
  }

  .form-grid-2field {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .reliable-grid-3col, .testimonials-grid-3col, .hr-grid-4col, .country-grid {
    grid-template-columns: 1fr;
    gap: 1.2rem;
  }

  .companies-logos-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.8rem;
  }

  .trust-metrics-pill-bar {
    flex-direction: column;
    gap: 1.2rem;
    padding: 1.4rem;
  }

  .metric-divider {
    width: 80%;
    height: 1px;
    background: rgba(255, 255, 255, 0.12);
  }

  .footer-flex {
    flex-direction: column;
    gap: 1.8rem;
    text-align: center;
  }

  .footer-links-row {
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.2rem;
  }

  .promise-headline {
    font-size: 2.1rem;
  }

  .contact-form-title {
    font-size: 1.45rem;
  }

  .btn-send-message {
    padding: 14px;
    font-size: 0.95rem;
  }

  .hr-modal-card {
    padding: 1.5rem 1.2rem;
    max-width: 95vw;
    border-radius: 14px;
  }
}

@media (max-width: 480px) {
  .hr-candidates-contact-section {
    padding: 3rem 0.8rem;
  }

  .hr-hire-box {
    padding: 1.6rem 1.2rem;
    border-radius: 16px;
  }

  .hr-hire-title {
    font-size: 1.5rem;
  }

  .hr-hire-desc {
    font-size: 0.95rem;
  }

  .companies-logos-grid {
    grid-template-columns: 1fr;
  }

  .brand-feature-card {
    padding: 0.9rem;
    gap: 0.8rem;
  }

  .feature-icon-badge {
    width: 38px;
    height: 38px;
    min-width: 38px;
    font-size: 1.2rem;
  }

  .candidate-input-field, .country-code-select {
    font-size: 0.9rem;
    padding: 11px 12px;
  }

  .phone-input-flex {
    flex-direction: column;
  }

  .country-code-select {
    width: 100%;
    padding: 10px;
  }
}

/* ==========================================================================
   UNIVERSAL MOBILE SEE MORE (+4 BATCH EXPANSION) BUTTON STYLING
   ========================================================================== */
.see-more-btn-wrapper {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  width: 100% !important;
  margin: 1.8rem 0 1rem 0 !important;
  padding: 0 1rem !important;
  box-sizing: border-box !important;
  clear: both !important;
}

.btn-see-more-mobile {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  background: linear-gradient(135deg, #070d1e 0%, #15244c 100%) !important;
  color: #f5d77f !important;
  font-family: 'Outfit', 'Plus Jakarta Sans', sans-serif !important;
  font-size: 0.95rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.04em !important;
  padding: 13px 32px !important;
  border-radius: 50px !important;
  border: 1.5px solid #d4af37 !important;
  box-shadow: 0 8px 25px rgba(7, 13, 30, 0.25), 0 0 15px rgba(212, 175, 55, 0.2) !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  outline: none !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  line-height: 1.2 !important;
}

.btn-see-more-mobile:hover, .btn-see-more-mobile:active {
  background: linear-gradient(135deg, #15244c 0%, #1e3a8a 100%) !important;
  color: #ffffff !important;
  border-color: #f5d77f !important;
  transform: translateY(-2px) scale(1.02) !important;
  box-shadow: 0 12px 30px rgba(212, 175, 55, 0.4) !important;
}

.btn-see-more-mobile.btn-see-less {
  background: rgba(7, 13, 30, 0.85) !important;
  color: #cbd5e1 !important;
  border-color: rgba(255, 255, 255, 0.3) !important;
}

