/*!
Theme Name: AJT
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ajt
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.

AJT 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.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

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

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * 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;
}

/**
 * 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;
}

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: white;
}

a:hover,
a:focus,
a:active {
	color: white;
}

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: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

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 {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

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 {
	display: block;
	width: 100%;
}

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

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.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 ul ul a {
	width: 200px;
}

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

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

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

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.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,
.page {
	margin: 0 0 1.5em;
}

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

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

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

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

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.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;
}

/*--------------------------------------------------------------
# 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 {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

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

/*--------------------------------------------------------------
# Al Asr Aljadeed Custom Styles
--------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;600;700&family=Space+Grotesk:wght@500;700&display=swap');

:root {
	--ajt-green: #00a651;
	--ajt-blue: #2f3092;
	--ajt-white: #ffffff;
	--ajt-dark: #0b0f1a;
	--ajt-gray: #f4f6f8;
}

body {
	font-family: 'Plus Jakarta Sans', sans-serif;
	color: var(--ajt-dark);
	background: #f9fbff;
}

.site-main {
	padding: 0;
}

.ajt-hero {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 32px;
	padding: 72px 10vw;
	/*background: radial-gradient(circle at top left, rgba(0, 166, 81, 0.2), transparent 50%),*/
		linear-gradient(120deg, #f5fff9, #eef1ff);
}

.ajt-hero__logo img {
	max-width: 180px;
}

.ajt-hero h1 {
	font-family: 'Space Grotesk', sans-serif;
	font-size: clamp(2.2rem, 4vw, 3.4rem);
	margin: 16px 0;
	color: var(--ajt-blue);
}

.ajt-hero p {
	font-size: 1.05rem;
	max-width: 520px;
	line-height: 1.7;
}

.ajt-hero__actions {
	display: flex;
	gap: 12px;
	margin-top: 24px;
	flex-wrap: wrap;
}

.ajt-btn {
	padding: 12px 22px;
	border-radius: 999px;
	text-decoration: none;
	font-weight: 600;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
	display: inline-block;
}

.ajt-btn--primary {
	background: var(--ajt-green);
	color: var(--ajt-white);
	box-shadow: 0 12px 24px rgba(0, 166, 81, 0.2);
}

.ajt-btn--secondary {
	background: var(--ajt-blue);
	color: var(--ajt-white);
	box-shadow: 0 12px 24px rgba(47, 48, 146, 0.2);
}

.ajt-btn:hover {
	transform: translateY(-2px);
}

.ajt-hero__locations {
	margin-top: 28px;
	display: flex;
	gap: 10px;
	font-weight: 600;
}

.ajt-hero__locations span {
	background: var(--ajt-white);
	padding: 8px 14px;
	border-radius: 12px;
	border: 1px solid #e4e8f0;
}

.ajt-hero__card {
	background: var(--ajt-white);
	padding: 28px;
	border-radius: 24px;
	box-shadow: 0 24px 50px rgba(15, 23, 42, 0.12);
}

.ajt-hero__card h3 {
	margin-top: 0;
	color: var(--ajt-blue);
}

.ajt-hero__card ul {
	padding-left: 18px;
	line-height: 1.8;
}

.ajt-vehicles {
	padding: 64px 10vw;
	background: var(--ajt-white);
}

.ajt-vehicles h2 {
	font-family: 'Space Grotesk', sans-serif;
	color: var(--ajt-blue);
	margin-bottom: 8px;
}

.ajt-vehicles__grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	gap: 22px;
	margin-top: 28px;
}

.ajt-vehicles__item {
	background: #f7f9ff;
	border-radius: 20px;
	overflow: hidden;
	display: grid;
	grid-template-rows: 180px auto;
	box-shadow: 0 18px 40px rgba(15, 23, 42, 0.1);
}

.ajt-vehicles__item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ajt-vehicles__meta {
	padding: 20px;
}

.ajt-vehicles__meta h3 {
	margin-top: 0;
	color: var(--ajt-blue);
}

.ajt-cta {
	padding: 54px 10vw 72px;
	background: linear-gradient(120deg, var(--ajt-green), var(--ajt-blue));
	color: var(--ajt-white);
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}

.ajt-cta h2 {
	margin: 0 0 8px;
	font-family: 'Space Grotesk', sans-serif;
}

