/*
Theme Name: CorporateCrafter
Theme URI: https://themegrove.com/products/sharkpulse/
Author: Themegrove
Author URI: https://themegrove.com/
Description: CorporateCrafter shines as the Child theme, gracefully inheriting traits from its parent, SharkPulse. aAsophisticated WordPress theme crafted for professional excellence. Dive into a seamless website customization journey where each detail is within your command. From dynamic homepage arrangements to personalized portfolio exhibitions, CorporateCrafter empowers you to shape a sleek, corporate-inspired digital realm that reflects your distinct identity. With its intuitive interface and visually captivating designs, this theme revolutionizes your WordPress experience, transforming it into a dynamic voyage of corporate elegance and functional finesse. Embrace CorporateCrafter – where your website becomes a canvas for your corporate narrative. demo: https://demos.themegrove.com/corporatecrafter/
Template: sharkpulse
Requires at least: 6.0
Tested up to: 6.9
Requires PHP: 7.0
Version: 1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: corporatecrafter
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, blog, portfolio, news
*/

.sidebar-latest-posts li .wp-block-latest-posts__post-author{
    display: none;
}
.sidebar-latest-posts li{
    padding-top: 16px;
}

.sidebar-latest-posts  li a{
    text-decoration: none;
}
.cat-item a{
    text-decoration: none; 
}

footer a {
    text-decoration: none;
}

.footer-list li{
    list-style: none;
}
.footer-list{
    padding-left: 0px;
}
.first-three li:before{
    font-family: 'dashicons'; 
    content: '\f344'; 
    margin-right: 8px; 
}

.footer-location:before{
    font-family: 'dashicons'; 
    content: '\f230'; 
    margin-right: 8px; 
}
.footer-mail:before{
    font-family: 'dashicons'; 
    content: '\f465'; 
    margin-right: 8px; 
}
.footer-phone:before{
    font-family: 'dashicons'; 
    content: '\f525'; 
    margin-right: 8px; 
}
.wp-block-post-date time::before{
    font-family: 'dashicons'; 
    content: '\f145'; 
    margin-right: 8px; 
}
.woocommerce .woocommerce-breadcrumb, .woocommerce .woocommerce-breadcrumb a{
    color: var(--wp--preset--color--contrast)!important;
}

.products-block-post-template li{
    margin-bottom: 15px!important;
}

.sharkpulse-scrool-top::before{
    color: var(--wp--preset--color--primary)!important;
}
.unique-column{
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

#sticky-header{
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
div#sticky-header-sticky-wrapper {
    z-index: 9999;
}
.footer-separator{
    width: 35px!important;
    border: solid 1px;
}

.aspect-get-started::after{
    font-family: 'dashicons'; 
    content: '\f139'; 
    margin-left: 5px; 
    font-size: 14px;
}
.aspect-get-started a{
    text-decoration: none;
}
.wp-block-post-author__name::before{
    font-family: 'dashicons'; 
    content: '\f110'; 
    margin-right: 8px; 
}

.cover-img{
	margin-bottom: -184px!important;
}

