/**
 * Theme Name:     Twenty Twenty-One Child
 * Author:         the WordPress team
 * Template:       twentytwentyone
 * Text Domain:    twenty-twenty-one-child
 * Description:    Child theme with HSBP-inspired header and footer styling.
 */

@import url("./assets/hsbp/style.css");
@import url("./assets/hsbp/my-custom.css");
@import url("./assets/hsbp/mediaquries.css");
@import url("./assets/hsbp/custom.css");

body.hsbp-theme {
	background: #fff;
}

#menubar {
	top: 0;
	bottom: auto;
}

body.admin-bar #menubar,
body.admin-bar .inmenu {
	top: 32px !important;
}

.logo {
	overflow: visible;
	background: #46016e;
}

.logo::after {
	content: "";
	position: absolute;
	top: 0;
	right: -36px;
	width: 36px;
	height: 70px;
	background: linear-gradient(to bottom right, #46016e 0 50%, transparent 50% 100%);
}

.menu {
	overflow: visible;
}

.menu::after {
	content: "";
	position: absolute;
	top: 0;
	right: -26px;
	width: 26px;
	height: 70px;
	background: linear-gradient(70deg, #fff 0%, #fff 50%, transparent 50%, transparent 100%);
}
.menu::before {
	content: "";
	position: absolute;
	top: 0;
	left: -26px;
	width: 26px;
	height: 70px;
	background: linear-gradient(290deg, #fff 0%, #fff 50%, transparent 50%, transparent 100%);
}

.cart {
	float: right;
	margin-top: 0;
	margin-left: 0;
	line-height: 70px;
}

.cart a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 70px;
	margin-left: 0;
	padding: 0 18px 0 10px;
	position: relative;
}

.cart-icon {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 25px;
	margin-top: 0;
	line-height: 70px;
	width: 34px;
	height: 34px;
}

.cart-icon .fa {
	line-height: 1;
}

.cart-count-badge {
	position: absolute;
	top: -4px;
	right: -10px;
	display: inline-block;
	min-width: 18px;
	padding: 2px 6px;
	border-radius: 999px;
	background-color: #e00962;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.1;
	text-align: center;
	box-shadow: 0 0 0 2px #46016e;
}

.nav-toggle-bar {
	display: block;
	width: 24px;
	height: 3px;
	margin: 5px 0;
	background: #fff;
	border-radius: 3px;
}

#pull {
	display: none;
}

.my-footer {
	z-index: 9999;
}

.hsbp-floating-cart {
	right: 10px;
	top: 80px;
	left: initial;
}

.hsbp-mobile-strip.my-footer {
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: auto;
	padding: 11px 16px;
	border-radius: 0;
	background-color: #46016e;
	font-size: 20px;
	text-align: left;
}

.hsbp-mobile-strip a {
	color: #fff;
}

.hsbp-mobile-strip-text {
	font-size: 16px;
}

#blanket,
#popUpDiv {
	display: none !important;
}

.v {
	border: 1px solid #000;
	border-radius: 0;
	width: 300px;
	margin-left: 30%;
	background-color: #013b82;
}

.close {
	float: right;
	font-size: 28px;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #000;
	opacity: 1;
	margin-top: -20px;
	margin-right: -20px;
	cursor: pointer;
}

.close:hover {
	color: #aaa;
	text-decoration: none;
	opacity: 0.5;
}

#popUpDiv {
	position: fixed !important;
	height: 280px !important;
	text-align: center;
}

.citypopuplink {
	margin-top: 18px;
	text-decoration: underline;
	cursor: pointer;
}

.popUpform select {
	height: 41px;
	border: 0;
}

.selectcity {
	font-size: 2em;
	font-family: helvetica, arial, sans-serif;
}

.popupbtn {
	margin-top: 30px;
	padding: 8px 16px;
	border: 1px solid #af074c;
	border-radius: 6px;
	background: #af074c;
	color: #fff;
	font-size: 12px;
}

.citypopup {
	width: 28%;
	height: 30px;
	margin: 10px auto;
	padding: 2px 5px;
	border-radius: 5px;
}

#listCity {
	display: none;
}

.hsbp-popup-note {
	margin-top: 0;
	font-size: 10px;
	font-family: helvetica, arial, sans-serif;
}

.rightdivtext {
	width: 58%;
}

