/**
 * Concept Engineering — footer visual enhancements (Bridge child theme).
 */

/* --- Background & structure --- */
footer .footer_top_holder {
	position: relative;
	overflow: hidden;
	background: linear-gradient(145deg, #141428 0%, #1c1c2e 42%, #222222 100%) !important;
}

footer .footer_top_holder::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		radial-gradient(ellipse 80% 50% at 10% 0%, rgba(0, 0, 255, 0.18), transparent 55%),
		radial-gradient(ellipse 60% 40% at 90% 100%, rgba(255, 204, 0, 0.08), transparent 50%);
	pointer-events: none;
	z-index: 0;
}

footer .footer_top_holder::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 4px;
	background: linear-gradient(90deg, var(--psele-theme-primary-color, #0000ff) 0%, #4d4dff 45%, #ffcc00 100%);
	z-index: 1;
}

footer .footer_top {
	position: relative;
	z-index: 1;
	padding-top: 72px !important;
	padding-bottom: 72px !important;
}

/* --- Widget titles --- */
footer .footer_top .widgettitle,
footer .footer_top .column_inner > div h5 {
	position: relative;
	display: inline-block;
	margin-bottom: 22px !important;
	padding-bottom: 12px !important;
	font-size: 17px !important;
	font-weight: 700 !important;
	letter-spacing: 0.02em !important;
	text-transform: none !important;
	color: #ffffff !important;
}

footer .footer_top .widgettitle::after,
footer .footer_top .column_inner > div h5::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 40px;
	height: 3px;
	border-radius: 2px;
	background: linear-gradient(90deg, var(--psele-theme-primary-color, #0000ff), #ffcc00);
}

/* --- About column --- */
footer .footer_col1 .wp-block-image img,
footer .footer_col1 .widget_media_image img {
	max-width: 120px;
	height: auto;
	margin-bottom: 20px;
	filter: drop-shadow(0 4px 20px rgba(0, 0, 255, 0.35));
	transition: transform 0.35s ease, filter 0.35s ease;
}

footer .footer_col1 .wp-block-image img:hover,
footer .footer_col1 .widget_media_image img:hover {
	transform: translateY(-3px);
	filter: drop-shadow(0 8px 28px rgba(0, 0, 255, 0.5));
}

footer .footer_col1 .textwidget > p {
	color: #b8b8c8 !important;
	font-size: 14px !important;
	line-height: 1.75 !important;
	margin-bottom: 20px !important;
}

/* --- Contact details column 2 --- */
footer .footer_col2 .psele-footer-contact__heading,
footer .footer_col2 #psele-footer-contact-details h5 {
	margin-bottom: 22px !important;
}

footer .footer_col2 .psele-footer-contact {
	margin-bottom: 18px;
}

footer .footer_col2 .psele-footer-tags {
	margin-top: 4px;
}

/* Contact strip */
.psele-footer-contact {
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin: 0 0 22px;
	padding: 0;
	list-style: none;
}

.psele-footer-contact__item {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	margin: 0;
	font-size: 13px !important;
	line-height: 1.5 !important;
	color: #d0d0dc !important;
	text-decoration: none !important;
	transition: color 0.25s ease;
}

a.psele-footer-contact__item:hover {
	color: #ffffff !important;
}

.psele-footer-contact__icon {
	flex-shrink: 0;
	width: 36px;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
	background: rgba(0, 0, 255, 0.15);
	color: var(--psele-theme-primary-color, #0000ff);
	font-size: 14px;
	line-height: 1;
}

.psele-footer-contact__label {
	display: block;
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #888899;
	margin-bottom: 2px;
}

.psele-footer-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.psele-footer-tags span {
	display: inline-block;
	padding: 5px 12px;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #ffffff;
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 20px;
	transition: background 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}

.psele-footer-tags span:hover {
	background: rgba(0, 0, 255, 0.2);
	border-color: rgba(0, 0, 255, 0.45);
	color: #ffffff;
}

/* --- Map column 3 --- */
footer .footer_col3 .psele-footer-map__title,
footer .footer_col3 #psele-footer-map h5 {
	margin-bottom: 22px !important;
}

footer .footer_col3 .psele-footer-map__embed {
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.35);
	background: rgba(0, 0, 0, 0.2);
}

