/* ==========================================================================
   Custom Profan Theme - Main Stylesheet
   Rebuilt for WordPress 7.0.2 & PHP 8.x
   Zero External Dependencies | 100% Responsive | High-Performance Design System
   ========================================================================== */

:root {
	--profan-green: #2e7d32;
	--profan-green-dark: #1b4e20;
	--profan-green-light: #4caf50;
	--profan-yellow: #ffd600;
	--profan-yellow-hover: #e6c200;
	--profan-dark-bg: #181c19;
	--profan-dark-card: #222724;
	--profan-light-bg: #f4f6f4;
	--profan-text: #333333;
	--profan-text-muted: #666666;
	--profan-border: #e0e0e0;
	--profan-container-width: 1200px;
	--profan-font: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	font-size: 16px;
	-webkit-text-size-adjust: 100%;
	scroll-behavior: smooth;
}

body {
	margin: 0;
	font-family: var(--profan-font);
	line-height: 1.7;
	color: var(--profan-text);
	background-color: #ffffff;
	overflow-x: hidden;
}

a {
	color: var(--profan-green);
	text-decoration: none;
	transition: all 0.25s ease;
}

a:hover,
a:focus {
	color: var(--profan-green-dark);
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

/* Screen reader text */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #ffffff;
	clip: auto !important;
	clip-path: none;
	color: #000000;
	display: block;
	font-size: 0.9rem;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Layout Utilities */
.custom-profan-container {
	max-width: var(--profan-container-width);
	margin: 0 auto;
	padding: 0 20px;
}

.text-center { text-align: center; }
.text-right { text-align: right; }
.text-left { text-align: left; }
.relative-z { position: relative; z-index: 2; }
.clearfix::after { content: ""; clear: both; display: table; }

/* Grid Systems */
.custom-profan-grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 30px; }
.custom-profan-grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.custom-profan-grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.custom-profan-grid-5 { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; }

/* Section Base */
.custom-profan-section {
	padding: 60px 0;
	position: relative;
}

.custom-profan-section-heading {
	font-size: 2rem;
	font-weight: 800;
	margin: 0 0 15px;
	line-height: 1.3;
	letter-spacing: -0.5px;
	text-transform: uppercase;
}

.custom-profan-section-heading.green-heading {
	color: var(--profan-green);
}

.custom-profan-section-subtext {
	font-size: 1.05rem;
	color: var(--profan-text-muted);
	max-width: 850px;
	margin: 0 auto 40px;
}

.custom-profan-section-subtext.green-sub {
	color: var(--profan-green);
	font-weight: 600;
}

/* Section Intro (Distributors) */
.custom-profan-section-intro {
	padding: 50px 0 20px;
}

/* Section Categories */
.custom-profan-section-categories {
	padding: 20px 0 60px;
}

.custom-profan-cat-icon {
	width: 24px;
	height: 24px;
	flex-shrink: 0;
}

/* Section Apps */
.custom-profan-section-apps {
	padding: 20px 0 60px;
}

/* Section Team */
.custom-profan-section-team {
	padding: 40px 0 60px;
}

/* Section Steps */
.custom-profan-section-steps {
	padding: 20px 0 60px;
}

.custom-profan-page-content-extra {
	margin-top: 40px;
}

/* ==========================================================================
   TOP UTILITY BAR
   ========================================================================== */
.custom-profan-top-bar {
	background-color: var(--profan-green-dark);
	color: #ffffff;
	padding: 8px 0;
	font-size: 0.85rem;
}

.custom-profan-top-bar-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.custom-profan-top-social {
	display: flex;
	gap: 12px;
}

.custom-profan-top-social a {
	color: #ffffff;
	width: 24px;
	height: 24px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 3px;
	font-style: normal;
	font-weight: 700;
	font-size: 0.8rem;
	transition: all 0.2s ease;
}

.custom-profan-top-social a:hover {
	color: var(--profan-yellow);
	transform: translateY(-2px);
}

