/*
Theme Name: Astra Child
Theme URI: https://yourwebsite.com/
Description: Child theme for Astra
Author: Your Name
Template: astra
Version: 1.0.0
Text Domain: astra-child
*/

/* =========================
   Brand Colors
========================= */

:root {
	--brand-blue: #297fc2;
	--brand-orange: #c09064;
	--brand-orange-hover: #ad7f53;
	--brand-dark: #102033;
	--brand-text: #4b5563;
	--brand-muted: #6b7280;
	--brand-light: #f5f8fb;
	--brand-white: #ffffff;
	--brand-border: rgba(16, 32, 51, 0.12);
}

/* =========================
   Base / Reset
========================= */

html,
body {
	overflow-x: hidden;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

body {
	line-height: 1.7;
}

.site-content {
	padding-top: 0;
	padding-bottom: 0;
}

.ast-container,
.inner-container {
	max-width: 1240px;
	margin: 0 auto;
	padding-left: 24px;
	padding-right: 24px;
}

/* =========================
   Global Typography
========================= */

.page-header-custom,
.entry-header {
	margin-bottom: 24px;
}

.page .entry-title {
	font-size: 38px;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 12px;
}

.page .entry-content h2 {
	font-size: 28px;
	margin-top: 40px;
	margin-bottom: 16px;
}

.page .entry-content h3 {
	font-size: 22px;
	margin-top: 28px;
	margin-bottom: 12px;
}

.page .entry-content p {
	margin-bottom: 18px;
}

.page .entry-content img {
	border-radius: 14px;
}

.page .entry-content ul {
	padding-left: 20px;
	margin-bottom: 20px;
}

.page .entry-content li {
	margin-bottom: 10px;
}

/* =========================
   Global Buttons
========================= */

.wp-block-button__link,
.ast-button,
.button,
button,
input[type="submit"],
.btn-main,
.btn-secondary,
.btn-dark {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 14px 24px;
	border-radius: 12px;
	font-weight: 700;
	text-decoration: none;
	transition: all 0.25s ease;
	border: 0;
	cursor: pointer;
}

.btn-main {
	background: var(--brand-orange);
	color: #ffffff;
	box-shadow: 0 10px 24px rgba(192, 144, 100, 0.28);
}

.btn-main:hover {
	background: var(--brand-orange-hover);
	color: #ffffff;
	transform: translateY(-2px);
}

.btn-secondary {
	background: rgba(255, 255, 255, 0.12);
	color: #ffffff;
	border: 1px solid rgba(255, 255, 255, 0.24);
	backdrop-filter: blur(4px);
}

.btn-secondary:hover {
	background: #ffffff;
	color: var(--brand-blue);
	transform: translateY(-2px);
}

.btn-dark {
	background: var(--brand-dark);
	color: #ffffff;
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.16);
}

.btn-dark:hover {
	background: var(--brand-blue);
	color: #ffffff;
	transform: translateY(-2px);
}

.btn-full {
	width: 100%;
}

/* =========================
   Generic Cards / Sections
========================= */

