/* ==========================================================================
   Recruiters — immersive theme (Validated & Improved)
   ========================================================================== */

/* Inherit colors from base template and define new ones for the dark theme */
:root {
  /* Base template colors */
  --primary-color: #010080;
  --primary-color-light: #0100801f;
  --secondary-color: #212121;
  --secondary-color-light: #1414a0;
    /* --light-color: #ffffff; */
  --border-color-subtle: #e0e0e0;
  --hover-bg-light: #f5f5f5;
  --icon-color: var(--primary-color);

  /* Recruiter theme-specific variables */
  --rec-primary: var(--primary-color);
  --rec-primary-700: #00005a;
  --rec-accent: #010080; /* Base blue for primary accents */
  --rec-accent-2: #3443ff; /* A vibrant blue for complementary accents */
  --rec-bg: #0b0e18;
  --rec-text: #f0f4f8;
  --rec-muted: #8c909e;
  --rec-border: rgba(255, 255, 255, 0.12);
  --rec-shadow-sm: 0 4px 10px rgba(0, 0, 0, 0.15);
  --rec-shadow-md: 0 10px 30px rgba(0, 0, 0, 0.25);
  --rec-shadow-lg: 0 20px 60px rgba(0, 0, 0, 0.4);
  --rec-radius-sm: 8px;
  --rec-radius-md: 14px;
  --rec-radius-lg: 20px;
}

body {
  font-family: var(--font-family);
}

.recruiters {
  color: var(--rec-text);
  background: var(--rec-bg);
  min-height: 100vh;
  position: relative;
  overflow-x: hidden;
}

/* ==========================================================================
   LAYOUT
   ========================================================================== */

.rec-container {
  width: min(1120px, 92vw);
  margin: 0 auto;
}

.section {
  padding: clamp(3rem, 7vw, 5.5rem) 0;
}
.section-muted {
  background: rgba(255, 255, 255, 0.02);
}

.pill {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.375rem 0.75rem;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(1, 0, 128, 0.18), rgba(52, 67, 255, 0.18));
  color: var(--rec-text);
  border: 1px solid var(--rec-border);
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-size: 0.72rem;
}

/* ===================Fixes for animation line ============================== */

/* Electric line position (behind content, non-interactive) */
.hero-electric-line{
  position:absolute;
  left:0; right:0;
  bottom:-10px;          /* tweak as you like */
  pointer-events:none;
}

/* Draw-on + soft glow animation */
#electric-line-animated{
  stroke:#00f0ff;
  stroke-width:16;
  stroke-linecap:round;
  stroke-linejoin:round;
  filter:url(#glow);

  /* draw-on setup */
  stroke-dasharray: 1800;   /* big enough for the whole path */
  stroke-dashoffset: 1800;
  animation:
    electric-draw 2.0s ease-out 0.25s forwards,
    electric-glow 2.4s ease-in-out 2.2s infinite;
}

@keyframes electric-draw{
  to { stroke-dashoffset: 0; }
}

@keyframes electric-glow{
  0%,100% { opacity: .75; }
  50%     { opacity: 1; }
}

/* (optional) fade-in for the arrowhead if you prefer CSS over JS */
#arrowhead{
  transition: opacity .35s ease;
}

.hero-electric-line { bottom: 6px; }   /* raise (use negative to lower) */
/* ==========================================================================
   HERO SECTION
   ========================================================================== */

   #hero-section {
    /* Base styles for desktop */
    display: flex;
    align-items: center;
    justify-content: space-between;
    background:  url('/static/organisation/img/recruiters/hero-image-curved2.png') center/cover no-repeat;
       padding: 220px 130px;
    position: relative;
    text-align: left;
}

   .recruiters-hero-bg {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
 }

  #hero-section h1,
    .recruiters-hero h1 {
    color: #00ffea !important;
    }

.hero {
  position: relative;
  padding-top: clamp(3rem, 6vw, 5rem);
  padding-bottom: clamp(2rem, 4vw, 3rem);
  overflow: hidden;
}
.hero-blob {
  position: absolute;
  inset: -10% -10% auto auto;
  z-index: -1;
  filter: blur(40px);
  opacity: 0.65;
  width: 60vw;
  height: 60vw;
  max-width: 900px;
  max-height: 900px;
  background: conic-gradient(from 45deg, rgba(1, 0, 128, 0.18), rgba(52, 67, 255, 0.18), rgba(1, 0, 128, 0.18));
  animation: spin-slow 26s linear infinite;
  mask: radial-gradient(50% 50% at 50% 50%, black 55%, transparent 70%);
}
@keyframes spin-slow {
  to { transform: rotate(360deg); }
}
.headline-hero {
  font-size: clamp(2.5rem, 6.5vw, 4.2rem);
  line-height: 1.07;
  letter-spacing: -0.02em;
  background: linear-gradient(90deg, #fff, var(--rec-accent-2));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.subhead {
  font-size: clamp(1rem, 1.4vw, 1.25rem);
  color: var(--rec-muted);
}
.hero .grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(1.5rem, 3vw, 2.5rem);
  align-items: center;
}
@media (max-width: 992px) {
  .hero .grid { grid-template-columns: 1fr; }
  .hero-visual { margin-top: 2rem; }
}



