/*!
Theme Name: interior
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
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: interior
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.

interior 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

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# 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%;
}
.size-full, .custom-logo{
	width: 100% !important;
    height: 100% !important;
}
.mobile-use a {
	background: var(--accent-color);
	color: #fff !important;
	text-align: center;
	justify-content: center !important;
	border-radius: 8px;
}
#project_content{
    background-color: #2B402B;
}
.video-poster {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	display: none; /* Hide poster by default */
}
.pulsating-play-btn.playing:hover {
	opacity: 1 !important;
}
.img-modal p {
	color: #fff !important;
}
.img-modal {
/* 	padding-bottom: 0 !important; */
}

/* Styles for process section generated by cursor */

/* .process-row {
	position: relative;
}
.process-card {
	padding: 15px;
}
.card {
	border: none;
	box-shadow: 0 4px 8px rgba(0,0,0,0.1);
	border-radius: 10px;
	transition: transform 0.3s ease;
	height: 100%;
}
.card:hover {
	transform: translateY(-5px);
}
.card-body {
	padding: 20px;
}
.card-title {
	font-size: 1.2rem;
	font-weight: bold;
	margin-bottom: 10px;
}
.card-text {
	font-size: 0.9rem;
}
.step-number {
	position: absolute;
	top: -15px;
	left: -15px;
	width: 30px;
	height: 30px;
	background-color: #1c2e1c;
	color: white;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
}
.process-line {
	position: absolute;
	top: 50%;
	right: -50%;
	width: 100%;
	height: 2px;
	background-color: #1c2e1c;
	z-index: -1;
}
.process-card:last-child .process-line {
	display: none;
}
 */
.hero {
	position: relative;
	width: 100%;
	height: 85vh !important;
	overflow: hidden;
}

.hero-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hero h1, .hero p {
	color: #fff !important;
	font-weight: bold !important;
}

.hero-content {
	position: relative;
	z-index: 1;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: left;
	padding: 0 20px;
}

.hero-text {
	max-width: 800px;
	color: #fff;
	text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

.hero h1 {
	font-size: 3rem;
	margin-bottom: 1rem;
}

.hero p {
	font-size: 1.2rem;
	margin-bottom: 2rem;
}

.btn-get-started {
	display: inline-block;
	padding: 10px 20px;
	background-color: #007bff;
	color: #fff;
	text-decoration: none;
	border-radius: 5px;
	transition: background-color 0.3s ease;
}

.btn-get-started:hover {
	background-color: #0056b3;
}

.hero h1 span {
	color: #FFCA1E !important;
}

@media (max-width: 768px) {
	.hero h1 {
		font-size: 2rem;
	}

	.hero p {
		font-size: 1rem;
	}
}
