/*
Theme Name: SkyMax - Child theme
Theme URI: http://webdesign-finder.com/skymax
Author: MWTemplates
Author URI: http://modernwebtemplates.com/
Description: Skymax - Internet Provider  WordPress theme
Version: 1.2.0
Template: skymax
Requires at least: 5.4.0
Requires PHP: 5.6.0
Tested up to: 5.5
License: Commercial
License URI: http://themeforest.net/licenses/regular_extended
Tags: custom-header, left-sidebar, right-sidebar, post-formats, full-width-template
Text Domain: skymax
Domain Path: /languages

*/

/* ===================================================================
   CANECTED CUSTOM STYLES
   =================================================================== */

/* ------------------------------------------------------------------
   1. BRAND COLORS & VARIABLES
   ------------------------------------------------------------------ */

:root {
	/* Primary Brand Colors - TO BE UPDATED based on logo colors */
	--canected-primary: #0066cc;
	--canected-secondary: #00a3e0;
	--canected-accent: #ff6b35;
	--canected-dark: #1a1a1a;
	--canected-light: #f5f5f5;

	/* Text Colors */
	--canected-text-primary: #333333;
	--canected-text-secondary: #666666;
	--canected-text-light: #ffffff;

	/* Utility Colors */
	--canected-success: #28a745;
	--canected-warning: #ffc107;
	--canected-error: #dc3545;
}

/* ------------------------------------------------------------------
   2. TYPOGRAPHY ENHANCEMENTS
   ------------------------------------------------------------------ */

.canected-site h1,
.canected-site h2,
.canected-site h3 {
	font-weight: 700;
	letter-spacing: -0.5px;
}

.canected-heading-primary {
	font-size: 48px;
	line-height: 1.2;
	font-weight: 700;
	color: var(--canected-dark);
}

.canected-heading-secondary {
	font-size: 36px;
	line-height: 1.3;
	font-weight: 600;
	color: var(--canected-dark);
}

.canected-tagline {
	font-size: 20px;
	line-height: 1.6;
	color: var(--canected-text-secondary);
	font-weight: 400;
}

/* ------------------------------------------------------------------
   3. BUTTONS & CALLS TO ACTION
   ------------------------------------------------------------------ */

.btn-canected-primary {
	background-color: var(--canected-primary);
	border-color: var(--canected-primary);
	color: var(--canected-text-light);
	padding: 15px 35px;
	font-size: 16px;
	font-weight: 600;
	border-radius: 5px;
	transition: all 0.3s ease;
}

.btn-canected-primary:hover {
	background-color: var(--canected-secondary);
	border-color: var(--canected-secondary);
	color: var(--canected-text-light);
	transform: translateY(-2px);
	box-shadow: 0 5px 15px rgba(0, 102, 204, 0.3);
}

.btn-canected-secondary {
	background-color: transparent;
	border: 2px solid var(--canected-primary);
	color: var(--canected-primary);
	padding: 13px 35px;
	font-size: 16px;
	font-weight: 600;
	border-radius: 5px;
	transition: all 0.3s ease;
}

.btn-canected-secondary:hover {
	background-color: var(--canected-primary);
	color: var(--canected-text-light);
}

/* Beta Program CTA Styling */
.canected-beta-cta {
	background: linear-gradient(135deg, var(--canected-primary), var(--canected-secondary));
	padding: 50px 30px;
	text-align: center;
	border-radius: 10px;
	color: var(--canected-text-light);
	margin: 40px 0;
}

.canected-beta-cta h2 {
	color: var(--canected-text-light);
	margin-bottom: 15px;
}

.canected-beta-cta p {
	font-size: 18px;
	margin-bottom: 25px;
}

/* ------------------------------------------------------------------
   4. HERO SECTION STYLING
   ------------------------------------------------------------------ */

.canected-hero {
	background: linear-gradient(135deg, rgba(0, 102, 204, 0.9), rgba(0, 163, 224, 0.8));
	padding: 120px 0;
	text-align: center;
	color: var(--canected-text-light);
}