.custom-card,
.card {
	background: #ffffff;
	border-radius: 16px;
	padding: 28px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

.custom-cta,
.cta-box {
	background: #f7f7f7;
	border-radius: 18px;
	padding: 40px 30px;
	text-align: center;
	margin-top: 40px;
}

/* =========================
   Generic Layout Helpers
========================= */

.inner-hero {
	padding: 80px 20px;
	background: linear-gradient(135deg, #f3f6f8, #e8eef2);
	text-align: center;
}

.inner-hero h1 {
	font-size: 42px;
	line-height: 1.15;
	margin-bottom: 12px;
}

.inner-hero p {
	max-width: 760px;
	margin: 0 auto;
	font-size: 18px;
	line-height: 1.7;
}

.inner-section {
	padding: 70px 0;
}

.grid-3 {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}

.two-col {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px;
	align-items: center;
}

/* =========================
   Header
========================= */

.site-header {
	position: relative;
	z-index: 1000;
}

.main-header-bar,
.ast-primary-header-bar {
	background: rgba(255, 255, 255, 0.96);
	backdrop-filter: blur(8px);
	padding-left: 16px;
	padding-right: 16px;
	box-sizing: border-box;
}

.ast-desktop .main-header-menu {
	background: transparent;
}

.main-header-menu .menu-link,
.main-header-menu>li>a {
	color: var(--brand-dark) !important;
	font-weight: 600;
}

.main-header-menu .menu-link:hover,
.main-header-menu>li>a:hover {
	color: var(--brand-blue) !important;
}

#masthead {
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}

.site-header-section {
	min-width: 0;
}

/* =========================
   Pro Contact Page
========================= */

.contact-page-pro {
	background:
		#ffffff;
	padding: 110px 0 90px;
	overflow-x: hidden;
}

.contact-hero-pro {
	margin-bottom: 48px;
	max-width: 100%;
}

.contact-hero-content {
	background:
		linear-gradient(135deg, rgba(16, 32, 51, 0.94), rgba(41, 127, 194, 0.9)),
		linear-gradient(180deg, var(--brand-blue), var(--brand-dark));
	border-radius: 28px;
	padding: 64px 56px;
	box-shadow: 0 24px 60px rgba(16, 32, 51, 0.18);
	color: #ffffff;
	text-align: left;
	max-width: 100%;
	position: relative;
	overflow: hidden;
}

.contact-hero-content::after {
	content: "";
	position: absolute;
	width: 260px;
	height: 260px;
	right: -90px;
	bottom: -90px;
	border-radius: 50%;
	background: rgba(192, 144, 100, 0.28);
	pointer-events: none;
}

.contact-hero-content>* {
	position: relative;
	z-index: 2;
}

.contact-eyebrow,
.section-tag {
	display: inline-block;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	margin-bottom: 18px;
	color: var(--brand-orange);
}

.section-tag.dark {
	color: rgba(255, 255, 255, 0.86);
}

.contact-hero-content h1 {
	font-size: 58px;
	line-height: 1.05;
	letter-spacing: -1px;
	margin-bottom: 18px;
	color: #ffffff;
	max-width: 760px;
}

.contact-hero-content p {
	font-size: 20px;
	line-height: 1.8;
	max-width: 760px;
	margin-bottom: 28px;
	color: rgba(255, 255, 255, 0.9);
}

.contact-hero-actions {
	display: flex;
	gap: 14px;
	flex-wrap: wrap;
}

.contact-main-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
	gap: 34px;
	align-items: start;
	margin-bottom: 48px;
	max-width: 100%;
}

.contact-main-left,
.contact-main-right {
	min-width: 0;
}

.contact-main-left {
	background: #ffffff;
	border: 1px solid var(--brand-border);
	border-radius: 28px;
	padding: 38px;
	box-shadow: 0 18px 50px rgba(16, 32, 51, 0.08);
}

.contact-section-head h2 {
	font-size: 44px;
	line-height: 1.08;
	margin-bottom: 16px;
	color: var(--brand-dark);
}

.contact-section-head p {
	font-size: 19px;
	line-height: 1.9;
	color: var(--brand-text);
	margin-bottom: 28px;
	max-width: 760px;
}

.contact-info-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
	max-width: 100%;
}

.info-card {
	background: #f8fbff;
	border-radius: 20px;
	padding: 26px 24px;
	box-shadow: 0 12px 34px rgba(16, 32, 51, 0.06);
	border: 1px solid rgba(41, 127, 194, 0.14);
	min-width: 0;
	max-width: 100%;
	position: relative;
	overflow: hidden;
}

.info-card::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 5px;
	height: 100%;
	background: var(--brand-blue);
}

.info-card h3 {
	font-size: 20px;
	margin-bottom: 10px;
	color: var(--brand-blue);
}

.info-card p {
	font-size: 17px;
	line-height: 1.7;
	color: var(--brand-text);
	margin: 0;
	word-break: break-word;
}

.info-card a {
	color: var(--brand-text);
	text-decoration: none;
	font-weight: 700;
}

.info-card a:hover {
	color: var(--brand-blue);
}

.form-card {
	background: #ffffff;
	border-radius: 24px;
	padding: 34px;
	box-shadow: 0 18px 44px rgba(16, 32, 51, 0.1);
	border: 1px solid var(--brand-border);
	position: sticky;
	top: 120px;
	min-width: 0;
	max-width: 100%;
}

.form-card h3 {
	font-size: 32px;
	margin-bottom: 10px;
	color: var(--brand-dark);
}

.form-card>p {
	font-size: 18px;
	line-height: 1.8;
	color: var(--brand-text);
	margin-bottom: 22px;
}

.fake-form {
	display: grid;
	gap: 14px;
	max-width: 100%;
}

.fake-input,
.fake-textarea {
	background: #f8fbff;
	border: 1px solid var(--brand-border);
	border-radius: 12px;
	padding: 16px 18px;
	color: var(--brand-muted);
	font-size: 16px;
	max-width: 100%;
}

