/* 29-07-2025 */

.tour_images_sec img {
	width: 100%;

	height: 350px;

	display: block;
	/* 21-08-2025 */

	object-fit: contain;

	border: 1px solid #454545;
	/* 21-08-2025 */
}

/**

 * Front page girl profile

 **/

#slider-latest .girlprofilewrap,
#slider-PREMIUM .girlprofilewrap {
	border: 1px solid #403e3e;

	border-radius: 5px;

	margin: 0 5px;

	padding: 0 5px !important;
}

#slider-PREMIUM .girlprofilewrap .card-img img,
#slider-latest .girlprofilewrap .card-img img {
	border-radius: 5px 5px 0px 0px;

	margin-top: 5px;
}

#slider-latest .content .content-overlay,
#slider-PREMIUM .content .content-overlay {
	border-radius: 5px 5px 0px 0px;

	height: 97% !important;

	top: 5px !important;
}

/**

 * Grid ONLY when Owl is NOT applied

 */

#slider-latest:not(.owl-carousel):not(.owl-theme),
#slider-PREMIUM:not(.owl-carousel):not(.owl-theme),
.premium-slider-row:not(.owl-carousel):not(.owl-theme) {
	display: grid;

	grid-template-columns: repeat(4, 1fr);

	gap: 15px;
}

/**

 * Category Page (11-06-2026)

 */
.section-header h2 > a {
	color: inherit;
	font-size: inherit;
}

.category-section h2 {
	padding-top: 60px;
}

.category-section {
	padding-bottom: 60px;
}

.category-section h1 {
	padding-top: 60px;
	text-align: center;
	color: var(--main-pink);
	/* padding-bottom: 80px; */
}
/* --- Premium Luxury Variables --- */
/* Base Page Settings */
.premium-category-page {
	color: #ffffff;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding: 40px 15px;
	line-height: 1.6;
}

/* --- Cinematic Hero Section --- */
.lux-hero {
	text-align: center;
	padding: 40px 20px;
	border-radius: 12px;
}

.lux-title {
	font-size: 2.5rem;
	color: #df00ff;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin-bottom: 40px;
}

.lux-intro {
	margin: 0 auto;
	color: #a0a0a0;
	font-size: 1.05rem;
	font-weight: 300;
	text-align: center;
}

.lux-intro p {
	font-size: 15px;
	margin-bottom: 10px;
	line-height: 25px;
}

/* --- Sleek Filter Pills --- */
.lux-section-title {
	font-size: 2.5rem;
	color: #ffffff;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-align: center;
	margin-bottom: 25px;
}

.lux-section-title span {
	color: #df00ff;
}

.lux-pill-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px;
	margin-bottom: 40px;
}

.lux-pill {
	padding: 8px 24px;
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 30px;
	color: #ffffff;
	text-decoration: none;
	font-size: 0.85rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	transition: all 0.3s ease;
	backdrop-filter: blur(5px);
}

.lux-pill:hover {
	background: #df00ff;
	border-color: #df00ff;
	color: #fff;
	box-shadow: 0 5px 15px rgba(223, 0, 255, 0.3);
	transform: translateY(-2px);
}

/* Browse Categories Fix */
.category-links-custom a {
	display: inline-block;
	margin: 5px;
	color: #a0a0a0;
	text-decoration: none;
	transition: color 0.3s;
	border: 1px solid transparent;
}

.category-links-custom a:hover {
	color: #df00ff;
}

/* --- Hover Drawer Profile Grid --- */
.lux-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
	gap: 20px;
	width: 100%;
	margin: 0 auto 60px;
}

.lux-card {
	position: relative;
	background: #000;
	border-radius: 8px;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.08);
	aspect-ratio: 3/4;
	transition: all 0.4s ease;
}

.lux-card:hover {
	border-color: #df00ff;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.8);
	transform: translateY(-5px);
}

.lux-card-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.6s ease;
}

.lux-card:hover .lux-card-img {
	transform: scale(1.08);
}

/* Floating Location Ribbon */
.lux-location-tag {
	position: absolute;
	top: 15px;
	right: 15px;
	background: rgba(0, 0, 0, 0.7);
	backdrop-filter: blur(4px);
	color: #df00ff;
	border: 1px solid #df00ff;
	font-size: 0.65rem;
	font-weight: 800;
	padding: 4px 10px;
	border-radius: 4px;
	text-transform: uppercase;
	letter-spacing: 1px;
	z-index: 2;
}

