/*!
Theme Name: 	AgencyPrestige
Theme URI: 		https://escortthemes.com/
Description: 	Escort Agency Theme
Version: 			1.3.0
Author: 			EscortThemes
Author URI: 	https://escortthemes.com
Text Domain: 	agencyprestige
Tags: 			 	escort, escort agency, bootstrap
*/

@font-face {
	font-family: 'Poiret One';
	src: url('fonts/PoiretOne-Regular.woff2') format('woff2'), url('fonts/PoiretOne-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

:root,
[data-bs-theme=light] {
	--bs-primary: var(--bs-primary);
	--bs-primary-rgb: 211, 165, 46;
	--bs-primary-text-emphasis: #544212;
	--bs-primary-bg-subtle: #F6EDD5;
	--bs-primary-border-subtle: #EDDBAB;
	--bs-secondary: #918467;
	--bs-secondary-rgb: 145, 132, 103;
	--bs-secondary-text-emphasis: #3A3529;
	--bs-secondary-bg-subtle: #E9E6E1;
	--bs-secondary-border-subtle: #D3CEC2;
	--bs-success: #25D366;
	--bs-success-rgb: 37, 211, 102;
	--bs-success-text-emphasis: #0F5429;
	--bs-success-bg-subtle: #D3F6E0;
	--bs-success-border-subtle: #A8EDC2;
	--bs-info: #4f4220;
	--bs-info-rgb: 79, 66, 32;
	--bs-info-text-emphasis: #201A0D;
	--bs-info-bg-subtle: #DCD9D2;
	--bs-info-border-subtle: #B9B3A6;
	--bs-danger: #e10016;
	--bs-danger-rgb: 225, 0, 22;
	--bs-danger-text-emphasis: #5A0009;
	--bs-danger-bg-subtle: #F9CCD0;
	--bs-danger-border-subtle: #F399A2;
	--bs-light: #33302e;
	--bs-light-rgb: 51, 48, 46;
	--bs-light-text-emphasis: #141312;
	--bs-light-bg-subtle: #D6D6D5;
	--bs-light-border-subtle: #ADACAB;
	--bs-dark: #0d0f11;
	--bs-dark-rgb: 13, 15, 17;
	--bs-dark-text-emphasis: #050607;
	--bs-dark-bg-subtle: #CFCFCF;
	--bs-dark-border-subtle: #9E9FA0;
	--bs-body-color: #a6a6a6;
	--bs-body-color-rgb: 166, 166, 166;
	--bs-secondary-color: rgba(166, 166, 166, 0.75);
	--bs-secondary-color-rgb: 166, 166, 166, 0.75;
	--bs-tertiary-color: rgba(166, 166, 166, 0.5);
	--bs-tertiary-color-rgb: 166, 166, 166, 0.5;
	--bs-body-bg: #050505;
	--bs-body-bg-rgb: 5, 5, 5;
	--bs-body-font-size: 16px;
	--bs-link-color: var(--bs-primary);
	--bs-link-color-rgb: 211, 165, 46;
	--bs-link-hover-color: #ffffff;
	--bs-link-hover-color-rgb: 255, 255, 255;
	--bs-border-color: #42403c;
	--bs-border-radius: 0px;
	--bs-border-radius-sm: 0px;
	--bs-border-radius-lg: 0px;
	--bs-border-radius-xl: 0px;
	--bs-border-radius-xxl: 0px;
	--bs-focus-ring-color: rgba(253, 200, 13, 0.25);
	--border-grey: #333;
	--border-color-dark: #2f2f2f;
}

.btn-primary {
	--bs-btn-color: #000000;
	--bs-btn-bg: var(--bs-primary);
	--bs-btn-border-color: var(--bs-primary);
	--bs-btn-hover-color: var(--bs-btn-hover-color);
	--bs-btn-hover-bg: var(--bs-btn-hover-bg);
	--bs-btn-hover-border-color: var(--bs-btn-hover-border-color);
	--bs-btn-active-color: #000000;
	--bs-btn-active-bg: var(--bs-btn-active-bg);
	--bs-btn-active-border-color: var(--bs-btn-active-border-color);
	--bs-btn-focus-shadow-rgb: var(--bs-primary-rgb);
	--bs-btn-disabled-color: #000000;
	--bs-btn-disabled-bg: var(--bs-primary);
	--bs-btn-disabled-border-color: var(--bs-primary);
}

.btn-primary:hover,
.btn-primary:focus,
.wp-block-button__link:hover {
	background-color: var(--bs-btn-hover-bg);
	border-color: var(--bs-btn-hover-border-color);
	color: var(--bs-btn-hover-color);
}

.btn-primary:active {
	background-color: var(--bs-btn-active-bg);
	border-color: var(--bs-btn-active-border-color);
	color: var(--bs-btn-active-color);
}

.btn-outline-primary {
	--bs-btn-color: var(--bs-primary);
	--bs-btn-border-color: var(--bs-primary);
	--bs-btn-focus-shadow-rgb: 211, 165, 46;
	--bs-btn-hover-color: #000000;
	--bs-btn-hover-bg: var(--bs-primary);
	--bs-btn-hover-border-color: var(--bs-primary);
	--bs-btn-active-color: #000000;
	--bs-btn-active-bg: var(--bs-primary);
	--bs-btn-active-border-color: var(--bs-primary);
	--bs-btn-disabled-color: var(--bs-primary);
	--bs-btn-disabled-bg: transparent;
	--bs-btn-disabled-border-color: var(--bs-primary);
}

.btn-secondary {
	--bs-btn-color: #000000;
	--bs-btn-bg: #918467;
	--bs-btn-border-color: #918467;
	--bs-btn-hover-color: #000000;
	--bs-btn-hover-bg: #A2967E;
	--bs-btn-hover-border-color: #9C9076;
	--bs-btn-focus-shadow-rgb: 22, 20, 15;
	--bs-btn-active-color: #000000;
	--bs-btn-active-bg: #A79D85;
	--bs-btn-active-border-color: #9C9076;
	--bs-btn-disabled-color: #000000;
	--bs-btn-disabled-bg: #918467;
	--bs-btn-disabled-border-color: #918467;
}

.btn-outline-secondary {
	--bs-btn-color: #918467;
	--bs-btn-border-color: #918467;
	--bs-btn-focus-shadow-rgb: 145, 132, 103;
	--bs-btn-hover-color: #000000;
	--bs-btn-hover-bg: #918467;
	--bs-btn-hover-border-color: #918467;
	--bs-btn-active-color: #000000;
	--bs-btn-active-bg: #918467;
	--bs-btn-active-border-color: #918467;
	--bs-btn-disabled-color: #918467;
	--bs-btn-disabled-bg: transparent;
	--bs-btn-disabled-border-color: #918467;
}

.btn-success {
	--bs-btn-color: #000000;
	--bs-btn-bg: #25D366;
	--bs-btn-border-color: #25D366;
	--bs-btn-hover-color: #000000;
	--bs-btn-hover-bg: #46DA7D;
	--bs-btn-hover-border-color: #3BD775;
	--bs-btn-focus-shadow-rgb: 6, 32, 15;
	--bs-btn-active-color: #000000;
	--bs-btn-active-bg: #51DC85;
	--bs-btn-active-border-color: #3BD775;
	--bs-btn-disabled-color: #000000;
	--bs-btn-disabled-bg: #25D366;
	--bs-btn-disabled-border-color: #25D366;
}

.btn-outline-success {
	--bs-btn-color: #25D366;
	--bs-btn-border-color: #25D366;
	--bs-btn-focus-shadow-rgb: 37, 211, 102;
	--bs-btn-hover-color: #000000;
	--bs-btn-hover-bg: #25D366;
	--bs-btn-hover-border-color: #25D366;
	--bs-btn-active-color: #000000;
	--bs-btn-active-bg: #25D366;
	--bs-btn-active-border-color: #25D366;
	--bs-btn-disabled-color: #25D366;
	--bs-btn-disabled-bg: transparent;
	--bs-btn-disabled-border-color: #25D366;
}

.btn-info {
	--bs-btn-color: #fff;
	--bs-btn-bg: #4f4220;
	--bs-btn-border-color: #4f4220;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #43381B;
	--bs-btn-hover-border-color: #3F351A;
	--bs-btn-focus-shadow-rgb: 229, 227, 222;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #3F351A;
	--bs-btn-active-border-color: #3B3218;
	--bs-btn-disabled-color: #fff;
	--bs-btn-disabled-bg: #4f4220;
	--bs-btn-disabled-border-color: #4f4220;
}

.btn-outline-info {
	--bs-btn-color: #4f4220;
	--bs-btn-border-color: #4f4220;
	--bs-btn-focus-shadow-rgb: 79, 66, 32;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #4f4220;
	--bs-btn-hover-border-color: #4f4220;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #4f4220;
	--bs-btn-active-border-color: #4f4220;
	--bs-btn-disabled-color: #4f4220;
	--bs-btn-disabled-bg: transparent;
	--bs-btn-disabled-border-color: #4f4220;
}

.btn-danger {
	--bs-btn-color: #fff;
	--bs-btn-bg: #e10016;
	--bs-btn-border-color: #e10016;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #BF0013;
	--bs-btn-hover-border-color: #B40012;
	--bs-btn-focus-shadow-rgb: 251, 217, 220;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #B40012;
	--bs-btn-active-border-color: #A90011;
	--bs-btn-disabled-color: #fff;
	--bs-btn-disabled-bg: #e10016;
	--bs-btn-disabled-border-color: #e10016;
}

.btn-outline-danger {
	--bs-btn-color: #e10016;
	--bs-btn-border-color: #e10016;
	--bs-btn-focus-shadow-rgb: 225, 0, 22;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #e10016;
	--bs-btn-hover-border-color: #e10016;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #e10016;
	--bs-btn-active-border-color: #e10016;
	--bs-btn-disabled-color: #e10016;
	--bs-btn-disabled-bg: transparent;
	--bs-btn-disabled-border-color: #e10016;
}

.btn-light {
	--bs-btn-color: #fff;
	--bs-btn-bg: #33302e;
	--bs-btn-border-color: #33302e;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #2B2927;
	--bs-btn-hover-border-color: #292625;
	--bs-btn-focus-shadow-rgb: 224, 224, 224;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #292625;
	--bs-btn-active-border-color: #262423;
	--bs-btn-disabled-color: #fff;
	--bs-btn-disabled-bg: #33302e;
	--bs-btn-disabled-border-color: #33302e;
}

.btn-outline-light {
	--bs-btn-color: #33302e;
	--bs-btn-border-color: #33302e;
	--bs-btn-focus-shadow-rgb: 51, 48, 46;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #33302e;
	--bs-btn-hover-border-color: #33302e;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #33302e;
	--bs-btn-active-border-color: #33302e;
	--bs-btn-disabled-color: #33302e;
	--bs-btn-disabled-bg: transparent;
	--bs-btn-disabled-border-color: #33302e;
}

.btn-dark {
	--bs-btn-color: #fff;
	--bs-btn-bg: #0d0f11;
	--bs-btn-border-color: #0d0f11;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #0B0D0E;
	--bs-btn-hover-border-color: #0A0C0E;
	--bs-btn-focus-shadow-rgb: 219, 219, 219;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #0A0C0E;
	--bs-btn-active-border-color: #0A0B0D;
	--bs-btn-disabled-color: #fff;
	--bs-btn-disabled-bg: #0d0f11;
	--bs-btn-disabled-border-color: #0d0f11;
}

.btn-outline-dark {
	--bs-btn-color: #0d0f11;
	--bs-btn-border-color: #0d0f11;
	--bs-btn-focus-shadow-rgb: 13, 15, 17;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #0d0f11;
	--bs-btn-hover-border-color: #0d0f11;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #0d0f11;
	--bs-btn-active-border-color: #0d0f11;
	--bs-btn-disabled-color: #0d0f11;
	--bs-btn-disabled-bg: transparent;
	--bs-btn-disabled-border-color: #0d0f11;
}

a {
	color: var(--bs-primary);
	text-decoration: underline;
}

#preloader {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #050505;
	z-index: 9999;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 1;
	transition: opacity 0.5s ease;
}

#preloader.hidden {
	opacity: 0;
	pointer-events: none;
	/* Prevent any interaction while it's fading out */
}

