/**
Theme Name: GKWW
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: gkww
Template: astra
*/

/* Partner Carousel — hide all but first slide before Swiper initializes */
body:not(.elementor-editor-active) .partner-slide ~ .partner-slide {
	display: none;
}

.partner-carousel .partner-slide {
	display: block !important;
	background-color: #ffffff;
}

/* Prevent our outer Swiper from interfering with Elementor's inner background slideshows.
   The .swiper-fade CSS leaks into nested .swiper-slide elements, collapsing their height. */
.partner-carousel .elementor-background-slideshow {
	pointer-events: none;
}

.partner-carousel .elementor-background-slideshow .swiper-wrapper {
	transform: none !important;
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	width: 100% !important;
	height: 100% !important;
}

.partner-carousel .elementor-background-slideshow .swiper-slide {
	opacity: 1 !important;
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	width: 100% !important;
	height: 100% !important;
}

.partner-carousel .elementor-background-slideshow__slide__image {
	width: 100% !important;
	height: 100% !important;
}

/* Partner Carousel — Swiper pagination dots */
.partner-carousel .swiper-pagination {
	position: relative;
	margin-top: 10px;
	bottom: auto;
}

.partner-carousel .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	border: 2px solid #054F02;
	background: transparent;
	opacity: 1;
	transition: background-color 0.3s ease;
}

.partner-carousel .swiper-pagination-bullet-active,
.partner-carousel .swiper-pagination-bullet:hover {
	background: #054F02;
}

/* Footer social icons — force horizontal layout */
[data-id="9214a2d"] .elementor-widget-wrap {
	display: flex !important;
	flex-direction: row !important;
	justify-content: flex-end;
	gap: 20px;
}

[data-id="9214a2d"] .elementor-widget-wrap.elementor-element-populated {
	justify-content: flex-end;
	gap: 20px;
}

[data-id="9214a2d"] .elementor-widget-wrap > .elementor-element {
	width: auto !important;
	flex: 0 0 auto !important;
	max-width: none !important;
}

/* Header — black background, white nav (non-transparent pages only) */
body:not(.ast-theme-transparent-header) .ast-primary-header-bar,
body:not(.ast-theme-transparent-header) .ast-primary-header-bar .site-primary-header-wrap {
	background-color: #000000 !important;
}

body:not(.ast-theme-transparent-header) .ast-primary-header-bar .menu-link {
	color: #FFFFFF !important;
}

body:not(.ast-theme-transparent-header) .ast-primary-header-bar .menu-link:hover {
	color: #cccccc !important;
}

/* Mobile header (non-transparent pages only) */
body:not(.ast-theme-transparent-header) #ast-mobile-header .ast-primary-header-bar {
	background-color: #000000 !important;
}

body:not(.ast-theme-transparent-header) #ast-mobile-header .menu-toggle {
	color: #FFFFFF !important;
}

body:not(.ast-theme-transparent-header) .ast-mobile-header-content {
	background-color: #f5f5f5 !important;
}

body:not(.ast-theme-transparent-header) .ast-mobile-header-content .menu-link {
	color: #000000 !important;
}

/* Mobile nav — full-screen overlay */
.ast-mobile-header-content {
	position: fixed !important;
	top: 0 !important;
	left: 0 !important;
	right: 0 !important;
	bottom: 0 !important;
	z-index: 998;
	padding-top: 82px !important;
	padding-bottom: 40px !important;
	overflow-y: auto;
	background-color: #f5f5f5;
}

.ast-mobile-header-content .menu-item {
	display: flex !important;
	align-items: center;
	height: 64px;
	border-bottom: none;
	background-color: #ffffff;
}

.ast-mobile-header-content .menu-item .menu-link,
.ast-mobile-header-content .menu-item .menu-link:hover,
.ast-mobile-header-content .menu-item .menu-link:focus,
.ast-mobile-header-content .menu-item .menu-link:active,
.ast-mobile-header-content .menu-item .menu-link:visited,
.ast-mobile-header-content .current-menu-item .menu-link {
	display: flex !important;
	align-items: center;
	justify-content: space-between;
	height: 100%;
	width: 100%;
	padding: 0 20px !important;
	color: #000000 !important;
	-webkit-tap-highlight-color: transparent;
}

.ast-mobile-header-content .menu-item .menu-link::after {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	border-right: 1.5px solid currentColor;
	border-bottom: 1.5px solid currentColor;
	transform: rotate(-45deg);
	flex-shrink: 0;
	margin-left: 20px;
	background: none;
}

#ast-mobile-header .ast-primary-header-bar {
	position: relative;
	z-index: 999;
}

#ast-mobile-header .menu-toggle,
#ast-mobile-header .menu-toggle:focus,
#ast-mobile-header .menu-toggle:active {
	border: none !important;
	outline: none !important;
	box-shadow: none !important;
	-webkit-tap-highlight-color: transparent;
}

/* Mobile nav — "Pay Your Bill" CTA button (matches Elementor button style) */
.gkww-mobile-cta {
	display: block;
	margin: 16px 20px;
	padding: 16px 32px !important;
	background-color: #054F02;
	color: #FFFFFF !important;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 1em;
	text-align: center;
	text-decoration: none !important;
	text-transform: uppercase;
	letter-spacing: 0.4px;
	border: 1px solid #054F02;
	border-radius: 0;
	-webkit-tap-highlight-color: transparent;
}

.gkww-mobile-cta:hover,
.gkww-mobile-cta:visited,
.gkww-mobile-cta:active {
	background-color: #054F02;
	color: #FFFFFF !important;
	text-decoration: none !important;
}