.fake-textarea {
	min-height: 120px;
	display: flex;
	align-items: flex-start;
}

.contact-cta-pro {
	margin-top: 24px;
	max-width: 100%;
}

.contact-cta-pro-inner {
	background: linear-gradient(135deg, var(--brand-orange), #d3a87f);
	border-radius: 28px;
	padding: 42px 38px;
	display: grid;
	grid-template-columns: minmax(0, 1.3fr) minmax(0, 0.7fr);
	gap: 24px;
	align-items: center;
	box-shadow: 0 18px 44px rgba(192, 144, 100, 0.2);
	max-width: 100%;
}

.contact-cta-pro-inner h2 {
	font-size: 40px;
	line-height: 1.1;
	margin-bottom: 12px;
	color: #ffffff;
}

.contact-cta-pro-inner p {
	font-size: 18px;
	line-height: 1.8;
	color: rgba(255, 255, 255, 0.88);
	margin: 0;
	max-width: 760px;
}

.contact-cta-actions {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	min-width: 0;
}

/* =========================
   Force Contact page full width
========================= */

.page-id-1328 .site-content>.ast-container,
.page-id-1328 .entry-content,
.page-id-1328 .ast-article-single,
.page-id-1328 .post-1328 {
	max-width: 100% !important;
	width: 100% !important;
	padding: 0 !important;
	margin: 0 !important;
}

.page-id-1328 .entry-content>.contact-page-pro {
	width: 100%;
	max-width: 100%;
	margin: 0;
}

.page-id-1328 .contact-page-pro {
	width: 100%;
	max-width: 100%;
	padding-left: 0;
	padding-right: 0;
}

.page-id-1328 .contact-page-pro .inner-container {
	max-width: 100%;
	width: 100%;
	padding-left: 40px;
	padding-right: 40px;
	margin: 0;
}

.page-id-1328 .entry-header {
	display: none;
}

.page-id-1328 .site-main {
	margin: 0;
	padding: 0;
}

/* =========================
   Responsive
========================= */

@media (max-width: 920px) {
	.contact-page-pro {
		padding: 90px 0 70px;
	}

	.contact-hero-content {
		padding: 42px 24px;
		text-align: left;
	}

	.contact-hero-content h1 {
		font-size: 38px;
	}

	.contact-hero-content p,
	.contact-section-head p,
	.form-card>p,
	.contact-cta-pro-inner p {
		font-size: 17px;
	}

	.contact-main-grid,
	.contact-cta-pro-inner,
	.contact-info-grid,
	.grid-3,
	.two-col {
		grid-template-columns: 1fr;
	}

	.contact-main-left {
		padding: 28px;
	}

	.form-card {
		position: static;
		top: auto;
	}

	.contact-section-head h2 {
		font-size: 32px;
	}

	.contact-cta-pro-inner h2 {
		font-size: 30px;
	}

	.contact-cta-actions {
		justify-content: flex-start;
	}

	.inner-hero h1,
	.page .entry-title {
		font-size: 30px;
	}

	.page .entry-content h2 {
		font-size: 24px;
	}

	.custom-card,
	.custom-cta,
	.card,
	.cta-box {
		padding: 22px;
	}
}

@media (max-width: 768px) {
	.page-id-1328 .contact-page-pro .inner-container {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media (max-width: 560px) {

	.ast-container,
	.inner-container {
		padding-left: 18px;
		padding-right: 18px;
	}

	.contact-page-pro {
		padding: 70px 0 54px;
	}

	.contact-hero-content {
		border-radius: 22px;
		padding: 36px 22px;
	}

	.contact-hero-content h1 {
		font-size: 34px;
	}

	.contact-hero-actions,
	.contact-cta-actions {
		flex-direction: column;
		align-items: stretch;
	}

	.btn-main,
	.btn-secondary,
	.btn-dark {
		width: 100%;
	}

	.contact-main-left,
	.form-card,
	.contact-cta-pro-inner {
		padding: 24px;
		border-radius: 22px;
	}

	.contact-section-head h2,
	.form-card h3 {
		font-size: 28px;
	}

	.info-card {
		padding: 22px 20px;
	}
}

/* =========================
   About Page
========================= */

.about-page-pro {
	background:
		#ffffff;
	padding: 20px 0 90px;
	overflow-x: hidden;
}

.about-hero-pro {
	background:
		linear-gradient(135deg, rgba(16, 32, 51, 0.96), rgba(41, 127, 194, 0.9)),
		linear-gradient(180deg, var(--brand-blue), var(--brand-dark));
	border-radius: 32px;
	padding: 68px 58px;
	color: #ffffff;
	box-shadow: 0 24px 60px rgba(16, 32, 51, 0.18);
	position: relative;
	overflow: hidden;
	margin-bottom: 40px;
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
	gap: 38px;
	align-items: center;
}

.about-hero-pro::after {
	content: "";
	position: absolute;
	width: 300px;
	height: 300px;
	right: -90px;
	bottom: -100px;
	border-radius: 50%;
	background: rgba(192, 144, 100, 0.28);
	pointer-events: none;
}

.about-hero-pro>* {
	position: relative;
	z-index: 2;
}

.about-eyebrow {
	display: inline-block;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	margin-bottom: 18px;
	color: var(--brand-orange);
}

.about-hero-pro h1 {
	font-size: clamp(42px, 6vw, 68px);
	line-height: 1.05;
	letter-spacing: -1.5px;
	margin: 0 0 18px;
	color: #ffffff;
	max-width: 900px;
}

.about-subtitle {
	font-size: clamp(24px, 3vw, 36px);
	font-style: italic;
	line-height: 1.35;
	color: rgba(255, 255, 255, 0.92);
	margin: 0 0 22px;
	max-width: 860px;
}

.about-intro {
	font-size: 19px;
	line-height: 1.85;
	color: rgba(255, 255, 255, 0.86);
	margin: 0 0 30px;
	max-width: 860px;
}

.about-hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
}

.about-hero-image {
	border-radius: 26px;
	overflow: hidden;
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.22);
	border: 1px solid rgba(255, 255, 255, 0.18);
	min-height: 360px;
	background: rgba(255, 255, 255, 0.12);
}

.about-hero-image img {
	width: 100%;
	height: 100%;
	min-height: 360px;
	object-fit: cover;
	display: block;
	border-radius: 0;
}

.about-content-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
	gap: 34px;
	align-items: start;
	margin-bottom: 38px;
}