#preloader .loader {
	width: 50px;
	height: 50px;
	border: 2px solid #494949;
	border-top: 2px solid white;
	border-radius: 50%;
	animation: spin 1s linear infinite;
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

body {
	margin: 0;
	overflow-x: hidden;
	font-size: 18px;
	/* Prevents horizontal scrolling */
}

hr {
	opacity: 1;
}

.wp-block-separator {
	border-top: 1px solid;
}

.site-title-link {
	line-height: 1;
}

.site-description {
	font-size: .8rem;
	color: #999999;
}


/* Handling alignwide and alignfull */

.alignwide {
	width: 1440px;
	/* Set the desired width */
	margin-left: calc(50% - 720px);
	/* Half of the element's width */
	margin-right: calc(50% - 720px);
	/* Half of the element's width */
	position: relative;
}

@media (max-width: 1440px) {
	.alignwide {
		margin-left: calc(50% - 50vw);
		margin-right: calc(50% - 50vw);
		max-width: 100vw;
		width: 100vw;
	}
}

.alignfull {
	margin: 0px calc(50% - 50vw);
	max-width: 100vw;
	width: 100vw;
}

:root,
[data-bs-theme=light] {
	--bs-body-color: #878888;
	--bs-body-color-rgb: 135, 136, 136;
	--bs-secondary-color: rgba(135, 136, 136, 0.75);
	--bs-secondary-color-rgb: 135, 136, 136, 0.75;
	--bs-tertiary-color: rgba(135, 136, 136, 0.5);
	--bs-tertiary-color-rgb: 135, 136, 136, 0.5;
	--bs-body-font-family: system-ui, sans-serif;
	--bs-body-font-size: 16px;
	--bs-body-font-weight: 400;
	--bs-body-line-height: 1.5;
	--bs-border-radius: 0px;
	--bs-border-radius-sm: 0px;
	--bs-border-radius-lg: 0px;
	--bs-border-radius-xl: 0px;
	--bs-border-radius-xxl: 0px;
	--bs-focus-ring-color: rgba(253, 171, 13, 0.25);
}

.container-fluid.max {
	max-width: 1600px;
}

.item-with-ul ul {
	padding: 0;
}

.border-bottom-grey {
	border-bottom: 1px solid #333;
}

::selection {
	background: #736e5e;
	color: #fff;
	text-shadow: none;
}

#topbar .container * {
	margin: 0px;
}

header img {
	border: 0;
	max-width: 100%;
	vertical-align: middle;
	height: auto;
}

header a:active,
header a:hover {
	outline: 0;
}

.nav-link {
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
}

.nav-link:focus,
.nav-link:hover,
.current-menu-item .nav-link {
	color: var(--bs-primary);
}

@media (max-width: 1200px) {
	.navbar .custom-logo {
		max-height: 32px !important;
		width: auto !important;
	}
}

#menu-secondary {
	display: block;
}

@media (min-width: 1200px) {
	#menu-secondary {
		display: flex;
		align-items: center;
	}
}

header a {
	text-decoration: none;
	color: #fff;
	outline: 0;
}

#mescorts .mescstyle:hover .button-text,
.light-content .button-icon,
.light-content .button-text,
.light-content a {
	color: #fff;
}

header a:hover {
	text-decoration: none;
}

.outer {
	display: table;
	width: 100%;
	height: 100%;
}

.inner {
	display: table-cell;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	--bs-heading-color: #ffffff;
	color: #a6a6a6;
}

header {
	width: 100%;
	background-color: #000;
}

@media (min-width:1468px) {
	.admin-bar header {
		top: 32px;
	}
}

@media (min-width:1200px) and (max-width:1468px) {
	body {
		padding-top: 75px;
	}
	.admin-bar header {
		top: 32px;
	}
	header {
		position: fixed;
	}
}

@media (max-width:1199px) {
	.admin-bar header {
		top: 46px;
	}
	header {
		height: 54px;
	}
	body {
		padding-top: 0px;
	}
}

@media (max-width: 1200px) {
	body.admin-bar .offcanvas {
		top: 32px !important;
	}
}

@media (max-width: 786px) {
	body.admin-bar .offcanvas {
		top: 46px !important;
	}
	.escort-profile div {
		width: 100%;
	}
}


/* Apply sticky behavior only on medium screens and above */

@media (min-width: 768px) {
	.sticky-desktop {
		position: -webkit-sticky;
		/* For Safari */
		position: sticky;
		top: 0;
		z-index: 1020;
	}
}

#topbar {
	padding: 6px 0px !important;
	background: #1d1d1d;
	color: #fff;
	border-bottom: 1px solid rgba(255, 255, 255, .1);
}

#header-container {
	box-sizing: border-box;
	height: inherit;
	padding: 10px calc(var(--bs-gutter-x) * .5);
	margin: 0 auto;
	position: relative;
	width: 100%;
	z-index: 20;
	opacity: 0;
}

@media (min-width: 1200px) {
	#header-container {
		padding: 12px 80px;
	}
}

#logo img.black-logo,
.header-visible #header-container,
.light-content #logo img.white-logo {
	opacity: 1;
}

#logo {
	position: relative;
	pointer-events: initial;
	z-index: 10;
}

#logo a {
	display: block;
	-webkit-transition: transform .5s ease-in-out .1s;
	transition: transform .5s ease-in-out .1s;
}

#logo img {
	display: block;
	max-height: 40px;
	width: auto;
	max-width: none;
	-webkit-transition: opacity .15s ease-in-out;
	transition: opacity .15s ease-in-out;
}

.padding-120 {
	padding-top: 100px;
	padding-bottom: 120px;
}

.margin-bottom-60 {
	margin-bottom: 60px;
}

.more-escorts .me-list {
	display: flex;
	justify-content: space-between;
	flex-flow: row wrap;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #252525;
}

.more-escorts .me-list:last-child {
	border-bottom: none;
}

.more-escorts .me-list .more-escorts-single {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 20%;
	height: 130px;
	list-style: none;
	text-align: center;
	border-left: 1px solid #252525;
}

.more-escorts .me-list .more-escorts-single:first-child {
	border-left: none;
}

.section-title {
	margin-top: -5px;
}

.section-title .title {
	font-size: 46px;
	line-height: 56px;
	font-weight: 700;
	color: #fff;
	margin: 0;
}

@media only screen and (min-width:1600px) {
	.section-title .title {
		font-size: 56px;
		line-height: 70px;
		font-weight: 700;
	}
}

@media all and (max-width:991px) {
	.section-title .title {
		font-size: 40px;
		line-height: initial;
	}
}

@media all and (max-width:991px) {
	.more-escorts .me-list .more-escorts-single {
		padding: 0 20px;
	}
}

@media all and (max-width:767px) {
	.more-escorts .me-list .more-escorts-single {
		padding: 0 10px;
	}
}

@media all and (max-width:767px) {
	.section-title .title {
		font-size: 35px;
	}
}

@media only screen and (max-width:384px) {
	.section-title .title {
		font-size: 32px;
		line-height: 42px;
	}
}

.more-escorts-single img {
	max-width: 100%;
}

#mescorts .mescstyle {
	display: inline-block;
	border-radius: 50%;
}

#mescorts .more-escorts .mescstyle {
	display: inline-block;
	border-radius: 50%;
	top: 55px;
	position: relative;
	transition: .3s;
}

#mescorts #mesc-btn {
	display: inline-block;
}

#mescorts .mesc-hvr {
	background-color: #000;
	height: 10rem;
	width: 10rem;
	color: #fff;
	border-radius: 50%;
	cursor: pointer;
}

#mescorts .mesc-hvr:hover {
	color: #000;
	transition: background-color .5s, box-shadow .5s;
}

#mescorts .mesc-btn.mesc-hvr img {
	transition: .2s;
	max-width: 152%;
	height: auto;
}

.mescstyle .button-wrap.button-text {
	position: absolute;
	right: -27px;
	bottom: -60px;
	transform: rotate(-10deg);
	transition: all .3s;
	border-radius: 4px;
}

#mescorts .mesc-btn:hover .button-text {
	bottom: -30px;
	transition: all .3s;
	background: #ffffff;
	color: #000000;
	margin: 0px;
}

#mescorts .mescstyle .button-text {
	color: #ffffff;
	font-size: 3rem;
	font-family: HighSpirited;
	line-height: 4rem;
}

#mescorts .button-text span {
	font-size: 3rem !imoprtant;
}

#mescorts .button-text span::before {
	font-family: Poiret One;
	content: attr(data-hover);
	font-size: 1.35rem;
	width: 100%;
	line-height: 4rem;
	text-align: center;
}

#mescorts .button-wrap.button-text {
	margin-top: 1rem;
}

.mescstyle img {
	outline: 2px solid #ffffff;
	outline-offset: 4px;
}

