/*!
Theme Name: maaz developer
Theme URI: http://underscores.me/
Author: maaz khan developer
Author URI: http://underscores.me/
Description: this theme is developed by maaz khan 
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: maaz-developer
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.

maaz developer 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: #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: #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;
}



/* =========================================================================
   ACCESSLEVELUP — Site Header (search + MEGA dropdown nav + 2 buttons)
   Poori header CSS — purani header CSS hata kar ye paste karein.
   ========================================================================= */

.alu-header {
  --alu-navy:     #16313f;
  --alu-navy2:    #1e3c4d;
  --alu-teal:     #149a8e;
  --alu-teal-600: #0f8579;
  --alu-line:     #e6efed;

  position: sticky;
  top: 0;
  z-index: 999;
  background: #fff;
  border-bottom: 1px solid var(--alu-line);
  font-family: 'Poppins', system-ui, sans-serif;
}

.alu-header-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 28px;
  min-height: 104px;
  display: flex;
  align-items: center;
  gap: 24px;
}

/* ---- Logo ---- */
.alu-logo { display: inline-flex; align-items: center; flex: none; line-height: 0; }
.alu-logo img,
.alu-logo .custom-logo { height: 50px; width: auto; max-width: none; display: block; }

/* ---- Right block ---- */
.alu-right {
  margin-left: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 14px;
}

/* ---- Search ---- */
.alu-search { display: flex; align-items: center; gap: 8px; }
.alu-search input[type="search"] {
  width: 210px; height: 42px; padding: 0 16px;
  border: 1.5px solid var(--alu-line); border-radius: 10px;
  font-family: 'Inter', sans-serif; font-size: 14px; color: #294a52;
  background: #fff; outline: none; transition: border-color .15s ease;
}
.alu-search input[type="search"]:focus { border-color: var(--alu-teal); }
.alu-search button {
  width: 44px; height: 42px; border: none; border-radius: 10px; padding: 0;
  background: var(--alu-teal); color: #fff; cursor: pointer;
  display: grid; place-items: center; transition: background .15s ease;
}
.alu-search button:hover { background: var(--alu-teal-600); }
.alu-search svg { width: 18px; height: 18px; }

/* ---- Nav + buttons row ---- */
.alu-rightrow { display: flex; align-items: center; gap: 34px; }

/* ---- Nav (wp_nav_menu output) ---- */
.alu-nav { display: block; width: auto; }
.alu-nav ul,
.alu-nav #primary-menu {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; gap: 30px; width: auto;
}
.alu-nav li { position: relative; margin: 0; }
.alu-nav > ul > li > a,
.alu-nav > #primary-menu > li > a {
  font-family: 'Poppins', sans-serif; font-weight: 600; font-size: 15.5px;
  color: var(--alu-navy); text-decoration: none; padding: 8px 0;
  display: inline-flex; align-items: center; gap: 6px; transition: color .15s ease;
}
.alu-nav > ul > li > a:hover,
.alu-nav > #primary-menu > li > a:hover { color: var(--alu-teal); }

/* caret on items that have a submenu */
.alu-nav .menu-item-has-children > a::after {
  content: ""; width: 0; height: 0;
  border-left: 4px solid transparent; border-right: 4px solid transparent;
  border-top: 5px solid currentColor; margin-top: 2px;
  transition: transform .15s ease;
}
.alu-nav .menu-item-has-children:hover > a::after { transform: rotate(180deg); }

/* =========================================================================
   ⭐ MEGA dropdown (3 columns, icons, badges) — basic submenu ki jagah
   ========================================================================= */
