/*
 * footer.css
 * Compiled from: frontend-nextjs/src/components/common/footer/_footer.scss
 * Variables resolved from: frontend-nextjs/src/assets/scss/_variables.scss
 * Generated by Claude Code Phase 2B — review required
 *
 * Variable map used:
 *   $white           = #ffffff
 *   $primary         = #e78125
 *   $color_big_stone = #19263a
 */

/* ============================================================
   FOOTER WRAP
   ============================================================ */

.footer-wrap footer {
	background: #19263a;
	padding: 60px 0;
}

@media (max-width: 767px) {
	.footer-wrap footer {
		padding-bottom: 30px;
	}
}

/* ── Logo ── */

.footer-wrap .f-logo {
	/* desktop: no extra padding */
}

@media (max-width: 991px) {
	.footer-wrap .f-logo {
		padding-bottom: 44px;
	}
}

.footer-wrap .f-logo .tag-line {
	font-size: 12px;
	font-weight: 500;
	color: #ffffff;
	text-transform: uppercase;
	padding-top: 10px;
}

.footer-wrap .f-logo .tag-line span:not(:last-child) {
	margin-right: 8px;
}

/* ── Copyright bar ── */

.footer-wrap .copyright {
	padding-top: 64px;
	font-size: 12px;
	line-height: 18px;
	color: rgba(255, 255, 255, 0.4);
}

@media (max-width: 991px) {
	.footer-wrap .copyright {
		padding-top: 0;
		display: flex;
		justify-content: space-between;
	}
}

@media (max-width: 767px) {
	.footer-wrap .copyright {
		flex-wrap: wrap;
		justify-content: flex-start;
	}
}

@media (max-width: 767px) {
	.footer-wrap .copyright .copyright-txt {
		width: 100%;
	}
}

@media (max-width: 767px) {
	.footer-wrap .copyright .flink {
		margin-right: 15px;
		padding-top: 8px;
	}
}

.footer-wrap .copyright a {
	color: rgba(255, 255, 255, 0.4);
	display: inline-block;
	transition: all 0.3s ease-in-out;
}

.footer-wrap .copyright a:hover {
	color: #e78125;
}

.footer-wrap .copyright > div:not(:last-child) {
	padding-bottom: 16px;
}

@media (max-width: 991px) {
	.footer-wrap .copyright > div:not(:last-child) {
		padding-bottom: 0;
	}
}

/* ── Ask queries CTA ── */

.footer-wrap .f-ask-queries {
	padding-bottom: 35px;
}

@media (max-width: 991px) {
	.footer-wrap .f-ask-queries {
		padding-bottom: 40px;
	}
}

.footer-wrap .f-ask-queries a {
	display: block;
	padding: 21px;
	background: #e78125;
	color: rgba(255, 255, 255, 0.7);
	font-size: 14px;
	line-height: 1.5;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}

@media (max-width: 767px) {
	.footer-wrap .f-ask-queries a {
		font-size: 12px;
		line-height: 17px;
	}
}

.footer-wrap .f-ask-queries a p {
	margin-bottom: 17px;
}

.footer-wrap .f-ask-queries a span {
	font-size: 16px;
	line-height: 19px;
	font-weight: 600;
	color: #ffffff;
}

@media (max-width: 767px) {
	.footer-wrap .f-ask-queries a span {
		font-size: 14px;
		line-height: 17px;
	}
}

/* ── Social icons ── */

.footer-wrap .f-social p {
	font-size: 14px;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.6);
	margin-bottom: 12px;
}

.footer-wrap .f-social ul {
	display: flex;
}

.footer-wrap .f-social ul li:not(:last-child) {
	padding-right: 14px;
}

.footer-wrap .f-social ul li .social-link {
	background: transparent;
	border: 0;
	display: inline-block;
	    font-size: inherit;
    width: auto;
    height: auto;
}

.footer-wrap .f-social ul li .social-link:hover svg path {
	fill: #e78125;
}

/* ── Quick links ── */

.footer-wrap .quick-links ul li {
	padding-bottom: 16px;
}

@media (max-width: 991px) {
	.footer-wrap .quick-links {
		padding-bottom: 24px;
	}
}

@media (max-width: 767px) {
	.footer-wrap .quick-links ul li {
		padding-bottom: 5px;
	}
}

.footer-wrap .quick-links ul li a {
	display: inline-block;
	font-size: 12px;
	line-height: 18px;
	color: #ffffff;
	transition: all 0.3s ease-in-out;
}

.footer-wrap .quick-links ul li a:hover {
	color: #e78125;
}

/* ── footer-with-share modifier (no additional padding change needed) ── */

.footer-wrap.footer-with-share footer {
	/* reserved for future share-bar padding adjustments */
}