.ajt-companyadmin-wrapper {
	padding: 60px 10vw;
	background: #f5f7fb;
}

.ajt-companyadmin {
	background: var(--ajt-white);
	padding: 32px;
	border-radius: 18px;
	box-shadow: 0 20px 40px rgba(15, 23, 42, 0.1);
}

.ajt-companyadmin__stats {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
	gap: 16px;
	margin: 20px 0 28px;
}

.ajt-companyadmin__stats div {
	background: #f1f4ff;
	padding: 16px;
	border-radius: 12px;
}

.ajt-companyadmin__stats span {
	display: block;
	font-size: 1.3rem;
	margin-top: 8px;
	color: var(--ajt-blue);
}

.ajt-companyadmin table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 24px;
}

.ajt-companyadmin table th,
.ajt-companyadmin table td {
	border: 1px solid #e4e8f0;
	padding: 10px;
	text-align: left;
}

.ajt-companyadmin__btn {
	display: inline-block;
	margin-right: 10px;
	padding: 10px 18px;
	border-radius: 999px;
	background: var(--ajt-green);
	color: var(--ajt-white);
	text-decoration: none;
}

@media (max-width: 768px) {
	.ajt-hero {
		padding: 48px 6vw;
	}

	.ajt-vehicles {
		padding: 48px 6vw;
	}

	.ajt-cta {
		padding: 40px 6vw 52px;
	}
}

/* Header + Footer enhancements */
.ajt-header {
	display: grid;
	grid-template-columns: minmax(220px, 1fr) auto minmax(200px, 1fr);
	align-items: center;
	gap: 24px;
	padding: 20px 8vw;
	background: var(--ajt-white);
	box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
	position: sticky;
	top: 0;
	z-index: 10;
}

.ajt-header__brand {
	display: flex;
	align-items: center;
	gap: 16px;
}

.ajt-header__logo img,
.ajt-header__logo .custom-logo {
	max-height: 56px;
	width: auto;
}

.ajt-header__title .site-title {
	margin: 0;
	font-family: 'Space Grotesk', sans-serif;
	color: var(--ajt-blue);
	font-size: 1.2rem;
}

.ajt-header__title .site-description {
	margin: 4px 0 0;
	font-size: 0.9rem;
	color: #4b5563;
}

.ajt-header__nav ul {
	display: flex;
	gap: 16px;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ajt-header__nav a {
	color: var(--ajt-dark);
	text-decoration: none;
	font-weight: 600;
}

.ajt-header__actions {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 16px;
}

.ajt-header__contact {
	display: flex;
	flex-direction: column;
	font-size: 0.85rem;
	color: #4b5563;
}

.ajt-header__contact a {
	color: var(--ajt-blue);
	text-decoration: none;
	font-weight: 600;
}

.ajt-footer {
	background: #0f172a;
	color: var(--ajt-white);
	padding: 48px 8vw 20px;
}

.ajt-footer__inner {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 28px;
	align-items: start;
}

.ajt-footer__brand img {
	max-height: 60px;
	margin-bottom: 12px;
}

.ajt-footer__links ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: grid;
	gap: 8px;
}

.ajt-footer a {
	color: var(--ajt-white);
	text-decoration: none;
}

.ajt-footer__bottom {
	margin-top: 28px;
	padding-top: 16px;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	font-size: 0.85rem;
}

@media (max-width: 768px) {
	.ajt-header {
		grid-template-columns: 1fr;
		justify-items: start;
		position: relative;
	}

	.ajt-header__nav ul {
		flex-direction: column;
		gap: 8px;
	}

	.ajt-header__actions {
		justify-content: flex-start;
		flex-wrap: wrap;
	}

	.main-navigation {
		width: 100%;
	}

	.main-navigation ul {
		width: 100%;
	}

	.ajt-header__brand {
		flex-wrap: wrap;
	}

	.ajt-footer__inner {
		grid-template-columns: 1fr;
	}
}

/* Frontend admin panel */
.ajt-admin-panel {
	padding: 40px 6vw 80px;
}

.ajt-admin-header {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 28px;
}

.ajt-admin-header h1 {
	margin: 0 0 8px;
	font-family: 'Space Grotesk', sans-serif;
	color: var(--ajt-blue);
}

.ajt-admin-header__stats {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
	gap: 12px;
}

