/*
Theme Name: ARLAW Blank
Theme URI: https://arlaw.fr/
Author: arlaw.fr
Author URI: https://arlaw.fr/
Description: Ultra-minimal blank starter theme — no styles. Add your own CSS.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: arlaw
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 8.0
*/

footer {
	display: flex;
	justify-content: center;
	/*margin: 3em;*/
	font-family: 'Poppins';
	flex-direction: column;
	text-align: center;
	background: #f0f8ff;
	border-radius: 10px;
	padding: 2em;

}

/* ===== Fixed header ===== */
.site-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	background: linear-gradient(180deg, rgba(255, 255, 255, .85), rgba(255, 255, 255, .75));
	backdrop-filter: blur(6px);
	border-bottom: 1px solid rgba(0, 0, 0, .05);
}

.header-inner {
	margin: 0 auto;
	height: 72px; /* header height */
	padding: 0 16px;
	display: grid;
	grid-template-columns: 1fr auto 1fr; /* spacer | logo | hamburger */
	align-items: center;
}

.header-spacer {
	width: 48px;
}

/* balance hamburger width visually */

/* Logo centered */
.site-branding {
	text-align: center;
}

.site-branding img {
	height: 72px;
	width: auto;
	display: inline-block;
}

.site-title {
	font-weight: 700;
	font-size: 18px;
	text-decoration: none;
	color: #0f2640;
}

/* Big hamburger on right */
/* Big hamburger 64x64 */
.hamburger {
	justify-self: end;
	width: 64px;
	height: 64px;
	border: 0;
	background: transparent;
	padding: 0;
	cursor: pointer;
}

.hamburger-box {
	display: inline-block;
	width: 48px; /* inner icon size */
	height: 32px;
	position: relative;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
	position: absolute;
	left: 0;
	right: 0;
	height: 4px; /* thicker line for bigger size */
	content: "";
	background: #17324e;
	border-radius: 2px;
	transition: transform .25s ease, opacity .2s ease;
}

.hamburger-inner {
	top: 50%;
	transform: translateY(-50%);
}

.hamburger-inner::before {
	top: -12px;
}

.hamburger-inner::after {
	top: 12px;
}

/* Active state (X) stays the same */
.hamburger[aria-expanded="true"] .hamburger-inner {
	transform: translateY(-50%) rotate(45deg);
}

.hamburger[aria-expanded="true"] .hamburger-inner::before {
	transform: rotate(-90deg);
	top: 0;
}

.hamburger[aria-expanded="true"] .hamburger-inner::after {
	opacity: 0;
}


/* Space for fixed header */


/* ===== Off-canvas sidebar ===== */
.offcanvas-overlay {
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, .35);
	z-index: 999;
	opacity: 0;
	pointer-events: none;
	transition: opacity .25s ease;
}

.offcanvas-overlay.is-open {
	opacity: 1;
	pointer-events: auto;
}

.offcanvas {
	position: fixed;
	top: 0;
	left: 0;
	height: 100vh;
	width: min(86vw, 360px);
	background: #fff;
	box-shadow: 4px 0 24px rgba(0, 0, 0, .12);
	transform: translateX(-100%);
	transition: transform .25s ease;
	z-index: 1001;
	display: flex;
	flex-direction: column;
}

.offcanvas.is-open {
	transform: translateX(0);
}

.offcanvas-header {
	height: 64px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding: 0 12px;
	border-bottom: 1px solid #eef1f5;
}

.offcanvas-close {
	font-size: 32px;
	line-height: 1;
	width: 44px;
	height: 44px;
	border: 0;
	background: transparent;
	cursor: pointer;
	color: #17324e;
}

.offcanvas-nav {
	padding: 12px 16px 24px;
	overflow-y: auto;
}

.menu--offcanvas {
	list-style: none;
	margin: 0;
	padding: 0;
}

.menu--offcanvas > li {
	border-bottom: 1px solid #f1f3f7;
}

.menu--offcanvas > li > a {
	display: block;
	padding: 14px 8px;
	color: #17324e;
	text-decoration: none;
	font-family: Poppins;
}

.menu--offcanvas a:hover {
	background: #f5f7fb;
}

/* Prevent body scroll when menu is open */
.body-lock {
	overflow: hidden;
}

/* Small tweak: keep header compact on phones */

.site-content {
	padding-top: 73px;
}

@media (max-width: 480px) {
	.header-inner {
		height: 64px;
	}

	.site-content {
		padding-top: 64px;
	}
}

/*
ajsutements
 */
.elementor-37 .elementor-element.elementor-element-5d43d5a:not(.elementor-motion-effects-element-type-background), .elementor-37 .elementor-element.elementor-element-5d43d5a > .elementor-motion-effects-container > .elementor-motion-effects-layer {
	background-size: cover;
}

@media (max-width: 1200px) {
	.elementor-37 .elementor-element.elementor-element-76b52626 {
		margin: 0;
	}
}



/*b {
	color: #2b9720;
	font-weight: 700;
}*/

.elementor-37 .elementor-element.elementor-element-76b52626 {
	padding: 0;
}
h1,h2,h3 {
	text-transform: uppercase;
}

.elementor a {
	color: #2b9720!important;
	font-weight: bold;
}
#content div.elementor-element.elementor-widget-button > a > span {
	color:white!important;
}
.button_bg {
	background-color: red;
}
#b1 a,
#b2 a {
	display: inline-block;   /* or block if you want full line */
	width: 400px;
	color: #2b9720;          /* your green */
	font-weight: bold;       /* bold text */
	text-decoration: none;   /* optional: remove underline */
}
@media (max-width: 480px) {
	#b1, #b2 {
		width: 100%!important;
	}
	#b1 a,
	#b2 a {
		display: block;
		width: 100%;
	}
}

strong {
	color:#2b9720;
}
#cabinet_title p {
	margin-bottom: 0;
}