#hero-section.recruiters-hero h1,
.recruiters-hero h1 {
    color: #fff; /* Crisp white */
    font-size: 3.2rem;
    font-weight: 800;
    letter-spacing: 1.5px;
    margin-top: 3.5rem;
    margin-bottom: 1rem;
    line-height: 1.1;
    text-shadow: none;         /* Remove glow for best readability */
    animation: none !important;/* Remove pulsing animation for clean look */
}

#hero-section.recruiters-hero p,
.recruiters-hero p {
    color: #e6eaf0; /* Light blue-grey, easy to read on blue bg */
    font-size: 1.25rem;
    margin-bottom: 2.2rem;
    font-weight: 500;
    text-shadow: none;
    letter-spacing: 0.2px;
}

#hero-section.recruiters-hero .badge,
.recruiters-hero .badge {
    background: #2954d1;
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    box-shadow: 0 2px 8px rgba(28, 53, 139, 0.08);
}

#hero-section.recruiters-hero .btn-primary,
.recruiters-hero .btn-primary {
    background: #2954d1;
    border: none;
    color: #fff;
    font-weight: 700;
    box-shadow: 0 2px 8px rgba(28, 53, 139, 0.06);
}

/* Hero secondary CTA (Book a Live Demo) */
#hero-section .btn-outline-light,
#hero-section.recruiters-hero .btn-outline-light,
.recruiters-hero .btn-outline-light {
  background: #ffffff;                 /* visible at rest */
  color: #2954d1;
  border: 2px solid #dde6fa;
  font-weight: 700;
  border-radius: 999px;                 /* pill */
  padding: 0.9rem 1.25rem;
  box-shadow: 0 6px 18px rgba(30, 60, 200, 0.18);
  text-decoration: none;                /* no underline */
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease;
}

#hero-section .btn-outline-light:hover,
#hero-section.recruiters-hero .btn-outline-light:hover,
.recruiters-hero .btn-outline-light:hover {
  background: #ffffff;
  border-color: #cbd9ff;
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(30, 60, 200, 0.26);
  text-decoration: none;
}

#hero-section .btn-outline-light:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(41, 84, 209, 0.24);
}


/* CTA Buttons */
.rec-btn {
  --bg: var(--rec-primary);
  --bg2: var(--rec-primary-700);
  --text: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  padding: 0.9rem 1.15rem;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--rec-accent), var(--rec-accent-2));
  color: var(--text);
  border: 1px solid rgba(255, 255, 255, 0.12);
  font-weight: 700;
  letter-spacing: 0.01em;
  box-shadow: 0 8px 30px rgba(1, 0, 128, 0.35);
  transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
}
.rec-btn:hover {
  transform: translateY(-2px);
  filter: brightness(1.05);
  box-shadow: 0 10px 34px rgba(1, 0, 128, 0.45);
  color: #fff;
  text-decoration: none;
}
.rec-btn:active {
  transform: translateY(0);
}
.rec-btn--ghost {
  --bg: transparent;
  --bg2: transparent;
  --text: var(--rec-text);
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid var(--rec-border);
  box-shadow: none;
}
.rec-btn--ghost:hover {
  background: rgba(255, 255, 255, 0.06);
}
.rec-btn-text {
  color: var(--rec-muted);
  font-weight: 600;
  transition: color 0.2s ease;
}
.rec-btn-text:hover {
  color: var(--rec-text);
  text-decoration: none;
}
.signin-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem 1rem;
}
.signin-links .label {
  font-size: 0.9rem;
  color: var(--rec-muted);
}


/* Glass Card */
.glass-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02));
  border: 1px solid var(--rec-border);
  border-radius: var(--rec-radius-lg);
  box-shadow: var(--rec-shadow-lg);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  overflow: hidden;
}
.glass-card .card-header {
  padding: 0.85rem 1rem;
  border-bottom: 1px solid var(--rec-border);
  display: flex;
  align-items: center;
  gap: 0.6rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0));
}
.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.dot.red { background: #ff5f57; }
.dot.amber { background: #febc2e; }
.dot.green { background: #28c840; }
.preview {
  border-top: 1px solid var(--rec-border);
  background: radial-gradient(600px 300px at 80% 0%, rgba(1, 0, 128, 0.12), transparent 60%), radial-gradient(500px 260px at 20% 100%, rgba(52, 67, 255, 0.12), transparent 60%), linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.01));
}
.hotspot {
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--rec-accent-2);
  box-shadow: 0 0 0 8px rgba(1, 0, 128, 0.18), 0 0 0 16px rgba(52, 67, 255, 0.12);
  animation: pulse 2.6s ease-in-out infinite;
}
@keyframes pulse {
  0%, 100% { transform: scale(1); box-shadow: 0 0 0 8px rgba(1, 0, 128, 0.18), 0 0 0 16px rgba(52, 67, 255, 0.12); }
  50% { transform: scale(1.2); box-shadow: 0 0 0 12px rgba(1, 0, 128, 0.24), 0 0 0 22px rgba(52, 67, 255, 0.16); }
}
.brand-logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: clamp(0.5rem, 1.6vw, 1.25rem);
  opacity: 0.9;
}
.brand-logos img {
  height: clamp(22px, 3.2vw, 34px);
  filter: saturate(0) contrast(105%);
  opacity: 0.7;
  transition: opacity 0.2s;
}
.brand-logos img:hover {
  opacity: 1;
}


