/*!
Theme Name: RemotesFirst
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: A dark theme with purple and blue gradients for a modern job platform
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: remotefirstcustom
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

remotefirstCustom is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments
# Custom
    - RemotesFirst Styles
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# RemotesFirst Styles
--------------------------------------------------------------*/

:root {
    --primary: #8A2BE2;
    --secondary: #00BFFF;
    --dark: #121212;
    --light: #f8f9fa;
    --gradient: linear-gradient(135deg, var(--primary), var(--secondary));
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    background-color: var(--dark);
    color: white;
    margin: 0;
    padding: 0;
    line-height: 1.6;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Header & Navigation */
#masthead {
    padding: 20px 0;
    position: relative;
}

#masthead .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.site-header {
    padding: 20px 0;
    position: relative;
}

.site-branding {
    flex: 0 0 25%; /* Fixed width for the left side */
    display: flex;
    align-items: center;
}

.site-title {
    font-size: 24px;
    font-weight: 700;
    margin: 0;
}

.site-title a {
    text-decoration: none;
    color: white;
}

.site-description {
    color: #b3b3b3;
    margin: 0 0 0 10px;
    font-size: 14px;
}



.navbar {
    width: 100%;
    display: flex;
    align-items: center;
}

.main-navigation {
    flex: 0 0 50%; /* Fixed width for center section */
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-navigation ul {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    gap: 30px;
    justify-content: center;
}


.main-navigation li {
    list-style: none;
}

.main-navigation a {
    color: white;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s;
}


.main-navigation a:hover {
    color: var(--secondary);
}


.cta-button-container {
    flex: 0 0 25%; /* Fixed width for the right side */
    display: flex;
    justify-content: flex-end;
}

.cta-button {
    background: var(--gradient);
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 30px;
    font-weight: 600;
    cursor: pointer;
    transition: transform 0.3s;
    text-decoration: none;
    display: inline-block;
}

.cta-button:hover {
    transform: translateY(-2px);
}


header .cta-button,
.navbar .cta-button {
    position: static;
    right: auto;
}



/* Hero Section */
.hero-section {
    text-align: center;
    padding: 80px 0;
    position: relative;
}

.hero-section h1 {
    font-size: 48px;
    margin-bottom: 20px;
    background: var(--gradient);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.hero-section p {
    font-size: 18px;
    max-width: 600px;
    margin: 0 auto 40px;
}

/* Features Section */
.features-section {
    padding: 60px 0;
}

.section-title {
    text-align: center;
    margin-bottom: 40px;
}

.section-title h2 {
    font-size: 32px;
    margin-bottom: 10px;
}

.section-title p {
    font-size: 16px;
    color: #b3b3b3;
    max-width: 600px;
    margin: 0 auto;
}

.feature-cards {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 20px;
    margin-top: 40px;
    width: 100%;
}

.feature-card {
    flex: 1;
    width: calc(25% - 15px);
    margin: 0;
    position: static;
    display: block;
    background-color: rgba(255, 255, 255, 0.05); /* Add back the background color */
    border-radius: 10px;
    padding: 30px;
    transition: transform 0.3s;
}

.feature-card:hover {
    transform: translateY(-5px);
}

.feature-card img {
    width: 50px;
    height: 50px;
    margin-bottom: 20px;
}

.feature-card h3 {
    font-size: 18px;
    margin-bottom: 10px;
}

.feature-card p {
    font-size: 14px;
    color: #b3b3b3;
}

/* Architecture Section */
.architecture-section {
    padding: 60px 0;
    background-color: rgba(255, 255, 255, 0.02);
}

.arch-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
}

.arch-text h3 {
    font-size: 24px;
    margin-bottom: 20px;
}

.arch-text p {
    font-size: 16px;
    color: #b3b3b3;
    margin-bottom: 20px;
}

/* Glow Effect */
.glow {
    position: absolute;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(138, 43, 226, 0.3) 0%, rgba(0, 191, 255, 0.1) 50%, rgba(0, 0, 0, 0) 70%);
    filter: blur(60px);
    z-index: -1;
}

