/* Make only the navbar sticky, not the entire header */
.Header__header {
    position: static !important; /* Override inline sticky on header to make it non-sticky */
  }

#headerContent {
  background-image: url(https://desk.zohocloud.ca/portal/api/customThemes/7146000000466005/images/225491000000007002?portalId=edbsn37e764338a828de6d3a713d1a2e3cf75e588d1e4e14469313826540ac630a187)
}

.Header__globalSearchAlt {
  display: none !important;
}

.Header__navbar {
    position: sticky !important;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
  background-color: rgba(27, 31, 59, 0.45) !important; /* Ensure navbar has background */
background-color: rgba(0, 194, 168, 0.85) !important; /* Ensure navbar has background */
  border-bottom: 1px solid rgba(27, 31, 59, 0.6); /* subtle border */
  border-bottom: 1px solid #33D1BC;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
}

.Header__container {
    position: relative; /* Keep container relative, no sticky needed */
}


/* Hover for menu icon */
.Header__menuBoxMain:hover {
    background-color: #f8f9fa; /* Light background on menu icon hover */
    border-radius: 4px;
    transition: background-color 0.3s ease;
}

/* Hover for search button */
.SearchContainer__searchIcon:hover {
    transform: scale(1.05); /* Slight scale for interactivity */
    transition: background-color 0.3s ease, transform 0.3s ease;
}

#mainContainer #layoutContainer {
 background-color: #FFFBF4 !important; 
}
.recrewer-widgets-container {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 20px;
        font-family: 'Satoshi', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
        line-height: 1.6;
        color: #1B1F3B;
    }

    /* Hero Section - Refined and Spacious */
    .recrewer-hero-section {
        text-align: center;
        padding: 80px 20px;
        background: linear-gradient(135deg, #1B1F3B 0%, #2d3248 100%);
        border-radius: 16px;
        margin-bottom: 60px;
        position: relative;
        overflow: hidden;
    }

    .recrewer-hero-section::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: radial-gradient(circle at 20% 80%, rgba(0, 194, 168, 0.1) 0%, transparent 50%);
        pointer-events: none;
    }

    .recrewer-hero-title {
        font-size: 2.5em;
        font-weight: 700;
        color: #ffffff;
        margin-bottom: 32px;
        letter-spacing: -0.02em;
        position: relative;
        z-index: 1;
    }

    .search-box-wrapper {
        max-width: 600px;
        margin: 0 auto;
        position: relative;
        z-index: 1;
    }

    .recrewer-search-input {
        width: 100%;
        padding: 16px 24px;
        font-size: 1.1em;
        border: 2px solid transparent;
        border-radius: 12px;
        background: rgba(255, 255, 255, 0.95);
        backdrop-filter: blur(10px);
        font-family: inherit;
        transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        color: #1B1F3B;
    }

    .recrewer-search-input:focus {
        border-color: #00C2A8;
        box-shadow: 0 0 0 4px rgba(0, 194, 168, 0.15);
        outline: none;
        transform: scale(1.02);
    }

    /* Widgets Grid - Balanced and Responsive */
    /* Widgets Grid - Fixed 4 Columns */
    .recrewer-widgets-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 32px;
        margin: 60px auto;
    }

    /* Card Base - Clean with Subtle Elevation */
    .recrewer-widget-card {
        background: #ffffff;
        border: 1px solid rgba(229, 231, 235, 0.5);
        border-radius: 16px;
        padding: 48px 32px;
        text-align: center;
        cursor: pointer;
        transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
        position: relative;
        overflow: hidden;
        min-height: 220px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .recrewer-widget-card::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 4px;
        background: linear-gradient(90deg, #e46317, #ff6b35);
        opacity: 0;
        transition: opacity 0.4s ease;
    }

    .widget-icon {
        font-size: 4em;
        margin-bottom: 24px;
        height: 80px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: linear-gradient(135deg, rgba(228, 99, 23, 0.08) 0%, rgba(228, 99, 23, 0.12) 100%);
        width: 90px;
        margin-left: auto;
        margin-right: auto;
        border-radius: 16px;
        transition: all 0.4s ease;
    }

    .widget-title {
        font-size: 1.3em;
        font-weight: 600;
        color: #1B1F3B;
        margin: 0 0 8px 0;
        letter-spacing: -0.01em;
        transition: color 0.4s ease;
    }

    /* Hover Interactions - Lift and Accent */
    .recrewer-widget-card:hover {
        border-color: rgba(228, 99, 23, 0.3);
        box-shadow: 0 20px 40px rgba(228, 99, 23, 0.15), 0 8px 24px rgba(0, 0, 0, 0.08);
        transform: translateY(-8px);
        background: linear-gradient(145deg, #ffffff 0%, #fafbff 100%);
    }

    .recrewer-widget-card:hover::before {
        opacity: 1;
    }

    .recrewer-widget-card:hover .widget-icon {
        transform: scale(1.1);
        background: linear-gradient(135deg, rgba(228, 99, 23, 0.15) 0%, rgba(228, 99, 23, 0.2) 100%);
    }

    .recrewer-widget-card:hover .widget-title {
        color: #e46317;
    }

    /* Accessibility Focus */
    .recrewer-widget-card:focus {
        outline: 2px solid #e46317;
        outline-offset: 4px;
    }

    /* Mobile Responsiveness - Stack to 1 Column */
    @media (max-width: 1024px) {
        .recrewer-widgets-grid {
            grid-template-columns: repeat(2, 1fr);
            gap: 24px;
        }
    }

    @media (max-width: 768px) {
        .recrewer-hero-section {
            padding: 60px 16px;
            border-radius: 12px;
        }

        .recrewer-hero-title {
            font-size: 2em;
        }

        .recrewer-widgets-grid {
            grid-template-columns: 1fr;
            gap: 24px;
            margin: 40px auto;
        }

        .recrewer-widget-card {
            padding: 40px 24px;
            min-height: 180px;
        }
    }