/* —— Services dropdown: mega-style submenu (block navigation) —— */
@media (min-width: 782px) {
	body .wp-block-navigation .has-child > .wp-block-navigation__submenu-container {
		display: grid;
		grid-template-columns: auto auto;
		column-gap: 28px;
		row-gap: 4px;
		justify-content: start;
		align-items: start;
		width: max-content;
		max-width: min(960px, calc(100vw - 24px));
		padding: 16px 18px;
		margin-top: 12px;
		border-radius: 14px;
		background: #ffffff;
		border: 1px solid rgba(59, 111, 162, 0.14);
		box-shadow:
			0 18px 50px rgba(28, 60, 91, 0.12),
			0 4px 14px rgba(0, 0, 0, 0.06);
		z-index: 100000;
		overflow-x: auto;
		overflow-y: visible;
		-webkit-overflow-scrolling: touch;
	}

	body .wp-block-navigation .has-child > .wp-block-navigation__submenu-container > .wp-block-navigation-item {
		width: auto;
		max-width: none;
		display: block;
		margin: 0;
		border-radius: 10px;
	}

	body .wp-block-navigation .has-child > .wp-block-navigation__submenu-container .wp-block-navigation-item__content {
		padding: 11px 14px !important;
		border-radius: 10px;
		font-size: 0.95rem !important;
		font-weight: 600 !important;
		line-height: 1.35;
		color: #1c3c5b !important;
		border-left: 3px solid transparent;
		white-space: nowrap;
		transition:
			background-color 0.2s ease,
			color 0.2s ease,
			border-color 0.2s ease,
			transform 0.15s ease;
	}

	body .wp-block-navigation .has-child > .wp-block-navigation__submenu-container .wp-block-navigation-item__content:hover,
	body .wp-block-navigation .has-child > .wp-block-navigation__submenu-container .wp-block-navigation-item__content:focus {
		background: linear-gradient(
			90deg,
			rgba(59, 111, 162, 0.1) 0%,
			rgba(59, 111, 162, 0.02) 100%
		);
		color: var(--wp--preset--color--primary, #3b6fa2) !important;
		border-left-color: #d8613c;
		transform: translateX(2px);
	}

	/* Parent “Services” row stays calm while panel is open */
	body .wp-block-navigation .has-child:hover > .wp-block-navigation-item__content,
	body .wp-block-navigation .has-child:focus-within > .wp-block-navigation-item__content {
		color: var(--wp--preset--color--primary, #3b6fa2);
	}
}

@media (max-width: 781px) {
	.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container {
		border-left: 3px solid rgba(59, 111, 162, 0.35);
		margin-left: 0.5rem;
		padding-left: 0.75rem !important;
		background: rgba(59, 111, 162, 0.04);
		border-radius: 0 10px 10px 0;
	}
}

/* —— Service landing layout (intro + wave + checklist + stats) —— */
.babita-svc-kit {
	width: 100vw;
	max-width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	position: relative;
	left: 0;
	box-sizing: border-box;
}

.babita-svc-kit *,
.babita-svc-kit *::before,
.babita-svc-kit *::after {
	box-sizing: border-box;
}

.babita-svc-intro {
	background: #ffffff;
}

.babita-svc-intro-inner {
	max-width: 860px;
	margin: 0 auto;
	padding: 2.75rem 1.5rem 2rem;
	text-align: center;
	color: #3d4a5c;
	font-size: clamp(1rem, 2.5vw, 1.125rem);
	line-height: 1.7;
}

.babita-svc-intro-inner p {
	margin: 0;
}

.babita-svc-wave-top {
	display: block;
	width: 100%;
	height: clamp(40px, 6vw, 64px);
	margin-bottom: -1px;
	vertical-align: bottom;
}

.babita-svc-wave-top path {
	fill: #283e8c;
}

.babita-svc-deliverables {
	background: #283e8c;
	color: #ffffff;
	padding: 0 0 3.25rem;
}

.babita-svc-deliverables-inner {
	max-width: 1140px;
	margin: 0 auto;
	padding: 0.5rem 1.5rem 0;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 2rem 3.5rem;
}

@media (max-width: 781px) {
	.babita-svc-deliverables-inner {
		grid-template-columns: 1fr;
		gap: 1.5rem;
	}
}

.babita-svc-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.babita-svc-list li {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	margin: 0 0 1.1rem;
	font-size: 1rem;
	line-height: 1.45;
	font-weight: 500;
}

.babita-svc-list li::before {
	content: "→";
	flex-shrink: 0;
	width: 2.1rem;
	height: 2.1rem;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.45);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.8rem;
	line-height: 1;
	margin-top: 2px;
}

.babita-svc-list li a {
	color: inherit;
	text-decoration: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.35);
	transition: border-color 0.2s ease, color 0.2s ease;
}

.babita-svc-list li a:hover,
.babita-svc-list li a:focus {
	border-bottom-color: #ffffff;
	color: #ffffff;
}

.babita-svc-footnote {
	max-width: 1140px;
	margin: 0 auto;
	padding: 0.25rem 1.5rem 0;
	font-size: 0.85rem;
	opacity: 0.85;
	line-height: 1.5;
}

.babita-svc-stats {
	position: relative;
	background: linear-gradient(90deg, #e4dff5 0%, #f9f6ef 55%, #faf8f4 100%);
	padding: 3rem 1.5rem 3.25rem;
}

.babita-svc-stats::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 6px;
	background: #2e2566;
}

.babita-svc-stats-grid {
	max-width: 1100px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 2rem 1.5rem;
	text-align: center;
	align-items: start;
}

@media (max-width: 781px) {
	.babita-svc-stats-grid {
		grid-template-columns: 1fr;
	}
}

.babita-svc-stat {
	padding: 0 0.5rem;
}

.babita-svc-stat-icon {
	display: flex;
	justify-content: center;
	margin-bottom: 1rem;
}

.babita-svc-stat-icon svg {
	display: block;
}

.babita-svc-stat-num {
	font-size: clamp(2rem, 5vw, 2.65rem);
	font-weight: 700;
	color: #111111;
	line-height: 1.15;
	margin: 0 0 0.5rem;
	letter-spacing: -0.02em;
}

.babita-svc-stat-label {
	margin: 0;
	font-size: 0.98rem;
	color: #4a4a4a;
	line-height: 1.45;
}