.glow-1 {
    top: 10%;
    left: 10%;
}

.glow-2 {
    bottom: 10%;
    right: 10%;
}

/* Testimonials */
.testimonials-section {
    padding: 60px 0;
    text-align: center;
}

.testimonial-quote {
    font-size: 24px;
    font-style: italic;
    max-width: 800px;
    margin: 0 auto 20px;
}

.testimonial-author {
    font-weight: 700;
}

.company-logos {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    margin-top: 60px;
    flex-wrap: wrap;
}

.company-logo {
    opacity: 0.6;
    transition: opacity 0.3s;
}

.company-logo:hover {
    opacity: 1;
}

/* CTA Section */
.cta-section {
    padding: 80px 0;
    text-align: center;
    background: linear-gradient(0deg, var(--dark) 0%, rgba(0, 0, 0, 0) 100%);
}

.cta-section h2 {
    font-size: 32px;
    margin-bottom: 20px;
}

/* Footer */
.site-footer {
    padding: 60px 0 30px;
    background-color: rgba(255, 255, 255, 0.02);
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 40px;
    margin-bottom: 30px;
}

.footer-column h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

.footer-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-column ul li {
    margin-bottom: 10px;
}

.footer-column ul li a {
    color: #b3b3b3;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s;
}

.footer-column ul li a:hover {
    color: white;
}

.footer-bottom {
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 14px;
    color: #b3b3b3;
}

.social-icons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
}

.social-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
    transition: transform 0.3s;
}

.social-icon:hover {
    transform: translateY(-5px);
}

/* Posts and pages */
.site-main {
    padding: 60px 0;
}

.entry-title {
    font-size: 36px;
    margin-bottom: 20px;
    background: var(--gradient);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    display: inline-block;
}

.entry-meta {
    color: #b3b3b3;
    margin-bottom: 20px;
}

.entry-content {
    color: #e0e0e0;
}

.post-thumbnail img {
    border-radius: 10px;
    margin-bottom: 20px;
}

/* Comments */
.comments-area {
    margin-top: 40px;
    background-color: rgba(255, 255, 255, 0.03);
    padding: 30px;
    border-radius: 10px;
}

.comment-list {
    list-style: none;
    padding: 0;
}

.comment {
    padding: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.menu-toggle {
    display: none;
}

/* Responsive styles */
@media (max-width: 768px) {
    .arch-content {
        grid-template-columns: 1fr;
    }
    
    .hero-section h1 {
        font-size: 36px;
    }
    
    .menu-toggle {
        display: block;
        background: none;
        border: none;
        color: white;
        font-size: 24px;
        cursor: pointer;
    }
    
    .main-navigation ul {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background-color: var(--dark);
        padding: 20px;
        z-index: 999;
    }
    
    .main-navigation.toggled ul {
        display: flex;
    }
}

/* Button Styling */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    background: var(--gradient);
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 30px;
    font-weight: 600;
    cursor: pointer;
    transition: transform 0.3s;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    transform: translateY(-2px);
}

/* Form Fields */
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: white;
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 3px;
    padding: 10px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: white;
    border-color: var(--primary);
    outline: none;
}

/* Links */
a {
    color: var(--secondary);
    text-decoration: none;
    transition: color 0.3s;
}

a:visited {
    color: var(--secondary);
}

a:hover,
a:focus,
a:active {
    color: var(--primary);
}

/* Widgets */
.widget-area {
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.03);
    border-radius: 10px;
}

.widget {
    margin-bottom: 30px;
}

.widget-title {
    font-size: 18px;
    margin-bottom: 15px;
}

.site-info a {
    color: #b3b3b3;
}

.site-info a:hover {
    color: white;
}

.arch-image {
    display: block;
    max-width: 100%;
    text-align: center;
}

