/**
 * Estilos dos ACF Blocks e Header - Speed Conect Theme
 */

/* Header: logo com altura controlada */
.site-header .navbar-brand .custom-logo-link,
.site-header .navbar-brand img.custom-logo {
	max-height: 48px;
	width: auto;
	height: auto;
}
.site-header .navbar-brand .custom-logo-link {
	display: flex;
	align-items: center;
}

/* Hero: altura mínima quando não há classe Bootstrap min-vh-75 */
.block-hero {
	position: relative;
	min-height: calc(100vh - 100px);
}

.block-hero__overlay{
	opacity: 0.3;
}

.block-hero__title, .block-hero__text {
	color: #fff;
}

.block-hero__logos .eyebrow{
	color: #fff;
}

/* Block Sobre Nos */

.block-sobre-nos{
	position: relative;
	padding: 112px 0;
}

.block-sobre-nos__wrapper{
	position: relative;
}

.block-sobre-nos__image{
	height: 100%;
	width: 100%;
}

.block-sobre-nos__image img{
	border-top-left-radius: 12px;
	border-bottom-left-radius: 12px;
}

.block-sobre-nos__content{
	background-color: #0E8B00;
	color: #fff;
	padding: 32px 68px 32px 32px;
	border-top-right-radius: 12px;
	border-bottom-right-radius: 12px;
}

.block-sobre-nos__content ul{
	border-top: 1px solid #fff;
	padding-top: 24px;
}

.block-sobre-nos__texto{
	margin-bottom: 176px;
}

/* Block Localização */

.block-localizacao-stats{
	position: relative;
	padding: 0 0 112px;
}

.block-localizacao-stats__wrapper{
	background-color: #F2F2F2;
	border-radius: 12px;
}

.block-localizacao-stats__content{
	padding: 82px 68px 82px 32px;
	color: #2D432C;
}

.block-localizacao-stats__content .text-secondary p{
	color: #2D432C;
}


.block-localizacao-stats__content span{
	color: #0E8B00;
}

.block-localizacao-stats__content ul li{
	padding: 20px 0;
	border-bottom: 1px solid #B6B6B6;
}

.block-localizacao-stats__content ul li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.block-localizacao-stats__image{
	overflow: hidden;
	width: 100%;
	height: 100%;
	border-top-right-radius: 12px;
	border-bottom-right-radius: 12px;
}



/* Ratio extra */

.block-frota{
	position: relative;
	padding: 0 0 112px;
}
.ratio-3x4 {
	--bs-aspect-ratio: 105%;
}

/* Block Frota */
.block-frota__grid > .col-lg-5 img {
	min-height: 100%;
	object-fit: cover;
}

.block-frota__grid img {
	transition: transform 0.4s ease;
}

.block-frota__grid a:hover img {
	transform: scale(1.08);
}

.block-frota .eyebrow{
	color: #0E8B00;
}

/* Block Serviços */

.block-servicos{
	position: relative;
	padding: 0 0 112px;
}

.block-servicos__content{
	position: relative;
	padding: 136px 32px 32px;
	color: white;
}

.block-servicos__image {
	height: 80%;
	width: 100%;
}

.block-servicos__image img, .block-servicos__image-opacity{
	border-radius: 12px;
}

.block-servicos__list{
	position: relative;
	padding: 0 32px;
}

.card-service{
	background-color: #0E8B00;
	color: #fff;
	padding: 20px;
	border-radius: 8px;
	transition: background-color 0.3s ease, color 0.3s ease;
}

.card-service:hover {
	background-color: #fff;
	color: #0E8B00;
}

.card-service:hover .card-service__text,
.card-service:hover .card-service__link {
	color: #0E8B00;
}

.card-service__link {
	color: #fff;
	text-decoration: none;
	transition: opacity 0.3s ease;
}

.card-service__link:hover {
	opacity: 0.75;
	text-decoration: none;
}

/* Block Testemunhos */

.block-testemunhos{
	position: relative;
	padding: 0 0 112px;
}

.card-testimonial{
	position: relative;
	padding: 32px 40px;
	background-color: #F2F2F2;
	color: #2D432C;
	border-radius: 12px;
	transition: background-color 0.3s ease, color 0.3s ease;
}

.card-testimonial blockquote{
	margin: 0;
}

.card-testimonial cite{
	color: #0E8B00;
	transition: color 0.3s ease;
}

.card-testimonial:hover cite {
	color: #fff;
}

.card-testimonial:hover {
	background-color: #0E8B00;
	color: #fff;
}

/* Swiper: garantir que os botões e paginação não cortem */
.block-testemunhos-swiper {
	position: relative;
}

.block-testemunhos-swiper .swiper-button-prev,
.block-testemunhos-swiper .swiper-button-next {
	width: 52px;
	height: 52px;
	background-color: #0E8B00;
	border-radius: 50%;
	color: #fff;
	transition: background-color 0.3s ease;
}

.block-testemunhos-swiper .swiper-button-prev::after,
.block-testemunhos-swiper .swiper-button-next::after {
	font-size: 18px;
	font-weight: 700;
}

.block-testemunhos-swiper .swiper-button-prev:hover,
.block-testemunhos-swiper .swiper-button-next:hover {
	background-color: #0a6e00;
}

/* Block Contacto */

