/*
Theme Name: Volks Theme
Theme URI: https://volks.preskubbs.com/
Author: Volks Dev
Author URI: https://skubbs.com/
Description: Custom theme for Volks.
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: volks-theme
Tags: custom, responsive, minimal
*/
/* Apply Plus Jakarta Sans Globally */

body {
    line-height: 1.6;
    margin: 0;
    padding: 0;
		background: #111827;
	color: #fff;
}

img {
    max-width: 100%;
    width: 100%;
}

ul.social-icons li {
    margin: 0px !important;
    display: inline-block !important;
	text-align: left;
}

.page-id-8 a:hover {
    color: #F59E0B!important;
}

@media(min-width: 768px) {
	.mobile-menu-icon {
		display: none!important;
	}
	#mb-view {
		display: none!important;
	}
}

@media(max-width: 767px) {
	footer ul {
		padding: 0px!important;
	}
	
	header.site-header {
		padding: 15px!important;
	}
	
	.logo img {
        max-width: 90px !important;
        margin-top: 5px;
    }
	
	#pc-view {
		display: none!important;
	}
	
	footer.site-footer .footer-columns {
    gap: 5px!important;
}
	
	header.site-header nav a {
		color: #fff!important;
	}
	
	header.site-header nav ul, header.site-header nav {
    display: block!important;
}
	
	header.site-header {
    height: 70px!important;
}
	.main-navigation {
    position: fixed;
    top: 0;
    right: -250px;
    width: 250px;
    height: 100%;
    background: #333;
    color: #fff;
    padding-top: 50px;
    transition: right 0.3s ease-in-out;
    display: flex;
    flex-direction: column;
    z-index: 1000;
}
	
	.main-navigation.open {
    right: 0;
}

body.menu-open {
    background-color: rgba(0, 0, 0, 0.5);
    overflow: hidden;
}

    .mobile-menu-icon {
        display: block;
        background: none;
        border: none;
        font-size: 24px;
        cursor: pointer;
        float: right;
				margin-top: 20px;
    }
}

a, button {
	text-decoration: none;
	cursor: pointer;
}

html {
    scroll-behavior: smooth;
}

header.site-header nav ul {
    list-style: none;
    display: flex;
}

header.site-header nav ul li {
    padding: 10px 15px;
}

.header-container {
    display: block;
}

/* Header Styling */
header.site-header {
    display: block;
    padding: 15px 30px;
    background-color: #111827;
    border-bottom: 0px solid #eaeaea;
    position: sticky;
    top: 0;
    z-index: 9999;
}

header.site-header .logo {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    top: 0;
    position: absolute;
    text-decoration: none;
}

header.site-header nav {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
}

header.site-header nav a {
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease;
    font-family: "Inter", serif;
}

header.site-header nav a:hover {
    color: #F59E0B;
}

/* Footer Styling */
footer.site-footer {
    padding: 35px 30px;
    background-color: #111827;
    text-align: center;
    border-top: 1px solid #1F2937;
    color: #fff;
}

footer #logo {
	max-width: 80px;
}

footer.site-footer .footer-columns {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 20px;
}

footer.site-footer .footer-columns div {
    flex: 1 1 150px; /* Adjust based on content */
    text-align: left;
}

footer.site-footer .footer-columns div a {
    font-size: 16px;
    color: #9CA3AF;
    text-decoration: none;
    display: block;
    margin-bottom: 6px;
    transition: color 0.3s ease;
}

footer.site-footer .footer-columns div a:hover {
    color: #000000; /* Black text on hover */
}

footer.site-footer .social-icons {
    margin-top: 20px;
}

footer.site-footer .social-icons a {
    margin-right: 10px;
    font-size: 18px;
    color: #9CA3AF;
    text-decoration: none;
    transition: color 0.3s ease;
}

footer.site-footer .social-icons a:hover {
    color: #000000; /* Black text on hover */
}

.footer-bottom p {
    font-size: 16px;
    color: #9CA3AF !important;
    padding-top: 20px;
}

footer ul {
    list-style: none;
    padding: 0px !important;
}

/* Utility Classes */
.display-none {
    display: none !important;
}

.text-center {
    text-align: center;
}

.text-bold {
    font-weight: bold;
}

.mt-20 {
    margin-top: 20px;
}

.mb-20 {
    margin-bottom: 20px;
}

.site-header {
    padding: 20px 40px;
    background-color: #f8f9fa;
}

.site-footer {
    padding: 40px;
    background-color: #f8f9fa;
    text-align: center;
}

.footer-columns ul li {
    margin: 5px 0;
}

@media(min-width: 1800px) {
	.container {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 15px;
}
}

@media(max-width: 1799px) and (min-width: 1500px) {
	.container {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 15px;
}
}

@media(max-width: 1499px) and (min-width: 1300px) {
	.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}
}

@media(max-width: 1299px) and (min-width: 992px) {
	.container {
    width: 100%;
    max-width: 86%;
    margin: 0 auto;
    padding: 0 15px;
}
}

@media(max-width: 991px) and (min-width: 768px) {
	.container {
    width: 100%;
    max-width: 90%;
    margin: 0 auto;
    padding: 0 15px;
}
}

@media(max-width: 767px) {
	.container {
    width: 100%;
    max-width: 95%;
    margin: 0 auto;
    padding: 0 15px;
}
}
/* contact form 7	 */
	.wpcf7-submit{
	background: #D8121F!important;
    border: none;
    padding: 10px 50px;
    color: white;
    float: right;
	}
	
	.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #787878!important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #323232!important;
    background-clip: padding-box;
    border: var(--bs-border-width) solid #787878!important;
    border-radius: none!important;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

/* Change placeholder text color */
.wpcf7-form-control::placeholder {
    color: #787878 !important;  /* Change this to your desired color */
    opacity: 1;  /* Ensures full visibility */
}

/* For older browsers */
.wpcf7-form-control:-ms-input-placeholder { 
    color: #787878 !important;  
}

.wpcf7-form-control::-ms-input-placeholder { 
    color: #787878 !important;  
}