footer .footer_col3 .psele-footer-map__embed::after {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	box-shadow: inset 0 0 0 1px rgba(0, 0, 255, 0.15);
	border-radius: 10px;
}

footer .footer_col3 .psele-footer-map__embed iframe {
	display: block;
	width: 100% !important;
	min-height: 220px;
	height: 260px !important;
	border: 0 !important;
	border-radius: 10px;
}

/* --- 3-column spacing --- */
footer .three_columns .footer_col3 .column_inner {
	padding-left: 12px;
}

@media only screen and (max-width: 1000px) {
	footer .three_columns .footer_col3 {
		margin-top: 36px;
	}

	footer .three_columns .footer_col3 .column_inner {
		padding-left: 0;
	}
}

/* --- Contact form (if placed in a footer widget area) --- */
footer .footer_top .wpcf7 {
	margin-top: 4px;
}

footer .footer_top .cf7_custom_style_1 input.wpcf7-form-control.wpcf7-text,
footer .footer_top .cf7_custom_style_1 input.wpcf7-form-control.wpcf7-email,
footer .footer_top .cf7_custom_style_1 textarea.wpcf7-form-control.wpcf7-textarea {
	background: rgba(255, 255, 255, 0.06) !important;
	border: 1px solid rgba(255, 255, 255, 0.12) !important;
	border-radius: 6px !important;
	transition: border-color 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

footer .footer_top .cf7_custom_style_1 input.wpcf7-form-control:focus,
footer .footer_top .cf7_custom_style_1 textarea.wpcf7-form-control:focus {
	background: rgba(255, 255, 255, 0.09) !important;
	border-color: var(--psele-theme-primary-color, #0000ff) !important;
	box-shadow: 0 0 0 3px rgba(0, 0, 255, 0.2);
	color: #ffffff !important;
}

footer .footer_top .cf7_custom_style_1 input.wpcf7-form-control.wpcf7-submit {
	width: 100%;
	max-width: 220px;
	margin-top: 4px;
	padding: 16px 28px !important;
	font-size: 12px !important;
	font-weight: 700 !important;
	letter-spacing: 0.1em !important;
	text-transform: uppercase !important;
	color: #ffffff !important;
	background: linear-gradient(135deg, var(--psele-theme-primary-color, #0000ff) 0%, #3333ff 100%) !important;
	border: none !important;
	border-radius: 6px !important;
	box-shadow: 0 4px 20px rgba(0, 0, 255, 0.35);
	cursor: pointer;
	transition: transform 0.2s ease, box-shadow 0.25s ease, background 0.25s ease;
}

footer .footer_top .cf7_custom_style_1 input.wpcf7-form-control.wpcf7-submit:hover {
	color: #ffffff !important;
	background: linear-gradient(135deg, #ffcc00 0%, #e6b800 100%) !important;
	box-shadow: 0 6px 24px rgba(255, 204, 0, 0.35);
	transform: translateY(-2px);
}

footer .footer_top .two_columns_50_50 {
	gap: 12px;
}

/* --- Footer bottom / copyright --- */
footer .footer_bottom_holder {
	background: #12121a !important;
	border-top: 1px solid rgba(255, 255, 255, 0.06);
}

footer .footer_bottom {
	padding-top: 22px !important;
	padding-bottom: 22px !important;
}

footer .footer_bottom,
footer .footer_bottom p,
footer .footer_bottom a {
	font-size: 13px !important;
	color: #888899 !important;
}

footer .footer_bottom a:hover {
	color: var(--psele-theme-primary-color, #0000ff) !important;
}

/* --- Responsive --- */
@media only screen and (max-width: 768px) {
	footer .footer_top {
		padding-top: 48px !important;
		padding-bottom: 48px !important;
	}

	footer .three_columns .footer_col2 {
		margin-top: 28px;
	}

	footer .footer_top .cf7_custom_style_1 input.wpcf7-form-control.wpcf7-submit {
		max-width: none;
	}
}
