@import url('https://fonts.googleapis.com/css?family=Poppins:400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');

:root {
	--navy: #061b33;
	--navy2: #0b2745;
	--gold: #c99a3c;
	--cream: #f7f3ec;
	--text: #142033;
	--muted: #6f7c8d;
	--white: #fff;
	--line: #e4e8ee;
}

* {
	box-sizing: border-box;
}

body {
	font-family: "Poppins", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.7;
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	width: 100%;
	height: 100%;
	color: var(--text);
	background: var(----white);

}
.main-layout {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    min-height: 100dvh;
}
header, footer {
    flex: 0 0 auto;
}
main {
    flex: 1;
} 
h1,h2,h3,h4,.brand {
	font-family: "Poppins", sans-serif;
}

a {
	text-decoration: none;
	color: inherit;
}

img {
	max-width: 100%;
	display: block;
}

.container {
	width: min(1180px,92%);
	margin: auto;
}

.section {
	padding: 90px 0;
}

.topbar {
	background: #031323;
	color: #cbd6e2;
	font-size: 13px;
	padding: 8px 0;
}

.topbar .container,.header-grid {
	display: grid;
	grid-template-columns: 1fr auto;
	align-items: center;
	gap: 20px;
}

.site-header {
	position: sticky;
	top: 0;
	z-index: 99;
	background: var(--navy);
	color: #fff;
	border-bottom: 1px solid rgba(255,255,255,.1);
}

.header-grid {
	grid-template-columns: 220px 1fr auto;
	padding: 8px 0;
}

.brand {
	font-size: 25px;
	line-height: .95;
	font-weight: 700;
	color: #fff;
}

.nav {
	display: grid;
	grid-auto-flow: column;
	justify-content: center;
	gap: 25px;
	font-size: 14px;
	text-transform: capitalize;
	font-weight: 300;
}

.actions {
	display: grid;
	grid-auto-flow: column;
	gap: 12px;
	align-items: center;
}

.btn {
	display: inline-block;
	border: 0;
	border-radius: 4px;
	padding: 13px 21px;
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
	cursor: pointer;
}

.btn-gold {
	background: var(--gold);
	color: var(--navy);
}

.btn-navy {
	background: var(--navy);
	color: #fff;
}

.btn-outline {
	border: 1px solid rgba(255,255,255,.55);
	color: #fff;
}

.menu-btn {
	display: none;
	background: none;
	border: 1px solid rgba(255,255,255,.35);
	color: #fff;
	padding: 8px 10px;
}

.hero {
	min-height: 680px;
	padding-block-end: 100px;
	color: #fff;
	background: linear-gradient(90deg,rgba(6,27,51,.98),rgba(6,27,51,.75),rgba(6,27,51,.28)),url('https://images.unsplash.com/photo-1513635269975-59663e0ac1ad?auto=format&fit=crop&w=1800&q=80') center/cover;
}

.hero-grid {
	min-height: 680px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
}

.eyebrow {
	color: var(--gold);
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 12px;
	font-weight: 300;
	margin-bottom: 14px;
}

.hero h1 {
    font-size: clamp(42px,6vw,60px);
    line-height: 1.3;
    font-weight: 600;
    margin-bottom: 24px;
}

.hero h1 span,h2 span {
	color: var(--gold);
}

.hero p {
	max-width: 610px;
	color: #e8eef6;
}

.hero-buttons {
	display: grid;
	grid-auto-flow: column;
	justify-content: start;
	gap: 14px;
	margin-top: 28px;
}

.overlap {
	margin-top: -85px;
	position: relative;
	z-index: 5;
}

.service-grid {
	display: grid;
	grid-template-columns: repeat(4,1fr);
	gap: 24px;
}

.card {
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 12px;
	box-shadow: 0 16px 40px rgba(0,0,0,.08);
}

.service-card {
	text-align: center;
	padding: 35px 25px;
}

.service-card svg {
	width: 56px;
	height: 56px;
	margin: 0 auto 18px;
	fill: none;
	stroke: var(--gold);
	stroke-width: 1.6;
}

.service-card h3 {
	font-size: 23px;
	line-height: 1.2;
	margin-bottom: 12px;
}

.service-card a {
	color: var(--gold);
	font-weight: 700;
}

.split {
	display: grid;
	grid-template-columns: .9fr 1.1fr;
	gap: 70px;
	align-items: center;
}

.split.reverse {
	grid-template-columns: 1.1fr .9fr;
}