.ajt-admin-header__stats div {
	background: #f1f4ff;
	padding: 14px 16px;
	border-radius: 14px;
	text-align: center;
}

.ajt-admin-header__stats strong {
	display: block;
	font-size: 1.3rem;
	color: var(--ajt-blue);
}

.ajt-admin-grid {
	display: grid;
	grid-template-columns: minmax(260px, 320px) 1fr;
	gap: 24px;
	margin-bottom: 32px;
}

.ajt-panel {
	background: var(--ajt-white);
	padding: 24px;
	border-radius: 18px;
	box-shadow: 0 18px 40px rgba(15, 23, 42, 0.1);
	margin-bottom: 28px;
}

.ajt-panel h2,
.ajt-panel h3 {
	margin-top: 0;
	color: var(--ajt-blue);
	font-family: 'Space Grotesk', sans-serif;
}

.ajt-form {
	display: grid;
	gap: 10px;
}

.ajt-form--grid {
	grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
	align-items: end;
}

.ajt-form input,
.ajt-form select,
.ajt-ledger-row input,
.ajt-ledger-add input,
.ajt-ledger-add select {
	padding: 10px 12px;
	border-radius: 10px;
	border: 1px solid #e1e6ef;
	width: 100%;
	font-size: 0.95rem;
}

.ajt-profile-card {
	background: #f5f7fb;
	padding: 16px;
	border-radius: 14px;
	margin: 12px 0 20px;
}

.ajt-ledger-add {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
	gap: 10px;
	align-items: end;
}

.ajt-ledger-table {
	margin-top: 18px;
	display: grid;
	gap: 12px;
}

.ajt-ledger-head,
.ajt-ledger-row {
	display: grid;
	grid-template-columns: 120px 2fr repeat(5, 120px) 140px 120px;
	gap: 8px;
	align-items: center;
}

.ajt-ledger-head {
	font-weight: 600;
	font-size: 0.85rem;
	color: #475569;
	text-transform: uppercase;
}

.ajt-ledger-row {
	background: #f9fafc;
	padding: 10px;
	border-radius: 12px;
}

.ajt-ledger-balance {
	font-weight: 700;
	color: var(--ajt-blue);
}

.ajt-ledger-actions,
.ajt-ledger-delete {
	display: flex;
	align-items: center;
}

.ajt-ledger-delete {
	justify-content: flex-end;
}

.ajt-ledger-totals {
	margin-top: 18px;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
	gap: 12px;
}

.ajt-ledger-totals div {
	background: #f1f4ff;
	border-radius: 12px;
	padding: 12px 14px;
}

.ajt-ledger-totals strong {
	display: block;
	font-size: 1.1rem;
	color: var(--ajt-blue);
}

.ajt-table {
	display: grid;
	gap: 10px;
}

.ajt-table__head,
.ajt-table__row {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
	gap: 10px;
	align-items: center;
}

.ajt-table__head {
	font-weight: 600;
	color: #475569;
	text-transform: uppercase;
	font-size: 0.8rem;
}

.ajt-table__row {
	background: #f9fafc;
	padding: 10px;
	border-radius: 12px;
}

.ajt-table__row--static {
	grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
}

.ajt-table__row input,
.ajt-table__row select {
	padding: 8px 10px;
	border-radius: 8px;
	border: 1px solid #e1e6ef;
	width: 100%;
}

.ajt-table__delete {
	display: flex;
	justify-content: flex-end;
}

.ajt-invoice-items {
	display: grid;
	gap: 8px;
	grid-column: 1 / -1;
}

.ajt-invoice-item {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
	gap: 8px;
}

.ajt-invoice-item input,
.ajt-invoice-item textarea {
	padding: 8px 10px;
	border-radius: 8px;
	border: 1px solid #e1e6ef;
	width: 100%;
	font-family: inherit;
	resize: vertical;
}

.ajt-invoice-item textarea {
	min-height: 64px;
}

.ajt-invoice-actions {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}

.ajt-btn--danger {
	background: #ef4444;
	color: var(--ajt-white);
	border: none;
}

@media (max-width: 1024px) {
	.ajt-admin-grid {
		grid-template-columns: 1fr;
	}

	.ajt-ledger-head,
	.ajt-ledger-row {
		grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
	}
}

@media (max-width: 768px) {
	.ajt-admin-header {
		align-items: flex-start;
	}

	.ajt-table__head {
		display: none;
	}
}