#mescorts .mescstyle:hover img {
	outline: #ffffff solid 2px;
	outline-offset: 4px;
}

.ecsort-rate .average-rating-stars {
	padding: 0;
	display: inherit;
}

.sepline {
	display: inline-block;
	width: 1px;
	height: 50px;
	background: rgba(255, 255, 255, .3);
	margin: 0px;
	padding: 0px;
	position: relative;
	top: 4px;
}

.escort-loca {
	line-height: 1;
	margin-top: 4px;
}

.escort-loca a {
	color: #fff;
}

.escort-loca a:hover {
	color: var(--bs-primary);
}

.colsec .bi {
	font-size: 16px !important;
	margin-right: 1px;
	color: orange;
}

.colsec .ecsort-rate {
	display: flex;
	align-items: center;
	gap: 5px;
}

.ratesep {
	width: 1px;
	height: 1rem;
	background: rgba(255, 255, 255, .3);
	margin: 0px 5px;
}

.bs-icon {
	--bs-icon-size: .75rem;
	display: flex;
	flex-shrink: 0;
	justify-content: center;
	align-items: center;
	font-size: var(--bs-icon-size);
	width: calc(var(--bs-icon-size) * 2);
	height: calc(var(--bs-icon-size) * 2);
	color: var(--bs-primary);
}

.bs-icon-xs {
	--bs-icon-size: 1rem;
	width: calc(var(--bs-icon-size) * 1.5);
	height: calc(var(--bs-icon-size) * 1.5);
}

.bs-icon-sm {
	--bs-icon-size: 1rem;
}

.bs-icon-md {
	--bs-icon-size: 1.5rem;
}

.bs-icon-lg {
	--bs-icon-size: 2rem;
}

.bs-icon-xl {
	--bs-icon-size: 2.5rem;
}

.bs-icon.bs-icon-primary {
	color: var(--bs-white);
	background: var(--bs-primary);
}

.bs-icon.bs-icon-primary-light {
	color: var(--bs-primary);
	background: rgba(var(--bs-primary-rgb), .2);
}

.bs-icon.bs-icon-semi-white {
	color: var(--bs-primary);
	background: rgba(255, 255, 255, .5);
}

.bs-icon.bs-icon-rounded {
	border-radius: .5rem;
}

.bs-icon.bs-icon-circle {
	border-radius: 50%;
}

.accordion-button {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	background-color: #fff;
	color: #fff;
	border: 0 solid #000;
	padding: .375rem .75rem;
	font-weight: 500;
	text-align: left;
	border-radius: 0;
	transition: background-color .15s ease-in-out, border-color .15s ease-in-out;
	border-bottom: none;
	border-color: #000!important;
	box-shadow: none!important;
}

#accordion-profile .accordion-button::after {
	order: -1;
	margin-left: 0;
	margin-right: .5rem;
}

#accordion-profile .accordion-body {
	border-top: 1px solid #000;
	color: #000;
}

#accordion-profile .accordion-item {
	margin-bottom: 10px;
}

#accordion-profile .accordion-button.collapsed {
	background-color: #fff;
	color: #000;
}

#accordion-profile .accordion-button:focus {
	box-shadow: none;
}

.accordion-pro .accordion-item,
.jg-gallery {
	background: #fff;
}

.accordion-pro .accordion-button {
	background: #fff;
	color: #000;
	padding: 20px;
	font-size: 1.15rem;
}

[data-bs-theme=dark] #accordion-profile .accordion-button::after {
	--bs-accordion-btn-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4'/%3E%3C/svg%3E ");
	--bs-accordion-btn-active-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8'/%3E%3C/svg%3E");
}

#accordion-profile .accordion-body ul li a {
	text-decoration: none;
	color: #000;
}

#accordion-profile ul li {
	list-style: none;
	font-size: 1.1rem;
	line-height: 2;
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 15px;
	align-items: center;
}

#accordion-profile ul li span {
	line-height: 1.4;
}

.tablerow {
	border-bottom: 1px solid #222;
}

#escort-gallery {
	padding: 0 10px;
}

@media (min-width: 768px) {
	#escort-gallery {
		padding: 4rem 10px 5rem 10px;
	}
}

section {
	padding-top: 50px;
	padding-bottom: 50px;
}

@media (min-width:1200px) {
	section {
		padding-top: 100px;
		padding-bottom: 0px;
	}
}

.img-desat {
	filter: saturate(0);
}

.firstcol,
.secondcol {
	vertical-align: top;
	padding-bottom: 15px;
	line-height: 2;
	padding-top: 15px;
}

.protable {
	width: 100%;
}

.firstcol {
	font-weight: 400;
	color: #fff;
	min-width: 25%;
	padding-right: 20px;
}

.accordion-item h3 {
	color: #000;
	font-size: 1.3rem;
	margin: 0 0 20px;
}

.escort-signature {
	font-family: HighSpirited;
	font-size: 160px;
	color: #ffffff;
	transform: rotate(-5deg);
	display: inline-block;
	position: absolute;
	top: -142px;
	text-shadow: 0 0 10px #000;
	right: 40px;
}

.pb-10 {
	padding-bottom: 6rem;
}

.accordion-body .ratio.ratio-16x9 {
	border-top: 1px solid #222;
}

.signature {
	font-family: HighSpirited;
	font-size: 48px;
	margin-right: 10%;
}

#accordion-profile .accordion-button:hover {
	background: #e0e0e0!important;
}

#mescorts .section-title {
	margin-bottom: 75px;
}

.tablerow:last-child {
	border: 0;
}

#mescorts {
	border-top: 1px solid #14191f;
	background-repeat: no-repeat;
	padding-bottom: 20px;
}

.border-bottom-dark {
	border-top: 1px solid #14191f;
}

.border-top-dark {
	border-top: 1px solid #14191f;
}


/* footer */

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

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

footer span {
	opacity: .5;
	margin: 0px 5px;
}

.footer {
	margin-top: 0px;
}


/* animted links roll on hover */

.roll-text-hover {
	display: inline-block;
	position: relative;
	overflow: hidden;
	vertical-align: top;
	line-height: 30px;
	margin: 0px 5px;
	color: #fff;
	text-decoration: none;
	transition: color 0.05s ease-in-out;
}

.roll-text-hover.underlined {
	border-bottom: 2px solid transparent;
	transition: all .3s;
}

.roll-text-hover.underlined:hover {
	border-bottom: 2px solid #ffffff;
}

.roll-text-hover.underlined {
	margin: 0px !important;
}

.roll-text-hover span {
	position: relative;
	color: #fff;
	display: block;
	transition: transform 0.2s;
	transform-origin: 100% 0%;
}

.roll-text-hover span::before {
	content: attr(data-hover);
	position: absolute;
	width: 100%;
	top: 100%;
	left: 0;
	transition: transform 0.2s;
}

.roll-text-hover:hover span {
	transform: translateY(-100%);
}


/* home page jumbotron */

.jumbotron {
	background-size: cover;
	background-position: center;
	height: 600px;
	border-bottom: 1px solid #222222;
}

@media (max-width: 768px) {
	.jumbotron {
		background-size: auto 600px;
	}
}

.jumbotron .lead {
	font-size: 24px;
}

.container-width .wp-block-cover__inner-container {
	width: 1320px;
}

.border-bottom-grey {
	border-bottom: 1px solid var(--border-grey);
}

.border-top-grey {
	border-top: 1px solid var(--border-grey);
}

.container-wdith {
	width: 1320px;
	margin: auto;
}

.admin-bar .fancybox__container {
	z-index: 99999;
}

.mescstyle .rounded-circle {
	outline: 2px solid #fff;
	outline-offset: 4px;
}

.footer-nav {
	list-style-type: none;
	/* Removes the default list styling */
	padding: 0;
	/* Removes the default padding */
	margin: 0;
	/* Removes the default margin */
	display: flex;
	/* Displays the list items inline using Flexbox */
	flex-wrap: wrap;
	/* Allows list items to wrap if needed */
	justify-content: center;
	/* Center aligns the list items (optional) */
	align-items: center;
	/* Vertically aligns the list items (optional) */
}

.footer-nav li {
	margin-right: 10px;
	/* Adds some space between the list items, adjust as needed */
}

.footer-nav li:last-child {
	margin-right: 0;
	/* Removes margin from the last list item */
}

#m-escorts {
	max-width: 100%;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: auto;
	grid-gap: 20px;
}

#more-escorts {
	max-width: 100%;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: auto;
	grid-gap: 20px;
}

@media (max-width:768px) {
	#m-escorts,
	#more-escorts {
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 10px;
	}
}

#m-escorts img,
#more-escorts img {
	max-width: 100%;
	width: 100%;
}

.table-heading td {
	font-size: 2rem !important;
}


/* Remove borders from the table and cells */

.price-table table,
.price-table figcaption {
	border-collapse: collapse;
	border: none !important;
	margin: auto;
}

.price-table td,
.price-table th {
	border: none !important;
	padding: 10px 0px;
	color: #ccc;
}


/* Add a bottom border to each table row */

.price-table tr {
	border-bottom: 2px solid #191c21 !important;
	/* Adjust color and thickness as needed */
	color: #ffffff;
}

.price-table tr td:nth-child(2) {
	padding-left: 2rem;
	white-space: nowrap;
	text-align: right;
	color: #fff;
}

.price-wrapper {
	border: 1px solid #ffffff;
	padding: 50px;
}

.alignfull .wp-block-columns {
	max-width: 1320px;
	margin: auto;
}

.kt-blocks-accordion-header.kt-accordion-panel-active {
	border-left-color: #fff !important;
}

.fw-500 {
	font-weight: 500 !important;
}

.kb-button,
.kb-button .kb-svg-icon-wrap {
	transition: all .3s !important;
}

.responsive-padding-y {
	padding-top: 150px;
	padding-bottom: 150px;
}

@media (max-width: 768px) {
	.cta-cover-1 .kb-button {
		width: 100%;
	}
	.responsive-padding-y {
		padding-top: 75px;
		padding-bottom: 75px;
	}
}

.sp-adc-btn {
	position: relative;
	display: inline-block;
	width: auto;
	background-color: transparent;
	text-align: center;
	font-size: 1rem;
	font-weight: 400;
	text-decoration: none;
	padding: 5px 0px;
	line-height: 1;
	color: #FFF;
	overflow: hidden;
	font-family: inherit;
	cursor: pointer;
	border: none;
	border-radius: 0px;
	z-index: 9;
}

