/*!
Theme Name: Go Mechanic
Author: thinkersteps
Description: Go Mechanic is a modern, powerful, and user-friendly WordPress theme specially designed for auto repair shops, car service centers, garages, mechanics, and automotive businesses. Whether you run a small local workshop or a large automobile service company, this theme provides everything you need to create a professional and high-performing website.With its clean and responsive design, Go Mechanic ensures your website looks great on all devices, including desktops, tablets, and smartphones. The theme comes with multiple customizable sections such as Slider, About Us allowing you to showcase your offerings in a structured and engaging way.Customization is simple and flexible, even for beginners. You can easily change colors, fonts, layouts, and images without any coding knowledge. The theme also includes pre-designed templates that save time and help you launch your website quickly.In addition, Go Mechanic follows WordPress coding standards and is translation-ready, making it suitable for global audiences. Regular updates and dedicated support ensure your website remains secure and up to date. If you are looking for a reliable and feature-rich automotive WordPress theme, Go Mechanic is the perfect choice to grow your online presence and attract more customers.
Version: 1.0.11
Tested up to: 6.9
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: go-mechanic
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Go Mechanic is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

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

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

@font-face {
	font-family: 'Roboto Regular';
	font-style: normal;
	font-weight: normal;
	src: local('Roboto Regular'), url('assets/fonts/roboto-regular.woff2') format('woff');
}

@font-face {
	font-family: 'Roboto Semibold';
	font-style: normal;
	font-weight: normal;
	src: local('Roboto Semibold'), url('assets/fonts/roboto-semibold.woff2') format('woff');
}

@font-face {
	font-family: 'Roboto Bold';
	font-style: normal;
	font-weight: normal;
	src: local('Roboto Bold'), url('assets/fonts/roboto-bold.woff2') format('woff');
}

@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: normal;
	src: local('Poppins'), url('assets/fonts/poppins.woff2') format('woff');
}

@font-face {
	font-family: 'Poppins Semibold';
	font-style: normal;
	font-weight: normal;
	src: local('Poppins Semibold'), url('assets/fonts/poppins-semibold.woff2') format('woff');
}

@font-face {
	font-family: 'Poppins Bold';
	font-style: normal;
	font-weight: normal;
	src: local('Poppins Bold'), url('assets/fonts/poppins-bold.woff2') format('woff');
}


html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body,
html {
	margin: 0;
	overflow-x: hidden;
	background-color: #0b0f14;
}

body{
	font-family: 'Poppins Semibold', 'Roboto Semibold', 'sans-serif';
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
	color: #E1E1E1;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dl, ol, ul, dt, address, th{
	color: #94a3b8;
}
.entry-content h4, .entry-content h5, .entry-content h6{
	color: #fff;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	/* margin: 0 0 1.5em 3em; */
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li>ul,
li>ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: linear-gradient(135deg, #f59e0b, #ea580c);
	color: #000;
	font-family: "Poppins";
	height: 44px;
    border-radius: 10px;
    letter-spacing: 1px;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	flex: 1;
    height: 44px;
    padding: 0 0.95rem;
    border-radius: 12px;
    border: 1px solid rgba(148, 163, 184, 0.12);
    background: rgba(255, 255, 255, 0.02);
    color: #f8fafc !important;
    outline: none;
    transition: var(--transition);
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	width: auto;
}

.main-navigation ul {
	display: flex;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation .nav-menu ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
	display: block;
	background-color: #1a1f26;
	border-radius: 8px;
	padding: 8px 0;
	margin-top: 8px;
}

.main-navigation .nav-menu ul li:hover {
	background-color: rgba(255, 255, 255, 0.1);
}

.main-navigation .nav-menu ul li:hover a {
	color: #ffffff;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
	display: block;
	left: auto;
}

.main-navigation .nav-menu ul a {
	width: 200px;
	color: #b0b0b0;
	padding: 12px 20px;
}

.main-navigation .nav-menu ul li:hover a {
	color: #ffffff;
}

.main-navigation .nav-menu li:hover>ul,
.main-navigation .nav-menu li.focus>ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