.block-contacto{
	position: relative;
	padding: 112px 0;
	margin-bottom: 80px;
	color: #fff;
}

.block-contacto__bg {
	width: calc(100% / 12 * 8);
}

.block-contacto__info li {
	margin-bottom: 32px;
}

.block-contacto__info li:last-child {
	margin-bottom: 0;
}

.block-contacto__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	background-color: #0E8B00;
	border-radius: 50%;
	color: #fff;
}

.card-form{
	border-radius: 12px;
	position: relative;
	padding: 34px 40px;
}

.form-row-main input[type="text"], .form-row-main input[type="email"], .form-row-main input[type="url"], .form-row-main input[type="password"], .form-row-main input[type="search"], .form-row-main input[type="number"], .form-row-main input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea{
	width: 100%;
	padding: 10px ;
	border-radius: 45px;
}

.form-row-main textarea{
	width: 100%;
	border-radius: 10px;
}

.form-row-main button, .form-row-main input[type="button"], .form-row-main input[type="reset"], .form-row-main input[type="submit"]{
	width: 100%;
	background-color: #0E8B00;
	border-color: #0E8B00;
	color: #fff;
	transition: all 0.3s ease;
	padding: 12px 20px;
	border-radius: 50px;
	font-size: 16px;
	font-weight: 500;
}

/* Footer: estrutura (logo, redes, contactos, scroll-to-top) */
.site-footer.site-footer--structured {
	background-color: #1a2e28;
	color: #fff;
}
.site-footer--structured .footer-label {
	letter-spacing: 0.05em;
}
.site-footer--structured .footer-social__link {
	width: 44px;
	height: 44px;
	border: 1px solid rgba(255, 255, 255, 0.5);
	color: #fff;
	transition: border-color 0.2s, background-color 0.2s;
}
.site-footer--structured .footer-social__link:hover {
	border-color: #fff;
	background-color: rgba(255, 255, 255, 0.1);
	color: #fff;
}
.footer-scroll-top {
	position: fixed;
	bottom: 32px;
	right: 32px;
	width: 52px;
	height: 52px;
	background-color: #0E8B00;
	border: none;
	color: #fff;
	z-index: 1000;
	transition: background-color 0.2s, opacity 0.2s;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.footer-scroll-top:hover {
	background-color: #0a6e00;
	color: #fff;
}
.site-footer--structured .footer-bottom .site-info {
	color: rgba(255, 255, 255, 0.6);
}
.site-footer--structured .footer-menu a {
	color: rgba(255, 255, 255, 0.7);
	text-decoration: none;
	transition: color 0.2s;
}
.site-footer--structured .footer-menu a:hover {
	color: #fff;
}

/*--------------------------------------------------------------
# Responsive — Tablet (< 992px)
--------------------------------------------------------------*/
@media (max-width: 991.98px) {
	/* Hero */
	.block-hero {
		min-height: 60vh;
	}

	/* Sobre Nós */
	.block-sobre-nos {
		padding: 64px 0;
	}
	.block-sobre-nos__content {
		padding: 32px;
		border-radius: 0 0 12px 12px;
	}
	.block-sobre-nos__image img {
		border-radius: 12px 12px 0 0;
	}
	.block-sobre-nos__texto {
		margin-bottom: 40px;
	}

	/* Localização */
	.block-localizacao-stats {
		padding: 0 0 64px;
	}
	.block-localizacao-stats__content {
		padding: 48px 32px;
	}
	.block-localizacao-stats__image {
		border-radius: 0 0 12px 12px;
	}

	/* Frota */
	.block-frota {
		padding: 0 0 64px;
	}

	/* Serviços */
	.block-servicos {
		padding: 0 0 64px;
	}
	.block-servicos__content {
		padding: 64px 24px 32px;
	}
	.block-servicos__list {
		padding: 0 16px;
	}

	/* Testemunhos */
	.block-testemunhos {
		padding: 0 0 64px;
	}

	/* Contacto */
	.block-contacto {
		padding: 64px 0;
	}
	.block-contacto__bg {
		width: 100%;
	}
}

/*--------------------------------------------------------------
# Responsive — Mobile (< 768px)
--------------------------------------------------------------*/
@media (max-width: 767.98px) {
	/* Hero */
	.block-hero {
		min-height: 50vh;
	}

	/* Sobre Nós */
	.block-sobre-nos {
		padding: 48px 0;
	}

	/* Localização */
	.block-localizacao-stats {
		padding: 0 0 48px;
	}
	.block-localizacao-stats__content {
		padding: 32px 20px;
	}

	/* Frota */
	.block-frota {
		padding: 0 0 48px;
	}
	.block-frota__grid > .col-lg-5 {
		min-height: 260px;
	}

	/* Serviços */
	.block-servicos {
		padding: 0 0 48px;
	}
	.block-servicos__content {
		padding: 40px 16px 24px;
	}
	.block-servicos__list {
		padding: 0;
	}
	.block-servicos__list .row {
		gap: 16px 0;
	}

	/* Testemunhos */
	.block-testemunhos {
		padding: 0 0 48px;
	}
	.card-testimonial {
		padding: 24px;
	}

	/* Contacto */
	.block-contacto {
		padding: 48px 0;
		margin-bottom: 40px;
	}
	.block-contacto__bg {
		width: 100%;
	}
	.card-form {
		padding: 24px 20px;
	}
}