.sp-adc-btn-text {
	position: relative;
	transform: translate3d(0, 0, 0);
	transition: transform 0.3s;
}

.sp-adc-btn-text {
	display: flex;
	align-items: center;
	height: 100%;
	line-height: 2;
	border-bottom: 2px solid #fff !important;
}

.sp-adc-btn-text::after {
	position: absolute;
	content: attr(data-hover);
	top: 150%;
	left: 0;
	width: 100%;
	transition: all .3s;
	border-bottom: 0px solid #fff !important;
}

.sp-adc-btn:hover .sp-adc-btn-text {
	transform: translate3d(0, -3rem, 0);
	color: #ffffff;
}

.text-fourofour {
	font-size: 20vw;
	/* Scales with the width of the viewport */
	line-height: 1;
	/* Ensures that the text doesn't become too tall */
	text-align: center;
	/* Centers the text */
	margin: 0;
	/* Removes any default margin */
	padding: 0;
	/* Removes any default padding */
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Poiret One';
}

@media screen and (max-width: 768px) {
	.text-fourofour {
		font-size: 40vw;
		/* Scales more on smaller screens */
	}
	.h1,
	.h2,
	.h3,
	.h4,
	.h5,
	.h6,
	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		text-wrap: inherit;
	}
}

.hover-red:hover {
	background: var(--bs-primary) !important;
	color: #ffffff !important;
}

p,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin-bottom: 2rem;
}

.modal-backdrop {
	background-color: #111318;
	opacity: .95 !important;
}

figure.imghvr2 {
	position: relative;
	overflow: hidden;
	margin: 0px;
	width: 100%;
	max-width: 650px;
	width: 100%;
	color: #ffffff;
	text-align: left;
	font-size: 16px;
	background-color: #000000;
}

figure.imghvr2 * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}

figure.imghvr2 img {
	max-width: 100%;
	backface-visibility: hidden;
	vertical-align: top;
	width: 100%;
}

figure.imghvr2:after,
figure.imghvr2 figcaption {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

figure.imghvr2::after {
	content: '';
	background-color: rgba(0, 0, 0, 0.65);
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
	opacity: 0;
	top: 50px;
	left: 100px;
	bottom: 50px;
	right: 0px;
}

figure.imghvr2 figcaption {
	z-index: 1;
	padding: 70px;
}

figure.imghvr2 h3 {
	width: 100%;
	margin: 5px 0;
	padding: 0;
	line-height: 1.1em;
	text-transform: uppercase;
	opacity: 0;
}

figure.imghvr2 p,
figure.imghvr2 h3 {
	opacity: 0;
	top: 50%;
	-webkit-transform: translateX(20px);
	transform: translateX(20px);
}

figure.imghvr2 a {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
}

figure.imghvr2 i {
	position: absolute;
	bottom: 30px;
	right: 30px;
	padding: 20px 25px;
	font-size: 34px;
	opacity: 0;
	-webkit-transform: translateX(-10px);
	transform: translateX(-10px);
}

figure.imghvr2:hover:after {
	opacity: 1;
	position: absolute;
	top: 30px;
	bottom: 30px;
	left: 30px;
	right: 30px;
}

figure.imghvr2:hover h3,
figure.imghvr2:hover p,
figure.imghvr2:hover i {
	-webkit-transform: translate(0px, 0px);
	transform: translate(0px, 0px);
	opacity: 1;
}

.avatar.avatar-96.photo {
	max-width: 100%;
	height: auto;
	border-radius: 100px;
}

ul {
	margin-bottom: 2rem;
}

.price-col h3 {
	margin-bottom: 1rem;
}

.bg-light {
	background-color: rgba(255, 255, 255, .04) !important;
}

.price-col h3 span {
	border-bottom: 2px solid #fff;
	padding-bottom: 6px;
}

.containerx {
	display: flex;
	flex-wrap: wrap;
	/* Allows items to wrap to the next line */
}

.containerx .item {
	border: 1px solid #ffffff;
	padding: 10px 15px;
	margin: -0.5px;
	white-space: nowrap;
	color: #fff;
}

.pricetable {
	width: 100%;
}

.pricetable .tablerow {
	display: flex;
	justify-content: space-between;
}

.pricetable td {
	padding: 15px 0px;
}

.max-960 {
	max-width: 960px;
	margin: auto;
}


/* slick gallery lightbox */


/* Slider */

.slick-lightbox {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	height: 100%;
	background: black;
	-webkit-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
}

.slick-lightbox .slick-loading .slick-list {
	background-color: transparent;
}

.slick-lightbox .slick-prev {
	left: 15px;
}

.slick-lightbox .slick-next {
	right: 15px;
}

.slick-lightbox-hide {
	opacity: 0;
}

.slick-lightbox-hide.slick-lightbox-ie {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
}

.slick-lightbox-hide-init {
	position: absolute;
	top: -9999px;
	opacity: 0;
}

.slick-lightbox-hide-init.slick-lightbox-ie {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
}

.slick-lightbox-inner {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.slick-lightbox-slick-item {
	text-align: center;
	overflow: hidden;
}

.slick-lightbox-slick-item:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -0.25em;
}

.slick-caption-bottom .slick-lightbox-slick-item .slick-lightbox-slick-item .slick-lightbox-slick-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
	width: 100%;
	margin-bottom: 20px;
}

.slick-caption-dynamic .slick-lightbox-slick-item .slick-lightbox-slick-item .slick-lightbox-slick-caption {
	display: block;
	text-align: center;
}

.slick-lightbox-slick-item-inner {
	display: inline-block;
	vertical-align: middle;
	max-width: 90%;
	max-height: 90%;
}

.slick-lightbox-slick-item img {
	height: 100%;
}

.slick-lightbox-slick-img {
	margin: 0 auto;
	display: block;
	max-width: 100%;
	max-height: 100%;
}

.slick-lightbox-slick-caption {
	margin: 10px 0 0;
	color: white;
}

.slick-lightbox-close {
	position: absolute;
	top: 15px;
	right: 15px;
	display: block;
	height: 20px;
	width: 20px;
	line-height: 0;
	font-size: 0;
	cursor: pointer;
	background: transparent;
	color: transparent;
	padding: 0;
	border: none;
}

.slick-lightbox-close:focus {
	outline: none;
}

.slick-lightbox-close:before {
	font-family: "slick";
	font-size: 20px;
	line-height: 1;
	color: white;
	opacity: 0.85;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: '×';
}

.slick-slider .slick-arrow {
	position: absolute;
	top: 50%;
	border: 0;
	border-radius: 100%;
	padding: 0;
	height: 64px;
	width: 64px;
	display: block;
	background: rgba(0, 0, 0, .2);
	color: transparent;
	font-size: 0;
	transform: translate(0, -50%);
	outline: 0;
	z-index: 1;
	cursor: pointer;
	transition: background .3s;
}

.slick-slider .slick-arrow:hover {
	background: rgba(0, 0, 0, 1);
}

.slick-lightbox-slick-img {
	border-radius: 10px;
}

.gallery-img {
	height: 600px;
}

.btn.close i {
	font-size: 50px;
	line-height: 0;
}

.btn.close,
.btn.close:active {
	background: rgba(255, 255, 255, 0);
	right: 30px;
	top: 30px;
	padding: 0px;
	position: absolute;
	color: #ffffff;
	border: none;
}

.btn.close:hover {
	background: rgba(255, 255, 255, .1);
}

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: '';
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

[dir='rtl'] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

.slick-slider .slick-arrow.slick-next {
	right: 20px;
}

.slick-slider .slick-arrow.slick-next::before {
	content: "\F285";
	font-family: bootstrap-icons !important;
	color: #ffffff;
	font-size: 24px;
	line-height: 1;
}

.slick-slider .slick-arrow.slick-prev::before {
	content: "\F284";
	font-family: bootstrap-icons !important;
	color: #ffffff;
	font-size: 24px;
	line-height: 1;
}

.slick-slider .slick-arrow.slick-prev {
	left: 20px;
}

.slick-slider:not(.slick-initialized) .slick-track {
	display: flex;
	justify-content: center;
	height: 600px;
	width: 100% !important;
}

.gallery-img {
	margin: 0px 2px;
}

.rating-stars {
	unicode-bidi: bidi-override;
	direction: ltr;
	text-align: left;
}

.rating-stars > span {
	display: inline-block;
	position: relative;
	width: 1.1em;
	font-size: 20px;
	cursor: pointer;
}

.rating-stars > span:hover,
.rating-stars > span:hover ~ span {
	color: darkgrey;
}

.rating-stars > span.selected {
	color: gold;
}

#comments .bi.bi-star {
	opacity: 1;
	color: #9b6400;
}

#comments .bi.bi-star-fill,
#comments .bi.bi-star-half {
	color: orange;
}

.comsrow h4 {
	margin: 0px;
}

.comsrow {
	display: flex;
	align-items: center;
	gap: 10px;
}

.comsrow p {
	margin: 0px;
}

.comstars {
	white-space: nowrap;
}

@media (max-width: 768px) {
	.comsrow {
		flex-direction: column;
		justify-content: start;
		align-items: start;
	}
}

.comsrow.mb-2 h4 {
	font-size: 1.2rem;
}

.rev-title {
	margin: 0px;
	color: #fff;
	font-weight: 300;
	font-size: 1.2rem;
	line-height: 1.4;
}

.listed-comment {
	background: #050505;
	padding: 30px;
	margin-bottom: 10px;
	border: 1px solid #373226;
}

.listed-comment time {
	font-size: .9rem;
	opacity: .6;
	display: inline-block;
	margin-bottom: 5px;
}

.listed-comment .avatar.avatar-32.photo {
	border-radius: 50px;
}

.listed-comment p:last-child {
	margin: 0px;
}

.reviews {
	background: #0e0f10;
}

.reviews .listed-comment h4 {
	text-transform: uppercase;
}

.revtabs .nav-item a {
	padding: 15px;
}

.revatar {
	color: #7d7767;
}

.comment-form-cookies-consent,
.comment-notes {
	display: none;
}

.reviews .bi::before,
.reviews [class^="bi-"]::before,
.reviews [class*=" bi-"]::before {
	color: goldenrod;
}

#commentform .ms-2.rating-stars .bi:hover {
	cursor: pointer;
}

.revtabs .nav-link {
	color: var(--bs-primary);
}

.revtabs .nav-link:hover {
	color: #ffffff;
}

.revtabs .nav-tabs .nav-link.active {
	background: var(--bs-primary);
	color: #000;
}

.revtabs .nav-tabs .nav-link:focus,
.revtabs .nav-tabs .nav-link:hover {
	border-color: #42403c;
}