/* Override old navigation styles - new styles are in header section above */
.main-navigation .nav-menu a {
	display: block;
	text-decoration: none;
	padding: 12px 15px;
	font-family: "Roboto Regular";
	color: #b0b0b0;
	font-size: 16px;
}

/* Submenu icon for items with children */
.main-navigation .submenu-icon {
	margin-left: 6px;
	font-size: 0.65em;
	vertical-align: middle;
	opacity: 0.85;
	transition: transform 0.2s ease;
}

.main-navigation li:hover>a .submenu-icon,
.main-navigation li.focus>a .submenu-icon {
	transform: rotate(180deg);
}

.main-navigation ul ul a .submenu-icon {
	opacity: 0.7;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: none;
}



.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
	font-family: 'Roboto Regular';
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.comment-content p {
	color: #94a3b8;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
	background: #1a2332;
    border: 1px solid rgba(148, 163, 184, 0.12);
    border-radius: 12px;
    padding: 1.25rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    margin-bottom: 1.25rem;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

.navigation .nav-previous a, .navigation .nav-next a{
	color: #94a3b8;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
	float: left;
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	float: right;
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

.top-header {
	background-color: #000;
	height: 40px;
	padding-top: 10px;
}

.top-header i,
svg {
	color: #61CE70;
	padding-right: 10px;
	font-size: 16px;
}

.top-header p {
	color: #fff;
	font-family: 'Roboto Regular';
	font-size: 12px;
}

.top-header-container {
	display: flex;
	justify-content: space-between;
}

.top-header .top-location,
.top-mail-social,
.top-email,
.top-socialicon {
	display: flex;
}

.top-mail-social {
	justify-content: flex-end;
	gap: 20px;
}

.top-email,
.top-socialicon {
	gap: 8px;
}

.top-socialicon {
	gap: 12px;
}

/* Site Header - Dark Theme Design */
.site-header {
	background-color: #0b0f14;
	padding: 10px 0;
	position: relative;
	z-index: 1000;
}

.header-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}

.header-nav-call {
	display: flex;
	align-items: center;
	gap: 10px;
}

.header-nav-icon i {
	font-size: 22px;
	/* adjust if needed */
	display: flex;
	color: #61CE70;
}

.header-nav-text p {
	margin: 0;
	line-height: 1.2;
	/* keeps the two lines compact */
}

.header-nav-text .call-text {
	color: #7A7A7A;
	font-family: 'Roboto Semibold';
	font-size: 16px;
}

.header-nav-text p {
	color: #000;
	font-family: 'Roboto Bold';
	font-size: 20px;
}

/* Site Branding */
.site-branding {
	display: flex;
	align-items: center;
	gap: 15px;
}

.custom-logo-link {
	display: inline-block;
}

.custom-logo-link img {
	padding-top: 5px;
	height: 60px;
	width: auto;
	border-radius: 8px;
	padding: 5px;
}

.site-title {
	margin: 0;
}

.site-title a {
	color: #ffffff;
	font-family: 'Roboto Bold', sans-serif;
	font-size: 24px;
	text-decoration: none;
	transition: color 0.3s ease;
}

.site-title a:hover {
	color: #d4af37;
}

/* Header Navigation Wrapper */
.header-nav-wrapper {
	display: flex;
	align-items: center;
	gap: 0;
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(148, 163, 184, 0.14);
	border-radius: 50px;
	padding: 5px 12px;
}

/* Main Navigation */
.main-navigation {
	display: flex;
	align-items: center;
}

.main-navigation .nav-menu {
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
	gap: 0;
	align-items: center;
}

.main-navigation .nav-menu li {
	margin: 0;
	padding: 0;
}

.main-navigation .nav-menu a {
	color: #b0b0b0;
	font-family: 'Roboto Regular', sans-serif;
	font-size: 16px;
	text-decoration: none;
	padding: 12px 18px;
	display: block;
	transition: color 0.3s ease;
	border-radius: 8px;
}

.main-navigation .nav-menu a:hover,
.main-navigation .nav-menu a:focus {
	color: #ffffff;
	background-color: rgba(255, 255, 255, 0.05);
}

/* Book Appointment Button */
.book-appointment-btn {
	display: inline-flex;
	align-items: center;
	gap: .55rem;
	padding: .7rem 1.05rem;
	border-radius: 999px;
	font-weight: 800;
	font-size: .92rem;
	background: linear-gradient(135deg, #ff6b35 0%, #f7931e 50%, #ffd700 100%);
	color: #000 !important;
	box-shadow: 0 16px 45px rgba(251, 191, 36, 0.25);
	border: 1px solid rgba(255, 255, 255, 0.14);
}

.book-appointment-btn i {
	font-size: 18px;
}

.book-appointment-btn:hover {
	transform: translateY(-2px);
	box-shadow: 0 22px 60px rgba(251, 191, 36, 0.32);
	background: rgba(251, 191, 36, 0.10);
	color: #94a3b8d1;
}

.book-appointment-btn:active {
	transform: translateY(0);
}

/* Mobile Menu Toggle */
.main-navigation .menu-toggle {
	display: none;
	background: transparent;
	border: none;
	color: #ffffff;
	cursor: pointer;
	padding: 8px;
	font-size: 20px;
}

.site-headermargin {
	padding: 0 60px !important;
}

@media (max-width: 981px) {
	.site-headermargin {
		padding: 0 5px !important;
	}
}

@media (min-width: 981px) {
	.main-navigation .menu-toggle {
		display: none !important;
	}

	.main-navigation .nav-menu {
		display: flex !important;
	}

}

.main-navigation .menu-toggle .close {
	display: none;
}

.main-navigation .menu-toggle.active .fa-caret-down {
	display: none;
}

.main-navigation .menu-toggle.active .close {
	display: inline-block;
}

/* ////////////////////////////////////Post/////////////////////// */
.home, .single, .archive, .search, .page, .nopage, #page {
	background: #0f1419;
}

.single p, .page p, .archive p, .search p, .nopage p{
	color: #94a3b8;
}

.single h1, .single h2, .single h3,
.page h1, .page h2, .page h3, 
.archive h1, .archive h2, .archive h3, 
.search h1, .search h2, .search h3,
.nopage h1, .nopage h2, .nopage h3{
	color: #f8fafc;
}

.nopage form{
	padding-bottom: 15px;
}

.single li, .page li, .archive li, .search li, .nopage li{
	color: #94a3b8;
}

.wp-block-social-links .wp-social-link svg {
    height: 2em;
    width: 2em;
}
/* .wp-block-search__inside-wrapper input{
	color: #f8fafc !important;
} */

.page-hero {
	padding: 4.5rem 0 2.5rem;
	background:
		radial-gradient(900px 420px at 15% 0%, rgba(245, 158, 11, 0.18), transparent 60%),
		radial-gradient(900px 420px at 85% 0%, rgba(234, 88, 12, 0.16), transparent 60%);
}

.page-hero h1 {
	font-family: 'Poppins Semibold', 'Roboto Semibold', 'sans-serif';
	font-size: clamp(2rem, 4.5vw, 3rem);
	line-height: 1.15;
	margin-bottom: 0.75rem;
	color: #f8fafc;
}

.page-hero p {    
    max-width: 760px;
    font-size: 1.05rem;
	color: #94a3b8;
}

.post-container {
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
	padding: 15px;
	background-color: #1a2332;
	border-radius: 10px;
}

.post-container h2 a {
	word-wrap: break-word;
	font-size: 1.15rem;
    font-weight: 650;
    line-height: 1.35;
	color: #f8fafc;
	overflow: hidden;
	font-family: 'Poppins Semibold', 'Roboto Semibold', 'sans-serif';
}

.post-container .entry-meta, .search-container .entry-meta{
	gap: 0.75rem 1rem;	
	flex-wrap: wrap;
	padding-bottom: 5px;
}

.post-container .entry-meta a, .search-container .entry-meta a {	
    color: #64748b;
    font-size: 0.9rem;
	font-family: 'Poppins', 'Roboto Semibold', 'sans-serif';
}

.post-container .entry-content p, .single .post-container .entry-content p, .search-container p {
	color: #94a3b8;
}

.post-container .entry-content a {
	color: #f59e0b;
	font-size: 14px;
	font-family: 'Poppins', 'Roboto Semibold', 'sans-serif';
	font-weight: 650;
    font-size: 0.95rem;
    display: inline-flex;
    align-items: center;
    letter-spacing: 0.5px;
}

.entry-content a,
.comment-content a,
.widget_text a,
.page-content a {
	text-decoration: underline;
}

.entry-meta i{
	color: #f59e0b;
	font-size: 14px;
	padding-right: 5px;
}

.post-container .read-only-link {
    pointer-events: none;
    cursor: default;
    text-decoration: none; /* optional */
    color: inherit; /* optional */
}

/* /////////////////////// Sidebar////////////////////////// */
.widget-area .wp-block-search__label {
	color: #f8fafc;
    padding-bottom: 10px;
}

.widget-area .widget_search {
	padding: 30px;
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
	border-radius: 10px;
	background-color: #1a2332;
}

.widget-area .widget_search button {
	background: linear-gradient(135deg, #f59e0b, #ea580c);
	color: #000;
	font-family: "Poppins";
	height: 44px;
    border-radius: 10px;
}

.widget-area .widget_block h2 {
	font-size: 20px;
	font-family: "Poppins";
	color: #f8fafc;
	
}

.widget-area .widget_block ul li a{
	color: #94a3b8;
	font-size: 16px;
	font-family: 'Poppins';
	opacity: 0.6;
	padding: 0.7rem 0.5rem;
	border: 1px solid #00000000;
}

.widget-area .widget_block ul li {
	padding: 10px 0;
	list-style: none;
	position: relative;
	color: #94a3b8;
	border: 1px solid #00000000;
}

.widget-area .widget_block ul li:hover {
	border-color: rgba(245, 158, 11, 0.5);
    background: rgba(245, 158, 11, 0.1);
    color: #f8fafc;
	border-radius: 10px;	
}
.wp-block-categories, .wp-block-archives, .wp-block-latest-comments{
	padding: 0;
}

/* ///////////////////////////Single ////////////////////////////// */

.single h1 {
	font-size: 28px;
}
.single .comments-area h2{
	color: #94a3b8;
}
.single .comment-respond h3, .single .comment-respond p{
	color: #94a3b8;
}

/* //////////////////////////////// archive /////////////////////////// */
.archive .page-header h1 {
	font-size: 24px;
	color: #94a3b8;
}

/* /////////////////////////////////////// Search ///////////////////// */
.search .page-header h1 {
	font-size: 24px;
	font-family: "Poppins";
}

.search .page-header h1, .search .page-content p, .page h1 {
	color: #94a3b8;
	font-family: "Poppins";
}

.search .search-container h2 {
	font-size: 28px;
}

.search .entry-title a {
	color: #94a3b8;
	font-family: "Poppins";
}

.search .search-container {
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
	padding: 30px;
}

/* ////////////////////////////// footer //////////////////////// */

footer .site-info {
	padding: 20px;
	background-color: #000;
	justify-content: center;
	display: flex;
}

footer .site-info a {
	color: #fff;
	padding-right: 10px;
}

footer .site-info p {
	color: #fff;
}

/* ///////////////////////////// Slick //////////////////////////// */

.slick-slider img {
	width: 100%;
	height: 100vh;
}

.slide-item::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: 1;
}

.slider-content {
	position: absolute;
	top: 20%;
	margin-left: 10em;
}

.slider-content h1 {
	font-size: 75px;
	font-family: "Poppins Bold";
	text-align: left;
	position: relative;
	color: #fff;
	z-index: 2;
}

.slider-button {
	text-align: left;
}

.slider-content .slider-btn {
	display: inline-block;
	background-color: #000;
	color: #fff;
	padding: 12px 22px;
	border-radius: 8px;
	text-decoration: none;
	font-family: "Roboto Bold";
	text-align: left;
	position: relative;
	z-index: 2;
	font-size: 14px;
	margin-top: 24px;
}

.slider-heading {
	width: 45%;
}


/* ===============================
   ABOUT SECTION (Dark Theme - Exact Match)
================================ */
.about-section {
	width: 100%;
	height: auto;
	background: #0b0f14;
	padding: 50px 0;
}

.about-section .container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 40px;
}

