@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap');


/* Single Pet Page Theme Overrides */
.mspca-single-pet .content {
	padding-top: 114px;
}

.mspca-single-pet .header__logo {
	padding-top: 33px;
    padding-bottom: 22px;
}

.mspca-single-pet .header__logo .logo-main {
	display: none!important;
}

.mspca-single-pet .header__logo .logo-sticky {
	display: block!important;
}

.mspca-single-pet .header__buttons a {
	color: #000;
}

.mspca-single-pet .header__buttons a::before,
.mspca-single-pet .header__buttons a::after {
	background-color: #000;
}

.mspca-single-pet .header__language a::before {
	background-color: #000;
}

.mspca-single-pet .header__language a svg path {
	stroke: #000;
}

.mspca-single-pet .header__search--icon svg path {
	fill: #000;
}

.mspca-single-pet .header__menu .first-floor__item>a {
	color: #000;
}
/* End Single Pet Page Theme Overrides */


.single-pets #footer {
	margin-top: 0!important;
}

.mspca-single-pet {
	margin: 0;
	padding: 0;
	font-family: 'Montserrat', sans-serif;
}

.mspca-pet-hero {
	background: #0A5689;
	color: white;
	width: 100%;
	padding: 60px 0;
}

.mspca-hero-container {
	max-width: 1320px;
	margin: 0 auto;
	padding: 0 15px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 80px;
	align-items: center;
}