.escort-gallery-wrapper img {
	max-height: 600px;
}

.owl-prev,
.owl-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.owl-prev {
	left: 10px;
}

.owl-next {
	right: 10px;
}


/* arrow styles */

.owl-carousel .owl-nav button.owl-next span i::before,
.owl-carousel .owl-nav button.owl-prev span i::before {
	background: rgba(0, 0, 0, .5);
	width: 50px;
	height: 50px;
	border-radius: 50px;
	line-height: 50px;
	transition: all .3s;
}

.owl-carousel .owl-nav button i {
	font-size: 24px;
	transition: all .3s;
	line-height: inherit;
	color: white;
}


/* Additional styling for hover effects, etc., can be added here */

.owl-nav button:hover span i::before {
	background-color: #000000;
}

@media (min-width: 1628px) {
	.owl-carousel.less-than-four .owl-stage {
		margin: auto;
	}
}

.other-escorts {
	padding-bottom: 15px;
}

.spl-scene {
	transition: transform .55s cubic-bezier(0.42, 0, 0.58, 1);
}

.spl-pane > * {
	transition: transform .55s cubic-bezier(0.42, 0, 0.58, 1), opacity .65s ease;
}

.head-rating p {
	margin: 0px;
}

#comments .average-rating-stars {
	display: flex;
	gap: 3px;
	font-size: 22px;
	align-items: center;
	line-height: 1;
	margin-bottom: 20px;
}

.head-rating .average-rating-stars .bi {
	font-size: 1rem !important;
	margin: 1px;
}

#escort-galleryx h1 {
	margin: 0px;
}

#escort-galleryx {
	padding-top: 50px;
}

.head-rating .average-rating-stars i {
	color: white;
}

#escort-galleryx .average-rating {
	display: flex;
	gap: 10px;
	justify-content: center;
	align-items: center;
}

.escort-loca a:hover {
	text-decoration: color: #fff;
}

.escort-loca a {
	text-decoration: none;
}

@media (max-width: 992px) {
	.title h1 {
		font-size: calc(1.525rem + 3vw) !important;
	}
	.escort-loca a {
		font-size: calc(1rem + 2vw) !important;
		color: #fff;
	}
	.escort-loca {
		line-height: 1.4;
		margin-top: 4px;
		margin: 0px 20px;
	}
}

#commentform {
	background: #000000;
	padding: 40px 10px 10px 10px;
	border: 1px solid #262626;
}

@media (min-width:1200px) {
	#commentform {
		padding: 40px 20px 10px 20px;
	}
}

.form-control {
	padding: 15px;
	font-size: 18px;
	background-color: #0d0f11;
	border: 1px solid #24282f;
}

.user-wrapper-circle {
	background: var(--bs-light);
	padding: 5px;
	border-radius: 50px;
}

.user-wrapper-circle svg {
	color: rgba(255, 255, 255, .3);
}

.form-floating textarea {
	height: 8rem !important;
}

.form-floating > .form-control-plaintext ~ label::after,
.form-floating > .form-control:focus ~ label::after,
.form-floating > .form-control:not(:placeholder-shown) ~ label::after,
.form-floating > .form-select ~ label::after {
	inset: 1rem 0.2rem;
}

.form-control {
	padding: 15px;
	font-size: 18px;
	background-color: #0c0e10;
	border: 1px solid #4f4222;
}

.form-floating > .form-control:not(:placeholder-shown) {
	padding-top: .85rem;
	padding-bottom: .625rem;
}

.form-floating > label {
	line-height: 1;
	padding: 1rem .75rem 0rem .75rem;
}

.custom-pos-label {
	margin-left: 10px !important;
}

.form-floating > .form-control {
	color: #ffffff;
}


/* Move the label 5px higher when it floats up */

.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-control:focus ~ label {
	transform: translateY(-1.75rem);
	/* Move 5px higher */
	font-size: 14px;
	font-weight: 600;
}

.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > label {
	color: rgb(145, 132, 103) !important;
}

.row .form-floating label {
	left: 12px;
}


/* field highlight color */


/* Change the focus border color for form inputs */

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
	background-color: #0c0e10 !important;
	/* Change to your desired color */
	-webkit-box-shadow: 0 0 0px 1000px #0c0e10 inset !important;
	/* Fixes background issue */
	color: #ffffff !important;
	/* Optional: Change text color if needed */
}


/* Firefox-specific autofill styling */

input:-moz-autofill,
textarea:-moz-autofill,
select:-moz-autofill {
	background-color: #0c0e10 !important;
	/* Change to your desired color */
	color: #ffffff !important;
	/* Optional: Change text color if needed */
}

.form-floating > .form-control-plaintext ~ label::after,
.form-floating > .form-control:focus ~ label::after,
.form-floating > .form-control:not(:placeholder-shown) ~ label::after,
.form-floating > .form-select ~ label::after {
	background-color: #0c0e10;
}

.form-control:focus {
	border-color: #79683f;
	box-shadow: none;
	outline: none;
}


/* Optionally for textareas */

textarea.form-control:focus {
	border-color: #79683f;
	/* Same color for consistency */
	box-shadow: 0 0 0 0.25rem rgba(218, 165, 32, 0.25);
}


/* If you want to change for select dropdowns as well */

select.form-control:focus {
	border-color: #79683f;
	box-shadow: 0 0 0 0.25rem rgba(218, 165, 32, 0.25);
}

.nav-item.nav-phone svg,
.nav-item.nav-whatsapp svg {
	color: #fff;
}

.nav-item.nav-phone,
.nav-item.nav-whatsapp {
	margin-top: 15px;
}

.phone-description,
.casting-description,
.whatsapp-description {
	position: absolute;
	font-size: 10px;
	bottom: -10px;
	left: 0px;
	color: var(--bs-primary);
	font-weight: 600;
}

@media (min-width: 1200px) {
	.nav-item.nav-phone,
	.nav-item.nav-casting,
	.nav-item.nav-whatsapp {
		border-left: 1px solid rgba(255, 255, 255, .2);
		padding-left: 15px;
		margin-top: 0px;
	}
	.phone-description,
	.casting-description,
	.whatsapp-description {
		position: absolute;
		font-size: 10px;
		bottom: -10px;
		right: 5px;
		left: inherit;
		color: var(--bs-primary);
		font-weight: bold;
	}
}

@media (max-width: 1200px) {
	.nav-item.nav-whatsapp,
	.nav-item.nav-casting,
	.nav-item.nav-phone {
		margin-bottom: 30px;
		margin-top: 30px;
	}
	#menu-secondary li .nav-link {
		padding: 15px 0px;
		min-height: 48px;
	}
	#menu-secondary > li {
		border-bottom: 1px solid;
	}
	#menu-secondary .dropdown-menu li {
		border-bottom: none;
		/* Remove border from dropdown menu items */
	}
	#menu-secondary li.nav-phone,
	#menu-secondary li.nav-casting,
	#menu-secondary li.nav-whatsapp {
		border-bottom: none;
	}
}


/* Default styles for the Gutenberg button block (front and back-end) */

.wp-block-button__link {
	border-radius: 0px;
	/* Default border radius */
	background-color: var(--bs-primary, #d9a82d);
	/* Default background color */
	color: #000000;
	/* Default text color */
	padding: 10px 20px;
	border: none;
	border-radius: 0px;
	text-align: center;
	display: inline-block;
	line-height: 1.15;
}


/* Allow customizations made in the editor */

.wp-block-button__link.has-background {
	background-color: inherit;
	/* Allow user-selected background color */
}

.wp-block-button__link.has-border-radius {
	border-radius: inherit;
	/* Allow user-selected border-radius */
}

.wp-block-button__link.has-text-color {
	color: inherit;
	/* Allow user-selected text color */
}


/* Add any hover effects or transitions if necessary */

.profile-hero-cover::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.35);
	/* Black transparent overlay */
	z-index: 1;
	/* Make sure the overlay is behind the content */
}

.profile-header-details {
	position: absolute;
	top: calc(50% - 150px);
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
	/* Ensure content is above the overlay */
}

.profile-hero-wrapper {
	min-width: 320px;
	max-width: 100%;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

@media only screen and (max-width:1279px) {
	.profile-hero-wrapper {
		max-width: 960px;
	}
}

@media only screen and (max-width:991px) {
	.profile-hero-wrapper {
		max-width: 720px;
	}
}

@media only screen and (max-width:767px) {
	.profile-hero-wrapper {
		max-width: 540px;
		padding: 0 20px;
	}
}

.profile-hero {
	margin-top: 0px;
	margin-bottom: 12px;
}

.profile-hero-cover {
	position: relative;
	height: 600px;
}

.profile-hero-cover img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.profile-hero-image {
	width: 300px;
	height: 300px;
	background-color: #262626;
	padding: 10px;
	border-radius: 50%;
	margin: -150px auto 0;
	position: relative;
	z-index: 3;
}

.profile-hero-image img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	object-fit: cover;
}

@media (max-width: 575px) {
	.profile-hero .profile-hero-wrapper {
		max-width: 100%;
		padding: 0;
	}
}

@media (max-width: 575px) {
	.profile-hero-cover {
		height: 60vw;
	}
}

@media (max-width: 575px) {
	.profile-hero-image {
		width: 250px;
		height: 250px;
		background-color: #f8f0ed;
		margin-top: -130px;
	}
}

.arch-title h1 {
	border-bottom: 2px solid #fff;
}

.arch-title {
	margin-bottom: 30px;
}

@media (min-width: 768px) {
	.arch-title {
		margin-bottom: 100px;
	}
}

.online-pro-dot.online {
	background-color: limegreen;
}

.online-pro-dot.offline {
	background-color: red;
}

.online-pro-dot {
	border-radius: 50%;
	width: 14px;
	height: 14px;
	flex-shrink: 0;
	flex-grow: 0;
	align-self: center;
	margin-right: 8px;
}

.jarallax {
	min-height: 600px;
}


/* hero block */

.hero {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	min-height: 400px;
}

@media (min-width: 768px) {
	.hero {
		min-height: 500px;
	}
}

@media (min-width: 768px) {
	.hero.page-header {
		min-height: 400px;
	}
}

.page-header-content h1 {
	border-bottom: 2px solid;
	padding-bottom: 5px;
}

.jarallax.hero.page-header,
.profile-page-header {
	border-bottom: 1px solid #222;
}

.page-header-description {
	color: #ffffff;
	text-transform: uppercase;
}