.leftdivimg {
	width: 38% !important;
}

.info-wrapper-service {
	height: 80px;
}

.m-top {
	margin-top: 1em;
}

.hsbp-footer-mobile-wrap {
	margin: 0;
	padding-bottom: 0;
	text-align: center;
	text-align: -webkit-center;
}

.hsbp-footer-mobile-card,
.hsbp-footer-column {
	margin-top: 20px;
}

.hsbp-footer-mobile-card {
	height: auto;
}

.hsbp-footer-mobile-card .ful,
.hsbp-footer-mobile-extra {
	margin: 0 0 16px;
	padding: 0;
	list-style: none;
}

.hsbp-footer-mobile-card .ful li,
.hsbp-footer-mobile-extra li {
	padding: 8px 0;
}

.hsbp-footer-mobile-card .ful a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
}

.hsbp-footer-mobile-contact {
	margin-top: 10px;
}

.hsbp-footer-column {
	height: 410px;
}

@media screen and (max-width: 980px) {
	.logo::after,
	.menu::after {
		display: none;
	}

	#pull {
		display: block;
	}
}

@media screen and (max-width: 767px) {
	body.admin-bar #menubar,
	body.admin-bar .inmenu {
		top: 46px !important;
		display: flex;
		align-items: center;
	}
.hsbp-floating-cart {
	top: 115px;

}
	.v {
		width: auto;
		margin-left: 0;
	}

	.citypopup {
		width: 50%;
	}

	.selectcity {
		font-size: 1.2em;
	}

	#popUpDiv {
		height: 250px !important;
	}

	footer {
		font: 20px/26px Arial, Helvetica, sans-serif;
	}

	footer a,
	footer a:hover {
		color: #fff;
		text-decoration: none;
	}

	.hsbp-mobile-strip.my-footer {
		display: block;
	}

	.menu {
		z-index: 1000;
	}

	.cart {
		display: none;
	}

	.mobile {
		display: block !important;
	}

	.destop {
		display: none !important;
	}

	ul li {
		padding: 4px;
	}

	ul li h4 {
		text-align: center;
	}

	.hsbp-footer-mobile-card .ful a {
		justify-content: flex-start;
	}
}

.mobile {
	display: none;
}

.destop {
	display: block;
}

.hsbp-blog-shell {
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	overflow-x: hidden;
	padding: 110px 0 70px;
	background:
		radial-gradient(circle at top left, rgba(233, 30, 99, 0.14), transparent 30%),
		linear-gradient(180deg, #fffafc 0%, #ffffff 42%, #fff5f8 100%);
}

.hsbp-blog-shell *,
.hsbp-blog-shell *::before,
.hsbp-blog-shell *::after {
	box-sizing: border-box;
}

.hsbp-blog-hero {
	box-sizing: border-box !important;
	max-width: 1180px;
	width: calc(100% - 40px);
	margin: 0 auto 28px;
	padding: 56px 48px;
	border-radius: 28px;
	background: linear-gradient(135deg, #46016e 0%, #7c2c83 50%, #e00962 100%);
	box-shadow: 0 22px 60px rgba(70, 1, 110, 0.18);
	color: #fff;
}

.hsbp-blog-hero-archive,
.hsbp-blog-hero-search {
	padding: 44px 48px;
}

.hsbp-blog-hero-copy {
	max-width: 760px;
}

.hsbp-blog-kicker {
	display: inline-block;
	margin-bottom: 14px;
	padding: 8px 14px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.14);
	color: #fff4fb;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.hsbp-blog-hero h1 {
	margin: 0 0 14px;
	color: #fff;
	font-size: 42px;
	line-height: 1.15;
}

.hsbp-blog-hero p {
	margin: 0;
	max-width: 640px;
	color: rgba(255, 255, 255, 0.9);
	font-size: 18px;
	line-height: 1.7;
}

.hsbp-blog-container {
	box-sizing: border-box !important;
	max-width: 1180px;
	width: calc(100% - 40px);
	margin: 0 auto;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 330px);
	gap: 28px;
	align-items: start;
}

.hsbp-blog-main {
	min-width: 0;
	width: 100%;
}

.hsbp-blog-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 28px;
}