@media (max-width: 768px) {
    /* 1. Main Hero Section Container */
    #hero-section {
        flex-direction: column;
        text-align: center;
        padding: 80px 20px;
        position: relative; /* Crucial for positioning the laptop image */
        overflow: hidden; /* Hides any part of the image that goes outside */
        background-image: none; /* Removes the original desktop background image */
        background-color: #001254; /* Sets a solid dark blue background */
    }

    /* 2. Hide the Original Hero Visuals */
    .hero-visual, .hero-blob {
        display: none;
    }

    /* 3. Create and Position the Laptop Background Image */
    #hero-section::before {
        content: ""; /* Required for pseudo-elements to work */
        position: absolute;
        top: 60%; /* Adjust this value to control the vertical position */
        left: 50%;
        transform: translate(-50%, -50%); /* Centers the image */
        width: 100%;
        max-width: 400px; /* Limits the size of the laptop on larger mobile screens */
        height: auto;
        opacity: 0.1; /* Lower the transparency */
        z-index: 1; /* Puts the image behind the text */
        background-image: url('path/to/your/laptop-image.png'); /* **IMPORTANT: Replace this with your actual image URL** */
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }

    /* 4. Ensure Text and Buttons are on Top */
    /* This makes sure all the text content is in front of the laptop image */
    #hero-section .hero-content-wrapper > * {
        position: relative;
        z-index: 2;
    }

    /* 5. Adjust Font Sizes and Spacing for Mobile */
    .recruiters-hero h1 {
        font-size: 2.5rem;
        line-height: 1.2;
        margin-bottom: 0.75rem;
    }

    .recruiters-hero p {
        font-size: 1rem;
        margin-bottom: 1.5rem;
    }

    /* 6. Stack the Buttons Vertically */
    .hero-buttons {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }
}


.hero-text-col {
  position: relative;
  z-index: 1;
}

.hero-img-mobile {
  position: absolute;
  top: 32px; /* adjust as needed to sit below your nav */
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  max-width: 430px;
  opacity: 0.25;
  pointer-events: none;
  z-index: 0;
  filter: blur(1.2px);
}

.hero-img-mobile img {
  width: 100vw;
  max-width: 430px;
  height: auto;
  display: block;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .hero-img-mobile { display: none !important; }
}
@media (max-width: 767.98px) {
  #hero-section .container {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }
  #hero-section h1,
  #hero-section p,
  #hero-section .lead,
  #hero-section .signin-links {
    text-align: center !important;
  }
}
@media (max-width: 767.98px) {
  #hero-section {
    min-height: 95vh;
    display: flex;
    align-items: center;
    /* Optional: Remove top margin/padding from container for best centering */
    padding-top: 0;
    padding-bottom: 0;
  }
  #hero-section .container {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: inherit;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

@media (max-width: 767.98px) {
  #hero-section {
    min-height: 95vh;
    display: flex;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }
  #hero-section .container {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: inherit;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  /* SPACE OUT HEADLINE & SUBTITLE */
  #hero-section h1 {
    margin-top: 2.2rem;
    margin-bottom: 1.3rem;
    font-size: 2.3rem;
    line-height: 1.15;
  }
  #hero-section p.lead,
  #hero-section .lead {
    margin-bottom: 2rem;
    margin-top: 0.8rem;
    font-size: 1.17rem;
  }

  /* SPACE BETWEEN BUTTONS */
  .d-flex.flex-column.gap-3.mb-2,
  .d-flex.flex-column.flex-sm-row.gap-3.mb-2 {
    gap: 1.2rem !important;
    margin-bottom: 2rem !important;
  }
  /* CTA padding */
  #hero-section .btn-lg {
    padding-top: 1.05rem;
    padding-bottom: 1.05rem;
    font-size: 1.1rem;
  }

  /* SPACE OUT LOGOS & HR */
  .scrolling-logos-container {
    margin-top: 2.2rem !important;
    margin-bottom: 2.2rem !important;
  }
  #hero-section hr {
    margin: 2.3rem 0 1.7rem 0 !important;
  }

  /* Spacing above sign-in links */
  .signin-links {
    margin-top: 2.3rem !important;
    margin-bottom: 1rem;
  }

  /* Content overall padding (if you want more on the sides) */
  #hero-section .container {
    padding-left: 1.3rem;
    padding-right: 1.3rem;
  }
}


