/* =========================================================
   SHILPA SAYURA FOUNDATION
   MAIN SITE STYLESHEET
   ========================================================= */

/* ---------- Base ---------- */

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
	scroll-padding-top: 90px;
}

body {
	margin: 0;
	background: #ffffff;
	color: #172033;
	font-family:
		-apple-system,
		BlinkMacSystemFont,
		"Segoe UI",
		Arial,
		sans-serif;
}

img {
	max-width: 100%;
	height: auto;
}

a {
	color: inherit;
}

.wp-site-blocks {
	overflow-x: hidden;
}


/* =========================================================
   TOP HEADER
   ========================================================= */

.ssf-topline {
	width: 100%;
	margin: 0;
	background: #ffffff;
	border-bottom: 1px solid #e5e7eb;
}

.ssf-topline-inner {
	width: 100%;
	max-width: 1600px;
	min-height: 92px;
	margin: 0 auto;
	padding: 10px 28px;

	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
}

.ssf-brand {
	display: flex;
	align-items: center;
	gap: 18px;
	min-width: 0;
}

.ssf-logo-link {
	display: flex;
	align-items: center;
	flex: 0 0 auto;
	text-decoration: none;
}

.ssf-logo {
	display: block;
	width: 190px;
	max-width: 190px;
	height: auto;
	margin: 0;
}

.ssf-site-name {
	color: #17345c;
	font-size: 25px;
	font-weight: 700;
	line-height: 1.15;
	text-decoration: none;
	white-space: nowrap;
}

.ssf-site-name:hover,
.ssf-site-name:focus-visible {
	color: #1684ce;
}

.ssf-top-actions {
	display: flex;
	align-items: center;
	gap: 15px;
	flex: 0 0 auto;
	margin-left: auto;
}


/* =========================================================
   SOCIAL LINKS
   ========================================================= */

.ssf-social-links {
	display: flex;
	align-items: center;
	gap: 5px;
	margin: 0;
	padding: 0;
}

.ssf-social-links a {
	display: inline-flex;
	align-items: center;
	justify-content: center;

	width: 40px;
	height: 40px;

	border-radius: 50%;
	background: transparent;
	color: #17345c;

	font-size: 20px;
	line-height: 1;
	text-decoration: none;

	transition:
		background-color 0.2s ease,
		color 0.2s ease,
		transform 0.2s ease;
}

.ssf-social-links a:hover,
.ssf-social-links a:focus-visible {
	background: #1684ce;
	color: #ffffff;
	transform: translateY(-2px);
}


/* =========================================================
   CALL TO ACTION BUTTON
   ========================================================= */

.ssf-cta-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;

	min-height: 42px;
	padding: 10px 18px;

	border-radius: 6px;
	background: #1684ce;
	color: #ffffff;

	font-size: 15px;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	white-space: nowrap;

	transition:
		background-color 0.2s ease,
		transform 0.2s ease;
}

.ssf-cta-button:hover,
.ssf-cta-button:focus-visible {
	background: #0d639e;
	color: #ffffff;
	transform: translateY(-2px);
}

.ssf-topline a:focus-visible {
	outline: 3px solid #f7b500;
	outline-offset: 3px;
}


/* =========================================================
   NAVIGATION BAR
   ========================================================= */

.ssf-navigation-bar {
	width: 100%;
	margin: 0 !important;
	padding: 0 24px;
	background: #17345c;
	color: #ffffff;
}

.ssf-navigation-bar .wp-block-navigation {
	width: 100%;
	max-width: 1400px;
	min-height: 54px;
	margin: 0 auto;
	color: #ffffff;
}

.ssf-navigation-bar .wp-block-navigation__container {
	gap: 4px;
}

.ssf-navigation-bar .wp-block-navigation-item__content {
	display: block;
	padding: 16px 11px;
	color: #ffffff !important;
	font-size: 16px;
	font-weight: 500;
	text-decoration: none;
}

.ssf-navigation-bar .wp-block-navigation-item__content:hover,
.ssf-navigation-bar .wp-block-navigation-item__content:focus-visible {
	color: #8ed8ff !important;
}

.ssf-navigation-bar .wp-block-navigation__submenu-icon {
	color: #ffffff;
}

.ssf-navigation-bar .wp-block-navigation__submenu-container {
	background: #ffffff !important;
	color: #17345c !important;
	border: 0;
	box-shadow: 0 8px 24px rgb(0 0 0 / 18%);
}