.custom-profan-top-actions {
	display: flex;
	align-items: center;
	gap: 20px;
}

.custom-profan-top-phone {
	font-weight: 700;
	letter-spacing: 0.5px;
}

.custom-profan-btn-quote {
	background-color: var(--profan-yellow);
	color: #111111 !important;
	font-weight: 800;
	font-size: 0.8rem;
	padding: 7px 16px;
	border-radius: 3px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	transition: background-color 0.2s ease, transform 0.1s ease;
}

.custom-profan-btn-quote:hover {
	background-color: var(--profan-yellow-hover);
	text-decoration: none;
}

/* ==========================================================================
   MAIN SITE HEADER
   ========================================================================== */
.custom-profan-header-wrapper {
	background-color: #ffffff;
	position: relative;
	z-index: 1000;
}

.custom-profan-header-wrapper.is-sticky {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	box-shadow: 0 2px 15px rgba(0,0,0,0.1);
	animation: customProfanSlideDown 0.3s ease;
}

@keyframes customProfanSlideDown {
	0% { transform: translateY(-100%); }
	100% { transform: translateY(0); }
}

.custom-profan-sticky-header-placeholder {
	display: none;
	height: 0;
}

.custom-profan-header-wrapper.is-sticky + .custom-profan-sticky-header-placeholder {
	display: block;
	height: 0;
}

.custom-profan-header {
	border-bottom: 1px solid var(--profan-border);
}

.custom-profan-header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 15px;
	padding-bottom: 15px;
}

.custom-profan-logo {
	flex-shrink: 0;
}

.custom-profan-logo img {
	max-height: 59px;
	width: auto;
	display: block;
}

/* Secondary Menu in Top Bar */
.custom-profan-secondary-menu {
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
	gap: 20px;
	align-items: center;
}

.custom-profan-secondary-menu li a {
	color: #ffffff;
	font-weight: 700;
	font-size: 0.85rem;
	letter-spacing: 0.5px;
	padding: 4px 0;
	display: block;
}

.custom-profan-secondary-menu li a:hover {
	color: var(--profan-yellow);
}

/* Navigation */
.custom-profan-main-navigation {
	display: flex;
	align-items: center;
	gap: 15px;
}

.custom-profan-primary-menu {
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
	gap: 25px;
}

.custom-profan-primary-menu > li {
	position: relative;
}

.custom-profan-primary-menu > li > a {
	color: var(--profan-text);
	font-size: 0.85rem;
	font-weight: 700;
	letter-spacing: 0.8px;
	padding: 10px 0;
	display: block;
	text-transform: uppercase;
	position: relative;
	white-space: nowrap;
}

.custom-profan-primary-menu > li > a::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 3px;
	background-color: var(--profan-yellow);
	transition: width 0.25s ease;
}

.custom-profan-primary-menu > li:hover > a::after,
.custom-profan-primary-menu > li.current-menu-item > a::after,
.custom-profan-primary-menu > li.current-menu-ancestor > a::after {
	width: 100%;
}

/* Dropdown Arrow Indicator */
.custom-profan-primary-menu .menu-item-has-children > a {
	padding-right: 14px;
}

.custom-profan-primary-menu .menu-item-has-children > a::before {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 5px solid var(--profan-text);
	transition: transform 0.2s ease;
}

.custom-profan-primary-menu .menu-item-has-children:hover > a::before {
	transform: translateY(-50%) rotate(180deg);
}

/* Submenu / Dropdowns */
.custom-profan-primary-menu .sub-menu {
	position: absolute;
	top: 100%;
	left: 0;
	background-color: #ffffff;
	min-width: 240px;
	box-shadow: 0 10px 30px rgba(0,0,0,0.12);
	list-style: none;
	margin: 0;
	padding: 10px 0;
	border-radius: 0 0 4px 4px;
	opacity: 0;
	visibility: hidden;
	transform: translateY(10px);
	transition: all 0.25s ease;
	z-index: 100;
}

