/* ==========================================================================
   Royal theme add-on for Dr. Mahendrasinh Dabhi (Jekuba Surgical Hospital)
   Loaded AFTER custom.css - overrides the template's colour variables and
   adds a refined serif display font. Layout/markup is untouched.
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,600;0,700;1,600&display=swap');

:root {
	--body-background: #FAF7F0;
	--primary-color: #0A2A47;
	--text-color: #2B303A;
	--accent-color: #B8892E;
	--secondry-color: #FFFFFF;
	--light-Background: #0F3A61;
	--light-accent-color: #F6ECD8;
	--accent-font: 'Cormorant Garamond', serif;
}

/* Royal display serif for headlines, keeping Figtree for body & nav */
.section-title h1,
.section-title h2,
.our-services-item h3,
.medical-content h3,
.post-item-body h2,
.page-about-content .section-title h2,
.improving-content .section-title h2 {
	font-family: var(--accent-font);
	font-weight: 700;
}

/* Slim gold edge under the navy header - premium, subtle */
header.main-header {
	border-bottom: 2px solid var(--accent-color);
}

/* Gold hairline separating footer columns from the copyright bar */
.footer-copyright {
	border-top: 1px solid rgba(184, 137, 46, 0.35);
}

/* Warmer, richer card shadow tone to match the ivory background */
.our-services-item,
.medical-service-item,
.post-item {
	box-shadow: 0 15px 45px rgba(10, 42, 71, 0.08);
}