.ssf-navigation-bar
	.wp-block-navigation__submenu-container
	.wp-block-navigation-item__content {
	color: #17345c !important;
	padding: 11px 16px;
}

.ssf-navigation-bar
	.wp-block-navigation__submenu-container
	.wp-block-navigation-item__content:hover {
	background: #f2f7fb;
	color: #1684ce !important;
}


/* =========================================================
   MAIN CONTENT
   ========================================================= */

.ssf-main {
	margin: 0;
	padding: 0;
}

.ssf-section {
	padding: 64px 24px;
}

.ssf-section > * {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.ssf-section-light {
	background: #f4f7fa;
}

.ssf-section h2 {
	margin-top: 0;
	color: #17345c;
	font-size: clamp(2rem, 4vw, 3rem);
	line-height: 1.15;
}

.ssf-section p {
	font-size: 1.05rem;
	line-height: 1.7;
}


/* =========================================================
   CALL TO ACTION SECTION
   ========================================================= */

.ssf-cta {
	padding: 72px 24px;
	background: #17345c;
	color: #ffffff;
}

.ssf-cta h2 {
	margin-top: 0;
	color: #ffffff;
}

.ssf-cta .wp-element-button {
	background: #1684ce;
	color: #ffffff;
	border-radius: 6px;
	font-weight: 700;
}

.ssf-cta .wp-element-button:hover,
.ssf-cta .wp-element-button:focus-visible {
	background: #0d639e;
	color: #ffffff;
}


/* =========================================================
   FOOTER
   ========================================================= */

.ssf-footer {
	padding: 32px 24px;
	background: #071c32;
	color: #ffffff;
}

.ssf-footer a {
	color: #8ed8ff;
}

.ssf-footer a:hover,
.ssf-footer a:focus-visible {
	color: #ffffff;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 900px) {
	.ssf-logo {
		width: 150px;
		max-width: 150px;
	}

	.ssf-site-name {
		font-size: 20px;
	}
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 760px) {
	html {
		scroll-padding-top: 70px;
	}

	.ssf-topline-inner {
		min-height: 68px;
		padding: 8px 12px;
		gap: 8px;
	}

	.ssf-brand {
		gap: 8px;
	}

	.ssf-logo {
		width: 100px;
		max-width: 100px;
	}

	.ssf-site-name {
		max-width: 120px;
		font-size: 14px;
		line-height: 1.15;
		white-space: normal;
	}

	.ssf-top-actions {
		gap: 4px;
	}

	.ssf-social-links {
		gap: 0;
	}

	.ssf-social-links a {
		width: 28px;
		height: 28px;
		font-size: 14px;
	}

	.ssf-cta-button {
		width: 32px;
		height: 32px;
		min-height: 32px;
		padding: 0;
		border-radius: 50%;
	}

	.ssf-cta-button span {
		display: none;
	}

	.ssf-navigation-bar {
		padding: 8px 14px;
	}

	.ssf-navigation-bar .wp-block-navigation {
		min-height: 40px;
		justify-content: flex-end;
	}

	.ssf-navigation-bar .wp-block-navigation__responsive-container-open {
		color: #ffffff;
	}

	.ssf-navigation-bar
		.wp-block-navigation__responsive-container.is-menu-open {
		background: #ffffff !important;
		color: #17345c !important;
		padding: 24px;
	}

	.ssf-navigation-bar
		.wp-block-navigation__responsive-container.is-menu-open
		.wp-block-navigation-item__content {
		color: #17345c !important;
		padding: 10px 0;
		font-size: 18px;
	}

	.ssf-section {
		padding: 44px 18px;
	}

	.ssf-cta {
		padding: 52px 18px;
	}

	.ssf-footer {
		padding: 28px 18px;
	}
}


/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 420px) {
	.ssf-topline-inner {
		padding-left: 9px;
		padding-right: 9px;
	}

	.ssf-logo {
		width: 82px;
		max-width: 82px;
	}

	.ssf-site-name {
		max-width: 90px;
		font-size: 12px;
	}

	.ssf-social-links a {
		width: 25px;
		height: 25px;
		font-size: 13px;
	}

	.ssf-cta-button {
		width: 28px;
		height: 28px;
		min-height: 28px;
		font-size: 12px;
	}
}


/* =========================================================
   ACCESSIBILITY
   ========================================================= */

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	.ssf-social-links a,
	.ssf-cta-button {
		transition: none;
	}
}