.custom-profan-primary-menu li:hover > .sub-menu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.custom-profan-primary-menu .sub-menu li a {
	display: block;
	padding: 8px 20px;
	font-size: 0.85rem;
	font-weight: 500;
	color: var(--profan-text);
	transition: background-color 0.2s ease, color 0.2s ease;
	white-space: nowrap;
}

.custom-profan-primary-menu .sub-menu li a:hover {
	background-color: var(--profan-light-bg);
	color: var(--profan-green);
}

.custom-profan-primary-menu .sub-menu .sub-menu {
	top: -10px;
	left: 100%;
	border-radius: 4px;
}

/* Search Dropdown */
.custom-profan-search-trigger-wrap {
	position: relative;
}

.custom-profan-search-btn {
	background: none;
	border: none;
	color: var(--profan-text);
	cursor: pointer;
	padding: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: color 0.2s ease;
}

.custom-profan-search-btn:hover {
	color: var(--profan-green);
}

.custom-profan-search-dropdown {
	position: absolute;
	right: 0;
	top: calc(100% + 15px);
	width: 280px;
	background-color: #ffffff;
	padding: 15px;
	box-shadow: 0 10px 30px rgba(0,0,0,0.15);
	border-radius: 4px;
	display: none;
	z-index: 200;
}

.custom-profan-search-dropdown.active {
	display: block;
}

.custom-profan-search-form {
	display: flex;
	gap: 5px;
}

.custom-profan-search-form input[type="search"] {
	width: 100%;
	padding: 8px 12px;
	border: 1px solid var(--profan-border);
	border-radius: 4px;
	font-size: 0.9rem;
}

.custom-profan-search-form button {
	background-color: var(--profan-green);
	color: #ffffff;
	border: none;
	padding: 8px 15px;
	border-radius: 4px;
	cursor: pointer;
}

/* Mobile Menu Toggle */
.custom-profan-menu-toggle {
	display: none;
	background: none;
	border: none;
	cursor: pointer;
	padding: 10px;
}

.custom-profan-menu-toggle-icon {
	display: block;
	width: 24px;
	height: 2px;
	background-color: var(--profan-text);
	position: relative;
	transition: background-color 0.2s ease;
}

.custom-profan-menu-toggle-icon::before,
.custom-profan-menu-toggle-icon::after {
	content: '';
	position: absolute;
	width: 24px;
	height: 2px;
	background-color: var(--profan-text);
	left: 0;
	transition: transform 0.2s ease;
}

.custom-profan-menu-toggle-icon::before { top: -7px; }
.custom-profan-menu-toggle-icon::after { top: 7px; }

/* ==========================================================================
   INTERACTIVE HERO SLIDER
   ========================================================================== */
.custom-profan-slider-section {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.custom-profan-slider {
	position: relative;
	width: 100%;
	min-height: 520px;
	height: 60vh;
	max-height: 650px;
	background-color: #111111;
}

.custom-profan-slides {
	position: relative;
	width: 100%;
	height: 100%;
}

.custom-profan-slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.8s ease, visibility 0.8s ease;
	display: flex;
	align-items: center;
}

.custom-profan-slide.active {
	opacity: 1;
	visibility: visible;
	z-index: 2;
}

.custom-profan-slide-content {
	position: relative;
	z-index: 3;
	color: #ffffff;
	transform: translateY(20px);
	transition: transform 0.6s ease;
}

.custom-profan-slide.active .custom-profan-slide-content {
	transform: translateY(0);
}

.slide-title {
	font-size: 3.2rem;
	font-weight: 900;
	letter-spacing: -0.5px;
	margin: 0 0 15px;
	text-shadow: 0 2px 10px rgba(0,0,0,0.6);
	color: #ffffff;
}

.slide-subtitle {
	font-size: 1.5rem;
	font-weight: 700;
	color: var(--profan-yellow);
	margin: 0 0 5px;
	text-shadow: 0 2px 8px rgba(0,0,0,0.5);
}