/* Always visible bottom name */
.lux-name-plate {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 30px 15px 15px;
	background: linear-gradient(
		to top,
		rgba(0, 0, 0, 0.9) 0%,
		rgba(0, 0, 0, 0) 100%
	);
	transition: opacity 0.3s;
	z-index: 1;
}

.lux-name {
	color: #fff;
	font-size: 1.1rem;
	font-weight: 600;
	margin: 0;
	text-transform: uppercase;
	letter-spacing: 1px;
}

/* Slide-up Details Drawer */
.lux-details-drawer {
	position: absolute;
	bottom: -100%;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(10, 10, 12, 0.85);
	backdrop-filter: blur(8px);
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 20px;
	transition: bottom 0.4s cubic-bezier(0.25, 1, 0.5, 1);
	z-index: 3;
}

.lux-card:hover .lux-details-drawer {
	bottom: 0;
}

.lux-card:hover .lux-name-plate {
	opacity: 0;
}

.lux-detail-row {
	display: flex;
	justify-content: space-between;
	margin-bottom: 8px;
	font-size: 0.8rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.05);
	padding-bottom: 4px;
}

.lux-detail-label {
	color: #a0a0a0;
}

.lux-detail-value {
	color: #ffffff;
	font-weight: 600;
	text-align: right;
}

.lux-status-avail {
	color: #00ff88;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
}

.lux-view-btn {
	margin-top: 15px;
	display: block;
	width: 100%;
	text-align: center;
	background: #df00ff;
	color: #fff;
	padding: 10px 0;
	border-radius: 4px;
	text-decoration: none;
	font-size: 0.8rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 1px;
	transition: background 0.3s;
}

.lux-view-btn:hover {
	background: #b300cc;
	color: #fff;
}

/* --- Editorial Style Content Sections --- */
.lux-content-block {
	background: rgba(20, 20, 25, 0.6);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-left: 3px solid #df00ff;
	border-radius: 0 8px 8px 0;
	padding: 40px;
	backdrop-filter: blur(10px);
}

.lux-content-block p {
	font-size: 15px;
	line-height: 25px;
	color: #a0a0a0;
}

.lux-content-block h2 {
	color: #fff;
	margin-top: 0;
	margin-bottom: 20px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.lux-content-block div {
	color: #a0a0a0;
	font-size: 0.95rem;
	line-height: 1.8;
	text-align: justify;
}

hr.lux-divider {
	border: 0;
	height: 1px;
	background: linear-gradient(
		90deg,
		transparent,
		rgba(255, 255, 255, 0.08),
		transparent
	);
	margin: 60px 0;
}

/* Responsive */
@media (max-width: 768px) {
	.lux-title {
		font-size: 1.8rem;
	}

	.lux-grid {
		grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
	}

	.lux-content-block {
		padding: 25px;
	}
}
/**

 * iPad / Tablet 

 **/

@media (max-width: 991px) {
	#slider-latest:not(.owl-carousel):not(.owl-theme),
	#slider-PREMIUM:not(.owl-carousel):not(.owl-theme),
	.premium-slider-row:not(.owl-carousel):not(.owl-theme) {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media(max-width:1199px) {
    #header-section .header .nav-link {
        margin: 0 12px !important;
    }
}
/**

 * Mobile 

 **/

@media (max-width: 575px) {
	#slider-latest:not(.owl-carousel):not(.owl-theme),
	#slider-PREMIUM:not(.owl-carousel):not(.owl-theme),
	.premium-slider-row:not(.owl-carousel):not(.owl-theme) {
		grid-template-columns: 1fr;
	}

	#slider-latest .girlprofilewrap,
	#slider-PREMIUM .girlprofilewrap {
		padding: 5px 5px !important;
	}

	#slider-PREMIUM .girlprofilewrap .card-img img,
	#slider-latest .girlprofilewrap .card-img img {
		margin-top: 0px;
	}
}

@media (max-width: 768px) {
	.tour_images_sec img {
		width: 100%;

		height: 350px !important;
	}

	#myPhotoEditor.modal .btn-close-round {
		position: absolute;

		right: 10px;

		top: 15px;

		z-index: 9;

		width: 30px;

		height: 30px;
	}
}


@media(max-width: 767px) {
.lux-section-title {
    line-height: 1.2;
    font-size: 1.5rem;
}    
}