/**
 * Site-wide responsive enhancements
 * Covers all pages: home, about, gallery, contact, location, service pages
 */

/* Base layout */
html {
	box-sizing: border-box;
	-webkit-text-size-adjust: 100%;
}

*, *::before, *::after {
	box-sizing: inherit;
}

body {
	overflow-x: hidden;
}

img {
	max-width: 100%;
	height: auto;
}

.container,
.container-fluid {
	width: 100%;
	max-width: 100%;
	padding-left: 15px;
	padding-right: 15px;
}

@media (min-width: 1200px) {
	.container {
		max-width: 1170px;
	}
}

@media (min-width: 1400px) {
	.container.container-wide {
		max-width: 1250px;
	}
}

.section-top-padding {
	padding-top: 40px;
}

/* Typography scale – readable on all devices */
body {
	font-size: 24px;
	line-height: 1.65;
}

@media (min-width: 992px) {
	body {
		font-size: 25px;
		line-height: 1.7;
	}
}

h1, h2, h3, h4, h5, h6 {
	line-height: 1.25 !important;
}

p {
	font-size: clamp(1.375rem, 2.1vw, 1.5rem) !important;
	line-height: 1.75 !important;
}

.heading-h1 {
	font-size: clamp(2.5rem, 6.2vw, 4rem) !important;
	word-wrap: break-word;
}

.paragraph-heading {
	font-size: clamp(2rem, 4vw, 2.5rem) !important;
}

h1.small,
.page_breadcrumbs .small {
	font-size: clamp(1.875rem, 4.5vw, 2.625rem) !important;
	line-height: 1.35 !important;
	word-wrap: break-word;
}

h2.big,
h3.big,
.big {
	font-size: clamp(2.125rem, 5vw, 3.2rem) !important;
	line-height: 1.3 !important;
}

.extra-big {
	font-size: clamp(2.625rem, 7vw, 4.5rem) !important;
	line-height: 1.15 !important;
}

h3 {
	font-size: clamp(1.875rem, 3.8vw, 2.25rem);
}

h4 {
	font-size: clamp(1.4375rem, 3vw, 1.875rem) !important;
}

h5 {
	font-size: clamp(1.3125rem, 2.7vw, 1.4375rem);
}

.borderdiv .heading-1 {
	font-size: clamp(1.75rem, 3.8vw, 2.2rem) !important;
}

.borderdiv .heading-2 {
	font-size: clamp(1.5rem, 3.4vw, 1.875rem) !important;
}

.section_header {
	font-size: clamp(2.125rem, 5.4vw, 3.3rem) !important;
}

.section_header.big {
	font-size: clamp(2.5rem, 6.4vw, 4rem) !important;
}

.section_header.small {
	font-size: clamp(2rem, 4.8vw, 2.75rem) !important;
}

.theme_button,
.theme_buttons a {
	font-size: clamp(1.25rem, 2.3vw, 1.375rem) !important;
	padding: 17px 32px !important;
	line-height: 1.35 !important;
}

.fontsize_12 {
	font-size: clamp(1.0625rem, 1.8vw, 1.1875rem) !important;
}

.fontsize_20 {
	font-size: clamp(1.375rem, 2.7vw, 1.75rem) !important;
}

.fontsize_30 {
	font-size: clamp(1.625rem, 3.8vw, 2.375rem) !important;
}

.header-contacts .fontsize_30 {
	font-size: clamp(1.375rem, 3.3vw, 1.75rem) !important;
}

.header-contacts .fontsize_20 {
	font-size: clamp(1.1875rem, 2.2vw, 1.25rem) !important;
}

.header-call-link {
	text-decoration: none;
}

.header-call-link:hover,
.header-call-link:focus {
	color: #ffffff !important;
	text-decoration: none;
}

/* Header */
.page_header .container-fluid {
	padding-left: 15px;
	padding-right: 15px;
}

.page_header .row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.page_header .col-md-3,
.page_header .col-md-6 {
	position: relative;
}