@media (max-width: 767.98px) {
  .hero-electric-line {
    top: 60vw !important;
    width: 100vw !important;
    height: 100px !important;
    max-height: 130px;
    left: 0 !important;
    right: 0 !important;
    margin: 0 auto !important;
    z-index: 0;
  }
  #hero-section {
    padding-top: 0 !important;
  }
}

/* ==========================================================================
   SCROLLING LOGOS ANIMATION
   ========================================================================== */

.scrolling-logos-container {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin: 2rem 0;
}

.scrolling-logos-track {
  display: flex;
  width: max-content;
  animation: scroll-logos 20s linear infinite;
}

.scrolling-logos-inner {
  display: flex;
  gap: 1.5rem;
  padding-right: 1.5rem;
}

.scrolling-logos-inner .col {
  flex: 0 0 auto;
  width: 120px;
  min-width: 120px;
}

.scrolling-logos-inner figure {
  margin: 0;
  padding: 0.75rem;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 12px;
  transition: all 0.3s ease;
}

.scrolling-logos-inner figure:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.25);
  transform: translateY(-2px);
}

.scrolling-logos-inner img {
  width: 100%;
  height: auto;
  display: block;
  filter: brightness(0) invert(1);
  opacity: 0.7;
  transition: opacity 0.3s ease;
}

.scrolling-logos-inner img:hover {
  opacity: 1;
}

/* Keyframe animation for infinite scroll */
@keyframes scroll-logos {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* Pause animation on hover */
.scrolling-logos-track:hover {
  animation-play-state: paused;
}

/* Mobile adjustments */
@media (max-width: 767.98px) {
  .scrolling-logos-inner {
    gap: 1rem;
    padding-right: 1rem;
  }
  
  .scrolling-logos-inner .col {
    width: 100px;
    min-width: 100px;
  }
  
  .scrolling-logos-inner figure {
    padding: 0.5rem;
  }
  
  .scrolling-logos-track {
    animation-duration: 15s;
  }
}
/* ==========================================================================
   HOW IT WORKS (STEPS)
   ========================================================================== */
.process-steps-wide {
  margin-top: 30px;
  gap: 0;
}
@media(max-width: 1199px){
  #features-section .col-md-3{
    max-width: 50%;
    flex:0 0 50%;
  }
  #roi-section .col-sm-6{
    max-width: 100%;
    flex:0 0 100%;
    margin-bottom: 25px;
    text-align: center;
  }
}
@media (max-width: 991.98px) {
  .process-steps-wide {
    margin-top: 20px;
  }
}

.process-steps-wide > .col-lg {
  flex: 1 1 0;
  max-width: 20%;
  min-width: 150px;
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 991.98px) {
  .process-steps-wide > .col-lg {
    max-width: 100%;
    min-width: 120px;
    margin-bottom: 1.7rem;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 575.98px) {
  .process-steps-wide > .col-lg {
    min-width: 100px;
    font-size: 1rem;
    padding: 1.1rem 0.2rem;
  }
  #features-section .col-md-3{
    max-width: 100%;
    flex:0 0 100%;
  }
}

.step-card {
  background: #fff;
  border-radius: 1.1rem;
  border: 2px solid #dde6fa;
  box-shadow: 0 2px 12px rgba(28,53,139,0.08);
  transition: box-shadow 0.18s, transform 0.18s, border-color 0.18s;
  cursor: pointer;
  position: relative;
  z-index: 2;
  /* Added to make all cards the same size */
  min-width: 180px;
  min-height: 180px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.step-card:focus,
.step-card:hover {
  box-shadow: 0 10px 32px rgba(44,123,255,0.19);
  transform: translateY(-8px) scale(1.05);
  border-color: #2954d1;
  outline: none;
  z-index: 3;
}

.step-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.step-badge span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #2954d1, #50a7ff 90%);
  color: #fff;
  font-size: 1.7rem;
  font-weight: 700;
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 50%;
  margin-right: 0.6rem;
  box-shadow: 0 4px 24px rgba(44,123,255,0.16);
  border: 3px solid #dde6fa;
}

.step-badge i {
  font-size: 1.7rem;
  color: #2954d1;
  width: 60px;
  height: 60px;
  border-radius: 100px;
  line-height: 60px;
  background: #fbfbfb;
  border:1px solid #2954d1;
}

.step-card h3 {
  font-size: 1.18rem;
  font-weight: 700;
  color: #1b2852;
  margin-bottom: 0;
  margin-top: 0.2rem;
}