.section h2 {
	font-size: clamp(36px,4vw,58px);
	line-height: 1.08;
	margin-bottom: 22px;
}

.muted {
	color: var(--muted);
}

.image-card {
	border-radius: 16px;
	overflow: hidden;
	position: relative;
	box-shadow: 0 20px 50px rgba(0,0,0,.12);
}

.image-card img {
	height: 450px;
	width: 100%;
	object-fit: cover;
}

.feature-strip {
	position: absolute;
	left: 28px;
	right: 28px;
	bottom: 24px;
	background: var(--navy);
	color: #fff;
	border-radius: 10px;
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 18px;
	padding: 23px;
	font-size: 13px;
}

.feature-strip strong {
	color: var(--gold);
}

.cream {
	background: var(--cream);
}

.contact-grid {
	display: grid;
	grid-template-columns: 1fr .85fr;
	gap: 65px;
}

.form-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 14px;
}

.full {
	grid-column: 1/-1;
}

input,select,textarea {
	width: 100%;
	padding: 15px;
	border: 1px solid #d9e0e8;
	background: #fff;
}

textarea {
	min-height: 140px;
}

.contact-card {
	padding: 50px;
	background: #fff;
	border-radius: 14px;
	box-shadow: 0 18px 45px rgba(0,0,0,.08);
}

.contact-card ul {
	list-style: none;
	margin-top: 20px;
}

.contact-card li {
	margin-bottom: 12px;
	color: var(--muted);
}

.stats {
	background: var(--navy);
	color: #fff;
	padding: 38px 0;
}

.stats-grid {
	display: grid;
	grid-template-columns: repeat(4,1fr);
	text-align: center;
	gap: 22px;
}

.stats strong {
	font-size: 44px;
	color: var(--gold);
	display: block;
}

.team-grid,.blog-grid,.practice-grid {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 28px;
}

.team-card,.blog-card,.practice-card {
	overflow: hidden;
}

.team-card img,.blog-card img {
	height: 260px;
	width: 100%;
	object-fit: cover;
}

.card-body {
	padding: 26px;
}

.card-body h3 {
	font-size: 28px;
	line-height: 1.3;
	margin-bottom: 9px;
}

.tag {
	display: inline-block;
	background: #f0e3cd;
	color: #7b551b;
	border-radius: 50px;
	padding: 5px 12px;
	font-size: 12px;
	margin: 4px 4px 4px 0;
}

.testimonial-grid {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 30px;
}

.quote-card {
	padding: 38px;
}

.quote {
	font-size: 42px;
	color: var(--gold);
	line-height: 1;
}

.cta {
	background: linear-gradient(rgba(6,27,51,.93),rgba(6,27,51,.93)),url('https://images.unsplash.com/photo-1486406146926-c627a92ad1ab?auto=format&fit=crop&w=1600&q=80') center/cover;
	color: #fff;
	padding: 75px 0;
}

.cta-grid {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 30px;
	align-items: center;
}

.page-hero {
	background: linear-gradient(rgba(6,27,51,.88),rgba(6,27,51,.88)),url('https://images.unsplash.com/photo-1450101499163-c8848c66ca85?auto=format&fit=crop&w=1700&q=80') center/cover;
	color: #fff;
	padding: 110px 0;
}

.page-hero h1 {
	font-size: clamp(45px,6vw,76px);
	line-height: 1;
}

.breadcrumbs {
	color: #d8e2ec;
	margin-top: 12px;
}

.profile-grid {
	display: grid;
	grid-template-columns: 360px 1fr;
	gap: 55px;
	align-items: start;
}

.profile-photo {
	border-radius: 14px;
	overflow: hidden;
}

.profile-photo img {
	height: 470px;
	width: 100%;
	object-fit: cover;
}

.info-list {
	display: grid;
	gap: 12px;
	margin: 20px 0;
}

.info-list div {
	display: grid;
	grid-template-columns: 150px 1fr;
	border-bottom: 1px solid var(--line);
	padding-bottom: 10px;
}

.article {
	max-width: 850px;
	margin: auto;
}

.article p {
	margin-bottom: 20px;
	color: var(--muted);
}

footer {
	background: #031323;
	color: #fff;
	padding: 70px 0 20px;
}

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

.footer-grid h3,.footer-grid h4 {
	color: var(--gold);
	margin-bottom: 16px;
}

.footer-grid a,.footer-grid p {
	display: block;
	color: #cbd6e2;
	margin-bottom: 8px;
	transition: all 0.3s;
}
.footer-grid a:hover {
	color: var(--gold);
}
.copyright {
	border-top: 1px solid rgba(255,255,255,.1);
	margin-top: 45px;
	padding-top: 18px;
	color: #9fb1c4;
	font-size: 13px;
}

