/*
Theme Name: Unicamp Child
Theme URI: https://unicamp.thememove.com/
Author: ThemeMove
Author URI: https://thememove.com/
Version: 1.0.0
Template: unicamp
Text Domain: unicamp-child
Tags: editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
*/

/* ==========================================================================
   Custom footer (logo / contact / socials / links)
   Markup: template-parts/footer/simple.php
   ========================================================================== */
.egjak-footer {
	background-color: #0a0e2e;
	color: #4a6b7c;
	font-size: 15px;
	line-height: 1.7;
}

.egjak-footer a {
	color: #4a6b7c;
	transition: color .2s ease;
}

.egjak-footer a:hover {
	color: #ffffff;
}

.egjak-footer__main {
	padding: 70px 0 40px;
}

.egjak-footer__col {
	margin-bottom: 30px;
}

/* Brand / contact */
.egjak-footer__logo {
	margin-bottom: 26px;
}

.egjak-footer__logo img {
	max-width: 200px;
	height: auto;
}

/* Fallback only: the site's dark header logo is whitened so it's visible on the
   dark footer. A dedicated footer logo uploaded via Customize → Footer does NOT
   get this filter (different class), so upload a light version for full control. */
.egjak-footer__logo .custom-logo {
	filter: brightness(0) invert(1);
}

.egjak-footer__sitename {
	display: inline-block;
	font-size: 26px;
	font-weight: 700;
	color: #4a6b7c;
}

.egjak-footer__contact {
	list-style: none;
	margin: 0;
	padding: 0;
}

.egjak-footer__contact-item {
	position: relative;
	padding-left: 30px;
	margin-bottom: 14px;
}

.egjak-footer__contact-item > i {
	position: absolute;
	left: 0;
	top: 5px;
	width: 18px;
	text-align: center;
	color: #4a6b7c;
	font-size: 15px;
}

/* Section titles */
.egjak-footer__title {
	margin: 0 0 24px;
	color: #4a6b7c;
	font-size: 18px;
	line-height: 1.3;
}

/* Links */
.egjak-footer__menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

.egjak-footer__menu li {
	margin-bottom: 12px;
}

.egjak-footer__menu a {
	display: inline-block;
}

/* Social icons */
.egjak-footer__social {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.egjak-footer__social-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	border: 1px solid rgba(74, 107, 124, .4);
	color: #4a6b7c !important;
}

.egjak-footer__social-link svg {
	width: 17px;
	height: 17px;
	fill: currentColor;
}

.egjak-footer__social-link:hover {
	background-color: #4a6b7c;
	border-color: #4a6b7c;
	color: #0a0e2e !important;
}

/* Bottom copyright bar */
.egjak-footer__bottom {
	padding: 22px 0;
	border-top: 1px solid rgba(74, 107, 124, .25);
	font-size: 14px;
}

.egjak-footer__bottom .footer-text {
	text-align: center;
	color: #4a6b7c;
}

@media (max-width: 767px) {
	.egjak-footer__main {
		padding: 50px 0 20px;
	}
}


/* ============================================================================
 * IBAN copy button (js/egjak-copy.js)
 * ========================================================================== */

.egjak-copy-btn {
	display: inline-flex;
	align-items: center;
	margin-left: 10px;
	padding: 5px 13px;
	border: 1.5px solid #a6ce39;
	border-radius: 999px;
	background: transparent;
	color: #0a0e2e;
	font-family: Gordita, -apple-system, sans-serif;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: .02em;
	white-space: nowrap;
	cursor: pointer;
	vertical-align: middle;
	transition: background-color .15s ease, border-color .15s ease;
}

.egjak-copy-btn:hover,
.egjak-copy-btn:focus-visible {
	background-color: #a6ce39;
	color: #0a0e2e;
}

.egjak-copy-btn.is-copied {
	background-color: #a6ce39;
	border-color: #a6ce39;
	color: #0a0e2e;
}

@media (max-width: 767px) {
	.egjak-copy-btn {
		margin-left: 8px;
		padding: 4px 11px;
	}
}