.mspca-hero-content {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.mspca-pet-name {
	margin: 0;
	font-size: 72px;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
}

.mspca-pet-breed {
	font-size: 24px;
	font-weight: 500;
}

.mspca-pet-id {
	font-size: 18px;
}

.mspca-hero-stats {
	display: flex;
	align-items: center;
	gap: 0;
	margin: 24px 0;
}

.mspca-stat-item {
	display: flex;
	flex-direction: column;
	gap: 4px;
	padding: 0 40px;
	position: relative;
}

.mspca-stat-item:not(:last-child)::after {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	height: 40px;
	width: 1px;
	background: rgba(255, 255, 255, 0.3);
}

.mspca-stat-item:first-child {
	padding-left: 0;
}

.mspca-stat-header {
	display: flex;
	align-items: center;
	gap: 8px;
}

.mspca-stat-icon {
	width: 20px;
	height: 20px;
	flex-shrink: 0;
	opacity: 0.9;
}

.mspca-stat-label {
	font-size: 14px;
	opacity: 0.8;
}

.mspca-stat-value {
	font-size: 18px;
	font-weight: 600;
}

.mspca-hero-actions {
	display: flex;
	gap: 16px;
	margin-top: 12px;
}

.mspca-hero-btn {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 10px 32px;
	border-radius: 20px;
	font-weight: 600;
	font-size: 18px;
	border: none;
	cursor: pointer;
	transition: all 0.2s;
	font-family: 'Montserrat', sans-serif;
}

.mspca-hero-btn svg {
	width: 20px;
	height: 20px;
}

.mspca-hero-btn-share,
.mspca-hero-btn-meet {
	background: white;
	color: #2c5f7f;
}

.mspca-hero-btn-share:hover,
.mspca-hero-btn-meet:hover {
	background: #199BD8;
	color: #fff;
}

.mspca-hero-image {
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.mspca-hero-image img {
	width: 100%;
	height: 600px;
	object-fit: cover;
	display: block;
}

.mspca-pet-content {
	display: flex;
	background-color: #F3F3F3;
}

.mspca-pet-container {
	max-width: 1320px;
	margin: 60px auto;
	padding: 0 15px;
}

.mspca-pet-description {
	max-width: 85%;
}

.mspca-pet-details {
	display: flex;
	flex-direction: column;
	gap: 40px;
}

.mspca-pet-description h2 {
	margin: 0 0 20px 0;
	font-size: 42px;
	font-weight: 700;
	color: #000;
}

.mspca-description-content {
	font-size: 18px;
	color: #000;
	line-height: 30px;
}

.mspca-pet-description p {
	font-size: 18px;
	color: #000;
	line-height: 30px;
	margin-bottom: 10px;
}

.mspca-pet-description p a {
	color: #199BD8;
	font-weight: 600;
}

.mspca-pet-description p a:hover {
	color: #000;
	text-decoration: none;
}

.mspca-location-section {
	background-color: #F3F3F3;
	padding: 0;
}

.mspca-location-container {
	max-width: 1320px;
	margin: 0 auto;
	padding: 0 15px;
	display: grid;
	grid-template-columns: 450px 1fr;
	gap: 0;
	position: relative;
}

.mspca-location-details {
	padding: 40px 0;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.mspca-location-map-wrapper {
	margin-right: calc(-1 * max(40px, (100vw - 1400px) / 2 + 40px));
}

.mspca-location-details h2 {
	font-size: 42px;
	font-weight: 700;
	margin: 0;
	line-height: 1.2;
	color: #000;
}

.mspca-location-details h3 {
	font-size: 18px;
	font-weight: 700;
	margin: 20px 0 10px 0;
	color: #000;
}

.mspca-location-info {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.mspca-location-item {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.mspca-location-label {
	font-size: 14px;
	font-weight: 600;
	color: #199BD8;
}

.mspca-location-value {
	font-size: 16px;
	color: #000;
	line-height: 26px;
}

.mspca-location-map {
	min-height: 750px;
	position: relative;
}

.mspca-location-map iframe {
	width: 100%;
	height: 100%;
	min-height: 750px;
}

.mspca-sponsor-section {
	background: #0A5689;
	padding: 80px 0 120px;
}

.mspca-sponsor-container {
	max-width: 1320px;
	margin: 0 auto;
	padding: 0 15px;
	color: white;
}

.mspca-sponsor-title {
	font-size: 52px;
	font-weight: 700;
	margin: 0 0 20px;
	color: white;
	font-family: 'Montserrat', sans-serif;
}

.mspca-sponsor-description {
	font-size: 24px;
	line-height: 30px;
	margin: 0 0 20px;
	color: white;
}

.mspca-sponsor-btn {
	display: inline-block;
	padding: 14px 40px;
	background: white;
	color: #2A5A7F;
	font-size: 18px;
	font-weight: 700;
	border-radius: 20px;
	text-decoration: none;
	transition: all 0.3s;
	font-family: 'Montserrat', sans-serif;
	margin-top: 10px;
}

.mspca-sponsor-btn:hover {
	background: #199BD8;
	color: white;
}

@media (max-width: 1024px) {
	.mspca-hero-container {
		grid-template-columns: 1fr;
		gap: 40px;
		padding: 0 20px;
	}
	
	.mspca-pet-name {
		font-size: 3em;
	}
	
	.mspca-hero-image img {
		height: 400px;
	}
	
	.mspca-pet-container {
		padding: 0 20px;
	}
	
	.mspca-location-container {
		grid-template-columns: 1fr;
		padding: 0 20px;
	}
	
	.mspca-location-details {
		padding: 40px 0;
	}
	
	.mspca-location-map-wrapper {
		margin-right: -20px;
	}
	
	.mspca-location-map {
		min-height: 400px;
	}
	
	.mspca-sponsor-section {
		padding: 70px 0;
	}
	
	.mspca-sponsor-title {
		font-size: 42px;
	}
}

@media (max-width: 768px) {
	.mspca-pet-hero {
		padding: 40px 0;
	}
	
	.mspca-pet-name {
		font-size: 2.5em;
	}
	
	.mspca-pet-breed {
		font-size: 1.2em;
	}
	
	.mspca-hero-stats {
		flex-wrap: wrap;
		gap: 16px;
	}
	
	.mspca-stat-item {
		padding: 0 16px;
	}
	
	.mspca-stat-item:first-child {
		padding-left: 0;
	}
	
	.mspca-stat-item:not(:last-child)::after {
		height: 30px;
	}
	
	.mspca-hero-actions {
		flex-direction: column;
	}
	
	.mspca-hero-btn {
		width: 100%;
		justify-content: center;
	}
	
	.mspca-hero-image img {
		height: 350px;
	}
	
	.mspca-pet-info-grid {
		grid-template-columns: 1fr;
		padding: 20px;
	}
	
	.mspca-location-container {
		grid-template-columns: 1fr;
		padding: 0 20px;
	}
	
	.mspca-location-details {
		padding: 30px 0;
	}
	
	.mspca-location-details h2 {
		font-size: 2em;
	}
	
	.mspca-location-details h3 {
		font-size: 1.3em;
	}
	
	.mspca-location-map-wrapper {
		margin-right: -20px;
	}
	
	.mspca-location-map {
		min-height: 350px;
	}
	
	.mspca-sponsor-section {
		padding: 60px 0;
	}
	
	.mspca-sponsor-container {
		padding: 0 20px;
	}
	
	.mspca-sponsor-title {
		font-size: 36px;
	}
	
	.mspca-sponsor-description {
		font-size: 16px;
		line-height: 26px;
	}
	
	.mspca-sponsor-btn {
		padding: 12px 32px;
		font-size: 16px;
	}
}

/* Gallery */
.mspca-gallery-section {
	padding: 80px 0;
	background: #f5f5f5;
}

.mspca-gallery-container {
	max-width: 1320px;
	margin: 0 auto;
	padding-left: 40px;
}

.mspca-gallery-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 40px;
	padding-right: 40px;
}

.mspca-gallery-header h2 {
	font-size: 48px;
	font-weight: 700;
	margin: 0;
	color: #000;
}

.mspca-gallery-nav {
	display: flex;
	gap: 12px;
}

.mspca-gallery-prev,
.mspca-gallery-next {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	border: 2px solid #0A5689;
	background: white;
	color: #0A5689;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s;
}

.mspca-gallery-prev:hover,
.mspca-gallery-next:hover {
	background: #0A5689;
	color: white;
}

.mspca-gallery-prev:disabled,
.mspca-gallery-next:disabled {
	opacity: 0.3;
	cursor: not-allowed;
}

.mspca-gallery-slider {
	overflow: hidden;
	position: relative;
	margin-right: calc(-100vw + 100%);
	padding-right: calc(100vw - 100%);
}

.mspca-gallery-track {
	display: flex;
	gap: 20px;
	transition: transform 0.5s ease;
}

.mspca-gallery-slide {
	flex: 0 0 calc(33.333% - 14px);
	background: white;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.mspca-gallery-slide img {
	width: 100%;
	height: 400px;
	object-fit: cover;
	display: block;
}

.mspca-gallery-caption {
	padding: 20px;
	font-size: 16px;
	color: #333;
	margin: 0;
}

@media (max-width: 1024px) {
	.mspca-gallery-slide {
		flex: 0 0 calc(50% - 10px);
	}
	
	.mspca-gallery-header h2 {
		font-size: 36px;
	}
}

@media (max-width: 768px) {
	.mspca-gallery-section {
		padding: 40px 0;
	}
	
	.mspca-gallery-container {
		padding-left: 20px;
	}
	
	.mspca-gallery-header {
		padding-right: 20px;
	}
	
	.mspca-gallery-slide {
		flex: 0 0 100%;
	}
	
	.mspca-gallery-slide img {
		height: 300px;
	}
	
	.mspca-gallery-header h2 {
		font-size: 28px;
	}
	
	.mspca-gallery-prev,
	.mspca-gallery-next {
		width: 40px;
		height: 40px;
	}
}

/* Share Modal */
.mspca-share-modal-overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(42, 161, 216, 0.97);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 10000;
	opacity: 0;
	transition: opacity 0.3s ease;
}

.mspca-share-modal-overlay.active {
	opacity: 1;
}

.mspca-share-modal {
	width: 90%;
	max-width: 420px;
	transform: scale(0.9);
	transition: transform 0.3s ease;
	position: relative;
}

.mspca-share-modal-overlay.active .mspca-share-modal {
	transform: scale(1);
}

.mspca-share-modal-close {
	position: fixed;
	top: 20px;
	right: 20px;
	background: transparent;
	border: none;
	font-size: 48px;
	color: white;
	cursor: pointer;
	padding: 0;
	width: 48px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	transition: all 0.2s;
	z-index: 10001;
	font-weight: 300;
}

.mspca-share-modal-close:hover {
	transform: scale(1.1);
	opacity: 0.8;
}

.mspca-share-modal-content {
	padding: 40px 30px 30px;
	text-align: center;
}

.mspca-share-pet-image {
	width: 200px;
	height: 200px;
	margin: 0 auto 24px;
	border-radius: 50%;
	overflow: hidden;
	border: 10px solid white;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.mspca-share-pet-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.mspca-share-pet-name {
	margin: 0 0 8px 0;
	font-size: 38px;
	font-weight: 700;
	color: white;
	font-family: 'Montserrat', sans-serif;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.mspca-share-pet-breed {
	margin: 0 0 36px 0;
	font-size: 20px;
	color: white;
	font-weight: 400;
	opacity: 0.95;
}

.mspca-share-icons {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 16px;
}

.mspca-share-icon {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	border: none;
	background: white;
	color: #2AA1D8;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}

.mspca-share-icon:hover {
	transform: translateY(-4px);
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
}

.mspca-share-icon svg {
	width: 28px;
	height: 28px;
}

/* Notification */
@keyframes slideIn {
	from {
		opacity: 0;
		transform: translateX(100%);
	}
	to {
		opacity: 1;
		transform: translateX(0);
	}
}

.mspca-share-notification {
	animation: slideIn 0.3s ease-out;
}

/* Mobile */
@media (max-width: 768px) {
	.mspca-share-modal {
		width: 95%;
		max-width: none;
	}
	
	.mspca-share-modal-content {
		padding: 40px 20px 25px;
	}
	
	.mspca-share-pet-image {
		width: 160px;
		height: 160px;
		border-width: 8px;
	}
	
	.mspca-share-pet-name {
		font-size: 32px;
	}
	
	.mspca-share-pet-breed {
		font-size: 18px;
		margin-bottom: 30px;
	}
	
	.mspca-share-icons {
		gap: 10px;
	}
	
	.mspca-share-icon {
		width: 54px;
		height: 54px;
	}
	
	.mspca-share-icon svg {
		width: 26px;
		height: 26px;
	}
	
	.mspca-share-modal-close {
		width: 44px;
		height: 44px;
		font-size: 40px;
		top: 16px;
		right: 16px;
	}
}