.arch-image img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

/* Blog Styles
--------------------------------------------- */

/* Blog Grid */
.blog-posts-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 40px;
}

.blog-card {
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    overflow: hidden;
    transition: transform 0.3s;
    display: flex;
    flex-direction: column;
}

.blog-card:hover {
    transform: translateY(-5px);
}

.blog-card-image {
    display: block;
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.blog-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s;
}

.blog-card:hover .blog-card-image img {
    transform: scale(1.05);
}

.blog-card-meta {
    padding: 20px 20px 10px;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #b3b3b3;
}

.blog-category {
    color: var(--secondary);
}

.blog-card-title {
    padding: 0 20px;
    margin: 0 0 15px;
    font-size: 20px;
}

.blog-card-title a {
    color: white;
    text-decoration: none;
    transition: color 0.3s;
}

.blog-card-title a:hover {
    color: var(--secondary);
}

.blog-card-excerpt {
    padding: 0 20px;
    margin-bottom: 15px;
    color: #b3b3b3;
    font-size: 14px;
    flex-grow: 1;
}

.read-more {
    padding: 0 20px 20px;
    display: inline-block;
    color: var(--secondary);
    font-weight: 600;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s;
}

.read-more:hover {
    color: var(--primary);
}

.blog-view-all {
    text-align: center;
    margin-top: 30px;
}

/* Blog Filters */
.blog-filters {
    margin-bottom: 40px;
    text-align: center;
}

.category-filters {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
    gap: 15px;
}

.category-filters li {
    margin: 0;
}

.category-filters a {
    display: inline-block;
    padding: 8px 16px;
    border-radius: 30px;
    background-color: rgba(255, 255, 255, 0.05);
    color: #b3b3b3;
    text-decoration: none;
    transition: all 0.3s;
}

.category-filters a:hover,
.category-filters a.active {
    background: var(--gradient);
    color: white;
}

/* Blog Pagination */
.blog-pagination {
    margin: 40px 0;
    text-align: center;
}

.blog-pagination ul {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
    gap: 10px;
}

.blog-pagination li {
    margin: 0;
}

.blog-pagination a,
.blog-pagination span.current {
    display: inline-block;
    padding: 8px 16px;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.05);
    color: white;
    text-decoration: none;
    transition: background 0.3s;
}

.blog-pagination span.current {
    background: var(--gradient);
}

.blog-pagination a:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

/* Featured Post */
.blog-featured-section {
    padding: 60px 0;
}

.featured-post {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 15px;
    overflow: hidden;
}

.featured-post-image {
    height: 100%;
}

.featured-post-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.featured-post-content {
    padding: 40px;
}

.featured-post-meta {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    font-size: 14px;
    color: #b3b3b3;
}

.featured-post-title {
    font-size: 28px;
    margin-bottom: 15px;
}

.featured-post-title a {
    color: white;
    text-decoration: none;
    transition: color 0.3s;
}

.featured-post-title a:hover {
    color: var(--secondary);
}

.featured-post-excerpt {
    margin-bottom: 25px;
    color: #b3b3b3;
}

/* Related Posts */
.related-posts-section {
    padding: 60px 0;
    background-color: rgba(255, 255, 255, 0.02);
}

.related-posts-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

/* Newsletter Section */
.blog-newsletter-section {
    padding: 60px 0;
    background-color: rgba(255, 255, 255, 0.02);
    text-align: center;
}

.newsletter-content {
    max-width: 600px;
    margin: 0 auto;
}

.newsletter-content h2 {
    font-size: 32px;
    margin-bottom: 20px;
}

.newsletter-content p {
    color: #b3b3b3;
    margin-bottom: 30px;
}

.newsletter-form {
    display: flex;
    max-width: 500px;
    margin: 0 auto;
}

.newsletter-form input {
    flex: 1;
    padding: 14px 20px;
    border-radius: 30px 0 0 30px;
    border: none;
    background-color: rgba(255, 255, 255, 0.1);
    color: white;
}