@media (max-width: 767.98px) {
  .process-steps-mobile {
    display: flex;
    flex-direction: column;
    align-items: center; /* Ensures child columns are centered */
    width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .process-steps-mobile > .col-lg {
    display: flex !important;
    flex-direction: column;
    align-items: center !important;  /* Center step-card */
    width: 100%;
    max-width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .step-card.card {
    width: 100%;
    max-width: 400px;  /* or whatever your design max */
    margin: 0 auto 2.2rem auto;
    box-sizing: border-box;
  }
}


/* ==========================================================================
   FEATURES GRID
   ========================================================================== */

#features-section {
  background: linear-gradient(90deg, #0200ff 0%, #010080 55%, #010080 45%, #0200ff 100%);
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
}

#features-section .card {
  background: #fff;
  border: 2px solid #e6edfd;
  border-radius: 1.3rem;
  box-shadow: 0 4px 32px 0 rgba(30, 60, 200, 0.10);
  color: #182144; /* Default font color for main text */
  transition: box-shadow 0.16s, transform 0.16s, border-color 0.17s, background 0.17s;
}

#features-section .card:hover, 
#features-section .card:focus {
  box-shadow: 0 10px 36px rgba(52,160,255,0.18);
  background: rgba(255,255,255,0.95);
  border-color: #4edfff;
  transform: translateY(-7px) scale(1.04);
}

/* Title */
#features-section h5,
#features-section .card h5 {
  color: #14225e;
  font-weight: 800;
  font-size: 1.21rem;
  margin-top: 0.7rem;
  margin-bottom: 0.3rem;
  text-shadow: none;
}

/* Body text */
#features-section .card p {
  color: #283b7d !important;
  opacity: 0.98;
  font-weight: 500;
}

/* List */
#features-section .card ul {
  margin-top: 0.65rem;
}

#features-section .card ul li {
  color: #4361ee !important;
  opacity: 0.95;
  list-style: none;
  margin-bottom: 0.2rem;
  position: relative;
  padding-left: 1.1em;
}

#features-section .card ul li:before {
  content: "•";
  color: #25aafc;
  position: absolute;
  left: 0;
  font-size: 1em;
  font-weight: bold;
}

/* Section title */
#features-section h2 {
  color: #fff;
  font-weight: 900;
  letter-spacing: -0.5px;
  text-shadow: 0 2px 24px rgba(0,0,60,0.10);
}

/* Muted subtitle */
#features-section .text-muted {
  color: #5376c8 !important;
  opacity: 0.92 !important;
}

/* Feature icon glow */
.feature-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem auto;
  width: 82px;
  height: 82px;
  border-radius: 50%;
  background: radial-gradient(ellipse at center, #02e3ff33 55%, transparent 100%);
  position: relative;
  box-shadow: 0 0 38px 9px #00d5ff40;
}

.feature-icon i {
  font-size: 2.7rem;
  color: #010080;
  z-index: 2;
  text-shadow:
    0 0 8px #010080,
    0 4px 18px #0032a766;
  position: relative;
}

/* Responsive tweaks */
@media (max-width: 991.98px) {
  #features-section { padding-top: 46px; padding-bottom: 35px; }
  #features-section .card { margin-bottom: 1.8rem; }
}

#features-section .card ul {
  margin-top: 0.6rem;
  padding-left: 0; /* No indent */
}

#features-section .card ul li {
  color: #3d4694 !important;
  font-size: 0.97rem;           /* Smaller font */
  font-weight: 500;
  opacity: 0.82;
  padding-left: 1.6em;
  margin-bottom: 0.1em;
  line-height: 1.5;
  text-decoration: none;
}

#features-section .card ul li:before {
  content: "✔";
  color: #010080;
  font-size: 0.93em;            /* Slightly smaller check */
  left: 0;
  position: absolute;
  opacity: 0.65;
  font-weight: 700;
}


/* ==========================================================================
   ROI CALCULATOR
   ========================================================================== */

.roi-card {
  /* This creates the dark, semi-transparent container you wanted */
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02));
  border: 1px solid var(--rec-border);
  border-radius: var(--rec-radius-lg);
  box-shadow: var(--rec-shadow-lg);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding: 3rem;
  position: relative;
  overflow: hidden;
  min-height: 640px;
}

.roi {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 2rem;
  align-items: center;
}
@media (max-width: 992px) {
  .roi { grid-template-columns: 1fr; }
}

.roi-calc {
  color: var(--rec-text);
}