/* Admin sidebar + location prompt */
.ajt-admin-layout {
	display: grid;
	grid-template-columns: 240px 1fr;
	gap: 24px;
	align-items: start;
}

.ajt-admin-layout.is-ledger-full {
	grid-template-columns: 1fr;
}

.ajt-admin-layout.is-ledger-full .ajt-admin-sidebar {
	display: none;
}

.ajt-admin-layout.is-ledger-full .ajt-admin-content {
	width: 100%;
}

.ajt-admin-layout.is-ledger-full .ajt-ledger-grid {
	grid-template-columns: 1fr;
}

.ajt-admin-sidebar {
	position: sticky;
	top: 96px;
	background: var(--ajt-white);
	border-radius: 18px;
	padding: 20px;
	box-shadow: 0 18px 40px rgba(15, 23, 42, 0.1);
}

.ajt-admin-sidebar__logo {
	font-family: 'Space Grotesk', sans-serif;
	font-size: 1.2rem;
	color: var(--ajt-blue);
	margin-bottom: 16px;
}

.ajt-admin-sidebar nav {
	display: grid;
	gap: 10px;
}

.ajt-admin-sidebar nav a {
	text-decoration: none;
	color: var(--ajt-dark);
	font-weight: 600;
	padding: 8px 10px;
	border-radius: 10px;
	background: #f5f7fb;
}

.ajt-admin-sidebar nav a:hover {
	background: #eef2ff;
}

.ajt-sidebar-location {
	margin-top: 16px;
	display: grid;
	gap: 8px;
}

.ajt-location-prompt {
	max-width: 520px;
	margin: 80px auto;
	background: var(--ajt-white);
	padding: 32px;
	border-radius: 18px;
	box-shadow: 0 18px 40px rgba(15, 23, 42, 0.1);
	text-align: center;
}

.ajt-location-form {
	margin-top: 16px;
}

@media (max-width: 1024px) {
	.ajt-admin-layout {
		grid-template-columns: 1fr;
	}

	.ajt-admin-sidebar {
		position: relative;
		top: 0;
	}
}

/* Sidebar tab behavior */
.ajt-section {
	display: none;
}

.ajt-section.is-active {
	display: block;
}

.ajt-side-link {
	width: 100%;
	text-align: left;
	background: #f5f7fb;
	border: none;
	padding: 10px 12px;
	border-radius: 10px;
	font-weight: 600;
	cursor: pointer;
}

.ajt-side-link.is-active {
	background: var(--ajt-blue);
	color: var(--ajt-white);
}

.ajt-invoice-controls {
	grid-column: 1 / -1;
	display: flex;
	justify-content: flex-start;
	margin-bottom: 8px;
}

/* Dashboard stats */
.ajt-stats-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
	gap: 14px;
	margin: 16px 0 24px;
}

.ajt-stat-card {
	background: #f5f7fb;
	border-radius: 14px;
	padding: 14px 16px;
}

.ajt-stat-card h3,
.ajt-stat-card h4 {
	margin: 0 0 6px;
	font-size: 0.95rem;
	color: #475569;
}

.ajt-stat-card strong {
	font-size: 1.4rem;
	color: var(--ajt-blue);
}

/* Form layout upgrades */
.ajt-form--stack {
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 14px;
}