.about-main-card,
.about-side-card,
.about-value-card {
	background: #ffffff;
	border: 1px solid var(--brand-border);
	border-radius: 26px;
	box-shadow: 0 18px 50px rgba(16, 32, 51, 0.08);
}

.about-main-card {
	padding: 42px;
}

.about-main-card h2 {
	font-size: clamp(32px, 4vw, 48px);
	line-height: 1.08;
	letter-spacing: -1px;
	color: var(--brand-dark);
	margin: 0 0 20px;
}

.about-main-card p {
	font-size: 18px;
	line-height: 1.9;
	color: var(--brand-text);
	margin: 0 0 20px;
}

.about-highlight {
	background: #f8fbff;
	border-left: 5px solid var(--brand-blue);
	border-radius: 18px;
	padding: 24px;
	margin-top: 28px;
}

.about-highlight p {
	margin: 0;
	font-weight: 700;
	color: var(--brand-dark);
	font-size: 19px;
}

.about-side-card {
	padding: 34px;
	position: sticky;
	top: 120px;
}

.about-side-card h3 {
	font-size: 30px;
	line-height: 1.15;
	color: var(--brand-dark);
	margin: 0 0 18px;
}

.about-side-card p {
	font-size: 17px;
	line-height: 1.85;
	color: var(--brand-text);
	margin: 0 0 22px;
}

.about-check-list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: grid;
	gap: 14px;
}

.about-check-list li {
	position: relative;
	padding-left: 34px;
	font-size: 16px;
	line-height: 1.65;
	color: var(--brand-text);
	margin: 0;
}

.about-check-list li::before {
	content: "✓";
	position: absolute;
	left: 0;
	top: 0;
	width: 24px;
	height: 24px;
	border-radius: 999px;
	background: rgba(41, 127, 194, 0.12);
	color: var(--brand-blue);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-weight: 900;
	font-size: 14px;
}

.about-unique-section {
	margin-bottom: 42px;
}

.about-section-head {
	text-align: center;
	max-width: 820px;
	margin: 0 auto 30px;
}

.about-section-head h2 {
	font-size: clamp(32px, 5vw, 52px);
	line-height: 1.08;
	letter-spacing: -1px;
	color: var(--brand-dark);
	margin: 0 0 14px;
}

.about-section-head p {
	font-size: 18px;
	line-height: 1.8;
	color: var(--brand-text);
	margin: 0;
}

.about-values-section {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
}