.about-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 2rem;
	align-items: start;
}

/* LEFT COLUMN */
.about-left {
	color: #ffffff;
}

.about-header {
	color: #f59e0b;
	font-weight: 900;
	letter-spacing: .14em;
	text-transform: uppercase;
	font-size: .82rem;
}

.aboutheading {
	width: 62%;

}

.about-title {
	font-size: clamp(1.7rem, 4.1vw, 2.35rem);
	line-height: 1.2;
	letter-spacing: -0.015em;
	color: #ffffff;
}

.about-description {
	font-size: 1.05rem;
	line-height: 1.75;
	color: #e2e8f0;
	margin-bottom: 3rem;
	max-width: 100%;
	font-family: 'Roboto Regular', sans-serif;
}

/* Statistics Cards - Horizontal Row, Vertical Card Layout */
.about-stats {
	display: flex;
	flex-direction: row;
	gap: 1.25rem;
	flex-wrap: nowrap;
}

.stat-card {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	background: #1a1f26;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 12px;
	padding: 1rem 1rem;
	transition: all 0.3s ease;
	flex: 1 1 0;
	min-width: 0;
}

.stat-card:hover {
	background: rgba(26, 31, 38, 0.95);
	border-color: rgba(245, 158, 11, 0.4);
	transform: translateY(-3px);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.stat-icon-wrapper {
	display: flex;
	margin-bottom: 1rem;
	width: 100%;
}

.stat-card i {
	font-size: 0.95rem;
	color: #f59e0b;
	line-height: 1;
	display: block;
}

.stat-content {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	width: 100%;
}

.stat-value {
	font-size: 1.475rem;
	font-weight: 700;
	color: #ffffff;
	font-family: 'Roboto Bold', sans-serif;
	line-height: 1.1;
	display: block;
	margin-bottom: 0.25rem;
}

.stat-label {
	font-size: 0.875rem;
	color: #b0b0b0;
	font-weight: bold;
	font-family: 'Roboto Regular', sans-serif;
	line-height: 1.3;
	display: block;
	margin-left: 7px;
}

/* RIGHT COLUMN */
.about-right {
	align-items: flex-start;
}

.about-image-wrapper {
	position: relative;
	border-radius: 14px;
	overflow: hidden;
	flex: 1 1 58%;
	min-width: 0;
	align-self: stretch;
	margin-bottom: 1rem;
}

.about-main-image {
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	filter: saturate(110%) contrast(105%);
	transform: scale(1.01);
}

/* Feature Cards - Stacked Vertically to the right of image */
.about-features {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
	flex: 0 0 38%;
}

.feature-card {
	display: flex;
	flex-direction: row;
	gap: 1.5rem;
	background: #1a1f26;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 14px;
	padding: 1.25rem;
	transition: all 0.3s ease;
}

.feature-card:hover {
	background: rgba(255, 255, 255, 0.07);
	transform: translateX(5px);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.feature-card:hover::before {
	opacity: 1;
}

.feature-card i {
	color: #f59e0b;
	width: 44px;
	height: 44px;
	border-radius: 14px;
	display: grid;
	place-items: center;
	background: rgba(251, 191, 36, 0.12);
	border: 1px solid rgba(251, 191, 36, 0.20);
	flex-shrink: 0;
}

.feature-content {
	flex: 1;
	min-width: 0;
}

.feature-content .flex {
	display: flex;
	align-items: flex-end;
}

.feature-content h3 {
	font-size: 1.125rem;
	font-weight: 700;
	color: #ffffff;
	margin-bottom: 0.65rem;
	font-family: 'Roboto Bold', sans-serif;
	line-height: 1.3;
	letter-spacing: -0.01em;
	margin-left: .9rem;
}

.feature-content p {
	color: #b0b0b0;
	font-size: .95rem;
	font-weight: 700;
	position: relative;
	z-index: 1;
	margin: 0;
	margin-top: 5px;
}

/* Responsive */
@media (max-width: 1024px) {
	.about-section .container {
		padding: 0 30px;
	}

	.about-grid {
		gap: 4rem;
	}

	.about-right {
		flex-direction: column;
		gap: 2rem;
	}

	.about-features {
		flex: 1;
		width: 100%;
		max-width: 100%;
	}

	.about-main-image {
		min-height: 450px;
		max-height: 500px;
	}
}

@media (max-width: 968px) {
	.about-section {
		padding: 80px 0;
	}

	.about-section .container {
		padding: 0 20px;
	}

	.about-grid {
		grid-template-columns: 1fr;
		gap: 3.5rem;
	}

	.about-description {
		max-width: 100%;
	}

	.about-stats {
		flex-direction: row;
		flex-wrap: wrap;
		gap: 1rem;
	}

	.stat-card {
		flex: 1 1 calc(33.333% - 0.67rem);
		min-width: 180px;
	}

	.about-right {
		flex-direction: column;
	}

	.about-features {
		width: 100%;
	}
}

@media (max-width: 768px) {
	.about-section {
		padding: 60px 0;
	}

	.about-title {
		font-size: 2rem;
	}

	.aboutheading {
		width: 100%;

	}

	.about-stats {
		flex-direction: column;
		gap: 1rem;
	}

	.stat-card {
		width: 100%;
		flex: 1 1 100%;
		min-width: 100%;
	}

	.feature-card {
		padding: 1.5rem;
	}

	.about-main-image {
		min-height: 350px;
		max-height: 400px;
	}
}

/* *********************Section*********************************** */
.hero-title {
        font-size: clamp(2.8rem, 5vw, 4.5rem);
        font-weight: 800;
        line-height: 1.1;
    }

    .hero-title span {
        display: contents;
    }

    /* Colors */
    .text-white {
        color: #e5e7eb;
    }

    .highlight-text {
        color: #f59e0b;
    }

    .slider-section {
        background: #0b0f14;
        min-height: 70vh;
        position: relative;
        padding: 50px 0;
        display: flex;
    }

    .slider-section::before {
        content: "";
        position: absolute;
        inset: -12rem -10vw auto -10vw;
        height: 26rem;
        background: radial-gradient(16rem 16rem at 30% 55%, rgba(251, 191, 36, 0.20), transparent 60%), radial-gradient(18rem 18rem at 70% 35%, rgba(251, 146, 60, 0.16), transparent 62%);
        filter: blur(4px);
        z-index: 0;
    }

    .hero-inner {
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 20px;
    }

    .heroGrid {
        display: grid;
        grid-template-columns: 1.15fr 0.85fr;
        gap: 3rem;
        align-items: center;
    }

    /* LEFT SECTION */
    .heroLeft {
        color: #ffffff;
        position: relative;
        z-index: 1;
    }

    .highlight-text {
        color: #f59e0b;
    }

    .kicker {
        display: inline-flex;
        align-items: center;
        gap: 0.6rem;
        padding: 0.45rem 0.9rem;
        border-radius: 999px;
        background: rgba(255, 255, 255, 0.06);
        border: 1px solid rgba(148, 163, 184, 0.16);
        color: #e2e8f0;
        font-weight: 600;
        font-size: 0.88rem;
        margin-bottom: 1rem;
    }

    .kicker i {
        color: #fbbf24;
        font-size: 1rem;
    }

    .highlight-text {
        color: #fbbf24;
    }

    .heroLeft h1 {
        font-size: clamp(2.5rem, 5vw, 4rem);
        font-weight: 700;
        line-height: 1.1;
        margin-bottom: 1rem;
        color: #ffffff;
    }

    .heroLeft h1 .highlight-text {
        color: #f59e0b;
    }

    .lead {
        color: #e2e8f0;
        font-size: 1.1rem;
        font-weight: 400;
        line-height: 1.6;
        max-width: 61ch;
        margin-bottom: 1.5rem;
    }

    .slider-button {
        display: flex;
        gap: 1rem;
        flex-wrap: wrap;
    }

    .btn-primary {
        display: inline-flex;
        align-items: center;
        gap: 0.5rem;
        background: #f59e0b;
        color: #000;
        padding: 14px 24px;
        border-radius: 10px;
        text-decoration: none;
        font-weight: 600;
        font-size: 1rem;
        transition: all 0.3s ease;
        border: none;
        cursor: pointer;
    }

    .btn-primary:hover {
        background: #fbbf24;
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(245, 158, 11, 0.4);
        color: #000;
    }

    .btn-primary i {
        font-size: 1rem;
    }

    .btn-secondary {
        display: inline-flex;
        align-items: center;
        gap: 0.5rem;
        background: rgba(255, 255, 255, 0.1);
        color: #ffffff;
        padding: 14px 24px;
        border-radius: 10px;
        text-decoration: none;
        font-weight: 600;
        font-size: 1rem;
        border: 1px solid rgba(255, 255, 255, 0.2);
        transition: all 0.3s ease;
    }

    .btn-secondary:hover {
        background: rgba(255, 255, 255, 0.15);
        border-color: rgba(255, 255, 255, 0.3);
        color: #ffffff;
    }

    .btn-secondary i {
        font-size: 1rem;
    }

    .features {
        display: flex;
        flex-wrap: wrap;
        gap: 1.5rem;
        margin-top: 1.5rem;
    }

    .features span {
        display: inline-flex;
        align-items: center;
        gap: 0.5rem;
        color: #ffffff;
        font-size: 0.95rem;
    }

    .features span i {
        color: #fbbf24;
        font-size: 1rem;
    }

    /* RIGHT SECTION */
    .heroRight {
        position: relative;
        border-radius: 20px;
        overflow: hidden;
        min-height: 500px;
    }

    .heroRight img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        filter: blur(2px);
        transform: scale(1.05);
        min-height: 500px;
    }

    /* BOOKING CARD */
    .bookingCard {
        position: absolute;
        bottom: 20px;
        left: 20px;
        right: 20px;
        background: rgba(0, 0, 0, 0.7);
        backdrop-filter: blur(12px);
        padding: 24px;
        border-radius: 16px;
        border: 1px solid rgba(255, 255, 255, 0.1);
        z-index: 10;
    }

    .bookingHeader {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 16px;
    }

    .bookingHeader h3 {
        color: #ffffff;
        font-size: 1.25rem;
        font-weight: 700;
        margin: 0;
    }

    .bookingHeader span {
        background: #f59e0b;
        color: #000;
        padding: 6px 12px;
        border-radius: 12px;
        font-size: 0.75rem;
        font-weight: 600;
    }

    .bookingCard input,
    .bookingCard select {
        width: 100%;
        margin-bottom: 12px;
        padding: 12px 16px;
        border-radius: 10px;
        border: 1px solid rgba(255, 255, 255, 0.2);
        background: rgba(255, 255, 255, 0.1);
        color: #ffffff;
        font-size: 0.95rem;
        transition: all 0.3s ease;
    }

    .bookingCard input::placeholder {
        color: rgba(255, 255, 255, 0.6);
    }

    .bookingCard input:focus,
    .bookingCard select:focus {
        outline: none;
        border-color: #f59e0b;
        background: rgba(255, 255, 255, 0.15);
    }

    .bookingCard select {
        color: #ffffff;
        cursor: pointer;
    }

    .bookingCard select option {
        background: #1a1a1a;
        color: #ffffff;
    }

    .bookingCard button {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0.5rem;
        background: #f59e0b;
        padding: 14px;
        border-radius: 10px;
        color: #000;
        font-weight: 700;
        font-size: 1rem;
        border: none;
        cursor: pointer;
        transition: all 0.3s ease;
        margin-top: 8px;
    }

    .bookingCard button:hover {
        background: #fbbf24;
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(245, 158, 11, 0.4);
    }

    .bookingCard button i {
        font-size: 1rem;
    }

    /* Responsive */
    @media (max-width: 968px) {
        .heroGrid {
            grid-template-columns: 1fr;
            gap: 2rem;
        }

        .heroRight {
            min-height: 400px;
        }

        .slider-section {
            padding: 60px 0;
        }
    }

    @media (max-width: 768px) {
        .heroLeft h1 {
            font-size: 2rem;
        }

        .lead {
            font-size: 1rem;
        }

        .slider-button {
            flex-direction: column;
        }

        .btn-primary,
        .btn-secondary {
            width: 100%;
            justify-content: center;
        }

        .features {
            flex-direction: column;
            gap: 1rem;
        }

        .bookingCard {
            position: relative;
            bottom: auto;
            left: auto;
            right: auto;
            margin-top: 20px;
        }

        .heroRight img {
            filter: blur(0);
            transform: scale(1);
        }
    }