.slide-location {
	font-size: 1.15rem;
	font-weight: 500;
	color: #e0e0e0;
	margin: 0;
}

.slide-bullets {
	list-style: none;
	padding: 0;
	margin: 15px 0 0;
}

.slide-bullets li {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 1.2rem;
	font-weight: 600;
	color: #ffffff;
	margin-bottom: 10px;
	text-shadow: 0 2px 6px rgba(0,0,0,0.6);
}

.slide-bullets li img {
	width: 18px;
	height: 18px;
}

/* Slider Controls */
.slider-prev,
.slider-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
	background: rgba(0,0,0,0.4);
	color: #ffffff;
	border: none;
	font-size: 1.8rem;
	padding: 12px 18px;
	cursor: pointer;
	border-radius: 4px;
	transition: background 0.25s ease, transform 0.2s ease;
}

.slider-prev:hover,
.slider-next:hover {
	background: var(--profan-green);
}

.slider-prev { left: 20px; }
.slider-next { right: 20px; }

/* Slider Dots */
.slider-dots {
	position: absolute;
	bottom: 25px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 10;
	display: flex;
	gap: 10px;
}

.slider-dots .dot {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: rgba(255,255,255,0.4);
	cursor: pointer;
	transition: background 0.3s ease, transform 0.2s ease;
}

.slider-dots .dot.active,
.slider-dots .dot:hover {
	background: var(--profan-yellow);
	transform: scale(1.2);
}

/* ==========================================================================
   HOMEPAGE SECTIONS
   ========================================================================== */

/* 2. Top Category Highlight Cards */
.custom-profan-cat-card {
	background-color: var(--profan-dark-card);
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 5px 20px rgba(0,0,0,0.08);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.custom-profan-cat-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 12px 30px rgba(0,0,0,0.15);
}

.custom-profan-cat-header {
	background-color: var(--profan-yellow);
	color: #111111;
	padding: 15px 20px;
	display: flex;
	align-items: center;
	gap: 12px;
}

.custom-profan-cat-header h3 {
	margin: 0;
	font-size: 1.2rem;
	font-weight: 800;
	letter-spacing: 0.5px;
}

.custom-profan-cat-image {
	overflow: hidden;
	height: 220px;
}

.custom-profan-cat-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s ease;
}

.custom-profan-cat-card:hover .custom-profan-cat-image img {
	transform: scale(1.05);
}

/* 3. HVLS Dark Section */
.custom-profan-section-hvls-dark {
	background-size: cover;
	background-position: center;
	color: #ffffff;
	padding: 80px 0;
}

.custom-profan-dark-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(20, 24, 21, 62%);
}

.custom-profan-hvls-box {
	background-color: rgba(0,0,0,65%);
	border: 1px solid rgba(255,255,255,0.1);
	border-radius: 8px;
	padding: 35px;
	backdrop-filter: blur(5px);
}

.custom-profan-hvls-title {
	color: var(--profan-yellow);
	font-size: 1.8rem;
	font-weight: 800;
	margin: 0 0 20px;
}

.custom-profan-hvls-desc {
	font-size: 1.05rem;
	line-height: 1.8;
	color: #e0e0e0;
	margin: 0;
}

.custom-profan-benefits-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.custom-profan-benefits-list li {
	position: relative;
	padding-left: 30px;
	margin-bottom: 15px;
	font-size: 1.05rem;
	color: #e0e0e0;
}

.custom-profan-benefits-list li::before {
	content: "✓";
	position: absolute;
	left: 0;
	top: 0;
	color: var(--profan-yellow);
	font-weight: 900;
	font-size: 1.2rem;
}

/* 4. Yellow Applications Banner */
.custom-profan-section-yellow-banner {
	background-color: var(--profan-yellow);
	color: #111111;
	padding: 50px 0;
}

.custom-profan-yellow-title {
	font-size: 2.2rem;
	font-weight: 900;
	margin: 0 0 5px;
	letter-spacing: -0.5px;
}