.hero h1 {
	font-size: 80px;
	font-size: clamp(32px, 7.5vw, 56px);
	max-width: 1200px;
	margin: 0 auto;
	line-height: 1;
	letter-spacing: -0.01em;
}

.hero.jarallax > .jarallax-img img,
.hero.jarallax > .jarallax-container img {
	filter: blur(0px);
}

.hero-content {
	margin-top: -100px;
}

.hero-name {
	font-size: 20px;
	font-size: clamp(17px, 2vw, 20px);
	font-weight: 300;
	letter-spacing: 1.1em;
	letter-spacing: clamp(1em, 2vw, 1.1em);
	margin-bottom: 20px;
	text-transform: uppercase;
	text-indent: clamp(1em, 2vw, 1.1em);
}

.jarallax > .jarallax-img,
.jarallax > .jarallax-container {
	opacity: 0.5;
}

.ratesep {
	width: 1px;
	height: 1rem;
	background: rgba(255, 255, 255, .3);
	margin: 0px 5px;
}

#escort-details {
	padding-top: 50px;
}

#escort-details .nav .nav-item button.active,
#escort-details .nav .nav-item button:hover {
	background-color: transparent;
	color: var(--bs-primary) !important;
}

#escort-details .nav .nav-item button.active::after,
#escort-details .nav .nav-item button:hover:after {
	content: "";
	border-bottom: 1px solid var(--bs-primary);
	width: 100%;
	position: absolute;
	left: 0;
	bottom: -1px;
	border-radius: 0px;
	transition: all .3s;
}

#escort-details .nav .nav-item .nav-link {
	padding: 25px;
	font-weight: 400;
	letter-spacing: 1px;
	color: #fff !important;
}

.nav-pills .nav-link {
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
}

#pills-tab.border-top,
#pills-tab.border-bttom {
	border-color: #2f2f2f !important;
}


/* MODEL GALLERY */

.justified-gallery {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.justified-gallery > a,
.justified-gallery > div,
.justified-gallery > figure {
	position: absolute;
	display: inline-block;
	overflow: hidden;
	filter: "alpha(opacity=10)";
	opacity: 0.1;
	margin: 0;
	padding: 0;
}

.justified-gallery > a > img,
.justified-gallery > div > img,
.justified-gallery > figure > img,
.justified-gallery > a > a > img,
.justified-gallery > div > a > img,
.justified-gallery > figure > a > img,
.justified-gallery > a > svg,
.justified-gallery > div > svg,
.justified-gallery > figure > svg,
.justified-gallery > a > a > svg,
.justified-gallery > div > a > svg,
.justified-gallery > figure > a > svg {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 0;
	padding: 0;
	border: none;
	filter: "alpha(opacity=0)";
	opacity: 0;
}

.justified-gallery > a > .jg-caption,
.justified-gallery > div > .jg-caption,
.justified-gallery > figure > .jg-caption {
	display: none;
	position: absolute;
	bottom: 0;
	padding: 5px;
	background-color: #000000;
	left: 0;
	right: 0;
	margin: 0;
	color: white;
	font-size: 12px;
	font-weight: 300;
	font-family: sans-serif;
}

.justified-gallery > a > .jg-caption.jg-caption-visible,
.justified-gallery > div > .jg-caption.jg-caption-visible,
.justified-gallery > figure > .jg-caption.jg-caption-visible {
	display: initial;
	filter: "alpha(opacity=70)";
	opacity: 0.7;
	-webkit-transition: opacity 500ms ease-in;
	-moz-transition: opacity 500ms ease-in;
	-o-transition: opacity 500ms ease-in;
	transition: opacity 500ms ease-in;
}

.justified-gallery > .jg-entry-visible {
	filter: "alpha(opacity=100)";
	opacity: 1;
	background: none;
}

.justified-gallery > .jg-entry-visible > img,
.justified-gallery > .jg-entry-visible > a > img,
.justified-gallery > .jg-entry-visible > svg,
.justified-gallery > .jg-entry-visible > a > svg {
	filter: "alpha(opacity=100)";
	opacity: 1;
	-webkit-transition: opacity 500ms ease-in;
	-moz-transition: opacity 500ms ease-in;
	-o-transition: opacity 500ms ease-in;
	transition: opacity 500ms ease-in;
}

.justified-gallery > .jg-filtered {
	display: none;
}

.justified-gallery > .jg-spinner {
	position: absolute;
	bottom: 0;
	margin-left: -24px;
	padding: 10px 0 10px 0;
	left: 50%;
	filter: "alpha(opacity=100)";
	opacity: 1;
	overflow: initial;
}

.justified-gallery > .jg-spinner > span {
	display: inline-block;
	filter: "alpha(opacity=0)";
	opacity: 0;
	width: 8px;
	height: 8px;
	margin: 0 4px 0 4px;
	background-color: #000;
	border-radius: 6px;
}

.model-gallery-width {
	max-width: 960px;
	margin: 0 auto;
}

.escort-profile.stats {
	gap: 2px;
}

.escort-profile div {
	border: 1px solid rgba(255, 255, 255, .4);
	padding: 15px 30px;
	border-radius: 0px;
	color: #fff;
	background: transparent;
	text-transform: uppercase;
	font-size: .9em;
}

.escort-tag-wrapper {
	gap: 5px;
}

.escort-tag-wrapper a {
	border: 1px solid rgba(255, 255, 255, .4);
	padding: 5px 20px;
	border-radius: 0px;
	color: rgba(255, 255, 255, .4);
	background: transparent;
	text-transform: uppercase;
	font-size: .9em;
	display: inline-block;
	text-decoration: none;
}

@media (max-width: 768px) {
	.escort-tag-wrapper a {
		padding: 12px 20px;
	}
	.escort-tag-wrapper {
		gap: 10px;
	}
	.btn {
		min-width: 48px;
		min-height: 48px;
		padding: 12px 16px;
		/* Add sufficient padding */
		margin: 8px;
		/* Ensure space between buttons */
	}
}

.escort-tag-wrapper a:hover {
	border-color: #ffffff;
	color: #fff;
	background: transparent;
	text-decoration: none;
}

.mb-50 {
	margin-bottom: 50px;
}

.mb-100 {
	margin-bottom: 50px;
}

.pb-100 {
	padding-bottom: 50px;
}

@media (min-width: 768px) {
	.mb-100 {
		margin-bottom: 100px;
	}
	.pb-100 {
		padding-bottom: 100px;
	}
}

.separator-container {
	display: flex;
	align-items: center;
	justify-content: center;
}

.separator-line {
	border-bottom: 1px solid #333;
	/* 1px line */
}

.dropdown-menu a.dropdown-item {
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	padding: 8px 20px;
}

.dropdown-menu a.dropdown-item:hover {
	color: var(--bs-primary);
	background-color: transparent;
}

#splide-basic-car .splide__container {
	box-sizing: border-box;
	position: relative;
}

#splide-basic-car .splide__list {
	backface-visibility: hidden;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	margin: 0!important;
	padding: 0!important;
}

#splide-basic-car .splide.is-initialized:not(.is-active) .splide__list {
	display: block;
}

#splide-basic-car .splide__pagination {
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0;
	pointer-events: none;
}

#splide-basic-car .splide__pagination li {
	display: inline-block;
	line-height: 1;
	list-style-type: none;
	margin: 0;
	pointer-events: auto;
}

#splide-basic-car .splide__progress__bar {
	width: 0;
}

#splide-basic-car .splide {
	position: relative;
	visibility: hidden;
}

#splide-basic-car .splide.is-initialized,
splide-basic-car .splide.is-rendered {
	visibility: visible;
}

#splide-basic-car .splide__slide {
	backface-visibility: hidden;
	box-sizing: border-box;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	list-style-type: none!important;
	margin: 0;
	position: relative;
	padding: 10px;
}

#splide-basic-car .splide__slide img {
	vertical-align: bottom;
}

#splide-basic-car .splide__spinner {
	animation: splide-loading 1s linear infinite;
	border: 2px solid #999;
	border-left-color: transparent;
	border-radius: 50%;
	bottom: 0;
	contain: strict;
	display: inline-block;
	height: 20px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 20px;
}

#splide-basic-car .splide__sr {
	clip: rect(0 0 0 0);
	border: 0;
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

#splide-basic-car .splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
	display: none;
}

#splide-basic-car .splide__toggle.is-active .splide__toggle__pause {
	display: inline;
}

#splide-basic-car .splide__track {
	overflow: hidden;
	position: relative;
	z-index: 0;
}

@keyframes splide-loading {
	0% {
		transform: rotate(0);
	}
	to {
		transform: rotate(1turn);
	}
}

#splide-basic-car .splide__track--draggable {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#splide-basic-car .splide__track--fade > .splide__list {
	display: block;
}

#splide-basic-car .splide__track--fade > .splide__list > .splide__slide {
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	z-index: 0;
}

#splide-basic-car .splide__track--fade > .splide__list > .splide__slide.is-active {
	opacity: 1;
	position: relative;
	z-index: 1;
}

#splide-basic-car .splide--rtl {
	direction: rtl;
}

#splide-basic-car .splide__track--ttb > .splide__list {
	display: block;
}

#splide-basic-car .splide__arrow {
	-ms-flex-align: center;
	align-items: center;
	background: #ccc;
	border: 0;
	border-radius: 50%;
	cursor: pointer;
	display: -ms-flexbox;
	display: flex;
	height: 2em;
	-ms-flex-pack: center;
	justify-content: center;
	opacity: .7;
	padding: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 2em;
	z-index: 1;
}

#splide-basic-car .splide__arrow svg {
	fill: #000;
	height: 1.2em;
	width: 1.2em;
}

#splide-basic-car .splide__arrow:hover:not(:disabled) {
	opacity: .9;
}

#splide-basic-car .splide__arrow:disabled {
	opacity: .3;
}

#splide-basic-car .splide__arrow:focus-visible {
	outline: 3px solid #0bf;
	outline-offset: 3px;
}

#splide-basic-car .splide__arrow--prev {
	left: 1em;
}

#splide-basic-car .splide__arrow--prev svg {
	transform: scaleX(-1);
}

#splide-basic-car .splide__arrow--next {
	right: 1em;
}

#splide-basic-car .splide.is-focus-in .splide__arrow:focus {
	outline: 3px solid #0bf;
	outline-offset: 3px;
}

#splide-basic-car .splide__pagination {
	bottom: -2em;
	left: 0;
	padding: 0 1em;
	position: absolute;
	right: 0;
	z-index: 1;
}