.about-value-card {
	padding: 30px;
	position: relative;
	overflow: hidden;
	transition: all 0.25s ease;
}

.about-value-card::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 5px;
	background: var(--brand-orange);
}

.about-value-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 22px 58px rgba(16, 32, 51, 0.12);
}

.about-icon {
	width: 44px;
	height: 44px;
	border-radius: 14px;
	background: rgba(41, 127, 194, 0.12);
	color: var(--brand-blue);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 22px;
	font-weight: 900;
	margin-bottom: 18px;
}

.about-value-card h3 {
	font-size: 24px;
	line-height: 1.2;
	color: var(--brand-dark);
	margin: 0 0 10px;
}

.about-value-card p {
	font-size: 16px;
	line-height: 1.75;
	color: var(--brand-text);
	margin: 0;
}

.about-cta-pro {
	background: linear-gradient(135deg, var(--brand-orange), #d3a87f);
	border-radius: 28px;
	padding: 42px 38px;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 26px;
	align-items: center;
	box-shadow: 0 18px 44px rgba(192, 144, 100, 0.2);
}

.about-cta-pro h2 {
	font-size: clamp(30px, 4vw, 44px);
	line-height: 1.1;
	color: #ffffff;
	margin: 0 0 12px;
}

.about-cta-pro p {
	font-size: 18px;
	line-height: 1.8;
	color: rgba(255, 255, 255, 0.9);
	margin: 0;
	max-width: 760px;
}

.about-cta-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	justify-content: flex-end;
}

.btn-light {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 14px 24px;
	border-radius: 12px;
	font-weight: 700;
	text-decoration: none;
	transition: all 0.25s ease;
	background: #ffffff;
	color: var(--brand-blue);
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
}

.btn-light:hover {
	background: var(--brand-dark);
	color: #ffffff;
	transform: translateY(-2px);
}

/* Force About page full width */
.page-id-3664 .site-content>.ast-container,
.page-id-3664 .entry-content,
.page-id-3664 .ast-article-single,
.page-id-3664 .site-main {
	max-width: 100% !important;
	width: 100% !important;
	padding: 0 !important;
	margin: 0 !important;
}

.page-id-3664 .entry-header {
	display: none;
}

/* Responsive About Page */
@media (max-width: 920px) {
	.about-page-pro {
		padding: 80px 0 70px;
	}

	.about-hero-pro {
		grid-template-columns: 1fr;
		padding: 48px 28px;
		border-radius: 24px;
	}

	.about-content-grid,
	.about-values-section,
	.about-cta-pro {
		grid-template-columns: 1fr;
	}

	.about-main-card,
	.about-side-card,
	.about-value-card,
	.about-cta-pro {
		padding: 28px;
	}

	.about-side-card {
		position: static;
		top: auto;
	}

	.about-cta-actions {
		justify-content: flex-start;
	}
}

@media (max-width: 560px) {
	.about-page-pro {
		padding: 64px 0 54px;
	}

	.about-hero-pro {
		padding: 38px 22px;
	}

	.about-main-card,
	.about-side-card,
	.about-value-card,
	.about-cta-pro {
		border-radius: 22px;
		padding: 24px;
	}

	.about-main-card p,
	.about-intro,
	.about-cta-pro p {
		font-size: 16px;
	}

	.about-hero-actions,
	.about-cta-actions {
		flex-direction: column;
		align-items: stretch;
	}

	.about-cta-pro .btn-dark,
	.about-cta-pro .btn-light,
	.about-hero-actions .btn-main,
	.about-hero-actions .btn-secondary {
		width: 100%;
	}
}

/* =========================
   Force About page full width
========================= */

.page-id-3664 .site-content>.ast-container,
/* .page-id-3664 .ast-container, */
.page-id-3664 .content-area,
.page-id-3664 .site-main,
.page-id-3664 .ast-article-single,
.page-id-3664 .entry-content,
.page-id-3664 .post-3664 {
	max-width: 100% !important;
	width: 100% !important;
	padding: 0 !important;
	margin: 0 !important;
}

.page-id-3664 .entry-header {
	display: none !important;
}

.page-id-3664 .about-page-pro {
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding-left: 0;
	padding-right: 0;
}

.page-id-3664 .about-page-pro .inner-container {
	max-width: 100%;
	width: 100%;
	margin: 0;
	padding-left: 40px;
	padding-right: 40px;
}

@media (max-width: 768px) {
	.page-id-3664 .about-page-pro .inner-container {
		padding-left: 20px;
		padding-right: 20px;
	}
}