.custom-profan-yellow-subtitle {
	font-size: 1.4rem;
	font-weight: 700;
	margin: 0 0 15px;
}

.custom-profan-yellow-text {
	max-width: 900px;
	margin: 0 auto;
	font-size: 1.05rem;
	line-height: 1.7;
	font-weight: 500;
}

/* 5. Application Cards Grid */
.custom-profan-app-card {
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 4px 15px rgba(0,0,0,0.08);
	background-color: #ffffff;
	transition: transform 0.3s ease;
}

.custom-profan-app-card:hover {
	transform: translateY(-5px);
}

.custom-profan-app-img {
	height: 180px;
	overflow: hidden;
}

.custom-profan-app-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s ease;
}

.custom-profan-app-card:hover .custom-profan-app-img img {
	transform: scale(1.08);
}

.custom-profan-app-label {
	background-color: var(--profan-green);
	color: #ffffff;
	text-align: center;
	padding: 12px 10px;
	font-weight: 800;
	font-size: 0.95rem;
	letter-spacing: 1px;
}

/* 6. Team Section */
.custom-profan-team-grid {
	display: flex;
	flex-direction: column;
	gap: 40px;
	margin-top: 30px;
}

.custom-profan-team-card {
	display: flex;
	align-items: center;
	gap: 40px;
	background-color: var(--profan-light-bg);
	border-radius: 12px;
	padding: 30px;
}

.custom-profan-team-photo {
	flex: 0 0 240px;
	border-radius: 8px;
	overflow: hidden;
}

.custom-profan-team-photo img {
	width: 100%;
	height: 240px;
	object-fit: cover;
	border-radius: 8px;
}

.custom-profan-team-info {
	flex: 1;
}

.custom-profan-team-name {
	font-size: 1.6rem;
	font-weight: 900;
	color: var(--profan-green);
	margin: 0 0 2px;
}

.custom-profan-team-role {
	display: inline-block;
	font-size: 0.95rem;
	font-weight: 700;
	color: var(--profan-text-muted);
	margin-bottom: 15px;
}

.custom-profan-team-bio {
	margin: 0 0 12px;
	font-size: 0.98rem;
	line-height: 1.6;
}

.custom-profan-team-link {
	display: inline-block;
	font-weight: 800;
	font-size: 0.85rem;
	color: var(--profan-green);
	margin-top: 10px;
	letter-spacing: 0.5px;
}

/* 7. How Do We Work? 5 Steps */
.custom-profan-step-card {
	background-color: #ffffff;
	border: 1px solid var(--profan-border);
	border-radius: 8px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	box-shadow: 0 4px 12px rgba(0,0,0,0.04);
}

.custom-profan-step-img {
	height: 140px;
	overflow: hidden;
}

.custom-profan-step-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.custom-profan-step-bar {
	background-color: var(--profan-yellow);
	color: #111111;
	font-weight: 800;
	font-size: 0.85rem;
	padding: 10px;
	text-align: center;
	letter-spacing: 0.5px;
}

.custom-profan-step-body {
	padding: 15px;
	font-size: 0.88rem;
	color: var(--profan-text-muted);
	line-height: 1.5;
}

/* 8. Testimonial Section */
.custom-profan-section-testimonial {
	background-size: cover;
	background-position: center;
	color: #ffffff;
	padding: 80px 0;
}

.custom-profan-quote-icon {
	margin-bottom: 15px;
}

.custom-profan-testimonial-title {
	font-size: 2rem;
	font-weight: 800;
	color: var(--profan-yellow);
	margin: 0 0 25px;
}

.custom-profan-testimonial-quote {
	font-size: 1.15rem;
	font-style: italic;
	max-width: 850px;
	margin: 0 auto 25px;
	line-height: 1.8;
}

.custom-profan-testimonial-author {
	font-size: 0.95rem;
	font-weight: 800;
	letter-spacing: 1px;
	color: var(--profan-yellow);
}

