
/* custom-home.css: Styles extracted from inline style attributes in home.php for cleaner HTML and easier maintenance. */

.homepage-hero-section {
	background: linear-gradient(45deg, #111111, #222222);
	padding: 100px 0;
	position: relative;
}

.homepage-hero-title {
	color: #fff;
	font-size: 42px;
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: 25px;
}

.homepage-hero-subtitle {
	color: #ff6b2b;
	font-size: 26px;
	font-weight: 600;
	margin-top: 10px;
}

.homepage-hero-desc {
	color: #ffffff99;
	font-size: 16px;
	line-height: 1.8;
	margin-top: 25px;
}

.homepage-hero-btns {
	margin: 30px 0;
	gap: 15px;
	display: flex;
	flex-wrap: wrap;
}

.homepage-btn-primary {
	display: inline-block;
	padding: 15px 35px;
	background: linear-gradient(45deg, #ff6b2b, #ff8c2b);
	color: white;
	text-decoration: none;
	border-radius: 4px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	box-shadow: 0 4px 15px rgba(255,107,43,0.2);
	transition: all 0.3s ease;
}

.homepage-btn-secondary,
.homepage-btn-secondary:link,
.homepage-btn-secondary:visited,
.homepage-btn-secondary:hover,
.homepage-btn-secondary:active {
	display: inline-block;
	padding: 15px 35px;
	background: transparent;
	color: #fff !important;
	text-decoration: none;
	border: 2px solid #ff6b2b;
	border-radius: 4px;
	font-weight: 600;
	margin-left: 15px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	transition: all 0.3s ease;
}
.homepage-btn-secondary b {
    color: #fff !important;
}
.homepage-btn-secondary a {
    color: #fff !important;
}
.homepage-banner-img {
	position: relative;
}

.homepage-main-img {
	width: 550px;
	height: auto;
	border-radius: 15px;
	position: relative;
	z-index: 2;
	box-shadow: 0 15px 35px rgba(0,0,0,0.1);
	transition: all 0.3s ease;
}

.homepage-section-white {
	background: #fff;
}

.homepage-section-title {
	font-size: 32px;
	color: #222;
}

.homepage-section-desc {
	font-size: 18px;
	color: #555;
}

.homepage-industry-title {
	font-size: 20px;
	color: #ff6b2b;
}

.homepage-industry-desc {
	font-size: 15px;
	color: #555;
}