#splide-basic-car .splide__pagination__page {
	background: #ccc;
	border: 0;
	border-radius: 50%;
	display: inline-block;
	height: 8px;
	margin: 3px;
	opacity: .7;
	padding: 0;
	position: relative;
	transition: transform .2s linear;
	width: 8px;
}

#splide-basic-car .splide__pagination__page.is-active {
	background: #4a4a4a;
	transform: scale(1.4);
	z-index: 1;
}

#splide-basic-car .splide__pagination__page:hover {
	cursor: pointer;
	opacity: .9;
}

#splide-basic-car .splide__pagination__page:focus-visible {
	outline: 3px solid #0bf;
	outline-offset: 3px;
}

#splide-basic-car .splide.is-focus-in .splide__pagination__page:focus {
	outline: 3px solid #0bf;
	outline-offset: 3px;
}

#splide-basic-car .splide__progress__bar {
	background: #ccc;
	height: 3px;
}

#splide-basic-car .splide__slide {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

#splide-basic-car .splide__slide:focus {
	outline: 0;
}

@media screen and (-ms-high-contrast:none) {
	#splide-basic-car .splide__slide:focus-visible {
		border: 3px solid #0bf;
	}
}

@media screen and (-ms-high-contrast:none) {
	#splide-basic-car .splide.is-focus-in .splide__slide:focus {
		border: 3px solid #0bf;
	}
}

@media screen and (-ms-high-contrast:none) {
	#splide-basic-car .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
		border-color: #0bf;
	}
}

#splide-basic-car .splide__toggle {
	cursor: pointer;
}

#splide-basic-car .splide__toggle:focus-visible {
	outline: 3px solid #0bf;
	outline-offset: 3px;
}

#splide-basic-car .splide.is-focus-in .splide__toggle:focus {
	outline: 3px solid #0bf;
	outline-offset: 3px;
}

#splide-basic-car .splide__track--nav > .splide__list > .splide__slide {
	border: 3px solid transparent;
	cursor: pointer;
}

#splide-basic-car .splide__track--nav > .splide__list > .splide__slide.is-active {
	border: 3px solid #000;
}

#splide-basic-car .splide__arrows--rtl .splide__arrow--prev {
	left: auto;
	right: 1em;
}

#splide-basic-car .splide__arrows--rtl .splide__arrow--prev svg {
	transform: scaleX(1);
}

#splide-basic-car .splide__arrows--rtl .splide__arrow--next {
	left: 1em;
	right: auto;
}

#splide-basic-car .splide__arrows--rtl .splide__arrow--next svg {
	transform: scaleX(-1);
}

#splide-basic-car .splide__arrows--ttb .splide__arrow {
	left: 50%;
	transform: translate(-50%);
}

#splide-basic-car .splide__arrows--ttb .splide__arrow--prev {
	top: 1em;
}

#splide-basic-car .splide__arrows--ttb .splide__arrow--prev svg {
	transform: rotate(-90deg);
}

#splide-basic-car .splide__arrows--ttb .splide__arrow--next {
	bottom: 1em;
	top: auto;
}

#splide-basic-car .splide__arrows--ttb .splide__arrow--next svg {
	transform: rotate(90deg);
}

#splide-basic-car .splide__pagination--ttb {
	bottom: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	left: auto;
	padding: 1em 0;
	right: .5em;
	top: 0;
}

#splide-basic-car .container {
	max-width: 1570px;
}

#splide-basic-car p {
	line-height: 28px;
}

#splide-basic-car .accent-color {
	color: var(--accent-color);
}

#splide-basic-car .featured-escorts {
	background-color: #000;
	padding-top: 100px;
	margin-bottom: 200px;
}

#splide-basic-car .mea-font {
	font-family: 'Mea Culpa';
}

#splide-basic-car .max-800 {
	max-width: 800px;
	margin: auto;
}

#splide-basic-car .featured-escorts {
	background-color: #f2efeb;
	padding-top: 100px;
}

#splide-basic-car .featured-escorts p {
	margin-top: 20px;
	margin-bottom: 40px;
}

#splide-basic-car .border-dotted-bottom {
	border-bottom: 1px dashed rgba(255, 255, 255, .3);
}

#splide-basic-car .featured-escorts .splide {
	position: relative;
	bottom: -150px;
	margin-top: -150px;
	background: transparent;
}

#splide-basic-car .card-img-wrapper {
	overflow: hidden;
}

#splide-basic-car .card-img-wrapper img {
	transition: all 0.3s ease;
}

#splide-basic-car .card-img-wrapper:hover img {
	transform: scale(1.05);
	filter: brightness(.6);
}

#splide-basic-car .escdet-link {
	text-decoration: none;
}

#splide-basic-car .escort-item-descr {
	position: relative;
	line-height: 1.3;
	text-align: center;
	transition: var(--transition-default);
}

#splide-basic-car .escort-item-role {
	margin-top: 15px;
	color: #676767;
	font-size: .95rem;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

#splide-basic-car .detsep {
	margin-left: 5px;
	margin-right: 5px;
	color: #ccc;
}

#splide-basic-car .escort-item-name {
	margin-top: 5px;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 2px;
	text-indent: 2px;
	color: #000000;
}

#splide-basic-car .escort-car-img-wrapper {
	overflow: hidden;
	position: relative;
}

#splide-basic-car .escort-corner-ribbon {
	position: absolute;
	top: 10px;
	/* background: rgb(219,194,116); */
	background: var(--bs-primary);
	color: #000;
	width: 150px;
	text-align: center;
	transform: rotate(-45deg);
	left: -50px;
	z-index: 9;
	line-height: 2;
	outline: 1px solid rgba(0, 0, 0, .4);
	outline-offset: -3px;
	box-shadow: 5px 5px 3px rgba(0, 0, 0, .3);
	font-size: 15px;
	font-weight: 500;
	font-family: Seravek, 'Gill Sans Nova', Ubuntu, Calibri, 'DejaVu Sans', source-sans-pro, sans-serif;
}

#splide-basic-car #escort-car-details {
	color: var(--bs-body-color);
}

#splide-basic-car .splide__list a {
	text-decoration: none;
}

#splide-basic-car #escort-car-details {
	background: #222;
	padding: 10px;
	justify-content: center !important;
}

#splide-basic-car .splide__list a:hover #escort-car-details {
	color: #ffffff;
}

#splide-basic-car .splide__list a img {
	transition: all .3s;
}

#splide-basic-car .splide__list a:hover img {
	filter: brightness(30%);
}

#pills-rates h2,
#pills-rates h3,
#pills-rates h4 {
	display: inline-block;
	border-bottom: 2px solid #fff;
	padding-bottom: 5px;
}

.bg-light input:not([type="submit"]),
.bg-light textarea,
.bg-light select {
	background: #000;
}

.escort-available-status {
	color: #fff;
	text-transform: uppercase;
}

.eschead-det a {
	color: #fff;
	text-decoration: none;
}

.eschead-det a:hover {
	text-decoration: underline;
}

.colsec.eschead-det .bi {
	color: #d93;
	line-height: 1;
}

.eschead-det .average-rating-stars {
	align-items: center;
	display: flex;
	gap: 1px;
}

.escort-available-status.online {
	color: #fff;
	text-transform: uppercase;
	border: 0px solid #fff;
	padding: 5px 30px;
	border-radius: 50px;
	background: #00a300;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 1px;
	color: white;
	margin-top: 5px;
}

.escort-available-status.offline {
	color: #fff;
	text-transform: uppercase;
	border: 0px solid #fff;
	padding: 5px 30px;
	border-radius: 50px;
	background: #ff0000;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 1px;
	color: white;
	margin-top: 2px;
}

.jarallax.hero.page-header {
	margin-bottom: 100px;
}

.gallery-img-wrapper p {
	z-index: 9;
	position: absolute;
	text-align: center;
	color: #fff;
	background: rgba(0, 0, 0, .5);
	padding: 10px;
	bottom: 0;
	width: 100%;
	margin: 0px;
}

#toast-1 {
	z-index: 1050;
	max-width: 350px;
	outline: 1px solid var(--bs-primary);
}

.np-text-overlay span {
	font-family: Poiret One;
}

.np-bg-image {
	position: relative;
	overflow: hidden;
	height: 200px;
}

@media (max-width:768px) {
	.np-bg-image {
		height: 200px;
	}
	.col-12.col-md-6.np-bg-image {
		margin-bottom: 1px;
	}
}

.np-bg-image-wrapper {
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 100%;
}

.np-text-overlay:hover span,
.np-bg-image-wrapper {
	transition: all 0.5s ease, filter 0.5s ease;
}

.np-bg-image .np-bg-image-wrapper {
	filter: brightness(0.1);
}

.np-bg-image:hover .np-bg-image-wrapper {
	transform: scale(1.1);
	filter: brightness(.5);
}

.np-text-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	text-align: center;
}

span.np-line {
	margin: 0;
	text-transform: uppercase;
}

.single-post #comments {
	margin-bottom: 50px;
}

.single-post .comment {
	background: #000;
	padding: 20px;
	margin-bottom: 10px;
	border: 1px solid rgba(255, 255, 255, .1);
}

.single-post .avatar {
	overflow: ;
	border-radius: 50px !important;
}

.single-post .reply {
	margin-top: -1rem;
}

.wp-block-quote {
	background: rgba(255, 255, 255, .075);
	padding: 20px;
	font-size: 1.1em;
	border-left: 3px solid rgba(255, 255, 255, .2);
	color: #ffffff;
}

.wp-block-quote p:last-child {
	margin-bottom: 0px;
}

.wp-block-code {
	background: #222;
	padding: 20px;
	color: #ccc;
	border: 1px solid #333;
}

#comments a.url {
	font-weight: 400;
	font-family: system-ui, sans-serif;
	color: #fff !important;
	text-decoration: none;
	font-size: 1.1em;
}

#comments a.url:hover {
	color: var(--bs-primary) !important;
}

.hero h1.single-pt {
	font-size: clamp(32px, 7.5vw, 40px);
	border-bottom: none;
}

.sticky-top .nav-link,
.nav-item .phone-description,
.nav-item .casting-description,
.nav-item .whatsapp-description {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	backface-visibility: hidden;
	transform: translateZ(0);
	line-height: 1.5;
	outline: none;
}

.sticky-top,
.nav-item .phone-description,
.nav-item .casting-description,
.nav-item .whatsapp-description {
	will-change: transform;
}

#post-coms {
	border-top: 1px solid #333;
}

#nextprev-links {
	padding-top: 0px;
}