/* 9. CTA Section */
.custom-profan-section-cta {
	background-color: #47843e;
	color: #ffffff;
	padding: 60px 0;
}

.custom-profan-cta-title {
	font-size: 2.4rem;
	font-weight: 900;
	margin: 0 0 25px;
}

.custom-profan-btn-cta {
	background-color: #ffffff;
	color: #111111 !important;
	font-weight: 900;
	font-size: 1rem;
	padding: 14px 35px;
	border-radius: 4px;
	display: inline-block;
	letter-spacing: 1px;
	transition: transform 0.2s ease, background-color 0.2s ease;
}

.custom-profan-btn-cta:hover {
	background-color: #e5e5e5;
	transform: scale(1.05);
}

/* ==========================================================================
   FOOTER AREA
   ========================================================================== */
.custom-profan-pre-footer {
	background-color: #111412;
	color: #ffffff;
	padding: 35px 0;
	border-bottom: 1px solid rgba(255,255,255,0.08);
}

.custom-profan-pre-footer-text {
	max-width: 800px;
	font-size: 0.95rem;
	line-height: 1.7;
	color: #b0b0b0;
	margin: 0 0 15px;
}

.custom-profan-team-watermark {
	display: flex;
	align-items: baseline;
	gap: 8px;
}

.custom-profan-watermark-title {
	font-size: 1.8rem;
	font-weight: 900;
	color: var(--profan-green);
}

.custom-profan-watermark-sub {
	font-size: 1.1rem;
	font-weight: 800;
	letter-spacing: 4px;
	color: var(--profan-yellow);
}

.custom-profan-footer-widget-area {
	background-color: var(--profan-dark-bg);
	color: #ffffff;
	padding: 60px 0 40px;
}

.custom-profan-footer-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 40px;
}

.custom-profan-footer-heading {
	color: #47843e;
	font-size: 1.1rem;
	font-weight: 800;
	margin: 0 0 25px;
	letter-spacing: 0.5px;
	border-bottom: 2px solid #47843e;
	padding-bottom: 10px;
	display: inline-block;
}

.custom-profan-contact-info {
	list-style: none;
	padding: 0;
	margin: 0;
}

.custom-profan-contact-info li {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 15px;
	font-size: 0.9rem;
	color: #cccccc;
}

.custom-profan-contact-info a {
	color: #cccccc;
}

.custom-profan-contact-info a:hover {
	color: var(--profan-yellow);
}

.custom-profan-newsletter-desc {
	font-size: 0.88rem;
	color: #aaaaaa;
	margin-bottom: 20px;
}