.hsbp-post-card,
.hsbp-blog-widget,
.hsbp-single-post,
.hsbp-empty-state,
.hsbp-blog-search-summary {
	border: 1px solid rgba(70, 1, 110, 0.08);
	border-radius: 24px;
	background: #fff;
	box-shadow: 0 18px 50px rgba(27, 14, 34, 0.08);
}

.hsbp-post-card {
	min-width: 0;
	overflow: hidden;
}

.hsbp-post-card-media,
.hsbp-single-featured-image {
	display: block;
	background: linear-gradient(135deg, #f6d4e4, #eed8ff);
}

.hsbp-post-card-media img,
.hsbp-single-featured-image img {
	display: block;
	width: 100%;
	height: auto;
}

.hsbp-post-card-media img {
	height: 250px;
	object-fit: cover;
}

.hsbp-post-card-placeholder {
	display: grid;
	place-items: center;
	height: 250px;
	color: #46016e;
	font-size: 34px;
	font-weight: 800;
	letter-spacing: 0.2em;
}

.hsbp-post-card-body,
.hsbp-single-header,
.hsbp-single-content,
.hsbp-single-footer,
.hsbp-blog-widget,
.hsbp-empty-state,
.hsbp-blog-search-summary {
	padding: 28px;
}

.hsbp-post-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 16px;
	margin-bottom: 14px;
	color: #7d687d;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

.hsbp-post-category,
.hsbp-single-tags a {
	display: inline-flex;
	align-items: center;
	padding: 8px 14px;
	border-radius: 999px;
	background: #fff1f6;
	color: #ca1b62!important;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.hsbp-post-card-title,
.hsbp-single-header h1,
.hsbp-blog-widget h2,
.hsbp-empty-state h2 {
	margin: 0 0 14px;
	color: #261c37;
	line-height: 1.2;
	overflow-wrap: anywhere;
}

.hsbp-post-card-title {
	font-size: 28px;
}

.hsbp-post-card-title a,
.hsbp-single-navigation a,
.hsbp-blog-list a,
.hsbp-blog-compact-posts a {
	color: inherit!important;
}

.hsbp-post-card-body p,
.hsbp-empty-state p,
.hsbp-blog-list li,
.hsbp-blog-compact-posts time {
	color: #63566c;
	line-height: 1.8;
}

.hsbp-post-card-link {
	display: inline-flex;
	margin-top: 20px;
	color: #46016e;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.hsbp-blog-sidebar {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 24px;
	min-width: 0;
}

.hsbp-blog-widget h2 {
	font-size: 22px;
}

.hsbp-blog-list,
.hsbp-blog-compact-posts {
	margin: 0;
	padding: 0;
	list-style: none;
}

.hsbp-blog-list li,
.hsbp-blog-compact-posts li {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	padding: 12px 0;
	border-bottom: 1px solid rgba(70, 1, 110, 0.08);
}

.hsbp-blog-list li:last-child,
.hsbp-blog-compact-posts li:last-child {
	border-bottom: 0;
}

.hsbp-blog-compact-posts li {
	flex-direction: column;
}

.hsbp-searchform {
	display: flex;
	gap: 10px;
}

.hsbp-searchform-input {
	flex: 1;
	min-width: 0;
	height: 48px;
	padding: 0 16px;
	border: 1px solid rgba(70, 1, 110, 0.14);
	border-radius: 14px;
	background: #fff;
	color: #261c37;
}

.hsbp-searchform-button {
	height: 48px;
	padding: 0 20px;
	border: 0;
	border-radius: 14px;
	background: linear-gradient(135deg, #e00962, #b50e7d);
	color: #fff;
	font-weight: 700;
	cursor: pointer;
}

.hsbp-searchform-inline {
	margin-top: 20px;
}

.hsbp-blog-search-summary {
	margin-bottom: 24px;
	color: #46016e;
	font-weight: 700;
}

.hsbp-blog-pagination {
	margin-top: 32px;
}

.hsbp-blog-pagination ul {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.hsbp-blog-pagination a,
.hsbp-blog-pagination span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 44px;
	height: 44px;
	padding: 0 16px;
	border-radius: 14px;
	background: #fff;
	color: #46016e;
	font-weight: 700;
	box-shadow: 0 8px 22px rgba(27, 14, 34, 0.08);
}

.hsbp-blog-pagination .current {
	background: #46016e;
	color: #fff;
}

.hsbp-single-post {
	overflow: hidden;
}

.hsbp-single-shell {
	padding-top: 120px;
}

.hsbp-single-header h1 {
	font-size: 46px;
}

.hsbp-single-content {
	color: #3e3548;
	font-size: 18px;
	line-height: 1.9;
}

.hsbp-single-content > *:first-child {
	margin-top: 0;
}

.hsbp-single-content > *:last-child {
	margin-bottom: 0;
}

.hsbp-single-content h2,
.hsbp-single-content h3,
.hsbp-single-content h4 {
	color: #261c37;
	line-height: 1.3;
}

.hsbp-single-content a {
	color: #ca1b62;
}

.hsbp-single-content img {
	max-width: 100%;
	height: auto;
	border-radius: 18px;
}

.hsbp-single-footer {
	display: grid;
	gap: 24px;
	border-top: 1px solid rgba(70, 1, 110, 0.08);
}

.hsbp-single-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.hsbp-single-navigation {
	display: flex;
	justify-content: space-between;
	gap: 16px;
}

.hsbp-single-navigation div {
	flex: 1;
	padding: 18px 20px;
	border-radius: 18px;
	background: #fff5f8;
	color: #46016e;
	font-weight: 700;
}

.hsbp-empty-state {
	text-align: center;
}

@media screen and (max-width: 1024px) {
	.hsbp-blog-container {
		grid-template-columns: minmax(0, 1fr);
	}

	.hsbp-blog-grid {
		grid-template-columns: 1fr 1fr;
	}

	.hsbp-blog-sidebar {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media screen and (max-width: 860px) {
	.hsbp-blog-hero,
	.hsbp-blog-container {
		max-width: 720px;
		width: calc(100% - 28px);
	}

	.hsbp-blog-grid,
	.hsbp-blog-sidebar {
		grid-template-columns: minmax(0, 1fr);
	}

	.hsbp-post-card-media img,
	.hsbp-post-card-placeholder {
		height: 220px;
	}
}

@media screen and (max-width: 767px) {
	.hsbp-blog-shell,
	.hsbp-single-shell {
		padding-top: 95px;
		padding-bottom: 42px;
	}

	.hsbp-blog-hero,
	.hsbp-blog-hero-archive,
	.hsbp-blog-hero-search {
		width: calc(100% - 24px);
		padding: 28px 22px;
		border-radius: 22px;
	}

	.hsbp-blog-hero h1,
	.hsbp-single-header h1 {
		font-size: 30px;
	}

	.hsbp-blog-hero p,
	.hsbp-single-content {
		font-size: 16px;
	}

	.hsbp-blog-container {
		width: calc(100% - 24px);
		gap: 20px;
	}

	.hsbp-blog-grid {
		grid-template-columns: minmax(0, 1fr);
		gap: 20px;
	}

	.hsbp-post-card-body,
	.hsbp-single-header,
	.hsbp-single-content,
	.hsbp-single-footer,
	.hsbp-blog-widget,
	.hsbp-empty-state,
	.hsbp-blog-search-summary {
		padding: 22px;
	}

	.hsbp-searchform,
	.hsbp-single-navigation {
		flex-direction: column;
	}

	.hsbp-post-card-title {
		font-size: 24px;
	}
}

@media screen and (max-width: 480px) {
	.hsbp-blog-shell,
	.hsbp-single-shell {
		padding-top: 88px;
		padding-bottom: 34px;
	}

	.hsbp-blog-hero,
	.hsbp-blog-hero-archive,
	.hsbp-blog-hero-search,
	.hsbp-blog-container {
		width: calc(100% - 20px);
	}

	.hsbp-blog-hero,
	.hsbp-blog-hero-archive,
	.hsbp-blog-hero-search {
		padding: 24px 18px;
		border-radius: 18px;
	}

	.hsbp-blog-hero h1,
	.hsbp-single-header h1 {
		font-size: 26px;
	}

	.hsbp-post-card-body,
	.hsbp-single-header,
	.hsbp-single-content,
	.hsbp-single-footer,
	.hsbp-blog-widget,
	.hsbp-empty-state,
	.hsbp-blog-search-summary {
		padding: 18px;
	}

	.hsbp-post-card-media img,
	.hsbp-post-card-placeholder {
		height: 190px;
	}

	.hsbp-post-meta,
	.hsbp-single-tags {
		gap: 8px;
	}
}