.newsletter-form .cta-button {
    border-radius: 0 30px 30px 0;
}

/* Single Post Styles */
.single-post-template .post-hero-section {
    padding: 80px 0 40px;
    text-align: center;
}

.post-meta {
    margin-bottom: 20px;
    font-size: 14px;
}

.post-meta .post-category {
    color: var(--secondary);
    margin-right: 15px;
}

.post-title {
    font-size: 48px;
    margin-bottom: 20px;
    background: var(--gradient);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    display: inline-block;
}

.post-author {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.author-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 15px;
}

.author-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.author-info {
    text-align: left;
}

.author-name {
    display: block;
    font-weight: 600;
}

.author-position {
    color: #b3b3b3;
    font-size: 14px;
}

.post-featured-image {
    margin-bottom: 40px;
}

.post-featured-image img {
    width: 100%;
    border-radius: 10px;
}

.post-content-wrap {
    padding: 0 0 60px;
}

.post-content {
    margin-bottom: 40px;
}

.post-content p {
    margin-bottom: 20px;
    line-height: 1.8;
}

.post-content h2, 
.post-content h3, 
.post-content h4 {
    margin: 40px 0 20px;
}

.post-content ul, 
.post-content ol {
    margin-bottom: 20px;
    padding-left: 20px;
}

.post-content img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    margin: 20px 0;
}