.input-tile {
  background: rgba(255, 255, 255, 0.08); /* More visible background */
  border: 1px solid var(--rec-border);
  border-radius: var(--rec-radius-md);
  padding: 1rem;
}
.input-tile label {
  font-size: 0.82rem;
  color: var(--rec-muted);
  margin-bottom: 0.25rem;
  display: block;
}
.input-tile input {
  width: 100%;
  background: none; /* No background to make the input tile the focal point */
  color: var(--rec-text);
  border: none;
  border-radius: 10px;
  padding: 0.6rem 0.75rem;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.input-tile input:focus {
  border-color: rgba(91, 108, 255, 0.55);
  box-shadow: 0 0 0 3px rgba(91, 108, 255, 0.2);
}

.big-number {
  font-size: clamp(2rem, 5.6vw, 3.4rem);
  font-weight: 900;
  letter-spacing: -0.02em;
  background: linear-gradient(90deg, var(--rec-accent), var(--rec-accent-2));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

/* Old style, now hidden to prevent conflicts */
.roi-old-version {
  display: none;
}


/* ==========================================================================
   TESTIMONIALS
   ========================================================================== */
#testimonials-section {
  background: linear-gradient(110deg, #0200ff 0%, #010080 75%, #0200ff 100%);
  padding: 80px 0 80px 0;
  position: relative;
}

.testimonials-title {
  color: #fff;
  font-weight: 900;
  letter-spacing: -1.2px;
  font-size: 2.1rem;
  text-shadow: 0 2px 22px rgba(0,16,100,0.10);
}

.testimonials-subtitle {
  color: #d3ebff;
  opacity: 0.84;
  font-size: 1.17rem;
  margin-bottom: 0;
}

.testimonial-card {
  background: rgba(255,255,255,0.96);
  border-radius: 1.3rem;
  box-shadow: 0 10px 34px 0 rgba(34, 54, 164, 0.13), 0 2px 12px 0 #1956ff18;
  border: 1.5px solid #f1f4ff;
  transition: box-shadow 0.18s, transform 0.18s;
  position: relative;
  overflow: hidden;
  min-height: 340px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.testimonial-card:hover, .testimonial-card:focus {
  box-shadow: 0 16px 44px 0 #1956ff18, 0 6px 24px 0 #0021c91e;
  transform: translateY(-4px) scale(1.03);
}

.testimonial-quote {
  font-size: 1.08rem;
  color: #28409e;
  font-style: italic;
  position: relative;
  padding-left: 0.7em;
  padding-right: 0.2em;
  margin-bottom: 1.2em;
}
.testimonial-quote i.bi-quote {
  font-size: 2.1rem;
  color: #010080;
  opacity: 0.78;
  position: absolute;
  left: -0.25em;
  top: -0.12em;
}
.testimonial-quote p {
  color: #273166;
  font-size: 1.13rem;
  font-weight: 600;
  margin: 0;
  padding-left: 1.6em;
  text-shadow: 0 2px 8px rgba(35,60,160,0.04);
}

.testimonial-avatar {
  width: 52px;
  height: 52px;
  object-fit: cover;
  box-shadow: 0 2px 16px #04f0ff50;
  border: 3px solid #e5f6ff;
}

.testimonial-author {
  color: #193183;
  font-weight: 700;
  font-size: 1.09rem;
  margin-bottom: 0.1em;
  letter-spacing: -0.2px;
}
.testimonial-role {
  color: #3d4694;
  font-size: 0.99rem;
  opacity: 0.82;
  margin-top: 0;
}

@media (max-width: 991.98px) {
  #testimonials-section { padding: 40px 0 28px 0; }
  .testimonial-card { min-height: 280px; padding: 2rem 1.2rem; }
  .testimonials-title { font-size: 1.45rem; }
}

/* ==========================================================================
   FINAL CTA STRIP
   ========================================================================== */

#register-section {
  background: #fff; /* Must remain white */
  padding: 72px 0 80px 0;
  position: relative;
}

.cta-strip {
  background:var(--primary-color);
  box-shadow: 0 8px 38px 0 #0031b925, 0 0 0 4px #2954d125;
  border-radius: 2.2rem;
  color: #fff;
  position: relative;
  overflow: hidden;
  border: none;
  min-height: 640px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.cta-title {
  font-size: 2.15rem;
  font-weight: 900;
  letter-spacing: -0.5px;
  color: #fff;
  text-shadow: 0 2px 12px #00229c50;
}

.cta-subtext {
  color: #e8f1ff;
  font-size: 1.17rem;
  font-weight: 500;
  opacity: 0.94;
  margin-bottom: 1.8rem;
}

.btn-cta {
  background: #fff;
  color: #1556e1;
  font-weight: 800;
  font-size: 1.16rem;
  border-radius: 2em;
  padding: 0.82em 2.5em;
  box-shadow: 0 3px 16px 0 #1e60ff30;
  border: none;
  transition: 
    background 0.13s,
    color 0.13s,
    box-shadow 0.16s,
    transform 0.16s;
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.4em;
}

.btn-cta:hover, .btn-cta:focus {
  background: #1e40af;
  color: #fff;
  box-shadow: 0 6px 32px 0 #4edfff60, 0 0 0 3px #0b85ff30;
  transform: translateY(-2px) scale(1.04);
  text-decoration: none;
}
.cta-strip .btn-cta{
 max-width: 400px;
}
.arrow-animate {
  display: inline-block;
  vertical-align: middle;
  transition: transform 0.25s cubic-bezier(.4,1,.7,1.2);
}

.btn-cta:hover .arrow-animate,
.btn-cta:focus .arrow-animate {
  transform: translateX(7px) scale(1.07);
}

@media (max-width: 991.98px) {
  #register-section {
    padding: 45px 0 56px 0;
  }
  .cta-strip {
    padding: 2.6rem 1.3rem;
    border-radius: 1.2rem;
  }
  .cta-title {
    font-size: 1.4rem;
  }
}



/* ==========================================================================
   MODALS
   ========================================================================== */
/* ==========================================================================
   MODALS  (replace this whole section)
   ========================================================================== */

.rec-modal .modal-dialog {
  max-width: 560px;
}

.rec-modal .modal-content {
  /* Soft near-white with a subtle cool tint */
  background: #f6f8ff;                 /* softer than #fff */
  color: #1b2852;
  border: 1px solid #e6ecfa;
  border-radius: 16px;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.48);
}

.rec-modal .modal-header,
.rec-modal .modal-body,
.rec-modal .modal-footer {
  background: transparent;             /* inherit the soft surface */
  border-color: #e9eef8;
}

.rec-modal .modal-title {
  color: #14225e;
  font-weight: 800;
  letter-spacing: -0.2px;
}

.rec-modal .form-label {
  color: #223368;
  font-weight: 600;
}

/* Inputs stay clean white for clarity against the tinted sheet */
.rec-modal .form-control {
  background: #ffffff;
  color: #1b2852;
  border: 1px solid #d7e0f5;
  border-radius: 10px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.rec-modal .form-control::placeholder {
  color: #8a95b5;
  opacity: 1;
}

.rec-modal .form-control:focus {
  background: #ffffff;
  border-color: #2954d1;
  box-shadow: 0 0 0 3px rgba(41, 84, 209, 0.18);
  color: #0f1e4d;
}

/* Slightly darker backdrop so the softer sheet still stands out */
.modal-backdrop.show {
  background-color: #0b1026;
  opacity: 0.82;
}


/* ==========================================================================
   CLEAN HERO SECTION SIGNIN DROPDOWN - Exact Reference Design Match
   ========================================================================== */

/* Stacking context for hero section */
#hero-section {
  position: relative;
  z-index: 1;
  isolation: isolate;
}

/* Push background elements behind */
#hero-section .recruiters-hero-bg,
#hero-section .hero-electric-line,
#hero-section .hero-blob,
#hero-section::before,
#hero-section::after {
  z-index: -1;
}

