.anaansh-footer {
	background: #1f211f;
	color: #b6b6b0;
	font-family: inherit;
}

.anaansh-footer,
.anaansh-footer * {
	box-sizing: border-box;
}

.anaansh-footer__wrap {
	width: min(1160px, calc(100% - 40px));
	margin: 0 auto;
}

.anaansh-footer__intro {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding: 34px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.anaansh-footer__intro span,
.anaansh-footer__intro strong {
	display: block;
}

.anaansh-footer__intro span {
	margin-bottom: 7px;
	color: #d9b957;
	font-size: 13px;
	font-weight: 800;
	text-transform: uppercase;
}

.anaansh-footer__intro strong {
	max-width: 680px;
	color: #fff;
	font-size: clamp(24px, 3vw, 36px);
	font-weight: 850;
	line-height: 1.18;
}

.anaansh-footer__intro a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 0 20px;
	border: 1px solid #d9b957;
	border-radius: 6px;
	color: #1f211f;
	background: #d9b957;
	font-size: 14px;
	font-weight: 850;
	text-decoration: none;
	white-space: nowrap;
	transition: background-color .18s ease, color .18s ease, transform .18s ease;
}

.anaansh-footer__intro a:hover {
	background: #fff;
	color: #1f211f;
	text-decoration: none;
	transform: translateY(-1px);
}

.anaansh-footer__main {
	display: grid;
	grid-template-columns: minmax(320px, 1.25fr) minmax(190px, .65fr) minmax(280px, .85fr);
	gap: clamp(32px, 5vw, 74px);
	padding: 48px 0 34px;
}

.anaansh-footer__brand {
	display: grid;
	grid-template-columns: 150px minmax(0, 1fr);
	gap: 26px;
	align-content: start;
}

.anaansh-footer__logo-link {
	display: inline-flex;
	align-items: flex-start;
	width: fit-content;
	text-decoration: none;
}

.anaansh-footer__logo-img {
	display: block;
	width: 150px;
	max-width: 100%;
	height: auto;
}

.anaansh-footer__logo-fallback {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 96px;
	height: 96px;
	border: 2px solid #d9b957;
	border-radius: 50%;
	color: #d9b957;
	font-weight: 900;
}

.anaansh-footer__brand p {
	grid-column: 2;
	margin: 0 0 18px;
	color: #aaa9a2;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.75;
}

.anaansh-footer h2,
.anaansh-footer__contact strong {
	display: block;
	margin: 0 0 18px;
	color: #fff;
	font-size: 15px;
	font-weight: 850;
	line-height: 1.2;
	text-transform: uppercase;
}

.anaansh-footer a {
	color: #fff;
	text-decoration: none;
	transition: color .18s ease, transform .18s ease, opacity .18s ease;
}

.anaansh-footer a:hover {
	color: #d9b957;
	text-decoration: none;
}

.anaansh-footer__nav {
	padding-left: 26px;
	border-left: 1px solid rgba(255, 255, 255, 0.14);
}

.anaansh-footer__nav a {
	display: block;
	width: fit-content;
	max-width: 100%;
	margin-bottom: 13px;
	color: #f5f5ef;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.4;
	text-transform: capitalize;
}

.anaansh-footer__nav a:hover {
	transform: translateX(3px);
}

.anaansh-footer__utility {
	padding: 24px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.035);
}

.anaansh-footer__search {
	position: relative;
	display: flex;
	width: 100%;
	height: 44px;
	margin-bottom: 26px;
	background: #fff;
	border-radius: 6px;
	overflow: hidden;
}

.anaansh-footer__search input[type="search"] {
	width: 100%;
	min-width: 0;
	height: 100%;
	padding: 0 48px 0 16px;
	border: 0;
	background: transparent;
	color: #252525;
	font-size: 14px;
	outline: 0;
}

.anaansh-footer__search button {
	position: absolute;
	top: 0;
	right: 0;
	width: 44px;
	height: 100%;
	border: 0;
	background: transparent;
	cursor: pointer;
}

.anaansh-footer__search button::before {
	content: "";
	position: absolute;
	top: 12px;
	left: 11px;
	width: 13px;
	height: 13px;
	border: 2px solid #5c5c5c;
	border-radius: 50%;
}

.anaansh-footer__search button::after {
	content: "";
	position: absolute;
	top: 26px;
	left: 25px;
	width: 9px;
	height: 2px;
	background: #5c5c5c;
	transform: rotate(45deg);
	transform-origin: left center;
}

.anaansh-footer__contact {
	margin: 0;
	color: #aaa9a2;
	font-style: normal;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.7;
}

.anaansh-footer__contact span,
.anaansh-footer__contact a {
	display: block;
	margin-top: 8px;
}

.anaansh-footer__contact a {
	color: #f5f5ef;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.anaansh-footer__payments {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 22px;
	padding: 24px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.anaansh-footer__payments span {
	color: #aaa9a2;
	font-size: 13px;
	font-weight: 850;
	text-transform: uppercase;
}

.anaansh-footer__payment {
	display: block;
	width: 264px;
	max-width: 100%;
	height: auto;
}

.anaansh-footer__bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	padding: 28px 0 34px;
	border-top: 7px solid #e8e8e8;
	color: #90908a;
	font-size: 15px;
	font-weight: 750;
	line-height: 1.6;
}

.anaansh-footer__bottom p {
	margin: 0;
}

.anaansh-footer__bottom a {
	color: #90908a;
}

.anaansh-footer__bottom a:hover {
	color: #d9b957;
}

@media (max-width: 1040px) {
	.anaansh-footer__main {
		grid-template-columns: minmax(0, 1fr) minmax(260px, .8fr);
	}

	.anaansh-footer__brand {
		grid-column: 1 / -1;
	}
}

@media (max-width: 720px) {
	.anaansh-footer__intro,
	.anaansh-footer__payments,
	.anaansh-footer__bottom {
		align-items: flex-start;
		flex-direction: column;
	}

	.anaansh-footer__main {
		grid-template-columns: 1fr;
		padding-top: 40px;
	}

	.anaansh-footer__brand {
		grid-template-columns: 1fr;
		gap: 22px;
	}

	.anaansh-footer__brand p {
		grid-column: auto;
	}

	.anaansh-footer__nav {
		padding-left: 0;
		border-left: 0;
	}
}

@media (max-width: 520px) {
	.anaansh-footer__wrap {
		width: min(100% - 30px, 1160px);
	}

	.anaansh-footer__intro {
		padding: 30px 0;
	}

	.anaansh-footer__main {
		gap: 32px;
	}

	.anaansh-footer__logo-img {
		width: 136px;
	}

	.anaansh-footer__utility {
		padding: 20px;
	}
}