@media(max-width:980px) {
	.topbar,.nav,.actions {
		display: none;
	}

	.menu-btn {
		display: block;
	}

	.header-grid,.hero-grid,.split,.split.reverse,.contact-grid,.cta-grid,.footer-grid,.profile-grid {
		grid-template-columns: 1fr;
	}

	.service-grid,.team-grid,.blog-grid,.practice-grid,.stats-grid,.testimonial-grid {
		grid-template-columns: repeat(2,1fr);
	}

	.feature-strip {
		position: static;
		border-radius: 0;
		grid-template-columns: 1fr;
	}

	.hero,.hero-grid {
		min-height: 590px;
	}
}

@media(max-width:640px) {
	.service-grid,.team-grid,.blog-grid,.practice-grid,.stats-grid,.testimonial-grid,.form-grid {
		grid-template-columns: 1fr;
	}

	.section {
		padding: 60px 0;
	}

	.hero-buttons {
		grid-auto-flow: row;
	}

	.contact-card {
		padding: 30px;
	}

	.info-list div {
		grid-template-columns: 1fr;
	}
}



footer.entry-footer {
    padding: 0;
    background: unset;
    color: black;
}
/* ----------------------- */
.page-hero h1 {
    font-size: clamp(45px,6vw,50px);
    line-height: 1;
}
.page-hero {
    padding: 30px 0;
}
.shaonmd-mega-grid {
    padding: 10px 30px;
}
.shaonmd-sub-list {
    padding-inline-start: 0;
}

/*----------------------  */

.card-body h3 {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 9px;
    font-weight: 600;
    color: #484848;
}

/* ------------------ */

.form-grid p {
    padding: 0;
    margin: 0;
}
.form-grid p:nth-child(1) {
    grid-column: 1 / 1;
}
.form-grid p:nth-child(2) {
    grid-column: 2 / 3;
}
.form-grid p:nth-child(3) {
    grid-column: 1 / -1;
}
.form-grid p:nth-child(4) {
    grid-column: 1 / -1;
}
.form-grid p:nth-child(5) {
    grid-column: 1 / -1;
}
.form-grid p:nth-child(6) {
    grid-column: 1 / 1;
}
@media(max-width:640px) {
.form-grid p:nth-child(1) {
    grid-column: 1 / -1;
}
.form-grid p:nth-child(2) {
    grid-column: 1 / -1;
}
}
/* -------------------- */
.section h2 {
    margin-block-start: 0;
}
.contact-card ul {
    margin-inline: 0;
    padding-inline: 0;
}
.container.cta-grid * {
    margin: 0;
}


/* ===================== */


/* 
==========================================
Our Service Inner Page
==========================================
 */


section.single-services-section {
    margin-block: 0 4%;
}
.services-menu-wrapper {
    display: grid;
    grid-template-columns: 250px 3.5fr;
    grid-gap: 30px;
    margin-block: 50px;
}
/* .services-left {
    position: sticky;
    top: 75px;
} */
.services-left h3 {
    margin-block-end: 2px;
    padding-block: 8px;
    padding-inline: 10px;
    background: #c5a059;
    color: #000000;
    font-weight: 500;
    margin-block-start: 0;
}
.services-left ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.services-left ul li a {
    display: block;
    margin-block-end: 2px;
    padding-block: 4px;
    padding-inline: 15px 10px;
    color: white;
    background: #061b33;
    text-decoration: none;
    text-transform: capitalize;
    transition: all 0.3s;
    line-height: 1.6;
}
.services-left ul li.current-menu-item a, .services-left ul li a:hover {
    color: #000000;
    background: #e3e3e3;
}

.single-services-wrapper {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 40px;
}

.single-services-parent {
    padding: 0px 0px;
}
:nth-child( 1 of .single-services-child ) {
	font-size: 30px;
    font-weight: inherit;
	color: #0b2d0e;
}
:nth-child( 2 of .single-services-child ) {
    font-weight: inherit;
}
:nth-child( 2 of .single-services-child ):not(:empty) {
    padding: 0;
    font-size: 18px;
    line-height: 2;
    color: #0b2d0e;
    text-align: justify;
}
@media (max-width: 767px) {
.services-menu-wrapper {
    grid-template-columns: 1fr;
}
.single-services-parent {
    padding: 30px 0px;
}
}