/* Content layer */
#hero-section .container {
  position: relative;
  z-index: 10;
}

/* Sign-in area positioning */
#hero-section .signin-links {
  position: relative;
  z-index: 100;
}

/* Dropdown wrapper */
#hero-section .signin-dropdown {
  position: relative;
  z-index: 1000;
}

/* Sign In Button */
#hero-section .signin-dropdown .dropdown-toggle {
  background: rgba(255, 255, 255, 0.15);
  border: 1.5px solid rgba(255, 255, 255, 0.3);
  color: #ffffff;
  border-radius: 8px;
  padding: 0.6rem 1.2rem;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 600;
  font-size: 0.9rem;
  transition: all 0.2s ease;
  cursor: pointer;
  position: relative;
  z-index: 1001;
  pointer-events: auto;
}

#hero-section .signin-dropdown .dropdown-toggle:hover,
#hero-section .signin-dropdown .dropdown-toggle:focus {
  background: rgba(255, 255, 255, 0.25);
  border-color: rgba(255, 255, 255, 0.4);
  color: #ffffff;
  text-decoration: none;
  transform: translateY(-1px);
}

#hero-section .signin-dropdown .dropdown-toggle[aria-expanded="true"] {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.35);
}

#hero-section .signin-dropdown .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.3em;
  vertical-align: 0.15em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  transition: transform 0.2s ease;
}

#hero-section .signin-dropdown .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(180deg);
}

/* Dropdown Menu - Dark blue container with sections */
#hero-section .signin-dropdown .dropdown-menu {
  background: #001966;
  border: 2px solid rgba(100, 149, 237, 0.3);
  border-radius: 20px;
  box-shadow: 0 12px 48px rgba(0, 0, 0, 0.4);
  padding: 1.5rem;
  min-width: 340px;
  margin-top: 0.75rem;
  z-index: 9999;
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
}

#hero-section .signin-dropdown .dropdown-menu.show {
  display: block;
  opacity: 1;
  visibility: visible;
  animation: fadeInDown 0.25s ease;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Section Headers */
#hero-section .signin-dropdown .dropdown-header {
  color: rgba(255, 255, 255, 0.5);
  font-weight: 700;
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 0 0 0.75rem 0;
  margin-bottom: 0.75rem;
  border-bottom: none;
  background: none;
}