.tt-blog-post-nav {
	margin-top: 60px;
	padding-top: 60px;
	overflow: hidden;
	border-top: 1px solid rgba(150, 150, 150, 0.2);
}

.tt-bp-nav-col {
	float: left;
	width: 50%;
}

.tt-bp-nav-left {
	padding-right: 5%;
	border-right: 1px solid rgba(150, 150, 150, 0.2);
}

.tt-bp-nav-left span {
	margin-right: 10px;
}

.tt-bp-nav-right {
	padding-left: 5%;
	text-align: right;
}

.tt-bp-nav-right span {
	margin-left: 10px;
}

.tt-bp-nav-text {
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
	font-weight: 500;
	color: #999;
}

@media (max-width: 680px) {
	.tt-bp-nav-text {
		margin-bottom: 0;
		font-size: 19px;
		color: #FFF;
	}
}

.tt-bp-nav-title {
	margin: 0;
	font-size: 21px;
	line-height: 1.6;
}

@media (max-width: 680px) {
	.tt-bp-nav-title {
		display: none;
	}
}

.tt-bp-nav-title a {
	color: #FFF;
	text-decoration: none;
	display: inline;
	background-repeat: no-repeat;
	background-image: -o-linear-gradient(transparent calc(100% - 1px), currentColor 1px);
	background-image: linear-gradient(transparent calc(100% - 1px), currentColor 1px);
	background-image: -ms-linear-gradient(transparent 96%, currentColor 1px);
	transition: 0.6s cubic-bezier(.215, .61, .355, 1);
	background-size: 0 96%;
}

.tt-bp-nav-title a:hover {
	background-size: 100% 96%;
	color: #FFF;
}

.tt-bp-nav-text a {
	text-decoration: none;
	color: #999999;
	transition: all .2s;
}

.tt-bp-nav-text a:hover {
	text-decoration: none;
	color: #ffffff;
}

.blog-posts-page .card-title a {
	color: #fff;
	text-decoration: none;
	font-weight: ;
}

.blog-posts-page .card-text.text-muted a {
	text-decoration: none;
	color: #fff;
}

.blog-posts-page .card-text.text-muted a:hover,
.blog-posts-page .card-title a:hover {
	color: var(--bs-primary);
}


/* Style for checklist class */

ul.checklist {
	list-style-type: none;
	/* Remove default bullets */
	padding-left: 0;
	/* Optional: Remove left padding */
}

ul.checklist li {
	position: relative;
	/* Enable absolute positioning for icon */
	padding-left: 30px;
	/* Add space for the icon */
	margin-bottom: 10px;
	/* Optional: Add space between list items */
}

ul.checklist li::before {
	content: "\F231";
	/* Bootstrap icon CSS code */
	font-family: "bootstrap-icons";
	/* Specify Bootstrap Icons as font */
	color: var(--bs-primary);
	/* Change the icon color to green */
	position: absolute;
	left: 0;
	top: 0;
}

.wp-block-list.checklist li {
	font-weight: 300;
	color: #fff;
}

.wp-block-list.checklist li,
ul.checklist li::before {
	font-size: 1.5rem;
}

.wpcf7-file.form-control {
	padding-left: 20px;
}

.wpcf7-form-control.wpcf7-file {
	color: #fff;
	line-height: 1;
}

.upload-photo-label {
	font-size: 14px;
	color: rgb(145, 132, 103) !important;
	font-weight: 600;
	background: #0c0e10;
	padding: 0px 5px;
	position: absolute;
	top: -10px;
	left: 5px;
}

.wp-block-button__link:hover {
	background: #000 !important;
	color: #ffffff !important;
	outline: 1px solid #ffffff !important;
}


/* mobile call btns */

.sticky-bottom-buttons svg {
	color: #ffffff;
}


/* Sticky container styles */

.sticky-bottom-buttons {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	display: flex;
	z-index: 10;
	/* Ensure it stays above other elements */
	background: #fff;
	background: #222;
}

.offcanvas.offcanvas-start {
	border-right: none;
}

.sticky-bottom-buttons .btn {
	flex: 1;
	/* Automatically adjusts width for 1 or 2 buttons */
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 10px 0;
	font-size: 14px;
	border: none;
	border-radius: 0;
	margin: 0;
	/* Remove any spacing between buttons */
}

.sticky-bottom-buttons i {
	font-size: 1rem;
}


/* Visibility control: only show on mobile */

@media (min-width: 992px) {
	.sticky-bottom-buttons {
		display: none;
	}
	.border-lg-end {
		border-right: 1px solid var(--border-color-dark);
	}
}

.whatsapp-green,
.whatsapp-green:hover,
.whatsapp-green:active {
	background: #25D366 !important;
}

.phone-blue,
.phone-blue:hover,
.phone-blue:active {
	background: #007BFF !important;
}

#phone-button i {
	color: #fff;
}

#whatsapp-button i {
	color: #000;
}

.sticky-bottom-buttons .btn {
	padding: 8px;
}

.sticky-bottom-buttons span {
	line-height: 1;
}

.desktop-buttons .btn i {
	font-size: 18px !important;
	margin-right: 5px;
}

.btn.btn-phone {
	background: #007bff;
}

.btn.btn-whatsapp-phone {
	background: #25d366;
}

.btn.btn-phone i,
.btn.btn-phone,
.btn.btn-phone:hover,
.btn.btn-whatsapp-phone i,
.btn.btn-whatsapp-phone,
.btn.btn-whatsapp-phone:hover {
	text-decoration: none;
}

.btn.btn-phone i,
.btn.btn-phone,
.btn.btn-phone:hover {
	color: #ffffff !important;
}

.btn.btn-whatsapp-phone i,
.btn.btn-whatsapp-phone {
	color: #000000 !important;
}

.desktop-call-buttons .btn.btn-lg i {
	font-size: 24px !important;
}

#whatsapp-button-desktop,
#phone-button-desktop {
	display: inline-flex;
	align-items: center;
}

.posts-block .btn {
	display: flex-inline;
	font-weight: 400;
	font-size: 15px;
	line-height: 1.05;
	padding: .9375rem 1.875rem;
	text-align: center;
	cursor: pointer;
	background: none;
	text-transform: uppercase;
}

.posts-block .btn.btn-black {
	border: 0px solid #242424;
	color: #fff;
	background: #222222;
}

.posts-block .btn.btn-black:hover {
	background: #333333;
	color: #fff;
}

.posts-block {
	padding: 0 0 7.5rem 0;
}

.posts-block .block-title {
	border-bottom: 1px solid rgba(20, 20, 20, .4);
	padding: 0 0 10px;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.posts-block .block-title a {
	color: #141414;
	white-space: nowrap;
}

.posts-block .block-content .item {
	display: flex;
	justify-content: space-between;
	padding: 3.125rem 0;
}

@media screen and (max-width:767px) {
	.posts-block .block-content .item {
		display: block;
	}
}

.posts-block .block-content .item+.item {
	border-top: 1px solid #222222;
}

.posts-block .block-content .item-thumb {
	flex: 0 0 48.5%;
}

.posts-block .block-content .item-thumb img {
	width: 100%;
	max-height: 26.25rem;
	object-fit: cover;
}

@media screen and (max-width:767px) {
	.posts-block .block-content .item-thumb img {
		max-height: none;
		object-fit: cover;
		width: auto;
		max-width: 100%;
		height: auto;
	}
}

.posts-block .block-content .item-info {
	flex: 0 0 48.5%;
	display: flex;
	flex-direction: column;
}

@media screen and (max-width:767px) {
	.posts-block .block-content .item-info {
		display: block;
		padding: 40px 0 0;
	}
}

.posts-block .block-content .item-info__date {
	display: flex;
	align-items: center;
	padding-bottom: 10px;
}

.posts-block .block-content .item-info__date span {
	margin: 0 5px;
}

.posts-block .block-content .item-info__title {
	display: flex;
	justify-content: space-between;
	flex-grow: 1;
	align-items: center;
}

@media screen and (max-width:767px) {
	.posts-block .block-content .item-info__title {
		display: block;
	}
}

.posts-block .block-content .item-info__title a {
	color: #555555;
}

.item-info__title:hover a {
	color: #fff !important;
}

.posts-block .block-content .item-info__title a:first-child {
	padding-right: 3.125rem;
}

@media screen and (max-width:767px) {
	.posts-block .block-content .item-info__title a:first-child {
		padding-right: 0;
	}
}

@media screen and (max-width:767px) {
	.posts-block .block-content .item-info__title a:last-child {
		display: none;
	}
}

.posts-block .block-content .item-info__title i {
	font-size: 30px;
	line-height: 1.15;
}

@media screen and (max-width:767px) {
	.posts-block .block-content .item-info__title i {
		font-size: 26px;
	}
}

.posts-block .item-info__date h5 {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
}

.posts-block a {
	text-decoration: none;
}

.item-info__title h2 {
	line-height: 1;
	margin: 0px;
}

#whatsapp-button-desktop,
.btn.btn-phone {
	border-radius: 3px;
}

.bg-blur .lead {
	margin: 0;
}

.bg-blur {
	position: relative;
	background: rgba(255, 255, 255, 0.07);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	padding: 30px;
	border-radius: 8px;
	max-width: 700px;
	margin: auto;
}

.bg-blur .text-center {
	position: relative;
	/* Ensure the content remains unaffected */
	z-index: 1;
}

.dark-form {
	background: #fff !important;
	padding: 50px !important;
	border-radius: 0px !important;
}

.logo-cover {
	margin-bottom: -29px;
	z-index: 1;
	position: relative;
}

.border-y-primary {
	border-top: 1px solid var(--bs-primary) !important;
	border-bottom: 1px solid var(--bs-primary) !important;
}

.services-blk {
	padding-top: 0px;
}

.border-dark {
	border-color: var(--border-color-dark) !important;
}

.border-top-dark {
	border-top: 1px solid var(--border-color-dark) !important;
}

.escort-profile.service-links div {
	border: 1px solid rgba(255, 255, 255, .4);
	padding: 0px;
	border-radius: 0px;
	color: #fff;
	background: transparent;
	text-transform: uppercase;
	font-size: .9em;
}

.service-links div {
	background: #222222;
	border: none;
	transition: all .3s;
}

.service-links div a {
	color: #ffffff;
	font-weight: 600;
	text-decoration: none;
	transition: all .3s;
	padding: 15px 30px;
	display: inline-block;
}

.service-links div a:hover {
	background: #000;
	color: var(--bs-primary);
}

.escort-profile.service-links div:hover {
	border-color: var(--bs-primary);
}