.canected-hero h1 {
	color: var(--canected-text-light);
	font-size: 52px;
	margin-bottom: 20px;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

.canected-hero .tagline {
	font-size: 22px;
	margin-bottom: 35px;
	opacity: 0.95;
}

.canected-hero .cta-buttons {
	margin-top: 30px;
}

.canected-hero .btn {
	margin: 0 10px 15px;
}

/* ------------------------------------------------------------------
   5. SERVICE HIGHLIGHTS / ICON BOXES
   ------------------------------------------------------------------ */

.canected-service-box {
	text-align: center;
	padding: 40px 25px;
	background: #ffffff;
	border-radius: 8px;
	box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
	transition: all 0.3s ease;
	margin-bottom: 30px;
}

.canected-service-box:hover {
	transform: translateY(-8px);
	box-shadow: 0 8px 25px rgba(0, 102, 204, 0.15);
}

.canected-service-box .icon {
	font-size: 48px;
	color: var(--canected-primary);
	margin-bottom: 20px;
}

.canected-service-box h3 {
	font-size: 24px;
	margin-bottom: 15px;
	color: var(--canected-dark);
}

.canected-service-box p {
	color: var(--canected-text-secondary);
	line-height: 1.6;
}

/* ------------------------------------------------------------------
   6. CONTACT INFORMATION STYLING
   ------------------------------------------------------------------ */

.canected-contact-info {
	display: flex;
	align-items: center;
	gap: 30px;
	flex-wrap: wrap;
}

.canected-contact-item {
	display: flex;
	align-items: center;
	gap: 10px;
}

.canected-contact-item i {
	font-size: 20px;
	color: var(--canected-primary);
}

.canected-contact-item a {
	color: var(--canected-text-primary);
	text-decoration: none;
	font-weight: 600;
	transition: color 0.3s ease;
}

.canected-contact-item a:hover {
	color: var(--canected-primary);
}

/* Phone & Email Links Throughout Site */
a[href^="tel:"] {
	color: var(--canected-primary);
	text-decoration: none;
	font-weight: 600;
}

a[href^="mailto:"] {
	color: var(--canected-primary);
	text-decoration: none;
}

/* ------------------------------------------------------------------
   7. FORMS & INPUT STYLING
   ------------------------------------------------------------------ */

.canected-form input[type="text"],
.canected-form input[type="email"],
.canected-form input[type="tel"],
.canected-form select,
.canected-form textarea {
	width: 100%;
	padding: 12px 15px;
	border: 2px solid #e0e0e0;
	border-radius: 5px;
	font-size: 15px;
	transition: border-color 0.3s ease;
}

.canected-form input:focus,
.canected-form select:focus,
.canected-form textarea:focus {
	border-color: var(--canected-primary);
	outline: none;
	box-shadow: 0 0 0 3px rgba(0, 102, 204, 0.1);
}

.canected-form label {
	display: block;
	margin-bottom: 8px;
	font-weight: 600;
	color: var(--canected-text-primary);
}

.canected-form .required {
	color: var(--canected-error);
}

/* Contact Form 7 Specific Styling */
.wpcf7-form input[type="submit"] {
	background-color: var(--canected-primary);
	color: var(--canected-text-light);
	padding: 15px 40px;
	border: none;
	border-radius: 5px;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.3s ease;
}

.wpcf7-form input[type="submit"]:hover {
	background-color: var(--canected-secondary);
	transform: translateY(-2px);
	box-shadow: 0 5px 15px rgba(0, 102, 204, 0.3);
}

.wpcf7-response-output {
	border-radius: 5px;
	padding: 15px;
	margin: 20px 0;
}

/* ------------------------------------------------------------------
   8. BETA PROGRAM BADGE/BANNER
   ------------------------------------------------------------------ */

.canected-beta-badge {
	display: inline-block;
	background-color: var(--canected-accent);
	color: var(--canected-text-light);
	padding: 6px 15px;
	border-radius: 20px;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 15px;
}

.canected-beta-banner {
	background-color: var(--canected-accent);
	color: var(--canected-text-light);
	padding: 12px 20px;
	text-align: center;
	font-weight: 600;
}

.canected-beta-banner a {
	color: var(--canected-text-light);
	text-decoration: underline;
	font-weight: 700;
}

/* ------------------------------------------------------------------
   9. COVERAGE MAP PLACEHOLDER
   ------------------------------------------------------------------ */

.canected-coverage-map {
	background-color: var(--canected-light);
	border: 3px solid var(--canected-primary);
	border-radius: 10px;
	padding: 60px 30px;
	text-align: center;
	margin: 40px 0;
}

.canected-coverage-map h3 {
	color: var(--canected-primary);
	margin-bottom: 15px;
}

.canected-coverage-map p {
	color: var(--canected-text-secondary);
	font-size: 16px;
}

/* ------------------------------------------------------------------
   10. TESTIMONIALS
   ------------------------------------------------------------------ */

.canected-testimonial {
	background-color: #ffffff;
	padding: 35px 30px;
	border-left: 4px solid var(--canected-primary);
	border-radius: 5px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
	margin-bottom: 30px;
}

.canected-testimonial blockquote {
	font-size: 17px;
	line-height: 1.7;
	color: var(--canected-text-primary);
	margin-bottom: 20px;
	font-style: italic;
}

.canected-testimonial .author {
	font-weight: 600;
	color: var(--canected-primary);
	font-size: 15px;
}

.canected-testimonial .company {
	color: var(--canected-text-secondary);
	font-size: 14px;
}

/* ------------------------------------------------------------------
   11. STATISTICS / COUNTERS
   ------------------------------------------------------------------ */

.canected-stat-box {
	text-align: center;
	padding: 30px 20px;
}

.canected-stat-box .stat-number {
	font-size: 48px;
	font-weight: 700;
	color: var(--canected-primary);
	line-height: 1;
	margin-bottom: 10px;
}

.canected-stat-box .stat-label {
	font-size: 16px;
	color: var(--canected-text-secondary);
	text-transform: uppercase;
	letter-spacing: 1px;
}

/* ------------------------------------------------------------------
   12. FAQ STYLING
   ------------------------------------------------------------------ */

.canected-faq-item {
	background-color: #ffffff;
	border: 1px solid #e0e0e0;
	border-radius: 5px;
	margin-bottom: 15px;
	overflow: hidden;
}

.canected-faq-question {
	padding: 20px 25px;
	font-weight: 600;
	cursor: pointer;
	background-color: var(--canected-light);
	transition: background-color 0.3s ease;
}

.canected-faq-question:hover {
	background-color: #ebebeb;
}

.canected-faq-answer {
	padding: 20px 25px;
	color: var(--canected-text-secondary);
	line-height: 1.7;
}

/* ------------------------------------------------------------------
   13. FOOTER ENHANCEMENTS
   ------------------------------------------------------------------ */

.site-footer {
	background-color: var(--canected-dark);
	color: var(--canected-text-light);
}

.site-footer a {
	color: var(--canected-text-light);
	transition: color 0.3s ease;
}

.site-footer a:hover {
	color: var(--canected-secondary);
}

.footer-contact-info {
	margin: 20px 0;
}

.footer-contact-info .contact-item {
	margin-bottom: 10px;
}

/* ------------------------------------------------------------------
   14. RESPONSIVE DESIGN
   ------------------------------------------------------------------ */

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

	.canected-hero .tagline {
		font-size: 18px;
	}

	.canected-heading-primary {
		font-size: 32px;
	}

	.canected-heading-secondary {
		font-size: 26px;
	}

	.canected-contact-info {
		flex-direction: column;
		align-items: flex-start;
		gap: 15px;
	}

	.btn-canected-primary,
	.btn-canected-secondary {
		display: block;
		width: 100%;
		margin-bottom: 15px;
	}
}

/* ------------------------------------------------------------------
   15. UTILITY CLASSES
   ------------------------------------------------------------------ */

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

.canected-text-primary {
	color: var(--canected-primary);
}

.canected-bg-light {
	background-color: var(--canected-light);
}

.canected-section-padding {
	padding: 80px 0;
}

.canected-margin-bottom {
	margin-bottom: 40px;
}

/* Emphasis text */
.canected-emphasis {
	font-size: 20px;
	font-weight: 600;
	color: var(--canected-primary);
}

/* Speed highlight */
.canected-speed-highlight {
	font-size: 32px;
	font-weight: 700;
	color: var(--canected-primary);
}

/* ===================================================================
   END CANECTED CUSTOM STYLES
   =================================================================== */