/* White container for grouped items */
#hero-section .signin-dropdown .dropdown-menu > li:nth-child(2),
#hero-section .signin-dropdown .dropdown-menu > li:nth-child(3) {
  background: #ffffff;
  border-radius: 14px;
  padding: 0.5rem;
  margin-bottom: 1.25rem;
}

/* Items inside white container */
#hero-section .signin-dropdown .dropdown-menu > li:nth-child(2) .dropdown-item,
#hero-section .signin-dropdown .dropdown-menu > li:nth-child(3) .dropdown-item {
  background: transparent;
  border-radius: 10px;
  padding: 0.9rem;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.9rem;
  text-decoration: none;
  color: #001254;
  transition: all 0.15s ease;
  border: none;
  cursor: pointer;
}

#hero-section .signin-dropdown .dropdown-menu > li:nth-child(2) .dropdown-item:last-child,
#hero-section .signin-dropdown .dropdown-menu > li:nth-child(3) .dropdown-item:last-child {
  margin-bottom: 0;
}

#hero-section .signin-dropdown .dropdown-menu > li:nth-child(2) .dropdown-item:hover,
#hero-section .signin-dropdown .dropdown-menu > li:nth-child(3) .dropdown-item:hover {
  background: #f0f4ff;
  transform: translateX(2px);
}

/* Regular dropdown items (NEW HERE? section) */
#hero-section .signin-dropdown .dropdown-item {
  background: transparent;
  border-radius: 10px;
  padding: 0.9rem;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.9rem;
  text-decoration: none;
  color: #ffffff;
  transition: all 0.15s ease;
  border: 1px solid rgba(255, 255, 255, 0.15);
  cursor: pointer;
  pointer-events: auto;
}

#hero-section .signin-dropdown .dropdown-item:last-of-type {
  margin-bottom: 0;
}

#hero-section .signin-dropdown .dropdown-item:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.25);
  transform: translateX(2px);
}

/* Icon styling */
#hero-section .signin-dropdown .dropdown-item .icon {
  width: 40px;
  height: 40px;
  background: #ffd700;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #001254;
  font-size: 1.2rem;
  transition: all 0.15s ease;
  flex-shrink: 0;
}

/* Blue icon for Organisation */
#hero-section .signin-dropdown .dropdown-menu > li:nth-child(2) .dropdown-item:last-child .icon,
#hero-section .signin-dropdown .dropdown-menu > li:nth-child(6) .dropdown-item:last-child .icon {
  background: #2563eb;
  color: #ffffff;
}

/* Icon colors for NEW HERE section */
#hero-section .signin-dropdown .dropdown-menu > li:nth-child(6) .dropdown-item:first-child .icon {
  background: #ffd700;
  color: #001254;
}

#hero-section .signin-dropdown .dropdown-menu > li:nth-child(7) .dropdown-item .icon {
  background: #ffd700;
  color: #001254;
}

/* Text content */
#hero-section .signin-dropdown .dropdown-item .text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  min-width: 0;
}

#hero-section .signin-dropdown .dropdown-item .title {
  font-weight: 700;
  font-size: 0.9rem;
  line-height: 1.3;
  margin: 0;
}

/* Title colors based on section */
#hero-section .signin-dropdown .dropdown-menu > li:nth-child(2) .dropdown-item .title,
#hero-section .signin-dropdown .dropdown-menu > li:nth-child(3) .dropdown-item .title {
  color: #001254;
}

#hero-section .signin-dropdown .dropdown-item .title {
  color: #ffffff;
}

#hero-section .signin-dropdown .dropdown-item .desc {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.3;
  margin: 0;
}

/* Description colors based on section */
#hero-section .signin-dropdown .dropdown-menu > li:nth-child(2) .dropdown-item .desc,
#hero-section .signin-dropdown .dropdown-menu > li:nth-child(3) .dropdown-item .desc {
  color: #6b7280;
}

#hero-section .signin-dropdown .dropdown-item .desc {
  color: rgba(255, 255, 255, 0.6);
}

/* Divider */
#hero-section .signin-dropdown .dropdown-divider {
  height: 0;
  margin: 0;
  border: none;
  opacity: 0;
}

/* Mobile responsive */
@media (max-width: 768px) {
  #hero-section .signin-dropdown .dropdown-menu {
    min-width: 300px;
    left: auto;
    right: 0;
    padding: 1.25rem;
  }
  
  #hero-section .signin-dropdown .dropdown-item {
    padding: 0.8rem;
    gap: 0.75rem;
  }
  
  #hero-section .signin-dropdown .dropdown-item .icon {
    width: 36px;
    height: 36px;
    font-size: 1.1rem;
  }
  
  #hero-section .signin-dropdown .dropdown-item .title {
    font-size: 0.85rem;
  }
  
  #hero-section .signin-dropdown .dropdown-item .desc {
    font-size: 0.7rem;
  }
}