@media (min-width: 992px) {
	.page_header .container-fluid {
		max-width: 1250px;
		margin-left: auto;
		margin-right: auto;
		padding-left: 20px;
		padding-right: 20px;
	}

	.page_header .row {
		margin-left: 0;
		margin-right: 0;
		justify-content: space-between;
	}

	.page_header .col-md-3.col-sm-6:first-child {
		flex: 0 0 22%;
		max-width: 22%;
		padding-left: 0;
		padding-right: 10px;
	}

	.page_header .col-md-6.text-center.text-md-center {
		flex: 0 0 56%;
		max-width: 56%;
		padding-left: 0;
		padding-right: 0;
	}

	.page_header .header-contacts {
		flex: 0 0 22%;
		max-width: 22%;
		padding-left: 10px;
		padding-right: 0;
	}

	.page_header .mainmenu_wrapper {
		width: 100%;
	}

	.page_header .sf-menu {
		display: flex;
		justify-content: center;
		width: 100%;
	}

	.page_header .sf-menu > li > a {
		padding-left: 12px !important;
		padding-right: 12px !important;
	}
}

.page_header a.logo {
	font-size: clamp(1.375rem, 4vw, 2.125rem);
	display: inline-block;
	padding: 10px 0;
}

.header-mobile-contact {
	display: none;
	padding: 8px 0 12px;
	text-align: center;
	width: 100%;
}

.header-mobile-contact .highlight {
	font-size: clamp(1.125rem, 4.5vw, 1.375rem) !important;
}

.header-mobile-contact .fontsize_20 {
	font-size: 1rem;
}

