/*
Theme Name: SeekPro
Theme URI: https://seekpro.in
Author: SeekPro
Description: Full-width WordPress theme for the SeekPro recruiting website. Pair with the SeekPro WordPress plugin.
Version: 1.0.3
Text Domain: seekpro-theme
*/

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: #111827;
    background: #fff;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

a {
    color: inherit;
}

.seekpro-brand-logo {
    display: block;
    width: 154px;
    max-width: 100%;
    height: auto;
}

.seekpro-theme-sitebar .seekpro-brand-logo {
    width: 142px;
}

.seekpro-brand-logo-footer {
    width: 150px;
}

.seekpro-theme-page {
    min-height: 100vh;
    background: #f8fafc;
}

.seekpro-theme-content {
    max-width: 1120px;
    margin: 0 auto;
    padding: 48px 20px 72px;
}

.seekpro-theme-content h1 {
    margin-top: 0;
    font-size: 42px;
    line-height: 1.1;
}

.seekpro-theme-sitebar {
    position: relative;
    top: auto;
}

@media (max-width: 760px) {
    .seekpro-theme-content {
        padding-top: 32px;
    }
}
