/*
Theme Name: WebTronix Divi Child
Theme URI: https://www.webtronix.co.za/
Description: Modern Divi child theme for WebTronix web design, hosting, app and software development services.
Author: WebTronix
Author URI: https://www.webtronix.co.za/
Template: Divi
Version: 1.0.4
Text Domain: webtronix-divi
License: GPL-2.0-or-later
*/

:root {
	--wt-bg: #05060b;
	--wt-surface: #0b0d15;
	--wt-surface-2: #11141f;
	--wt-ink: #f5f7ff;
	--wt-copy: #cbd1df;
	--wt-muted: #929bad;
	--wt-accent: #536dfe;
	--wt-accent-light: #8fa0ff;
	--wt-line: rgba(255,255,255,.12);
}

body,
#page-container,
#main-content {
	background: var(--wt-bg);
	color: var(--wt-ink);
	font-family: Inter, "Helvetica Neue", Arial, sans-serif;
}

body { overflow-x: hidden; }

#main-header,
#top-header {
	background: rgba(5,6,11,.94) !important;
	box-shadow: none !important;
	border-bottom: 1px solid var(--wt-line);
}

#main-header .container { width: min(92%, 1240px); }
#main-header .logo_container { max-width: 360px; }
#logo {
	width: 330px !important;
	height: 52px !important;
	max-height: 52px !important;
	object-fit: cover;
	object-position: center;
}
#main-header.et-fixed-header #logo {
	height: 46px !important;
	max-height: 46px !important;
}
#top-menu a { color: #bec5d4 !important; font-size: 12px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
#top-menu li.current-menu-item > a,
#top-menu a:hover { color: #fff !important; opacity: 1 !important; }
.nav li ul { background: #0b0d15 !important; border-color: var(--wt-accent) !important; }
.mobile_menu_bar:before { color: var(--wt-accent-light) !important; }
.et_mobile_menu { background: #0b0d15 !important; border-top-color: var(--wt-accent) !important; }
.et_mobile_menu a { color: #fff !important; }
#main-footer { display: none; }

.wt-section.et_pb_section {
	padding: 118px 0;
	background: var(--wt-bg);
}

.wt-section .et_pb_row {
	width: min(92%, 1240px);
	max-width: 1240px;
}

.wt-surface.et_pb_section { background: var(--wt-surface); }
.wt-eyebrow { margin-bottom: 20px !important; }
.wt-eyebrow p { color: var(--wt-accent-light); font-size: 11px; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.wt-eyebrow p:before { content: ""; display: inline-block; width: 34px; height: 1px; margin: 0 12px 3px 0; background: currentColor; }
.wt-title h1,
.wt-title h2,
.wt-title h3 { color: var(--wt-ink); font-weight: 500; letter-spacing: -.055em; line-height: 1.02; }
.wt-title h1 { font-size: clamp(54px, 6.4vw, 104px); }
.wt-title h2 { font-size: clamp(42px, 4.6vw, 74px); }
.wt-title h3 { font-size: clamp(28px, 3vw, 44px); }
.wt-title h1 span,
.wt-title h2 span { color: var(--wt-accent-light); }
.wt-copy p { color: var(--wt-copy); font-size: 17px; line-height: 1.75; }
.wt-copy-small p { color: var(--wt-muted); font-size: 14px; line-height: 1.7; }

.wt-button .et_pb_button,
.wt-service-card .et_pb_promo_button {
	border: 1px solid transparent !important;
	border-radius: 4px !important;
	background: var(--wt-accent) !important;
	color: #fff !important;
	font-size: 12px !important;
	font-weight: 800 !important;
	letter-spacing: .08em !important;
	text-transform: uppercase !important;
	box-shadow: 0 14px 36px rgba(83,109,254,.22);
}
.wt-button .et_pb_button:hover,
.wt-service-card .et_pb_promo_button:hover { background: #7186ff !important; transform: translateY(-2px); }

.wt-hero.et_pb_section { min-height: 720px; padding: 100px 0; }
.wt-hero-row { display: flex; align-items: center; }
.wt-hero-image { overflow: hidden; border: 1px solid var(--wt-line); border-radius: 10px; }
.wt-hero-image img { width: 100%; min-height: 560px; object-fit: cover; filter: grayscale(.72) saturate(.5) brightness(.66) contrast(1.1); }
.wt-hero .wt-copy { max-width: 630px; margin: 28px 0 34px !important; }

.wt-feature-bar.et_pb_section { padding: 28px 0; border-block: 1px solid var(--wt-line); background: #080910; }
.wt-feature { margin: 0 !important; }
.wt-feature p { color: #b9c0cf; font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.wt-feature strong { margin-right: 10px; color: var(--wt-accent-light); }

.wt-heading-row { margin-bottom: 48px !important; }
.wt-service-card.et_pb_promo {
	min-height: 390px;
	padding: 38px !important;
	overflow: hidden;
	border: 1px solid var(--wt-line);
	border-radius: 8px;
	background-color: var(--wt-surface) !important;
	background-size: cover !important;
	background-position: center !important;
	box-shadow: inset 0 0 0 1000px rgba(5,6,11,.79);
	transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease;
}
.wt-service-card.et_pb_promo:hover { transform: translateY(-6px); border-color: rgba(113,134,255,.5); box-shadow: inset 0 0 0 1000px rgba(5,6,11,.68), 0 28px 70px rgba(0,0,0,.25); }
.wt-service-card h2 { margin-top: 72px; color: #fff !important; font-size: 36px !important; font-weight: 500 !important; letter-spacing: -.04em; }
.wt-service-card p { color: #b9c1d0; font-size: 15px; line-height: 1.7; }
.wt-service-card .wt-price { display: block; margin: 58px 0 18px; color: #fff; font-size: 11px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }

.wt-process-card,
.wt-benefit,
.wt-pricing-card,
.wt-contact-step {
	height: 100%;
	padding: 30px !important;
	border: 1px solid var(--wt-line);
	border-radius: 7px;
	background: var(--wt-surface);
}
.wt-process-card h3,
.wt-benefit h3,
.wt-contact-step h3 { margin: 44px 0 12px; color: #fff; font-size: 25px; font-weight: 500; letter-spacing: -.035em; }
.wt-process-card p,
.wt-benefit p,
.wt-contact-step p { color: var(--wt-muted); }
.wt-number { color: var(--wt-accent-light); font-size: 11px; font-weight: 900; letter-spacing: .1em; }

.wt-outcomes.et_pb_section { padding: 32px 0; border-block: 1px solid var(--wt-line); background: var(--wt-surface-2); }
.wt-outcomes-copy p { color: #c4cbd9; font-size: 12px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.wt-outcomes-copy strong { color: var(--wt-accent-light); }

.wt-section.wt-surface .et_pb_row:last-child .et_pb_column { position: relative; }
.wt-pricing-card {
	min-height: 620px;
	padding: 42px 36px 130px !important;
	overflow: hidden;
	border: 1px solid rgba(255,255,255,.13);
	border-radius: 18px;
	background:
		radial-gradient(circle at 100% 0, rgba(83,109,254,.15), transparent 35%),
		linear-gradient(160deg, #121521 0%, #090b12 74%);
	box-shadow: 0 20px 55px rgba(0,0,0,.24);
	transition: border-color .25s ease, box-shadow .25s ease;
}
.wt-pricing-card:hover {
	border-color: rgba(143,160,255,.55);
	box-shadow: 0 28px 74px rgba(0,0,0,.38), 0 0 0 1px rgba(83,109,254,.12);
}
.wt-pricing-card:before {
	content: "";
	position: absolute;
	inset: 0 0 auto;
	height: 3px;
	background: linear-gradient(90deg, transparent, rgba(143,160,255,.75), transparent);
}
.wt-pricing-card > .et_pb_text_inner { position: relative; z-index: 1; }
.wt-pricing-card.wt-featured {
	border-color: rgba(113,134,255,.9);
	background:
		radial-gradient(circle at 100% 0, rgba(83,109,254,.3), transparent 42%),
		linear-gradient(160deg, #171d3b 0%, #0d1020 72%);
	box-shadow: 0 28px 80px rgba(24,34,85,.42), 0 0 0 1px rgba(113,134,255,.18);
}
.wt-pricing-card.wt-featured:after {
	content: "Most popular";
	position: absolute;
	top: 28px;
	right: 28px;
	z-index: 2;
	padding: 7px 10px;
	border: 1px solid rgba(143,160,255,.4);
	border-radius: 999px;
	background: rgba(83,109,254,.14);
	color: #bdc7ff;
	font-size: 9px;
	font-weight: 900;
	letter-spacing: .12em;
	line-height: 1;
	text-transform: uppercase;
}
.wt-pricing-card h3 {
	margin: 0 0 18px;
	color: #fff;
	font-size: 25px;
	font-weight: 650;
	letter-spacing: -.035em;
}
.wt-pricing-card .wt-plan-copy {
	min-height: 70px;
	margin-bottom: 0;
	color: #9fa8bb;
	font-size: 14px;
	line-height: 1.65;
}
.wt-pricing-card .wt-plan-price {
	margin: 28px 0 30px;
	color: #fff;
	font-size: clamp(40px, 3.4vw, 54px);
	font-weight: 650;
	letter-spacing: -.055em;
	line-height: 1;
}
.wt-pricing-card ul {
	margin: 0;
	padding: 24px 0 0;
	border-top: 1px solid rgba(255,255,255,.11);
	list-style: none !important;
}
.wt-pricing-card li {
	display: flex;
	align-items: flex-start;
	gap: 11px;
	margin: 0;
	padding: 9px 0;
	border-bottom: 1px solid rgba(255,255,255,.06);
	color: #c5ccda;
	font-size: 13px;
	line-height: 1.45;
	list-style: none !important;
}
.wt-pricing-card li:last-child { border-bottom: 0; }
.wt-pricing-card li:before {
	content: "" !important;
	display: block !important;
	position: static !important;
	inset: auto !important;
	flex: 0 0 22px;
	width: 22px;
	height: 22px;
	margin: 0;
	border: 1px solid rgba(143,160,255,.28);
	border-radius: 50%;
	background-color: rgba(83,109,254,.16);
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M5 10.4 8.3 13.7 15.2 6.8' fill='none' stroke='%23b7c1ff' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 14px 14px;
	box-sizing: border-box;
	font-family: inherit !important;
	font-size: 0 !important;
	line-height: 0 !important;
	transform: none !important;
}
.wt-pricing-card + .wt-button {
	position: absolute;
	right: 34px;
	bottom: 34px;
	left: 34px;
	z-index: 3;
	margin: 0 !important;
}
.wt-pricing-card + .wt-button .et_pb_button {
	display: block;
	width: 100%;
	padding: 15px 18px !important;
	border-radius: 10px !important;
	text-align: center;
	box-shadow: 0 16px 36px rgba(83,109,254,.2);
}
.wt-featured + .wt-button .et_pb_button {
	background: #fff !important;
	color: #10152b !important;
	box-shadow: 0 16px 40px rgba(0,0,0,.28);
}
.wt-featured + .wt-button .et_pb_button:hover {
	background: #e8ebff !important;
	color: #10152b !important;
}

.wt-toggle.et_pb_toggle { border: 0; border-bottom: 1px solid var(--wt-line); background: transparent; }
.wt-toggle h5.et_pb_toggle_title { color: #fff; font-size: 20px; font-weight: 500; }
.wt-toggle .et_pb_toggle_content { color: var(--wt-muted); }
.wt-toggle .et_pb_toggle_title:before { color: var(--wt-accent-light); }

.wt-cta.et_pb_section { padding: 34px 0; background: var(--wt-bg); }
.wt-cta .et_pb_row { padding: 62px !important; overflow: hidden; border: 1px solid rgba(255,255,255,.16); border-radius: 9px; background: var(--wt-accent); }
.wt-cta .wt-title h2 { color: #fff; }
.wt-cta .wt-eyebrow p { color: #dbe0ff; }
.wt-cta .wt-button .et_pb_button { background: #fff !important; color: #080910 !important; box-shadow: none; }

.wt-about-image img,
.wt-contact-image img,
.wt-legal-image img { width: 100%; min-height: 560px; object-fit: cover; border: 1px solid var(--wt-line); border-radius: 9px; filter: grayscale(.72) saturate(.5) brightness(.68); }

.wt-contact-details p { color: var(--wt-copy); line-height: 2; }
.wt-contact-details a { color: var(--wt-accent-light); }
.wt-contact-form.et_pb_contact_form_container { padding: 34px; border: 1px solid var(--wt-line); border-radius: 8px; background: var(--wt-surface); }
.wt-contact-form input,
.wt-contact-form textarea { border: 1px solid var(--wt-line) !important; border-radius: 3px !important; background: #070911 !important; color: #fff !important; }
.wt-contact-form .et_pb_contact_submit { border: 0 !important; border-radius: 4px !important; background: var(--wt-accent) !important; color: #fff !important; font-size: 12px !important; font-weight: 800 !important; letter-spacing: .08em !important; text-transform: uppercase !important; }

.wt-footer.et_pb_section { padding: 78px 0 26px; border-top: 1px solid var(--wt-line); background: #030409; }
.wt-footer-logo img { max-width: 250px; }
.wt-footer h4 { color: var(--wt-accent-light); font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.wt-footer p,
.wt-footer a { color: #9ea7b8; font-size: 13px; line-height: 1.9; }
.wt-footer a:hover { color: #fff; }
.wt-legal-summary { margin-top: -42px; position: relative; z-index: 3; }
.wt-legal-summary .et_pb_column {
	padding: 24px 26px;
	border: 1px solid var(--wt-line);
	background: linear-gradient(145deg, rgba(24,28,48,.96), rgba(9,11,18,.98));
}
.wt-legal-summary h3 { margin: 0 0 8px; color: #fff; font-size: 16px; }
.wt-legal-summary p { margin: 0; color: #9fa8bb; font-size: 13px; line-height: 1.65; }
.wt-legal-aside {
	padding: 30px !important;
	border: 1px solid var(--wt-line);
	border-radius: 14px;
	background: var(--wt-surface);
}
.wt-legal-aside p { color: #aeb7c8; font-size: 14px; line-height: 1.75; }
.wt-legal-aside a { color: var(--wt-accent-light); }
.wt-legal-card {
	margin-bottom: 18px !important;
	padding: 34px 36px !important;
	border: 1px solid var(--wt-line);
	border-radius: 14px;
	background: linear-gradient(160deg, rgba(20,23,37,.98), rgba(8,10,16,.98));
	box-shadow: 0 18px 46px rgba(0,0,0,.2);
}
.wt-legal-card .wt-legal-number {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 34px;
	height: 26px;
	margin-bottom: 16px;
	border: 1px solid rgba(143,160,255,.32);
	border-radius: 999px;
	background: rgba(83,109,254,.12);
	color: #b7c1ff;
	font-size: 10px;
	font-weight: 900;
	letter-spacing: .12em;
}
.wt-legal-card h2 { margin: 0 0 15px; color: #fff; font-size: 25px; letter-spacing: -.025em; }
.wt-legal-card p,
.wt-legal-card li { color: #b4bdcc; font-size: 14px; line-height: 1.8; }
.wt-legal-card ul { margin: 12px 0 0; padding-left: 20px; }
.wt-legal-card a { color: var(--wt-accent-light); }
.wt-legal-footer {
	position: relative;
	z-index: 2;
	border-top: 1px solid var(--wt-line);
	background: #030409;
}
.wt-legal-footer__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	width: 80%;
	max-width: 1080px;
	margin: 0 auto;
	padding: 22px 0;
	color: #727c90;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .07em;
	text-transform: uppercase;
}
.wt-legal-footer a { color: #9ea7b8; }
.wt-legal-footer a:hover { color: #fff; }

@media (max-width: 980px) {
	#main-header .logo_container { max-width: 280px; }
	#logo,
	#main-header.et-fixed-header #logo {
		width: 260px !important;
		height: 44px !important;
		max-height: 44px !important;
	}
	.wt-section.et_pb_section { padding: 88px 0; }
	.wt-hero-row { display: block; }
	.wt-hero-image { margin-top: 48px !important; }
	.wt-hero-image img { min-height: 430px; }
	.wt-service-card.et_pb_promo { min-height: 350px; margin-bottom: 18px !important; }
	.wt-pricing-card { min-height: 590px; margin-bottom: 22px !important; }
	.wt-legal-summary { margin-top: 0; }
}

@media (max-width: 767px) {
	#main-header .logo_container { max-width: 235px; }
	#logo,
	#main-header.et-fixed-header #logo {
		width: 225px !important;
		height: 40px !important;
		max-height: 40px !important;
	}
	.wt-section .et_pb_row { width: 90%; }
	.wt-title h1 { font-size: 52px; }
	.wt-title h2 { font-size: 42px; }
	.wt-hero.et_pb_section { padding-top: 72px; }
	.wt-hero-image img,
	.wt-about-image img,
	.wt-contact-image img,
	.wt-legal-image img { min-height: 350px; }
	.wt-cta .et_pb_row { padding: 38px 26px !important; }
	.wt-pricing-card {
		min-height: 580px;
		padding: 36px 28px 118px !important;
	}
	.wt-pricing-card.wt-featured:after { top: 22px; right: 22px; }
	.wt-pricing-card + .wt-button { right: 26px; bottom: 42px; left: 26px; }
	.wt-legal-card { padding: 28px 24px !important; }
	.wt-legal-footer__inner { display: block; width: 90%; }
	.wt-legal-footer__inner a { display: inline-block; margin-top: 10px; }
}