.custom-profan-newsletter-form {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.custom-profan-form-field input {
	width: 100%;
	padding: 10px 14px;
	background-color: rgba(255,255,255,0.08);
	border: 1px solid rgba(255,255,255,0.15);
	border-radius: 4px;
	color: #ffffff;
	font-size: 0.88rem;
}

.custom-profan-btn-subscribe {
	background-color: var(--profan-green);
	color: #ffffff;
	font-weight: 700;
	padding: 10px;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	transition: background-color 0.2s ease;
}

.custom-profan-btn-subscribe:hover {
	background-color: var(--profan-green-light);
}

.custom-profan-social-icons-footer {
	display: flex;
	gap: 12px;
}

.custom-profan-footer-social-link {
	width: 40px;
	height: 40px;
	background-color: rgba(255,255,255,0.08);
	color: #ffffff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.25s ease;
}

.custom-profan-footer-social-link:hover {
	background-color: var(--profan-yellow);
	color: #111111;
	transform: translateY(-3px);
}

.custom-profan-footer-copyright-area {
	background-color: #0c0e0d;
	color: #777777;
	padding: 20px 0;
	font-size: 0.82rem;
}

.custom-profan-copyright-content {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

/* Back to Top Floating Button */
.custom-profan-to-top-container {
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 999;
}

.custom-profan-to-top-link {
	width: 44px;
	height: 44px;
	background-color: var(--profan-green);
	color: #ffffff !important;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 4px 15px rgba(0,0,0,0.25);
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
}

.custom-profan-to-top-link.is-visible {
	opacity: 1;
	visibility: visible;
}

.custom-profan-to-top-link:hover {
	background-color: var(--profan-yellow);
	color: #111111 !important;
	transform: translateY(-3px);
}

/* ==========================================================================
   PAGES, POSTS & STANDARD WORDPRESS LAYOUTS
   ========================================================================== */
.custom-profan-page-titlebar-wrapper {
	background-color: var(--profan-light-bg);
	padding: 40px 0;
	border-bottom: 1px solid var(--profan-border);
}

.custom-profan-page-titlebar-wrapper .entry-title {
	font-size: 2.2rem;
	font-weight: 800;
	color: var(--profan-green);
	margin: 0;
}

.custom-profan-main-inner {
	padding:0;
}

.custom-profan-breadcrumbs {
	margin-bottom: 20px;
	font-size: 0.85rem;
}

.custom-profan-breadcrumbs ol {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	gap: 8px;
}

.custom-profan-breadcrumbs li::after {
	content: "/";
	margin-left: 8px;
	color: #999999;
}

.custom-profan-breadcrumbs li:last-child::after {
	content: "";
}

/* Builder Element Fallbacks */
.custom-profan-builder-wrapper {
	margin-bottom: 20px;
}

.custom-profan-btn {
	display: inline-block;
	background-color: var(--profan-green);
	color: #ffffff !important;
	padding: 10px 22px;
	border-radius: 4px;
	font-weight: 700;
	margin: 10px 0;
}

.custom-profan-btn:hover {
	background-color: var(--profan-green-dark);
}

/* RESPONSIVE BREAKPOINTS */
@media (max-width: 992px) {
	.custom-profan-primary-menu {
		display: none;
	}

	.custom-profan-main-navigation.toggled .custom-profan-primary-menu {
		display: flex;
		flex-direction: column;
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		background-color: #ffffff;
		box-shadow: 0 10px 25px rgba(0,0,0,0.15);
		padding: 20px;
		gap: 15px;
		z-index: 999;
	}

	.custom-profan-menu-toggle {
		display: block;
	}

	.custom-profan-primary-menu .sub-menu {
		position: static;
		opacity: 1;
		visibility: visible;
		transform: none;
		box-shadow: none;
		padding: 0 0 0 15px;
		min-width: 0;
		display: none;
	}

	.custom-profan-primary-menu .menu-item-has-children.sub-open > .sub-menu {
		display: block;
	}

	.custom-profan-primary-menu .sub-menu .sub-menu {
		left: 0;
		top: 0;
	}

	.custom-profan-slider {
		height: 50vh;
		min-height: 400px;
	}

	.slide-title {
		font-size: 2.2rem;
	}

	.slide-subtitle {
		font-size: 1.2rem;
	}

	.custom-profan-grid-5 { grid-template-columns: repeat(2, 1fr); }
	.custom-profan-grid-4 { grid-template-columns: repeat(2, 1fr); }
	.custom-profan-grid-3 { grid-template-columns: 1fr; }
	.custom-profan-grid-2 { grid-template-columns: 1fr; }
	.custom-profan-footer-grid { grid-template-columns: 1fr; }

	.custom-profan-team-card {
		flex-direction: column;
		text-align: center !important;
	}

	.custom-profan-team-photo {
		flex: none;
		width: 100%;
	}
}

@media (max-width: 600px) {
	.custom-profan-top-bar-inner {
		flex-direction: column;
		gap: 8px;
		text-align: center;
	}

	.custom-profan-grid-5 { grid-template-columns: 1fr; }
	.custom-profan-grid-4 { grid-template-columns: 1fr; }

	.custom-profan-slider {
		height: 45vh;
		min-height: 350px;
	}

	.slide-title {
		font-size: 1.8rem;
	}

	.custom-profan-copyright-content {
		flex-direction: column;
		gap: 10px;
		text-align: center;
	}
}