.alu-nav .sub-menu.alu-mega,
.alu-nav ul ul {
  position: absolute; top: 100%; left: 0;
  width: 720px; max-width: 92vw;
  margin: 16px 0 0; padding: 22px 24px 18px;
  background: #fff; border: 1px solid var(--alu-line); border-radius: 16px;
  box-shadow: 0 30px 70px -24px rgba(20, 49, 63, .35);
    display: block; column-count: 3; column-gap: 20px;
  opacity: 0; visibility: hidden; transform: translateY(8px);
  transition: opacity .18s ease, transform .18s ease, visibility .18s;
}
/* hover bridge — cursor panel tak ja sakey bina menu band hue */
.alu-nav .menu-item-has-children::after {
  content: ""; position: absolute; left: 0; right: 0; top: 100%; height: 18px;
}
.alu-nav li:hover > .alu-mega,
.alu-nav li:focus-within > .alu-mega,
.alu-nav .menu-item-has-children:hover > ul,
.alu-nav .menu-item-has-children:focus-within > ul {
  opacity: 1; visibility: visible; transform: translateY(0);
}

.alu-mega-item { margin: 0; break-inside: avoid; -webkit-column-break-inside: avoid; }
.alu-mega-item > a {
  display: flex; align-items: center; gap: 13px; padding: 11px 12px; border-radius: 11px;
  font-family: 'Poppins', sans-serif; font-weight: 600; font-size: 14.5px;
  color: var(--alu-navy); text-decoration: none; transition: background .14s ease;
}
.alu-mega-item > a:hover { background: #f1f7f6; }
.alu-mi-ic {
  width: 42px; height: 42px; flex: none; border-radius: 12px;
  background: #e2efed; color: var(--alu-teal);
  display: grid; place-items: center; transition: background .14s ease, color .14s ease;
}
.alu-mi-ic svg { width: 21px; height: 21px; }
.alu-mi-ic img { display: block; width: 21px; height: 21px; }
.alu-mi-title { display: inline-flex; align-items: center; gap: 8px; flex-wrap: wrap; line-height: 1.25; }
.alu-badge {
  font-family: 'Poppins', sans-serif; font-weight: 600; font-size: 10.5px;
  color: #0f8579; background: #dff3ee; border: 1px solid #bfe6dd;
  padding: 2px 8px; border-radius: 999px; white-space: nowrap;
}
.alu-mega-foot {
  column-span: all; -webkit-column-span: all; margin-top: 14px; padding-top: 16px;
  border-top: 1px solid var(--alu-line); text-align: center;
}
.alu-mega-foot > a {
  display: inline-flex; align-items: center; gap: 7px;
  font-family: 'Poppins', sans-serif; font-weight: 600; font-size: 14.5px;
  color: var(--alu-teal); text-decoration: none;
}
.alu-mega-foot svg { width: 16px; height: 16px; transition: transform .15s ease; }
.alu-mega-foot > a:hover svg { transform: translateX(3px); }

/* ---- Buttons ---- */
.alu-actions { display: flex; align-items: center; gap: 12px; }
.alu-btn {
  display: inline-flex; align-items: center; justify-content: center;
  font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 14.5px;
  padding: 14px 24px; border-radius: 12px; text-decoration: none;
  white-space: nowrap; border: none; cursor: pointer;
  transition: transform .12s ease, background .15s ease;
}
.alu-btn-primary { background: var(--alu-teal); color: #fff; }
.alu-btn-primary:hover { background: var(--alu-teal-600); color: #fff; transform: translateY(-2px); }
.alu-btn-navy { background: var(--alu-navy); color: #fff; }
.alu-btn-navy:hover { background: var(--alu-navy2); color: #fff; transform: translateY(-2px); }

/* ---- Hamburger (desktop par hidden) ---- */
.alu-burger { display: none; }

/* =========================================================================
   Responsive
   ========================================================================= */
@media (max-width: 1080px) {
  .alu-header-inner { min-height: 76px; flex-wrap: wrap; }
  .alu-logo img,
  .alu-logo .custom-logo { height: 40px; }

  .alu-burger {
    display: inline-flex; margin-left: auto;
    width: 46px; height: 46px; border: 1px solid var(--alu-line); border-radius: 10px;
    background: #fff; position: relative; cursor: pointer; font-size: 0; color: transparent; padding: 0;
  }
  .alu-burger::before {
    content: ""; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);
    width: 20px; height: 2px; background: var(--alu-navy);
    box-shadow: 0 -6px 0 var(--alu-navy), 0 6px 0 var(--alu-navy);
  }

  .alu-right {
    order: 5; flex-basis: 100%; width: 100%; align-items: stretch;
    display: none; padding: 8px 0 18px; gap: 18px;
  }
  .alu-header.alu-open .alu-right { display: flex; }

  .alu-search { width: 100%; }
  .alu-search input[type="search"] { flex: 1; width: auto; }

  .alu-rightrow { flex-direction: column; align-items: stretch; gap: 18px; }

  .alu-nav ul,
  .alu-nav #primary-menu { flex-direction: column; align-items: flex-start; gap: 2px; width: 100%; }
  .alu-nav > ul > li > a,
  .alu-nav > #primary-menu > li > a { display: flex; width: 100%; padding: 12px 4px; justify-content: space-between; }

  /* Mobile par mega ek column ban jaata hai */
  .alu-nav .sub-menu.alu-mega,
  .alu-nav ul ul {
    position: static; width: auto; max-width: none; box-shadow: none; border: none;
    margin: 0 0 4px 8px; padding: 0; column-count: 1;
    opacity: 1; visibility: visible; transform: none;
  }
  .alu-mi-ic { width: 34px; height: 34px; }
  .alu-mega-foot { text-align: left; }

  .alu-actions { width: 100%; }
  .alu-btn { flex: 1; }
}




/* =========================================================================
   Born Accessible — Homepage template styles
   Paste this block at the END of your theme's style.css
   (or keep it as /css/homepage.css and enqueue via functions.php)
   ========================================================================= */

/* ---- Fonts (load once) ---- */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500;600;700;800&family=Inter:wght@400;500;600;700&display=swap');

/* ---- Design tokens ---- */
.ba-home {
  --ba-purple:        #149a8e;   /* brand teal (primary)  */
  --ba-purple-600:    #0f8579;   /* teal hover            */
  --ba-purple-700:    #1e3c4d;   /* brand navy            */
  --ba-purple-deep:   #16313f;   /* deep navy             */
  --ba-violet-band:   #21465a;   /* navy band             */
  --ba-lav-50:        #f1f7f6;
  --ba-lav-100:       #e2efed;
  --ba-lav-200:       #c7e1dd;
  --ba-pink:          #149a8e;
  --ba-ink:           #173140;
  --ba-body:          #4a5b62;
  --ba-line:          #d8e8e5;
  --ba-paper:         #ffffff;
  --ba-radius:        14px;
  --ba-radius-sm:     10px;
  --ba-shadow:        0 18px 40px -18px rgba(20,49,63,.26);
  --ba-shadow-sm:     0 8px 22px -12px rgba(20,49,63,.22);
  --ba-font-head:     'Poppins', system-ui, sans-serif;
  --ba-font-body:     'Inter', system-ui, sans-serif;

  font-family: var(--ba-font-body);
  color: var(--ba-body);
  line-height: 1.6;
  background: var(--ba-paper);
  -webkit-font-smoothing: antialiased;
}

.ba-home * { box-sizing: border-box; }

.ba-home h1, .ba-home h2, .ba-home h3, .ba-home h4 {
  font-family: var(--ba-font-head);
  color: var(--ba-ink);
  line-height: 1.15;
  margin: 0;
  font-weight: 700;
}

.ba-home p { margin: 0; }
.ba-home img { max-width: 100%; display: block; }
.ba-home a { text-decoration: none; color: inherit; }

/* ---- Layout helpers ---- */
.ba-wrap { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.ba-section { padding: 84px 0; }
.ba-center { text-align: center; }

.ba-eyebrow {
  font-family: var(--ba-font-head);
  font-weight: 600;
  font-size: 13px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--ba-purple);
  margin-bottom: 10px;
}
.ba-band .ba-eyebrow,
.ba-spotlight .ba-eyebrow { color: rgba(255,255,255,.75); }

.ba-h2 { font-size: clamp(28px, 3.4vw, 40px); font-weight: 700; letter-spacing: -.01em; }
.ba-lead { font-size: 17px; max-width: 640px; margin: 14px auto 0; }
.ba-center .ba-lead { margin-left: auto; margin-right: auto; }

/* ---- Buttons ---- */
.ba-btn {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--ba-font-head); font-weight: 600; font-size: 15px;
  padding: 13px 26px; border-radius: 999px; cursor: pointer;
  border: 1.5px solid transparent; transition: transform .12s ease, background .15s ease, box-shadow .15s ease;
}
.ba-btn svg { width: 18px; height: 18px; }
.ba-btn-primary { background: var(--ba-purple); color: #fff; box-shadow: var(--ba-shadow-sm); }
.ba-btn-primary:hover { background: var(--ba-purple-600); transform: translateY(-2px); }
.ba-btn-ghost { background: transparent; color: var(--ba-purple); border-color: var(--ba-line); }
.ba-btn-ghost:hover { border-color: var(--ba-purple); }
.ba-btn-light { background: #fff; color: var(--ba-purple); }
.ba-btn-light:hover { transform: translateY(-2px); }
.ba-btn-outline-light { background: transparent; color: #fff; border-color: rgba(255,255,255,.5); }
.ba-btn-outline-light:hover { background: rgba(255,255,255,.12); }
.ba-link { color: var(--ba-purple); font-weight: 600; display: inline-flex; align-items: center; gap: 6px; }
.ba-link svg { width: 16px; height: 16px; }

/* =========================================================================
   1. HERO
   ========================================================================= */
.ba-hero { background: linear-gradient(180deg,#f8fcfb 0%, #e9f4f2 100%); padding: 64px 0 96px; }
.ba-hero-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.ba-hero h1 {
  font-size: clamp(34px, 4.4vw, 52px); font-weight: 800;
  letter-spacing: -.02em; line-height: 1.08; color: var(--ba-purple-deep);
}
.ba-hero h1 span { color: var(--ba-purple); }
.ba-hero p { margin-top: 18px; max-width: 460px; font-size: 16px; }
.ba-hero .ba-btn { margin-top: 28px; }

.ba-services-head {
  display: flex; align-items: center; gap: 10px; justify-content: flex-end;
  font-family: var(--ba-font-head); font-weight: 700; color: var(--ba-purple);
  font-size: 18px; margin-bottom: 18px;
}
.ba-services { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.ba-svc {
  background: #fff; border: 1px solid var(--ba-line); border-radius: var(--ba-radius-sm);
  padding: 18px 14px; text-align: center; box-shadow: var(--ba-shadow-sm);
  transition: transform .15s ease, box-shadow .15s ease;
}
.ba-svc:hover { transform: translateY(-4px); box-shadow: var(--ba-shadow); }
.ba-svc-ic {
  width: 46px; height: 46px; margin: 0 auto 10px; border-radius: 12px;
  display: grid; place-items: center; background: var(--ba-lav-100); color: var(--ba-purple);
}
.ba-svc-ic svg { width: 24px; height: 24px; }
.ba-svc strong { display: block; font-family: var(--ba-font-head); font-size: 13px; color: var(--ba-ink); }
/* ba-svc anchor link fix */
a.ba-svc { display: block; text-decoration: none; cursor: pointer; }
a.ba-svc strong { color: var(--ba-ink); }
a.ba-svc:hover strong { color: var(--ba-purple); }
/* =========================================================================
   2. PRICING / MEDALS BAND
   ========================================================================= */
.ba-pricing { background: var(--ba-lav-100); padding: 72px 0; }
.ba-medals { display: grid; grid-template-columns: repeat(5,1fr); gap: 18px; margin: 38px 0 30px; }
.ba-medal {
  background: #fff; border: 1px solid var(--ba-line); border-radius: var(--ba-radius);
  padding: 26px 16px; text-align: center; box-shadow: var(--ba-shadow-sm);
}
.ba-medal-coin {
  width: 64px; height: 64px; border-radius: 50%; margin: 0 auto 14px;
  display: grid; place-items: center; color: #fff; font-weight: 800;
  font-family: var(--ba-font-head); box-shadow: inset 0 -6px 14px rgba(0,0,0,.18);
}
.ba-medal-coin svg { width: 30px; height: 30px; }
.ba-m-bronze   { background: linear-gradient(145deg,#cd8d54,#a9682f); }
.ba-m-silver   { background: linear-gradient(145deg,#cfd3d8,#9aa1ab); }
.ba-m-gold     { background: linear-gradient(145deg,#f1c44d,#d29a14); }
.ba-m-sapphire { background: linear-gradient(145deg,#3f8fb0,#1e5a78); }
.ba-m-diamond  { background: linear-gradient(145deg,#3fc3b4,#149a8e); }
.ba-medal h4 { font-size: 16px; }
.ba-medal .ba-price { font-family: var(--ba-font-head); font-weight: 700; color: var(--ba-purple); font-size: 15px; margin-top: 4px; }
.ba-medal small { display: block; font-size: 12.5px; color: var(--ba-body); margin-top: 6px; }

/* =========================================================================
   3. ACCESSIBLE SUPPORT (dark purple)
   ========================================================================= */
.ba-band { background: var(--ba-violet-band); color: #fff; padding: 88px 0; }
.ba-band h2, .ba-band h3, .ba-band h4 { color: #fff; }
.ba-band-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 56px; align-items: center; }
.ba-band-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; margin-top: 30px; }
.ba-band-col h4 { font-size: 17px; margin-bottom: 8px; }
.ba-band-col p { color: rgba(255,255,255,.82); font-size: 14.5px; margin-bottom: 14px; }
.ba-band-note { margin-top: 36px; color: rgba(255,255,255,.78); font-size: 14.5px; max-width: 620px; }
.ba-hex { display: grid; place-items: center; }
.ba-hex img {
  border-radius: var(--ba-radius); box-shadow: 0 30px 60px -24px rgba(0,0,0,.5);
  width: 100%; object-fit: cover;
}

/* =========================================================================
   4. PARTNER / TECH LOGOS
   ========================================================================= */
.ba-logos-band { background: var(--ba-lav-50); }
.ba-logo-grid { display: grid; grid-template-columns: repeat(6,1fr); gap: 16px; margin-top: 34px; }
.ba-logo-cell {
  background: #fff; border: 1px solid var(--ba-line); border-radius: var(--ba-radius-sm);
  height: 92px; display: grid; place-items: center; box-shadow: var(--ba-shadow-sm);
  font-family: var(--ba-font-head); font-weight: 700; color: #6a6580; font-size: 15px;
  transition: transform .15s ease;
}
.ba-logo-cell:hover { transform: translateY(-3px); }

/* ---- Client logo cloud ---- */
.ba-clients-grid {
  display: grid; grid-template-columns: repeat(6,1fr); gap: 28px 30px; margin-top: 38px;
  align-items: center; justify-items: center;
}
.ba-client {
  font-family: var(--ba-font-head); font-weight: 700; color: #8a8699; font-size: 15px;
  opacity: .8; transition: all .22s ease; text-align: center;
  padding: 12px 22px; border-radius: 999px;
  border: 1.5px solid transparent; cursor: default;
}
.ba-client:hover {
  opacity: 1;
  color: var(--ba-purple);
  background: var(--ba-lav-100);
  border-color: var(--ba-lav-200);
  transform: translateY(-3px);
  box-shadow: 0 6px 18px -6px rgba(20,154,142,.20);
}

/* =========================================================================
   5. TESTIMONIAL
   ========================================================================= */
.ba-quote {
  max-width: 760px; margin: 36px auto 0; background: #fff; border: 1px solid var(--ba-line);
  border-radius: var(--ba-radius); padding: 36px 40px; box-shadow: var(--ba-shadow-sm); text-align: left;
}
.ba-quote .ba-name { font-family: var(--ba-font-head); font-weight: 700; color: var(--ba-purple); font-size: 18px; margin-bottom: 14px; }
.ba-quote p { font-size: 15.5px; color: var(--ba-body); }
.ba-quote-foot { display: flex; align-items: center; gap: 14px; margin-top: 22px; }
.ba-avatar { width: 48px; height: 48px; border-radius: 50%; background: var(--ba-lav-200); display: grid; place-items: center; color: var(--ba-purple); font-weight: 700; }
.ba-quote-foot strong { font-family: var(--ba-font-head); color: var(--ba-ink); display: block; font-size: 14px; }
.ba-quote-foot small { color: var(--ba-body); }
.ba-dots { display: flex; gap: 7px; justify-content: center; margin-top: 22px; }
.ba-dots i { width: 8px; height: 8px; border-radius: 50%; background: var(--ba-lav-200); }
.ba-dots i.on { background: var(--ba-purple); }

/* =========================================================================
   6. CLIENT SPOTLIGHT (purple)
   ========================================================================= */
.ba-spotlight { background: var(--ba-violet-band); color: #fff; padding: 84px 0; }
.ba-spot-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.ba-spotlight h2 { color: #fff; font-size: clamp(26px,3vw,34px); }
.ba-spotlight p { color: rgba(255,255,255,.85); margin-top: 16px; font-size: 15.5px; }
.ba-spotlight .ba-btn { margin-top: 26px; }
.ba-spot-card {
  background: linear-gradient(160deg,#2a5468,#13837a); border-radius: 18px; padding: 30px;
  box-shadow: 0 30px 60px -24px rgba(0,0,0,.45);
}
.ba-spot-card .ba-spot-label { letter-spacing: .12em; font-family: var(--ba-font-head); font-weight: 700; font-size: 22px; color: #fff; }
.ba-spot-logo { background: #fff; border-radius: 12px; padding: 26px; margin-top: 18px; text-align: center; font-family: var(--ba-font-head); font-weight: 800; color: var(--ba-purple); font-size: 24px; }

/* =========================================================================
   7. CASE STUDIES
   ========================================================================= */
.ba-cases { background: var(--ba-lav-100); }
.ba-case-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; margin-top: 40px; }
.ba-case {
  background: #fff; border: 1px solid var(--ba-line); border-radius: var(--ba-radius);
  padding: 28px; box-shadow: var(--ba-shadow-sm); transition: transform .15s ease, box-shadow .15s ease;
}
.ba-case:hover { transform: translateY(-4px); box-shadow: var(--ba-shadow); }
.ba-case-logo { height: 56px; display: grid; place-items: center; font-family: var(--ba-font-head); font-weight: 800; color: var(--ba-purple); font-size: 18px; border-bottom: 1px solid var(--ba-line); margin-bottom: 18px; }
.ba-case h4 { font-size: 17px; margin-bottom: 8px; }
.ba-case p { font-size: 14px; margin-bottom: 16px; }

/* =========================================================================
   8. SOFTWARE
   ========================================================================= */
.ba-soft-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.ba-soft-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; margin-top: 26px; }
.ba-soft-col h4 { font-size: 16px; margin-bottom: 8px; color: var(--ba-purple); }
.ba-soft-col p { font-size: 14px; }
.ba-soft-media img { border-radius: var(--ba-radius); box-shadow: var(--ba-shadow); }

/* =========================================================================
   9. PARTNERSHIPS
   ========================================================================= */
.ba-newpartner { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; margin-top: 36px; }
.ba-newpartner-card {
  background: linear-gradient(160deg,#f0f8f6,#e2efed); border: 1px solid var(--ba-line);
  border-radius: var(--ba-radius); padding: 34px; text-align: center;
}
.ba-newpartner-card .ba-pill { display: inline-block; background: var(--ba-purple); color: #fff; font-size: 12px; font-weight: 600; padding: 5px 14px; border-radius: 999px; margin-bottom: 14px; font-family: var(--ba-font-head); }
.ba-newpartner-card h3 { font-size: 22px; color: var(--ba-purple); }
.ba-partner-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; margin-top: 40px; }
.ba-partner {
  background: #fff; border: 1px solid var(--ba-line); border-radius: var(--ba-radius);
  padding: 28px; box-shadow: var(--ba-shadow-sm);
}
.ba-partner-name { font-family: var(--ba-font-head); font-weight: 800; color: var(--ba-ink); font-size: 20px; margin-bottom: 12px; }
.ba-partner p { font-size: 14px; margin-bottom: 14px; }

/* =========================================================================
   10. FEATURED BLOG
   ========================================================================= */
.ba-blog { background: var(--ba-lav-50); }
.ba-blog-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 26px; margin-top: 40px; }
.ba-post {
  background: #fff; border: 1px solid var(--ba-line); border-radius: var(--ba-radius);
  overflow: hidden; box-shadow: var(--ba-shadow-sm); transition: transform .15s ease, box-shadow .15s ease;
}
.ba-post:hover { transform: translateY(-4px); box-shadow: var(--ba-shadow); }
.ba-post-img { aspect-ratio: 16/10; background: var(--ba-lav-200); object-fit: cover; width: 100%; }
.ba-post-body { padding: 22px 24px 26px; }
.ba-post-cat { font-size: 12px; font-weight: 600; color: var(--ba-purple); text-transform: uppercase; letter-spacing: .08em; font-family: var(--ba-font-head); }
.ba-post h4 { font-size: 17px; margin: 10px 0; line-height: 1.3; }
.ba-post p { font-size: 13.5px; margin-bottom: 14px; }
.ba-blog-foot { text-align: center; margin-top: 44px; }

/* =========================================================================
   11. CTA BAND
   ========================================================================= */
.ba-cta { background: linear-gradient(160deg,#1e3c4d,#13837a); color: #fff; padding: 80px 0; }
.ba-cta-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 56px; align-items: center; }
.ba-cta h2 { color: #fff; font-size: clamp(28px,3.4vw,38px); }
.ba-cta h2 .pink { color: #7fe0d3; }
.ba-cta .ba-btn { margin-top: 26px; }
.ba-cta-lists { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.ba-cta-lists h4 { color: #fff; font-size: 15px; margin-bottom: 12px; }
.ba-cta-lists ul { list-style: none; padding: 0; margin: 0; }
.ba-cta-lists li { display: flex; gap: 8px; align-items: flex-start; color: rgba(255,255,255,.86); font-size: 13.5px; margin-bottom: 10px; }
.ba-cta-lists li svg { width: 18px; height: 18px; flex: none; color: #7fe0d3; margin-top: 1px; }
.ba-brand { display: inline-flex; flex-direction: column; align-items: center; gap: 8px; text-decoration: none; color: #fff; font-family: var(--ba-font-head); font-weight: 700; font-size: 20px; }
.ba-brand svg { width: 150px; height: 150px; flex: none; color: #fff; }

/* =========================================================================
   Brand mark / logo
   ========================================================================= */
.ba-logo { display: inline-flex; align-items: center; }
.ba-logo img { height: 46px; width: auto; display: block; }
.ba-logo-sm img { height: 38px; }

/* Wordmark for dark sections (footer / CTA) where the full logo's
   navy text would disappear. Mirrors the logo's two-tone wordmark. */
.ba-wordmark { font-family: var(--ba-font-head); font-weight: 800; font-size: 26px; letter-spacing: -.01em; color: #fff; }
.ba-wordmark span { color: #4fd0c2; }

/* =========================================================================
   Responsive
   ========================================================================= */
@media (max-width: 980px) {
  .ba-hero-grid, .ba-band-grid, .ba-spot-grid, .ba-soft-grid, .ba-cta-grid, .ba-newpartner { grid-template-columns: 1fr; gap: 40px; }
  .ba-medals { grid-template-columns: repeat(3,1fr); }
  .ba-logo-grid { grid-template-columns: repeat(4,1fr); }
  .ba-clients-grid { grid-template-columns: repeat(4,1fr); }
  .ba-case-grid, .ba-partner-grid, .ba-blog-grid { grid-template-columns: repeat(2,1fr); }
  .ba-services-head { justify-content: flex-start; }
}
@media (max-width: 600px) {
  .ba-section { padding: 56px 0; }
  .ba-services, .ba-medals, .ba-logo-grid, .ba-clients-grid,
  .ba-band-cols, .ba-case-grid, .ba-partner-grid, .ba-blog-grid,
  .ba-soft-cols, .ba-cta-lists { grid-template-columns: 1fr; }
  .ba-clients-grid { grid-template-columns: repeat(2,1fr); }
}

/* Get a custom quote — white label on teal */
.ba-home .ba-btn-primary { color: #fff !important; }

/* Light buttons on dark bands — teal label, kabhi blank na ho */
.ba-home .ba-band      .ba-btn-light,
.ba-home .ba-cta       .ba-btn-light,
.ba-home .ba-spotlight .ba-btn-light {
  background: #fff;
  color: var(--ba-purple) !important;
}


/* =========================================================================
   ACCESSLEVELUP — Site Footer
   Ise style.css ke END mein paste karein (header CSS ke neeche).
   ========================================================================= */

.alu-footer {
  --alu-navy:  #16313f;
  --alu-teal:  #149a8e;
  --alu-line:  #dde9e6;
  --alu-muted: #5d6f76;

  background: #f1f7f6;
  border-top: 1px solid var(--alu-line);
  font-family: 'Inter', system-ui, sans-serif;
}
.alu-footer-inner { max-width: 1280px; margin: 0 auto; padding: 64px 28px 28px; }

.alu-foot-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr 1fr;
  gap: 40px;
}

/* brand block */
.alu-foot-brand { max-width: 320px; }
.alu-foot-brand img,
.alu-foot-brand .custom-logo { height: 46px; width: auto; max-width: none; display: block; margin-bottom: 18px; }
.alu-foot-brand p { font-size: 14.5px; line-height: 1.65; color: var(--alu-muted); margin: 0 0 18px; }
.alu-foot-contact a {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: 'Poppins', sans-serif; font-weight: 600; font-size: 14px;
  color: var(--alu-navy); text-decoration: none;
}
.alu-foot-contact a:hover { color: var(--alu-teal); }
.alu-foot-contact a svg { width: 16px; height: 16px; color: var(--alu-teal); }

/* link columns */
.alu-foot-col h4 {
  font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 15px;
  color: var(--alu-navy); margin: 0 0 16px;
}
.alu-foot-col ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 11px; }
.alu-foot-col a { font-size: 14px; color: var(--alu-muted); text-decoration: none; transition: color .15s ease; }
.alu-foot-col a:hover { color: var(--alu-teal); }

/* bottom bar */
.alu-foot-bottom {
  display: flex; align-items: center; justify-content: space-between; gap: 20px;
  margin-top: 44px; padding-top: 24px; border-top: 1px solid var(--alu-line);
}
.alu-foot-copy { font-size: 13px; color: var(--alu-muted); }
.alu-foot-social { display: flex; align-items: center; gap: 10px; }
.alu-foot-social a {
  width: 38px; height: 38px; border-radius: 50%; display: grid; place-items: center;
  background: #fff; border: 1px solid var(--alu-line); color: var(--alu-navy);
  transition: background .15s ease, color .15s ease, transform .12s ease;
}
.alu-foot-social a:hover { background: var(--alu-teal); color: #fff; border-color: var(--alu-teal); transform: translateY(-2px); }
.alu-foot-social svg { width: 17px; height: 17px; }

/* responsive */
@media (max-width: 980px) {
  .alu-foot-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .alu-foot-brand { grid-column: 1 / -1; max-width: none; }
}
@media (max-width: 560px) {
  .alu-foot-grid { grid-template-columns: 1fr 1fr; }
  .alu-foot-bottom { flex-direction: column; align-items: flex-start; }
}