/* Force black header bar when mobile menu is open (even on transparent header pages) */
#ast-mobile-header:has(.menu-toggle.toggled) .ast-primary-header-bar,
#ast-mobile-header:has(.menu-toggle.toggled) .ast-primary-header-bar .site-primary-header-wrap {
	background-color: #000000 !important;
	padding-bottom: 16px;
}

/* Logo — consistent size across all pages */
.site-branding img,
.ast-site-identity img {
	max-width: 192px !important;
}

/* Header CTA button — consistent styling */
.gkww-header-cta {
	display: inline-flex !important;
	align-items: center !important;
	height: 42px !important;
	padding: 0 24px !important;
	background-color: #054F02 !important;
	color: #fff !important;
	font-weight: 600 !important;
	font-size: 14px !important;
	letter-spacing: 0.04em !important;
	border-radius: 0 !important;
	line-height: 1 !important;
	text-decoration: none !important;
}

/* Header nav link padding */
.main-header-menu .menu-link {
	padding: 0 0.75em !important;
}

.gkww-header-cta:hover,
.gkww-header-cta:focus,
.gkww-header-cta:visited,
.gkww-header-cta:active {
	background-color: #054F02 !important;
	color: #fff !important;
	text-decoration: none !important;
}

/* Remove default #primary margin */
#primary {
	margin: 0;
}

/* Single post #primary — tighten top padding on mobile */
@media (max-width: 768px) {
	.single-post #content .ast-container #primary {
		padding: 10px 0 4em !important;
	}
}

/* Team sidebar accolade accordions (frontend only — not in Elementor editor) */
body:not(.elementor-editor-active) .team-accolades .elementor-widget:not(.elementor-widget-heading):not(.elementor-widget-icon) {
	display: none;
}

body:not(.elementor-editor-active) .team-accolades.active .elementor-widget:not(.elementor-widget-heading):not(.elementor-widget-icon) {
	display: block;
}

body:not(.elementor-editor-active) .team-accolades {
	cursor: pointer;
}

/* Full-bleed banner — add CSS class "gkww-full-bleed" to any Elementor container.
   Requires page Content Layout set to "Normal Width" in Astra page settings. */
.gkww-full-bleed {
	width: 100vw !important;
	max-width: none !important;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}

/* Practice area cards — image zoom on hover */
.practice-area-card,
.home-practice-area {
	overflow: hidden;
}

.practice-area-card .elementor-background-slideshow__slide__image {
	transition: transform 0.4s ease;
	filter: blur(3px);
	transform: scale(1.05);
}

.home-practice-area .elementor-background-slideshow__slide__image {
	transition: transform 0.4s ease;
	filter: blur(3px);
	transform: scale(1.05);
}

.practice-area-card:hover .elementor-background-slideshow__slide__image,
.home-practice-area:hover .elementor-background-slideshow__slide__image {
	transform: scale(1.1);
}

/* Single post — force title visible */
.single-post h1.entry-title {
	display: block !important;
	margin-bottom: 40px !important;
}

@media (max-width: 768px) {
	.single-post h1.entry-title {
		font-size: 1.7rem !important;
		margin-bottom: 20px !important;
	}
}

/* Blog post titles — black instead of gray */
.blog .entry-title a,
.archive .entry-title a {
	color: #000000;
}

/* Blog listing — thumbnail left via absolute positioning */
.blog .blog-layout-1 .post-content,
.archive .blog-layout-1 .post-content {
	position: relative;
	padding-left: 244px;
}

.blog .blog-layout-1 .ast-blog-featured-section,
.archive .blog-layout-1 .ast-blog-featured-section {
	position: absolute;
	top: 0;
	left: 0;
	width: 200px;
	height: 200px;
	overflow: hidden;
}

.blog .blog-layout-1 .ast-blog-featured-section img,
.archive .blog-layout-1 .ast-blog-featured-section img {
	width: 200px;
	height: 200px;
	object-fit: cover;
}

/* Stack vertically on mobile */
@media (max-width: 768px) {
	.blog .blog-layout-1 .post-content,
	.archive .blog-layout-1 .post-content {
		padding-left: 0;
	}

	.blog .blog-layout-1 .ast-blog-featured-section,
	.archive .blog-layout-1 .ast-blog-featured-section {
		position: relative;
		width: 100%;
		height: 200px;
	}

	.blog .blog-layout-1 .ast-blog-featured-section img,
	.archive .blog-layout-1 .ast-blog-featured-section img {
		width: 100%;
	}
}

/* Archive/blog banner — shorter on mobile */
@media (max-width: 768px) {
	.ast-archive-entry-banner[data-post-type="post"] {
		min-height: 420px;
	}
}

/* Footer social icons — center on mobile/tablet */
@media (max-width: 1024px) {
	[data-id="9214a2d"] .elementor-widget-wrap,
	[data-id="9214a2d"] .elementor-widget-wrap.elementor-element-populated {
		justify-content: center !important;
	}
}

/* WPForms — full-width inputs */
.wpforms-container .wpforms-field-medium,
.wpforms-container .wpforms-field-large {
	max-width: 100% !important;
}

.wpforms-container .wpforms-field input,
.wpforms-container .wpforms-field textarea,
.wpforms-container .wpforms-field select {
	width: 100% !important;
	max-width: 100% !important;
}

/* Contact page — keep phone/fax label and linked number on one line */
.elementor-icon-list-item {
	display: flex !important;
	flex-wrap: nowrap;
	align-items: center;
}

/* Prevent horizontal overflow — add "gkww-contain" class to any overflowing container */
.gkww-contain {
	overflow: hidden;
	max-width: 100vw;
}