@media (max-width: 991px) {
	.page_header {
		position: relative;
		z-index: 1001;
	}

	.page_header .col-md-3.col-sm-6 {
		width: 70%;
		flex: 0 0 70%;
		max-width: 70%;
		text-align: left !important;
		padding-left: 10px;
	}

	.page_header .col-md-6 {
		width: 30%;
		flex: 0 0 30%;
		max-width: 30%;
		min-height: 50px;
	}

	.header-mobile-contact {
		display: block;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.toggle_menu {
		top: 50%;
		transform: translateY(-50%);
		right: 0;
		left: auto !important;
	}
}

@media (max-width: 480px) {
	.page_header .col-md-3.col-sm-6 {
		width: 65%;
		flex: 0 0 65%;
		max-width: 65%;
	}

	.page_header .col-md-6 {
		width: 35%;
		flex: 0 0 35%;
		max-width: 35%;
	}
}

/* Breadcrumbs */
.page_breadcrumbs .breadcrumb {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 10px 0 0;
}

.page_breadcrumbs .breadcrumb > li {
	float: none;
	display: inline-block;
	margin-bottom: 5px;
}

.page_breadcrumbs .small {
	display: block;
	margin: 0;
	max-width: 100%;
}

@media (max-width: 991px) {
	.page_breadcrumbs.section_padding_50 {
		padding-top: 8px !important;
		padding-bottom: 6px !important;
		min-height: auto !important;
	}

	.page_breadcrumbs .container {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}

	.page_breadcrumbs .small {
		font-size: clamp(0.95rem, 2.2vw, 1.1rem) !important;
		line-height: 1.15 !important;
		margin-bottom: 0;
		text-transform: none !important;
		letter-spacing: 0 !important;
	}

	.page_breadcrumbs .breadcrumb {
		display: none;
		margin-bottom: 0;
	}

	.page_breadcrumbs .row > [class*="col-"]:last-child {
		display: none;
	}

	.page_breadcrumbs .row > [class*="col-"] {
		margin-bottom: 0 !important;
	}
}

@media (max-width: 767px) {
	.page_breadcrumbs.section_padding_50 {
		padding-top: 6px !important;
		padding-bottom: 4px !important;
	}

	.page_breadcrumbs .row > [class*="col-"] {
		margin-bottom: 0;
	}

	.page_breadcrumbs .breadcrumb > li > a,
	.page_breadcrumbs .breadcrumb > li.active > span {
		padding: 0 10px 1px;
		font-size: clamp(0.9375rem, 1.6vw, 1rem);
	}
}

/* Slider / Flexslider */
.page_mainslider .flexslider,
.intro_section .flexslider {
	overflow: hidden;
}

.page_mainslider .slides img,
.intro_section .flexslider .slides img {
	width: 100%;
	height: auto;
	min-height: 220px;
	object-fit: cover;
}

.slide_description_wrapper {
	position: relative;
	padding: 20px 15px;
}

.slide_description h2,
.slide_description h2.highlight {
	font-size: clamp(1.25rem, 3.5vw, 2rem) !important;
	line-height: 1.25 !important;
}

.slide_description h3.extra-big {
	font-size: clamp(2rem, 6vw, 3.75rem) !important;
	line-height: 1.15 !important;
}

.slide_description .theme_button {
	display: inline-block;
	margin: 5px 4px;
	padding: 12px 20px;
	font-size: clamp(0.9375rem, 1.8vw, 1.0625rem);
}

@media (max-width: 767px) {
	.page_mainslider .slide_description_wrapper,
	.intro_section .slide_description_wrapper {
		position: relative !important;
		left: auto !important;
		right: auto !important;
		top: auto !important;
		bottom: auto !important;
		width: 100% !important;
		padding: 20px 15px;
		background: rgba(0, 0, 0, 0.75);
	}

	.flexslider .slides > li {
		position: relative;
	}

	.intro_section .slide_description {
		text-align: center !important;
	}

	.intro_section .media {
		display: block;
		text-align: left;
	}

	.intro_section .media-left {
		display: block;
		margin-bottom: 10px;
	}
}

/* Side content blocks (image + text) */
.side-item .row {
	display: flex;
	flex-wrap: wrap;
}

.side-item .col-md-4,
.side-item .col-md-8 {
	width: 100%;
}

@media (min-width: 768px) {
	.side-item .col-md-4 {
		width: 33.333%;
		flex: 0 0 33.333%;
		max-width: 33.333%;
	}

	.side-item .col-md-8 {
		width: 66.666%;
		flex: 0 0 66.666%;
		max-width: 66.666%;
	}
}

.side-item .item-media img,
.entry-thumbnail img {
	width: 100%;
	height: auto;
	object-fit: cover;
}

@media (max-width: 767px) {
	.side-item .item-media {
		margin-bottom: 20px;
	}

	.side-item .col-md-8 + .col-md-4,
	.side-item .col-md-4 + .col-md-8 {
		order: unset;
	}
}

/* Gallery / profile cards */
.profile-gallery-img {
	width: 100%;
	height: 280px;
	object-fit: cover;
	object-position: top center;
	display: block;
}

@media (max-width: 991px) {
	.profile-gallery-img {
		height: 320px;
	}
}

@media (max-width: 575px) {
	.profile-gallery-img {
		height: 260px;
	}
}

.item-title.profile-card {
	border: 1px solid #4f4e4ec4;
	margin-bottom: 20px;
}

.profile-card h4 {
	padding: 14px 0 0 0;
	margin: 0 0 10px 0;
	font-size: clamp(1.125rem, 2.2vw, 1.25rem);
}

.profile-card h4 a {
	color: inherit;
}

.location-card .item-title h4 {
	padding: 14px 0 0 0;
	margin-bottom: 10px;
}

.profile-card h5 {
	margin-bottom: 10px;
	font-size: clamp(1rem, 1.8vw, 1.0625rem);
}

.profile-card-actions {
	width: 100%;
	display: flex;
	text-align: center;
	font-size: clamp(0.9375rem, 1.6vw, 1rem);
}

.profile-card-actions a {
	width: 50%;
	padding: 10px 0;
	text-decoration: none;
	color: #fff;
}

.profile-card-actions .btn-whatsapp {
	background-color: #25D366;
}

.profile-card-actions .btn-call {
	background-color: #e91e63;
}

.isotope_container .isotope-item {
	margin-bottom: 15px;
}

@media (max-width: 575px) {
	.isotope_container .isotope-item.col-sm-6 {
		width: 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}

/* Location cards */
.location-card img {
	width: 100%;
	height: 280px;
	object-fit: cover;
}

@media (max-width: 575px) {
	.location-card img {
		height: 220px;
	}
}

/* Buttons & CTA areas */
.theme_button {
	display: inline-block;
	margin: 5px 4px;
	white-space: normal;
	word-break: break-word;
	max-width: 100%;
}

.text-center .theme_button,
.text-center > .theme_button {
	margin: 6px 3px;
}

@media (max-width: 575px) {
	.theme_button {
		display: block;
		width: 100%;
		margin: 8px 0;
		text-align: center;
	}
}

/* Keyword tags */
.keyword {
	overflow: hidden;
}

.keyword ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.keyword ul li {
	float: none;
	flex: 0 0 auto;
}

@media (max-width: 480px) {
	.keyword ul li {
		padding: 4px 14px;
		font-size: clamp(0.9375rem, 1.6vw, 1rem);
	}

	.keyword ul li a {
		font-size: inherit;
		line-height: 1.4;
	}
}

/* Contact form */
.contact-form .form-group {
	margin-bottom: 15px;
}

@media (max-width: 767px) {
	.contact-form .col-sm-6,
	.contact-form .col-md-4,
	.contact-form .col-md-8 {
		width: 100%;
	}
}

/* Footer */
.page_footer .row {
	display: flex;
	flex-wrap: wrap;
}

.page_footer .widget {
	margin-bottom: 25px;
}

.page_footer .footer_phone a {
	font-size: clamp(1rem, 4vw, 1.5rem) !important;
	word-break: break-word;
}

@media (max-width: 767px) {
	.page_footer .col-md-3,
	.page_footer .col-md-6,
	.page_footer .col-lg-3,
	.page_footer .col-lg-4 {
		width: 100%;
		text-align: center;
	}

	.page_footer .footer_lists .col-xs-6 {
		width: 50%;
	}
}

/* Floating action buttons */
.whatsapp,
.callnow {
	width: 50px;
	height: 50px;
	font-size: 24px;
	right: 12px;
}

.whatsapp {
	bottom: 70px;
}

.callnow {
	bottom: 130px;
}

.whatsapp-icon,
.callnow-icon {
	margin-top: 12px;
}

@media (max-width: 480px) {
	.whatsapp,
	.callnow {
		width: 46px;
		height: 46px;
		font-size: 22px;
	}

	.whatsapp {
		bottom: 60px;
	}

	.callnow {
		bottom: 115px;
	}
}

/* FAQ accordion */
.row:has(.faq-item) > h3.paragraph-heading,
h3.paragraph-heading:has(+ .faq-item) {
	font-size: clamp(2rem, 4vw, 2.5rem) !important;
	font-weight: 700 !important;
	margin-bottom: 22px !important;
}

.faq-question {
	font-size: clamp(1.5rem, 2.8vw, 1.625rem) !important;
	font-weight: 600 !important;
	line-height: 1.5 !important;
}

/* Banner slider */
.banner-slider .slides a,
.banner-slider img {
	width: 100%;
	height: auto;
}

/* Utility spacing on mobile */
@media (max-width: 767px) {
	.section_padding_70,
	.section_padding_50 {
		padding-top: 35px !important;
		padding-bottom: 35px !important;
	}

	.topmargin_70 {
		margin-top: 30px !important;
	}

	.gorizontal_padding {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}

	.borderdiv {
		margin-bottom: 20px;
	}
}

/* Prevent horizontal scroll from wide content */
#canvas,
#box_wrapper {
	overflow-x: hidden;
	max-width: 100%;
}

table {
	max-width: 100%;
	overflow-x: auto;
	display: block;
}

/* ============================================================
   Visual polish & enhanced UX (v2)
   ============================================================ */

:root {
	--brand-pink: #e0006c;
	--brand-pink-light: #e91e63;
	--brand-dark: #1a1a1a;
	--brand-card: #272727;
	--brand-whatsapp: #25d366;
	--shadow-soft: 0 8px 30px rgba(0, 0, 0, 0.25);
	--shadow-hover: 0 14px 40px rgba(224, 0, 108, 0.2);
	--radius-md: 12px;
	--radius-sm: 8px;
	--transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

html {
	scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	*, *::before, *::after {
		animation-duration: 0.01ms !important;
		transition-duration: 0.01ms !important;
	}
}

/* Sticky header */
.page_header {
	transition: box-shadow var(--transition), background-color var(--transition);
    padding-bottom: 15px;
}

.page_header.header-scrolled {
	position: sticky;
	top: 0;
	z-index: 1002;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.45);
	background-color: rgba(26, 26, 26, 0.97) !important;
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
}

body.menu-open,
body:has(.toggle_menu.mobile-active) {
	overflow: hidden;
}

@media (max-width: 991px) {
	.mobile-active .sf-menu {
		box-shadow: 4px 0 30px rgba(0, 0, 0, 0.5);
	}

	.sf-menu > li > a {
		padding: 14px 12px !important;
		font-size: 1.3125rem !important;
		border-bottom: 1px solid rgba(255, 255, 255, 0.06);
		transition: background var(--transition), padding-left var(--transition);
	}

	.sf-menu > li > a:hover,
	.sf-menu > li.active > a {
		background: rgba(224, 0, 108, 0.15);
		padding-left: 18px !important;
	}

	.sf-menu ul li a {
		font-size: 1.25rem !important;
		border-radius: var(--radius-sm);
	}

	.sf-menu ul li a:hover {
		background: rgba(255, 255, 255, 0.06);
	}
}

/* Footer & widgets */
.sf-menu > li > a {
	font-size: clamp(1.1875rem, 1.8vw, 1.3125rem) !important;
}

.page_footer .widget-title {
	font-size: clamp(1.375rem, 2.7vw, 1.625rem) !important;
}

.page_footer .widget h4 {
	font-size: clamp(1.25rem, 2.4vw, 1.375rem) !important;
}

.page_footer .widget p {
	font-size: clamp(1.25rem, 2.1vw, 1.375rem) !important;
	line-height: 1.65 !important;
}

.page_footer .list2 a {
	font-size: clamp(1.25rem, 2.1vw, 1.375rem);
}

.imp-head {
	font-size: clamp(1.3125rem, 2.6vw, 1.4375rem) !important;
}

.contact-form label,
.contact-form .form-control {
	font-size: clamp(1.3125rem, 2.1vw, 1.375rem);
}

.faq-answer {
	font-size: clamp(1.5625rem, 2.7vw, 1.8125rem) !important;
	line-height: 1.8;
}

ol li,
ul li {
	font-size: clamp(1.375rem, 2.1vw, 1.4375rem);
	line-height: 1.7;
}

.page_header a.logo strong {
	transition: color var(--transition);
}

.page_header a.logo:hover strong {
	color: var(--brand-pink-light);
}

.header-mobile-contact {
	background: linear-gradient(135deg, rgba(224, 0, 108, 0.15), rgba(233, 30, 99, 0.08));
	border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.header-mobile-contact a {
	text-decoration: none;
	color: var(--brand-pink-light);
}

/* Section typography */
.ds .container p,
.ds .container-fluid p {
	line-height: 1.75;
	font-size: clamp(1.375rem, 2.1vw, 1.5rem);
}

.section-title,
h2.big.margin_10,
.heading-h1 {
	position: relative;
}

.section-title::after,
.page_models > .container-fluid > .row:first-child h2::after,
.models_portrait > .container-fluid > .row:first-child h2::after {
	content: '';
	display: block;
	width: 60px;
	height: 3px;
	background: linear-gradient(90deg, var(--brand-pink), var(--brand-pink-light));
	margin: 12px auto 0;
	border-radius: 2px;
}

.heading-h1::after {
	margin-left: auto;
	margin-right: auto;
}

/* Hero slider */
.intro_section.page_mainslider {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.page_mainslider .flexslider .slides > li {
	position: relative;
	overflow: hidden;
}

.page_mainslider .flexslider .slides > li::before {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(135deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.15) 50%, rgba(0, 0, 0, 0.45) 100%);
	z-index: 1;
	pointer-events: none;
}

.page_mainslider .flexslider .slides img {
	min-height: 380px;
	max-height: 620px;
	object-fit: cover;
	object-position: center top;
}

.page_mainslider .container {
	position: relative;
	z-index: 2;
}

@media (min-width: 768px) {
	.page_mainslider .slide_description_wrapper {
		position: absolute !important;
		inset: 0;
		display: flex;
		align-items: center;
		justify-content: flex-start;
		padding: 40px 60px !important;
		background: transparent !important;
	}

	.page_mainslider .slide_description {
		max-width: 520px;
		text-align: left !important;
	}

	.page_mainslider .slide_description h2.highlight {
		text-shadow: 0 2px 12px rgba(0, 0, 0, 0.5);
	}

	.page_mainslider .slide_description h3.extra-big {
		text-shadow: 0 2px 16px rgba(0, 0, 0, 0.6);
		font-size: clamp(2rem, 6vw, 3.5rem) !important;
	}
}

@media (max-width: 767px) {
	.page_mainslider .flexslider .slides img {
		min-height: 240px;
		max-height: 320px;
	}
}

/* Side content feature blocks */
.side-item.event-item {
	border-radius: var(--radius-md);
	overflow: hidden;
	transition: transform var(--transition), box-shadow var(--transition);
}

.side-item.event-item:hover {
	transform: translateY(-4px);
	box-shadow: var(--shadow-hover);
}

.with_background_grey {
	background: linear-gradient(145deg, #2a2a2a, #222) !important;
	border: 1px solid rgba(255, 255, 255, 0.05);
}

.side-item .item-media {
	border-radius: var(--radius-sm);
	overflow: hidden;
}

.side-item .item-media img {
	transition: transform 0.5s ease;
}

.side-item:hover .item-media img {
	transform: scale(1.04);
}

/* Profile / gallery cards */
.isotope-item {
	padding: 0 10px;
	margin-bottom: 24px;
}

.isotope-item .vertical-item {
	border-radius: var(--radius-md) var(--radius-md) 0 0;
	overflow: hidden;
	background: var(--brand-card);
}

.isotope-item .item-media {
	overflow: hidden;
}

.isotope-item .profile-gallery-img {
	transition: transform 0.5s ease;
}

.isotope-item:hover .profile-gallery-img {
	transform: scale(1.06);
}

.item-title.profile-card {
	border: none !important;
	border-radius: 0 0 var(--radius-md) var(--radius-md);
	background: linear-gradient(180deg, #2e2e2e, #252525);
	box-shadow: var(--shadow-soft);
	transition: transform var(--transition), box-shadow var(--transition);
}

.isotope-item:hover .profile-card {
	box-shadow: var(--shadow-hover);
}

.profile-card h4 a {
	transition: color var(--transition);
}

.profile-card h4 a:hover {
	color: var(--brand-pink-light) !important;
}

.profile-card-actions a {
	transition: filter var(--transition), transform var(--transition);
	font-weight: 600;
	letter-spacing: 0.02em;
}

.profile-card-actions a:hover {
	filter: brightness(1.12);
	transform: translateY(-1px);
}

.profile-card-actions a:active {
	transform: translateY(0);
}

/* CTA button grid */
.cta-button-grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
	padding: 10px 5px 0;
}

.cta-button-grid .theme_button {
	flex: 1 1 calc(50% - 10px);
	max-width: calc(50% - 10px);
	margin: 0 !important;
	padding: 13px 14px;
	font-size: clamp(0.9375rem, 1.6vw, 1rem) !important;
	line-height: 1.35;
	border-radius: var(--radius-sm);
	transition: transform var(--transition), box-shadow var(--transition), background-color var(--transition);
}

.cta-button-grid .theme_button:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(224, 0, 108, 0.35);
}

@media (min-width: 768px) {
	.cta-button-grid .theme_button {
		flex: 1 1 calc(33.333% - 10px);
		max-width: calc(33.333% - 10px);
		font-size: 1rem !important;
	}
}

@media (min-width: 992px) {
	.cta-button-grid .theme_button {
		flex: 0 1 auto;
		max-width: none;
	}
}

/* General buttons - keep inline on mobile except cta grid */
@media (max-width: 575px) {
	.cta-button-grid .theme_button {
		display: inline-block;
		width: auto;
	}

	.text-center:not(.cta-button-grid) > .theme_button,
	.col-sm-12.text-center > .theme_button {
		display: inline-block;
		width: auto;
		min-width: 140px;
		margin: 6px 4px !important;
	}
}

.theme_button {
	border-radius: var(--radius-sm);
	transition: transform var(--transition), box-shadow var(--transition);
}

.theme_button:hover {
	transform: translateY(-1px);
}

.theme_button.color1 {
	background: linear-gradient(135deg, var(--brand-pink), var(--brand-pink-light));
}

/* Keyword pills */
.keyword ul li {
	border-radius: 20px;
	transition: transform var(--transition), box-shadow var(--transition);
}

.keyword ul li:hover {
	transform: translateY(-2px);
	box-shadow: 0 4px 15px rgba(233, 30, 99, 0.4);
}

/* Breadcrumbs */
.page_breadcrumbs {
	position: relative;
	overflow: hidden;
}

.page_breadcrumbs::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: linear-gradient(90deg, var(--brand-pink), var(--brand-pink-light), var(--brand-pink));
}

.mobile-page-title {
	display: none !important;
	background: #1a1a1a;
	padding: 0;
	border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.mobile-page-title-text {
	margin: 0;
	color: #ffffff;
	font-size: clamp(1.375rem, 5vw, 1.75rem) !important;
	line-height: 1.25 !important;
	font-weight: 700 !important;
	text-align: center;
	text-transform: none !important;
}

@media (max-width: 767px) {
	.page_breadcrumbs {
		display: none !important;
	}

	.mobile-page-title {
		display: block !important;
		margin-top: 0;
		padding-top: 22px;
	}

	/* Service pages: pink title above image */
	.mobile-page-title--service .mobile-page-title-text {
		color: var(--brand-pink-light) !important;
	}

	/* Service pages: hide duplicate title below the hero image */
	.is-service-page .ds .row > .col-md-4:first-child + .col-md-8 > .item-content:first-child > h1:first-of-type,
	.is-service-page .ds .row > .col-md-4:first-child + .col-md-8 > .item-content:first-of-type > h1:first-of-type {
		display: none !important;
	}
}

/* Contact page */
.contact-info-card {
	background: linear-gradient(145deg, #1e1e1e, #141414);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: var(--radius-md);
	padding: 28px 24px;
	height: 100%;
	box-shadow: var(--shadow-soft);
}

.contact-info-card a {
	color: var(--brand-pink-light);
	transition: color var(--transition);
}

.contact-info-card a:hover {
	color: #fff;
}

.contact-form .form-control {
	border-radius: var(--radius-sm);
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.12);
	color: #fff;
	transition: border-color var(--transition), box-shadow var(--transition);
}

.contact-form .form-control:focus {
	border-color: var(--brand-pink-light);
	box-shadow: 0 0 0 3px rgba(233, 30, 99, 0.15);
	outline: none;
}

.contact-map-row {
	margin-top: 50px;
}

.map-responsive {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;
	border-radius: var(--radius-md);
	overflow: hidden;
	box-shadow: var(--shadow-soft);
	border: 1px solid rgba(255, 255, 255, 0.08);
}

.map-responsive iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

@media (max-width: 767px) {
	.contact-info-card {
		margin-bottom: 30px;
	}
}

/* Footer */
.page_footer {
	border-top: 3px solid var(--brand-pink);
}

.footer-phone-link {
	font-size: clamp(1.25rem, 4.5vw, 1.625rem) !important;
	color: var(--brand-pink-light) !important;
	font-weight: 700;
	transition: color var(--transition);
}

.footer-phone-link:hover {
	color: #fff !important;
}

.page_copyright h4 {
	font-size: clamp(0.9375rem, 2.5vw, 1.0625rem) !important;
	margin: 0;
}

/* Floating buttons */
.whatsapp,
.callnow {
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.35);
	border: 2px solid rgba(255, 255, 255, 0.2);
}

/* Scroll reveal */
.reveal-on-scroll {
	opacity: 0;
	transform: translateY(24px);
	transition: opacity 0.6s ease, transform 0.6s ease;
}

.reveal-on-scroll.is-visible {
	opacity: 1;
	transform: translateY(0);
}

/* FAQ accordion */
.faq-question {
	background: rgba(255, 255, 255, 0.04);
	border-radius: var(--radius-sm);
	margin-bottom: 6px;
	transition: background var(--transition);
}

.faq-question:hover {
	background: rgba(233, 30, 99, 0.12);
}

.faq-answer {
	border-left-color: var(--brand-pink-light) !important;
	border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
	background: rgba(255, 255, 255, 0.03);
}

/* Banner slider polish */
.banner-slider {
	border-radius: var(--radius-md);
	overflow: hidden;
	box-shadow: var(--shadow-soft);
}

/* Service page hero image */
.entry-thumbnail {
	border-radius: var(--radius-md);
	overflow: hidden;
	box-shadow: var(--shadow-soft);
}

.entry-thumbnail img {
	transition: transform 0.5s ease;
}

.entry-thumbnail:hover img {
	transform: scale(1.03);
}

/* Gallery filters */
.isotope_filters a {
	border-radius: 20px;
	transition: background var(--transition), color var(--transition);
}

/* Improved 2-col grid on small tablets */
@media (min-width: 576px) and (max-width: 767px) {
	.isotope_container .isotope-item.col-sm-6 {
		width: 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
}

/* Blog list page */
.blog-intro-text {
	max-width: 720px;
	margin: 0 auto;
	opacity: 0.85;
}

.blogs-list-section {
	padding-top: 0;
}

.blog-card {
	height: 100%;
	display: flex;
	flex-direction: column;
	background: rgba(255, 255, 255, 0.03);
	border-radius: var(--radius-md);
	overflow: hidden;
	transition: transform var(--transition), box-shadow var(--transition);
}

.blog-card:hover {
	transform: translateY(-4px);
	box-shadow: var(--shadow-soft);
}

.blog-card-media {
	position: relative;
	overflow: hidden;
}

.blog-card-img {
	width: 100%;
	height: 240px;
	object-fit: cover;
	display: block;
}

.blog-card-content {
	flex: 1;
	display: flex;
	flex-direction: column;
	padding: 28px 30px 32px !important;
}

.blog-card-excerpt {
	flex: 1;
	margin-bottom: 20px;
	opacity: 0.85;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	overflow: hidden;
}

.blog-card .entry-title {
	font-size: clamp(1.25rem, 2.2vw, 1.5rem);
	margin: 0 0 14px;
	line-height: 1.35;
}

.blog-card .entry-title a:hover {
	color: var(--brand-pink);
}

.blog-cta-section {
	background: rgba(255, 255, 255, 0.03);
	border-top: 1px solid rgba(255, 255, 255, 0.06);
}

@media (max-width: 767px) {
	.blog-card-img {
		height: 200px;
	}

	.blog-card-content {
		padding: 22px 20px 26px !important;
	}
}