.post-tags {
    margin-bottom: 30px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.tag-label {
    color: #b3b3b3;
    margin-right: 10px;
}

.post-tags a {
    color: var(--secondary);
    text-decoration: none;
}

.post-tags a:hover {
    text-decoration: underline;
}

.post-share {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.share-label {
    margin-right: 15px;
    color: #b3b3b3;
}

.share-buttons {
    display: flex;
    gap: 15px;
}

.social-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
    transition: transform 0.3s;
}

.social-icon:hover {
    transform: translateY(-3px);
}

.twitter-icon {
    background-color: rgba(29, 161, 242, 0.2);
}

.facebook-icon {
    background-color: rgba(66, 103, 178, 0.2);
}

.linkedin-icon {
    background-color: rgba(0, 119, 181, 0.2);
}

.post-navigation {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin: 40px 0;
}

.nav-previous, 
.nav-next {
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    padding: 20px;
    transition: transform 0.3s;
}

.nav-previous:hover, 
.nav-next:hover {
    transform: translateY(-3px);
}

.nav-previous a, 
.nav-next a {
    display: flex;
    flex-direction: column;
    text-decoration: none;
}

.nav-direction {
    font-size: 14px;
    color: #b3b3b3;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
}

.nav-title {
    color: white;
    font-weight: 600;
}

.nav-next {
    text-align: right;
}

.nav-next .nav-direction {
    justify-content: flex-end;
}

/* Empty States */
.no-posts {
    text-align: center;
    padding: 40px 0;
    color: #b3b3b3;
    grid-column: 1 / -1;
}

/* Responsive Styles */
@media (max-width: 992px) {
    .blog-posts-grid,
    .related-posts-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .featured-post {
        grid-template-columns: 1fr;
    }
    
    .featured-post-image {
        height: 300px;
    }
    
    .post-title {
        font-size: 36px;
    }
}

@media (max-width: 768px) {
    .blog-posts-grid,
    .related-posts-grid {
        grid-template-columns: 1fr;
    }
    
    .newsletter-form {
        flex-direction: column;
        gap: 10px;
    }
    
    .newsletter-form input,
    .newsletter-form .cta-button {
        border-radius: 30px;
        width: 100%;
    }
    
    .post-navigation {
        grid-template-columns: 1fr;
    }
    
    .nav-next {
        text-align: left;
    }
    
    .nav-next .nav-direction {
        justify-content: flex-start;
    }
}

/* Contact Form Styles */
.contact-form-section {
    padding: 60px 0;
    background-color: rgba(255, 255, 255, 0.02);
}

.contact-form-container {
    max-width: 600px;
    margin: 0 auto;
}

.contact-info {
    margin-bottom: 20px;
    color: #b3b3b3;
}

.contact-form .form-row {
    display: flex;
    gap: 20px;
    margin-bottom: 15px;
}

.contact-form .form-group {
    margin-bottom: 15px;
    width: 100%;
}

.contact-form .form-group.half {
    width: calc(50% - 10px);
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form select,
.contact-form textarea {
    width: 100%;
    padding: 12px 15px;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: white;
    font-size: 14px;
}

.contact-form select {
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 16px;
    padding-right: 30px;
}

.contact-form .radio-options {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 10px;
}

.contact-form .radio-option {
    display: flex;
    align-items: center;
    margin-right: 15px;
}

.contact-form input[type="radio"] {
    margin-right: 5px;
}

.contact-form textarea {
    resize: vertical;
    min-height: 100px;
}

.contact-form .checkbox-group {
    display: flex;
    align-items: flex-start;
}

.contact-form input[type="checkbox"] {
    margin-right: 10px;
    margin-top: 4px;
}

.contact-form label {
    color: #b3b3b3;
    font-size: 14px;
}

.contact-form button[type="submit"] {
    display: inline-flex;
    align-items: center;
    padding: 12px 24px;
    border-radius: 30px;
    background: var(--gradient);
    color: white;
    border: none;
    font-weight: 600;
    cursor: pointer;
    transition: transform 0.3s;
}

.contact-form button[type="submit"]:hover {
    transform: translateY(-2px);
}

@media (max-width: 768px) {
    .contact-form .form-row {
        flex-direction: column;
        gap: 15px;
    }
    
    .contact-form .form-group.half {
        width: 100%;
    }
    
    .contact-form .radio-options {
        flex-direction: column;
        gap: 10px;
    }
}

/* Trusted Companies Section */
.trusted-companies-section {
    padding: 60px 0;
    background-color: rgba(255, 255, 255, 0.02);
    text-align: center;
}

.company-logos-container {
    margin-top: 40px;
    position: relative;
    overflow: hidden;
    height: 100px;
}

.company-logos-slider {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px;
    animation: slideLogos 80s linear infinite;
    width: max-content;
}

.company-logo {
    opacity: 0.7;
    transition: opacity 0.3s, transform 0.3s;
    flex: 0 0 120px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.company-logo:hover {
    opacity: 1;
    transform: translateY(-5px);
}

.company-logo img {
    max-width: 100%;
    max-height: 100%;
    filter: grayscale(100%) brightness(1.5);
    transition: filter 0.3s;
}

.company-logo:hover img {
    filter: grayscale(0%) brightness(1);
}

@keyframes slideLogos {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-100%);
    }
}



/* How It Works Section */
.how-it-works-section {
    padding: 60px 0;
}

.steps-container {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    gap: 30px;
}

.step {
    flex: 1;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    padding: 30px;
    position: relative;
    transition: transform 0.3s;
}

.step:hover {
    transform: translateY(-5px);
}

.step-number {
    width: 40px;
    height: 40px;
    background: var(--gradient);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    margin-bottom: 20px;
}

.step-title {
    font-size: 20px;
    margin-bottom: 15px;
}

.step:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 40px;
    right: -15px;
    width: 30px;
    height: 2px;
    background: var(--gradient);
    z-index: 1;
}

/* Responsive styles */
@media (max-width: 768px) {
    .steps-container {
        flex-direction: column;
    }
    
    .step:not(:last-child)::after {
        top: auto;
        right: 50%;
        bottom: -15px;
        width: 2px;
        height: 30px;
        transform: translateX(50%);
    }
    
    .stats-section {
        flex-direction: column;
    }
    
    .stat-counter {
        margin-bottom: 30px;
    }
}