/*
 Theme Name:   ZeroTrace
 Theme URI:    https://zerotrace.id
 Description:  GeneratePress child theme
 Author:       Licinio
 Template:     generatepress
 Version:      0.1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  generatepress-child
*/

/* Global styling */
h1 {
	font-size: clamp(1.8rem, calc(6vw + 1rem), 4rem);
	font-weight: 700;
}

h2 {
	font-size: clamp(1.5rem, calc(4vw + 1rem), 3rem);
	font-weight: 700;
}

h3 {
	font-size: clamp(1rem, calc(4vw + 0.9rem), 1.5rem);
	font-weight: 700;
	margin-bottom: 10px;
}

/* --- Sticky Header for Desktop and Tablet --- */
@media (min-width: 769px) {
	.site-header {
		position: sticky;
		position: -webkit-sticky;
		top: 0;
		border-bottom-style: solid !important;
		border-bottom: 1px;
		border-bottom-color: var(--border-color);
	}
}

/* Contact Form 7 styling */
.wpcf7-form {
	padding: 0 !important;
	margin: 0 !important;
}

.wpcf7 input {
	width: 100%;
}

.wpcf7-textarea {
	width: 100%;
}

/* Philosophy card image styling */
.philosophy-card-icon {
	width: 50px;
	height: 50px;
	margin-bottom: 20px;
}

/* Footer */

.one-container .site-content {
	padding-bottom: 0px;
}