.ajt-field {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.ajt-field label {
	font-size: 0.85rem;
	font-weight: 600;
	color: #475569;
}

.ajt-form-card {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 12px;
	align-items: end;
}

.ajt-form-card .ajt-btn {
	justify-self: start;
}

/* Sub-menu tabs inside sections */
.ajt-subnav {
	display: flex;
	gap: 10px;
	margin: 12px 0 18px;
	flex-wrap: wrap;
}

.ajt-subtab {
	padding: 8px 14px;
	border-radius: 999px;
	border: 1px solid #e1e6ef;
	background: #f5f7fb;
	font-weight: 600;
	cursor: pointer;
}

.ajt-subtab.is-active {
	background: var(--ajt-green);
	color: var(--ajt-white);
	border-color: var(--ajt-green);
}

.ajt-subsection {
	display: none;
}

.ajt-subsection.is-active {
	display: block;
}

.ajt-form--full {
	grid-template-columns: 1fr;
	max-width: 900px;
	width: 100%;
}

/* Ledger UI (scoped) */
.ajt-ledger-ui {
	background: linear-gradient(180deg, #ffffff 0%, #f7fafc 100%);
}

.ajt-ledger-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 12px;
}

.ajt-ledger-toggle {
	background: #0f172a;
	color: #fff;
	border: none;
	border-radius: 12px;
	padding: 8px 12px;
	font-size: 12px;
	cursor: pointer;
}

.ajt-ledger-grid {
	display: grid;
	grid-template-columns: 360px 1fr;
	gap: 16px;
	align-items: start;
}

@media (max-width: 980px) {
	.ajt-ledger-grid { grid-template-columns: 1fr; }

	.ajt-ledger-table-scroll {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}

	.ajt-ledger-table {
		min-width: 1190px;
		table-layout: fixed;
	}
}

.ajt-ledger-card {
	background: #ffffff;
	border: 1px solid #e2e8f0;
	border-radius: 16px;
	box-shadow: 0 10px 22px rgba(15, 23, 42, 0.06);
	overflow: hidden;
}

.ajt-ledger-card-h {
	padding: 14px 14px 10px;
	border-bottom: 1px solid #e2e8f0;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 10px;
	background: linear-gradient(90deg, rgba(45,47,143,0.06), rgba(70,163,90,0.06));
}

.ajt-ledger-card-h h3 { margin: 0; font-size: 14px; }
.ajt-ledger-card-h p { margin: 2px 0 0; font-size: 12px; color: #64748b; }

.ajt-ledger-card-b { padding: 14px; }

.ajt-ledger-meta {
	display: grid;
	grid-template-columns: 1fr;
	gap: 10px;
	padding-top: 6px;
}

.ajt-ledger-pill {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	padding: 10px 12px;
	border: 1px dashed rgba(100,116,139,0.35);
	border-radius: 14px;
	background: rgba(100,116,139,0.05);
}

.ajt-ledger-pill b { font-size: 12px; color: #64748b; font-weight: 700; }
.ajt-ledger-pill span { font-size: 13px; font-weight: 800; color: #0f172a; }

.ajt-ledger-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 12px;
}

.ajt-ledger-btn {
	border: 0;
	border-radius: 12px;
	padding: 10px 12px;
	font-size: 13px;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	user-select: none;
}

.ajt-ledger-btn--primary {
	background: linear-gradient(90deg, #2D2F8F, #1e40af);
	color: #fff;
	box-shadow: 0 10px 18px rgba(45,47,143,0.22);
}

.ajt-ledger-btn--success {
	background: linear-gradient(90deg, #46A35A, #15803d);
	color: #fff;
	box-shadow: 0 10px 18px rgba(70,163,90,0.22);
}

.ajt-ledger-btn--ghost {
	background: #fff;
	border: 1px solid #e2e8f0;
	color: #0f172a;
}

.ajt-ledger-btn--danger {
	background: #fff;
	border: 1px solid rgba(239,68,68,0.35);
	color: #ef4444;
}

.ajt-ledger-hint {
	font-size: 12px;
	color: #64748b;
	line-height: 1.45;
	margin-top: 10px;
}

.ajt-ledger-tablewrap { padding: 12px; }

.ajt-ledger-table-scroll {
	max-height: 560px;
	overflow: auto;
	border-radius: 16px;
	width: 100%;
}

.ajt-ledger-table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	border: 1px solid #e2e8f0;
	border-radius: 16px;
	background: #fff;
	table-layout: fixed;
}

/* header row rendered inside tbody for consistent column widths */
.ajt-ledger-head-row th {
	position: sticky;
	top: 0;
	z-index: 2;
	text-align: left;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.2px;
	padding: 12px 10px;
	background: linear-gradient(90deg, rgba(45,47,143,0.10), rgba(70,163,90,0.10));
	border-bottom: 1px solid #e2e8f0;
	color: #0b1220;
	white-space: nowrap;
	font-weight: 700;
}

/* Column widths are defined by the table colgroup in markup for perfect alignment */

.ajt-ledger-head-row th:nth-child(3),
.ajt-ledger-head-row th:nth-child(4),
.ajt-ledger-head-row th:nth-child(5),
.ajt-ledger-head-row th:nth-child(6),
.ajt-ledger-head-row th:nth-child(7),
.ajt-ledger-head-row th:nth-child(8) {
	text-align: right;
}

.ajt-ledger-table tbody td:nth-child(3),
.ajt-ledger-table tbody td:nth-child(4),
.ajt-ledger-table tbody td:nth-child(5),
.ajt-ledger-table tbody td:nth-child(6),
.ajt-ledger-table tbody td:nth-child(7),
.ajt-ledger-table tbody td:nth-child(8) {
	text-align: right;
}

.ajt-ledger-input,
.ajt-ledger-balance-cell {
	box-sizing: border-box;
}

.ajt-ledger-head-row th:nth-child(9),
.ajt-ledger-table tbody td:nth-child(9) {
	text-align: center;
}

.ajt-ledger-table tbody td {
	padding: 8px 8px;
	border-bottom: 1px solid rgba(226,232,240,0.7);
	vertical-align: top;
	overflow: hidden;
}

.ajt-ledger-table tbody tr:last-child td { border-bottom: 0; }

.ajt-ledger-input {
	width: 100%;
	height: 36px;
	border: 1px solid rgba(226,232,240,1);
	border-radius: 10px;
	padding: 0 10px;
	font-size: 13px;
	outline: none;
	background: #fff;
}

.ajt-ledger-input:focus {
	border-color: rgba(45,47,143,0.45);
	box-shadow: 0 0 0 3px rgba(45,47,143,0.12);
}

.ajt-ledger-balance-cell {
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	font-weight: 800;
	padding: 0 6px;
	color: #0b1220;
}

.ajt-ledger-totals {
	display: grid;
	grid-template-columns: repeat(6, minmax(140px, 1fr));
	gap: 10px;
	padding: 12px;
	border-top: 1px solid #e2e8f0;
	background: linear-gradient(90deg, rgba(45,47,143,0.04), rgba(70,163,90,0.04));
}

@media (max-width: 980px) {
	.ajt-ledger-totals { grid-template-columns: 1fr 1fr; }
}

.ajt-ledger-totalbox {
	padding: 10px 12px;
	border: 1px solid rgba(226,232,240,0.95);
	background: #fff;
	border-radius: 14px;
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.ajt-ledger-totalbox small { color: #64748b; font-size: 12px; font-weight: 700; }
.ajt-ledger-totalbox strong { font-size: 18px; letter-spacing: 0.2px; }

/* Admin login screen */
.ajt-login {
	min-height: 70vh;
	display: grid;
	place-items: center;
	padding: 60px 6vw;
	background: radial-gradient(circle at top left, rgba(0, 166, 81, 0.18), transparent 45%),
		linear-gradient(120deg, #f5fff9, #eef1ff);
}

.ajt-login__card {
	width: min(520px, 100%);
	background: #ffffff;
	border-radius: 20px;
	box-shadow: 0 24px 60px rgba(15, 23, 42, 0.12);
	padding: 28px 28px 20px;
}

.ajt-login__brand {
	text-align: center;
	margin-bottom: 18px;
}

.ajt-login__brand img {
	max-height: 70px;
	margin-bottom: 12px;
}

.ajt-login__brand h1 {
	margin: 0 0 6px;
	font-size: 1.4rem;
	color: var(--ajt-blue);
	font-family: 'Space Grotesk', sans-serif;
}

.ajt-login__brand p {
	margin: 0;
	color: #64748b;
	font-size: 0.95rem;
}

.ajt-login__card form {
	display: grid;
	gap: 12px;
}

.ajt-login__card label {
	font-weight: 600;
	color: #475569;
}

.ajt-login__card input[type="text"],
.ajt-login__card input[type="password"] {
	width: 100%;
	border: 1px solid #e2e8f0;
	border-radius: 12px;
	padding: 12px 14px;
	font-size: 1rem;
}

.ajt-login__card input[type="submit"] {
	background: var(--ajt-green);
	color: #fff;
	border: none;
	border-radius: 999px;
	padding: 12px 16px;
	font-weight: 700;
	cursor: pointer;
	box-shadow: 0 12px 24px rgba(0, 166, 81, 0.18);
}

.ajt-login__card input[type="submit"]:hover {
	transform: translateY(-1px);
}

.ajt-login__card .login-remember {
	display: flex;
	align-items: center;
	gap: 8px;
}

.ajt-login__card .login-submit {
	margin-top: 6px;
}

/* Homepage enhancements + animations */
.ajt-hero__content,
.ajt-hero__visual,
.ajt-vehicles__item,
.ajt-services__intro,
.ajt-service-card,
.ajt-stats__content,
.ajt-stat {
	opacity: 0;
	transform: translateY(20px);
	animation: ajt-reveal 0.8s ease forwards;
}

.ajt-hero__visual { animation-delay: 0.1s; }
.ajt-vehicles__item { animation-delay: 0.15s; }
.ajt-services__intro { animation-delay: 0.2s; }
.ajt-service-card { animation-delay: 0.25s; }
.ajt-stats__content { animation-delay: 0.3s; }
.ajt-stat { animation-delay: 0.35s; }

@keyframes ajt-reveal {
	to { opacity: 1; transform: translateY(0); }
}

.ajt-services {
	padding: 70px 10vw;
	background: linear-gradient(180deg, #f5f7fb, #ffffff);
}

.ajt-services__intro {
	max-width: 640px;
}

.ajt-services__grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 20px;
	margin-top: 28px;
}

.ajt-service-card {
	background: #ffffff;
	border-radius: 18px;
	padding: 24px;
	box-shadow: 0 16px 36px rgba(15, 23, 42, 0.08);
	border: 1px solid rgba(47, 48, 146, 0.08);
}

.ajt-service-card h3 {
	margin-top: 0;
	color: var(--ajt-blue);
}

.ajt-stats {
	padding: 70px 10vw;
	background: radial-gradient(circle at top left, rgba(47, 48, 146, 0.08), transparent 50%), #ffffff;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	gap: 24px;
	align-items: center;
}

.ajt-stats__grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
	gap: 18px;
}

.ajt-stat {
	background: #f1f4ff;
	border-radius: 16px;
	padding: 18px;
	text-align: center;
}

.ajt-stat strong {
	display: block;
	font-size: 1.6rem;
	color: var(--ajt-blue);
}

.ajt-stat span {
	font-size: 0.9rem;
	color: #475569;
}

@media (prefers-reduced-motion: reduce) {
	.ajt-hero__content,
	.ajt-hero__visual,
	.ajt-vehicles__item,
	.ajt-services__intro,
	.ajt-service-card,
	.ajt-stats__content,
	.ajt-stat {
		animation: none;
		opacity: 1;
		transform: none;
	}
}

/* Homepage: process + coverage + modal */
.ajt-process,
.ajt-coverage {
	padding: 70px 10vw;
	background: #ffffff;
}

.ajt-process__grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 18px;
	margin-top: 24px;
}

.ajt-process__step {
	background: #f7f9ff;
	border-radius: 16px;
	padding: 22px;
	box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
}

.ajt-process__step span {
	font-weight: 700;
	color: var(--ajt-green);
}

.ajt-coverage {
	background: linear-gradient(120deg, #eef1ff, #ffffff);
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	gap: 24px;
	align-items: center;
}

.ajt-coverage__card {
	background: #ffffff;
	border-radius: 18px;
	padding: 24px;
	box-shadow: 0 18px 40px rgba(15, 23, 42, 0.1);
}

.ajt-coverage__card ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: grid;
	gap: 10px;
}

.ajt-coverage__card li {
	padding-left: 18px;
	position: relative;
}

.ajt-coverage__card li::before {
	content: '';
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--ajt-green);
	position: absolute;
	left: 0;
	top: 7px;
}

.ajt-modal {
	position: fixed;
	inset: 0;
	display: none;
	align-items: center;
	justify-content: center;
	z-index: 50;
}

.ajt-modal.is-active { display: flex; }

.ajt-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(15, 23, 42, 0.45);
}

.ajt-modal__card {
	position: relative;
	background: #ffffff;
	border-radius: 20px;
	padding: 24px;
	width: min(640px, 92vw);
	z-index: 1;
	box-shadow: 0 24px 60px rgba(15, 23, 42, 0.2);
}

.ajt-modal__close {
	position: absolute;
	top: 12px;
	right: 12px;
	border: none;
	background: #f1f5f9;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	font-size: 20px;
	cursor: pointer;
	padding:0px !important;
}

@media (max-width: 768px) {
	.main-navigation ul,
	.main-navigation .menu-toggle {
		display: none;
	}
}
