/*!
Theme Name: Campus Key
Theme URI: https://www.digitalfold.co.za/
Author: Digital Fold
Author URI: https://www.digitalfold.co.za/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: campus-key
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.
.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
- Normalize
- Box sizing
# Base
- Typography
- Elements
- Links
- Forms
## Layouts
# Components
- Navigation
- Posts and pages
- Comments
- Widgets
- Media
- Captions
- Galleries
# plugins
- Jetpack infinite scroll
# Utilities
- Accessibility
- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
========================================================================== */

/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in iOS.
*/
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
========================================================================== */

/**
* Remove the margin in all browsers.
*/
body {
	margin: 0;
}

/**
* Render the `main` element consistently in IE.
*/
main {
	display: block;
}

/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
========================================================================== */

/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
========================================================================== */

/**
* Remove the gray background on active links in IE 10.
*/
a {
	background-color: transparent;
}

/**
* 1. Remove the bottom border in Chrome 57-
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/
b,
strong {
	font-weight: bolder;
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
* Add the correct font size in all browsers.
*/
small {
	font-size: 80%;
}

/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
========================================================================== */

/**
* Remove the border on images inside links in IE 10.
*/
img {
	border-style: none;
}

/* Forms
========================================================================== */

/**
* 1. Change the font styles in all browsers.
* 2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/
button,
input {
	overflow: visible;
}

/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/
button,
select {
	text-transform: none;
}

/**
* Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
* Remove the inner border and padding in Firefox.
*/
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
* Restore the focus styles unset by the previous rule.
*/
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
* Correct the padding in Firefox.
*/
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
*		`fieldset` elements in all browsers.
*/
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
progress {
	vertical-align: baseline;
}

/**
* Remove the default vertical scrollbar in IE 10+.
*/
textarea {
	overflow: auto;
}

/**
* 1. Add the correct box sizing in IE 10.
* 2. Remove the padding in IE 10.
*/
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
* Remove the inner padding in Chrome and Safari on macOS.
*/
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
========================================================================== */

/*
* Add the correct display in Edge, IE 10+, and Firefox.
*/
details {
	display: block;
}

/*
* Add the correct display in all browsers.
*/
summary {
	display: list-item;
}

/* Misc
========================================================================== */

/**
* Add the correct display in IE 10+.
*/
template {
	display: none;
}

/**
* Add the correct display in IE 10.
*/
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}


dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
p {
	margin: 0;
}
code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}



ul {
	list-style: disc;
	padding-left: 20px;
	margin: 0 0 10px;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}



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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}
.archvilist li.elementor-icon-list-item.elementor-inline-item.active a {
	font-weight: 700;
	border-bottom: 2px solid #212122;
}
.archvilist li.elementor-icon-list-item.elementor-inline-item a {
	padding-bottom: 16px;
}
@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.updated:not(.published) {
	display: none;
}


.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
/* Custom Style */

.mcat-bottom a.button:hover {
	background: #dc7b7f;
}

.cright-txt:hover {
	color: #FFFFFF99 !important;
}
/* 
.contactus-loc a:first-child:hover {
background: #AFA1CE !important;
}

.contactus-loc a:nth-child(2):hover {
background: #7FC5C1 !important;
}

.contactus-loc a:nth-child(3):hover {
background: #AFA1CE !important;
}

.contactus-loc a:nth-child(4):hover {
background: #1C75BC !important;
}

.contactus-loc a:nth-child(5):hover {
background: #F7941F !important;
}

.contactus-loc a:last-child:hover {
background: #EB4B4D !important;
} */

.rm-link p:hover {
	color: #00A79D !important;
}

.campup-bot a.button:hover {
	background: rgb(33, 33, 34) !important;
}

.roomtypes a.button:hover {
	background: #00A79D;
}

.contactus-loc .locdata:hover {
	opacity: 75%;
}

.bg-image a.button:hover {
	border-color: #e4beda;
}

.whatsincl a.button.payment:hover,
.bar-price a.button.payment:hover,
.room-bottom .room-btn a.button:hover {
	background: #00A79D;
}

.bg-image .view-text a.button:hover {
	background: #D0C3F1;
	border-color: #D0C3F1;
}

.elementor-element.widthcol {
	max-width: 553px;
	align-self: flex-end;
}
.elementor-element.bannersec {
	border-bottom: 10px solid transparent;
	border-image: url(/wp-content/uploads/2024/06/Frame-2147224214.svg) 5;
}

a.button {
	color: #212121;
	padding: 13.2px 30.17px;
	border: 2px solid;
	border-radius: 56px;
	font-size: 11.31px;
	font-weight: 900;
	line-height: 13.58px;
	min-width: 143px;
	text-align: center;
	font-family: 'Gotham';
	text-decoration: none;
}
.faqt-tax {
	display: flex;
	align-items: center;
	gap: 30px;
	justify-content: flex-end;
}
a.button:hover,
a.button.active {
	background: #D0C3F1;
	color: #000;
	border-color: #D0C3F1;
}
.faqt-tax a.button {
	min-width: 216px;
	width: 100%;
}
.faq-content .faq-data {
	width: 49%;
	box-shadow: 4px 4px 28px 0px #00000026;
	background: #fff;
	border: 0.6px solid #D3D3D3;
	border-radius: 4.77px;
}
.faq-content {
	display: none;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: space-between;
	margin-top: 30px;
	align-items: flex-start;
}
.faq-content .faq-data h3 {
	padding: 17.88px;
	margin: 0;
	position: relative;
	color: #000000;
	font-size: 13px;
	font-weight: 400;
	line-height: 15.6px;
	font-family: 'Gotham';
	cursor: pointer;
}
.faq-content .faq-data h3:after {
	content: "";
	width: 14px;
	height: 14px;
	background: url(/wp-content/uploads/2024/07/Down.svg) no-repeat;
	position: absolute;
	right: 20px;
	background-size: contain;
	top: 21px;
	transition: 0.5s all;
}
.faq-content .faq-data h3.active:after {
	transform: rotate(180deg);
}
div.fcontent,
p.fcontent {
	padding: 17.88px;
	border-top: 0.6px solid #D3D3D3;
	font-size: 13px;
	color: #000;
	font-family: 'Gotham';
	line-height: 15px;
	display: none;
}
div.fcontent ol {
    padding: 0;
}
.locationslide .item {
	box-shadow: 4px 4px 28px 0px #00000026;
	border-radius: 20px;
	background: #fff;
	flex-direction: column;
	align-items: stretch;
	display: flex;
	flex: 1 0 auto;
	height: 100%;
}
.owl-carousel .owl-stage {
	display: flex;
}
.loctop {
	position: relative;
}
.loctop:after{
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 51.35%, #FFFFFF 96.41%);
	content:"";
	position: absolute;
	inset: 0;
}
.locationslide .loctop img {
	height: 220px;
	object-fit: cover;
	object-position: center;
	border-top-left-radius:20px;
	border-top-right-radius: 20px;
}
.locationslide .loctop img.loc-logo {
	position: absolute;
	width: 56px;
	height: 56px;
	bottom: 20px;
	left: 20px;
	z-index: 9;
}
.loc-bottom span {
	color: #0A0A0A;
	font-size: 22px;
	font-family: 'Gotham';
	font-weight: 400;
}
.loc-bottom h3 {
	margin: 0 0 15px;
	color: #0A0A0A;
	font-size: 32px;
	line-height: 38.4px;
	font-weight: 1000;
	text-transform: capitalize;
	font-family: 'Gotham';
}
.loc-bottom p {
	margin-bottom: 15px;
	color: #000000;
	font-size: 11px;
	line-height: 18.15px;
	font-weight: 500;
	font-family: 'Gotham';
	min-height: 55px;
}
.location-btn {
	display: flex;
	gap: 20px;
	position: relative;
	bottom: -5px;
	width: 100%;
}
.location-btn a.button {
	width: 50%;
}
.loc-bottom {
	padding: 0 16px 30px;
}
.rooms,
.locationslide {
	margin-right: calc(-100vw / 2 + 100% / 2);
	max-width: 100vw;
	width: 100vw !important;
}
main#primary {
	overflow: hidden;
}

.locationslide .owl-stage-outer {
	padding: 0px 0 30px;
}
body .rooms.owl-carousel button.owl-prev,
body .rooms.owl-carousel button.owl-next,
body .locationslide.owl-carousel button.owl-prev,
body .locationslide.owl-carousel button.owl-next {
	position: absolute;
	right: 20%;
	top: -80px;
	width: 54px;
	height: 54px;
	background: url(/wp-content/uploads/2024/08/arrow-right.svg) no-repeat;
	background-size: 50% !important;
	background-position: center;
	border-radius: 58px;
	border: 2px solid #F8AEB0;
	transform: rotate(180deg);
}
body .rooms.owl-carousel button.owl-prev,
body .locationslide.owl-carousel button.owl-prev {
	right: 25%;
	transform: unset;
}
body .owl-carousel button span {
	display: none;
}
body .rooms.owl-carousel button.owl-prev:hover,
body .rooms.owl-carousel button.owl-next:hover,
body .locationslide.owl-carousel button.owl-prev:hover, body .locationslide.owl-carousel button.owl-next:hover {
	background: #F8AEB0 url(/wp-content/uploads/2024/07/arrow-right-1.svg) no-repeat !important;
	background-position: center !important;
}
body .rooms.owl-carousel button.owl-prev:hover,
body div.teamslider.teamslid.owl-carousel button.owl-prev:hover,
body .locationslide.owl-carousel button.owl-prev:hover{
	transform: rotate(180deg);
}
.rooms.owl-carousel button.owl-next:hover,
body div.teamslider.teamslid.owl-carousel button.owl-next:hover,
body .locationslide.owl-carousel button.owl-next:hover{
	transform: unset;
}

body .rooms.owl-carousel button.owl-prev, body .rooms.owl-carousel button.owl-next {
	top: -130px;
	background: url(/wp-content/uploads/2024/08/arrow-right-1.svg) no-repeat;
	border: 2px solid #FFDE59;
	background-size: 50% !important;
	background-position: center;
}
body .rooms.owl-carousel button.owl-prev:hover, body .rooms.owl-carousel button.owl-next:hover {
	background: #FFDE59 url(/wp-content/uploads/2024/07/arrow-right-1.svg) no-repeat !important;
	background-size: 50% !important;
	background-position: center !important;
}
.location-banner {
	display: flex;
	align-items: center;
	gap: 80px;
	/*	border-bottom: 10px solid transparent;
	border-image: url(/wp-content/uploads/2024/06/Frame-2147224214.svg) 10;*/
	background: url(/wp-content/uploads/2024/08/76cfe62b5803ba0c4327b2d7f55dcb0c-footer-cta.png) no-repeat;
	background-size: cover;
	position: relative;

}
.location-banner:before{
	content:'';
	background: url('/wp-content/uploads/2024/08/Group-1000007202-1.svg') no-repeat;
	width: 100px;
	height: 100%;
	position: absolute;
	left:0;
	top:0;
}
.location-title {
	width: 50%;
	display: flex;
	justify-content: flex-end;
}
.location-image {
	width: 50%;
}
.location-image img {
	width: 100%;
	height: 429px;
	object-fit: cover;
	display: block;
}
.ltop-data {
	max-width: 580px;
	width: 100%;
}
body {
	font-family: 'Gotham' !important;
}
.location-title h1 {
	margin: 0;
	font-size: 70px;
	font-weight: 900;
	line-height: 70.77px;
	display: block;
	word-break: break-all;
	color: #fff;
}
.loc-logo p {
	font-size: 40px;
	line-height: 48px;
	color: #fff;
}
.loc-logo {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 10px;
}
.loc-logo img {
	max-width: 56px;
	width: 100%;
}
.loc-tabs {
	display: flex;
	margin-top: 20px;
	gap: 10px;
	flex-wrap: wrap;
	justify-content: space-between;
	
}
.locloader {
	display: none !important;
}
.rooma-sec .head-sec p {
	color: #000;
}
.loc-tabs a {
	width: 48%;
}
.inner-wrap {
	max-width: 1240px;
	margin: 0 auto;
	width: 100%;
	padding: 0 20px;
}
.campus-block {
	padding: 80px 0;
	display: flex;
	align-items: center;
	gap: 40px;
}
.whatsincl a.button.payment {
	background: #D0C3F1;
	border-color: #D0C3F1;
}
.campus-block > div {
	width: 50%;
}
.campus-image img {
	width: 100%;
	display: block;
	border-radius: 12px;
	max-width: 520px;
}
/* .campus-image:after {
content: "";
background: #00000033;
inset: 0;
position: absolute;
border-radius: 12px;
} */
.campus-image {
	position: relative;
}
.campus-block h2 {
	font-size: 67px;
	line-height: 96px;
	font-weight: 1000;
	text-transform: uppercase;
	margin: 0 0 30px;
	word-wrap: break-word;
}
.campus-block p {
	color: #000000;
	font-size: 13px;
	line-height: 20px;
	margin-bottom: 30px;
}
.campus-content {
	padding-left: 40px;
}
a.button.payment {
	background: #D0C3F1;
	border-color: #D0C3F1;
}
a.readmore.gallery,
.campus-content a.readmore {
	text-decoration: none;
	font-size: 13px;
	line-height: 15px;
	color: #212122;
	font-weight: 700;
	border: 2px solid #000000;
	padding: 14px 30px;
	border-radius: 60px;
}
.rooms .item {
	box-shadow: 0px 10.61px 56.56px 0px #00000026;
	border-radius: 20px;
	flex-direction: column;
	align-items: stretch;
	display: flex;
	flex: 1 0 auto;
	height: 100%;
}
.roomtop {
	position: relative;
}
.roomtop img {
	display: block;
	width: 100%;
	height: 220px;
	object-fit: cover;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}
.room-bottom {
	display: flex;
	flex-direction: column;
	gap: 20px;
	padding: 16px 16px 80px;
}
.room-bottom h3 {
	margin: 0;
	color: #0A0A0A;
	font-size: 16px;
	line-height: 19.2px;
	font-weight: 500;
}
.room-btn {
	display: flex;
	gap: 20px;
	align-items: center;
	position: absolute;
	bottom: 20px;
}
.room-btn a.button {
	background: #D0C3F1;
	color: #fff;
}
.room-bottom .room-btn a.button:hover{
	background: #FFDE59;
	color: #000;
	border-color: #FFDE59;
}
a.eybutton {
	display: flex;
	align-items: center;
	gap: 5px;
	padding: 15px 0;
	border-bottom: 1.5px solid #212122;
	text-decoration: none;
	color: #212122;
	font-weight: 600;
	font-size: 12.74px;
	line-height: 15.53px;
}
a.eybutton img {
	width: 18px !important;
}
body .head-sec h2 {
	margin: 0;
	text-transform: uppercase;
	font-weight: 900;
	font-size: 80px;
	line-height: 96px;
	color: #FFDE59;
}
.head-sec h2 span {
	font-size: 35px;
	line-height: 42px;
	font-weight: 500;
}
.head-sec {
	display: flex;
	align-items: center;
	gap: 20px;
	margin-bottom: 30px;
}
.head-sec p {
	font-size: 12px;
	color: #fff;
	margin-top: 34px;
}
.owl-stage-outer {
	padding: 0px 0 60px;
}
body {
	background: #fff !important;
}
.room-bottom p {
	color: #000000;
	font-size: 13px;
	line-height: 20px;
}
.campus-address {
	padding: 80px 0;
	color: #212122;
	position: relative;
}
.campus-address:after {
	content: "";
	background: url(/wp-content/uploads/2024/07/Untitled-1-06.svg) no-repeat;
	height: 100%;
	width: 847px;
	background-size: cover;
	position: absolute;
	right: 0;
	top: 0;
}
.campus-content h2 span {
	font-size: 35px;
	line-height: 42px;
}
.menu-sec span {
	font-size: 80px;
	line-height: 96px;
}
body .menu-sec h2 {
	color: #D0C3F1;
	margin-bottom: 0;
}
.bg-image {
	padding: 80px 0;
}
.bg-image {
	padding: 80px 0;
	color: #fff;
	text-align: center;
	position: relative;
}
.bg-image span {
	font-size: 26px;
	line-height: 23px;
	text-transform: uppercase;
	font-weight: 700;
}
body .bg-image h2 {
	margin: 0;
	color: #FFFFFF;
	font-size: 70px;
	font-weight: 1000;
	line-height: 70.77px;
	text-transform: uppercase;
}
.bg-image a.button {
	max-width: 331px;
	display: block;
	margin: 40px auto 0;
	background: #FFDE59;
	color: #000;
	border-color: #FFDE59;
}
.bg-image:before {
	content: "";
	background: #00000033;
	inset: 0;
	position: absolute;
}
.view-text {
	position: relative;
	z-index: 1;
}
.explore-location {
	padding: 80px 0;
}
.explore-location h2 {
	margin: 0 0 30px;
	text-transform: uppercase;
	font-size: 80px;
	line-height: 96px;
	font-weight: 1000;
}
.explore-location h2 span {
	font-size: 35px;
	line-height: 42px;
	font-weight: 500;
}
.campus-address iframe {
	height: 367px;
	width: 100%;
}
.explore-location p {
	display: none;
}
.membershipbox {
	padding-bottom: 80px;
}
.membership {
	display: flex;
	gap: 30px;
	justify-content: center;
}
.membershipbox h2 {
	margin: 0 0 30px;
	text-transform: uppercase;
	font-weight: 500;
	text-align: center;
	font-size: 35px;
	line-height: 42px;
}
.membershipbox h2 span {
	font-size: 80px;
	line-height: 96px;
	font-weight: 1000;
}
.membershipbox p {
	color: #545454;
	text-align: center;
	max-width: 640px;
	margin: 0 auto 30px;
	font-size: 13px;
	line-height: 16.22px;
}
.membership> div {
	width: 33%;
}
.mcat-top {
	display: flex;
	align-items: baseline;
	gap: 5px;
}
.mcat-top img:first-child {
	max-width: 120px;
	width: 100%;
	top: -5px;
	position: relative;
	padding-left: 5px;
}
.mcat-top img:last-child {
	max-width: 253px;
	width: 100%;
}
.mcat-bottom {
	padding: 20px;
	text-align: center;
}
.mcat-bottom p {
	color: #212122;
	font-size: 11px;
	line-height: 20px;
	margin-bottom: 20px;
	min-height: 120px;
}
.mhead h3 {
	margin: 0;
	text-align: center;
	padding: 5px 0;
	font-size: 14px;
	line-height: 26px;
	font-weight: 500;
	text-transform: uppercase;
}
.mcat-bottom a.button {
	display: block;
	background: #F8AEB0;
	color: #000;
	font-weight: 400;
	max-width: 182px;
	margin: 0 auto;
	border-color: #F8AEB0;
	font-size: 13px;
}

.rommbanner {
	display: flex;
	/*     align-items: center; */
	gap: 80px;
}
.feturedimg {
	width: 46%;
	height: 100%;
	position: sticky;
	top: 0;
}
.room-head {
	width: 54%;
	padding: 80px 0 160px;
}
.feturedimg > img {
	width: 100%;
	display: block;
}
.room-head h1 {
	color: #D0C3F1;
	font-size: 80px;
	line-height: 96px;
	font-weight: 900;
	text-transform: uppercase;
	margin: 0 0 30px;
}
.room-head p {
	color: #000;
	font-size: 13px;
	line-height: 20px;
}
.block-sec {
	max-width: 607px;
	width: 100%;
}
.imgblocks a {
	width: 48.7%;
}
.imgblocks a img {
	width: 100%;
}
.imgblocks {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	margin-top: 16px;
	justify-content: space-between;
}
.usp-sec {
	box-shadow: 0px 10.61px 56.56px 0px #00000026;
	border-radius: 20px;
	padding: 16px;
	display: flex;
	align-items: center;
	gap: 20px;
	margin-top: 30px;
	max-width: 586px;

}

.usp-item {
	display: flex;
	align-items: center;
	gap: 6px;
}
.icon {
	display: flex;
}
.usp-item img {
	width: 32px;
}
.usp-tit {
	display: flex;
	flex-direction: column;
	gap: 5px;
}
.usp-item strong {
	color: #212122;
	font-size: 12px;
	line-height: 12px;
}
.usp-item p {
	color: #212122;
	font-size: 10px;
	line-height: 13px;
}
.whatsincl {
	margin-top: 30px;
}
.what-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.what-head hr {
	margin: 0;
	max-width: 427px;
	width: 100%;
	background: #00000033;
}
.include-item h3 {
	margin: 20px 0;
	background: #F8F8F8;
	padding: 0 10px;
	font-size: 14px;
	color: #212122;
	text-transform: uppercase;
	line-height: 26px;
}
.i-items {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}
.i-data {
	display: flex;
	align-items: center;
	gap: 6px;
	width: 32%;
}
.i-data img {
	width: 20px;
}
.i-data p {
	color: #212122;
	font-size: 11px;
	line-height: 20px;
}
.whatsinclude-sec {
	margin-bottom: 30px;
}
/* main#primary.site-main.roomsingle {
overflow: unset;
}
*/
.what-head h2 {
	margin: 0;
	font-size: 20px;
	line-height: 26px;
	color: #212122;
	letter-spacing: -0.22px;
}
.roo-payment {
	margin-top: 20px;
	display: flex;
	align-items: center;
	gap: 32px;

}
.roo-payment p span {
	color: #23262F;
	font-weight: 500;
	font-size: 21px;
}
.roo-payment p {
	font-size: 20px;
	line-height: 32px;
	color: #84878B;
}
select {
	padding: 15px;
	border: 1px solid #212122;
	border-radius: 40px;
	font-size: 12px;
	line-height: 15.53px;
	color: #212122;
	max-width: 281px;
	width: 100%;
	font-weight: 600;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background: url(/wp-content/uploads/2024/07/chevron-down.svg) no-repeat;
	background-size: inherit;
	background-position: 95% center;
}
a.button.payment {
	display: block;
	margin-top: 20px;
	font-weight: 700;
	background: #FFDE59;
	color: #000;
	border-color: #FFDE59;
}
.whatsincl a.button.payment:hover,
.bar-price a.button.payment:hover{
	background: transparent;
	border-color: #000;
	color: #000;
}
.campus-address.room {
	background: #D0C3F1;
}
.campus-address.room .head-sec h2 {
	color: #fff;
}
body .teamsec h2 {
	margin: 0 0 50px;
	text-align: center;
	text-transform: uppercase;
	color: #D0C3F1;
	font-size: 35px;
	line-height: 42px;
	font-weight: 500;
}
body .teamsec h2 span {
	font-size: 80px;
	line-height: 96px;
	font-weight: 1000;
}
.m-image {
	display: flex;
	align-items: center;
	gap: 10px;
}
body .m-image > img {
	max-width: 75px;
	width: 100%;
}
.m-title {
	display: flex;
	flex-direction: column;
	gap: 5px;
}
.m-title h3 {
	margin: 0;
	color: #222222;
	font-size: 20px;
	line-height: 20px;
}
.m-title p {
	color: #222222;
	font-size: 12px;
	line-height: 16.91px;
	font-weight: 500;
}
.m-content {
	margin-top: 20px;
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.info-data {
	border-bottom: 1px solid #00000033;
	padding-bottom: 5px;
}
.info-data strong {
	color: #222222;
	font-size: 12px;
	line-height: 12px;
}
.info-data p {
	color: #222222;
	font-size: 10px;
	line-height: 12px;
	letter-spacing: -0.21px;
}
.teamsec {
	padding: 80px 0;
}
.teamslider .item {
	box-shadow: 0px 10.61px 56.56px 0px #0000000F;
	padding: 16px;
	border-radius: 20px;
}
.room-data {
	overflow: hidden !important;
	padding: 80px 0;
}
.teamslider button.owl-prev, .teamslider button.owl-next {
	position: absolute;
	right: -80px;
	top: 150px;
	width: 54px;
	height: 54px;
	background: url(/wp-content/uploads/2024/07/arrow-right-2.svg) no-repeat !important;
	background-size: 50% !important;
	background-position: center !important;
	border-radius: 58px;
	border: 2px solid #D0C3F1 !important;
}

body div.teamslider.teamslid.owl-carousel button.owl-prev:hover, 
body div.teamslider.teamslid.owl-carousel button.owl-next:hover {
	background: #D0C3F1 url(/wp-content/uploads/2024/07/arrow-right-1.svg) no-repeat !important;
	background-position: center !important;
}
.teamslider button.owl-prev {
	right: unset;
	left: -80px;

}
.teamslider button.owl-next{
	transform: rotate(180deg);

}
button.owl-dot {
	width: 8px;
	height: 8px;
	background: #D0C3F1 !important;
	border-radius: 37px;
}
button.owl-dot.active {
	background: #A98CF2 !important;
}
.owl-dots {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
}
.fixedbar {
	position: fixed;
	bottom: 0px;
	z-index: 99;
	background: url(/wp-content/uploads/2024/08/Frame-2147224035.png) no-repeat;
	width: 100%;
	box-shadow: -4px 4px 56.56px 0px #00000026;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	padding: 20px 0;
	background-size: cover;
}
.fixedbar > div {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
body .bar-title h2 {
	margin: 0;
	color: #fff;
	font-size: 35px;
	line-height: 35px;
	font-weight: 1000;
}
.bar-price {
	display: flex;
	align-items: center;
	gap: 20px;
}
.bar-price p {
	color: #FFFFFF;
	font-size: 10px;
	line-height: 18px;
	display: flex;
	align-items: center;
	gap: 5px;
}
.bar-price a.button.payment {
	margin: 0;
}
.bar-price p span {
	font-size: 20px;
	line-height: 26px;
	font-weight: 500;
}
span.avilabletxt {
	color: #FFFFFF;
	font-size: 12.23px;
	line-height: 18px;
	text-decoration: underline;
}
.main-faq .faqt-tax a.button {
	font-size: 12.74px;
	line-height: 15.53px;
	max-width: 216px;
	width: 100%;
}
.main-faq .faqt-tax {
	width: 100%;
	justify-content: center;
}
span.floatprice {
	position: absolute;
	bottom: 15px;
	left: 15px;
	background: #212122;
	padding: 5px 10px;
	border-radius: 4px;
	color: #FCFCFD;
	font-size: 12px;
	line-height: 20px;
	font-weight: 500;
}
.hidecontent .loc-bottom p {
	display: none;
}
.locationslide.short a.button {
	width: 100%;
	font-weight: 500;
}
.roomtypes a.button {
	background: #F8AEB0;
	color: #000;
	font-weight: 500;
	display: block;
	max-width: 177px;
	margin: 0 auto;
	border-color: #F8AEB0;
}
.roomtypes a.button:hover{
	background: transparent;
	border-color: #000;
}
.locationslide.short .location-btn {
	width: 100%;
}
.roomtypes p {
	color: #000000;
	font-size: 13px;
	line-height: 20px;
	margin-bottom: 20px;
}
.roomtypes h3 {
	margin: 0 0 20px;
	color: #212122;
	font-size: 22px;
	line-height: 26px;
	letter-spacing: -0.22px;
	text-align: center;
}
.roomtypes .type-b {
	padding: 16px 16px 80px;
}
.roomtypes img {
	height: 220px;
	object-fit: cover;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	display: block;
	width: 100%;
}
.roomtypes .item {
	box-shadow: 0px 10.61px 56.56px 0px #00000026;
	border-radius: 20px;
	display: flex;
	flex: 1 0 auto;
	height: 100%;
	flex-direction: column;
	align-items: stretch;
	position: relative;
}
.roomtypes.owl-carousel .owl-stage{
	display: flex !important;
}
.roomtypes .type-b a.button {
	position: absolute;
	bottom: 0;
	transform: translate(50%, -50%);
}
.allcampus {
	display: flex;
	flex-wrap: wrap;
	gap: 32px;
}
.ca-item {
	box-shadow: 4px 4px 28px 0px #00000026;
	width: 31.6%;
	border-radius: 20px;
}
.allcampus .campup-sec {
	position: relative;
}
.campup-sec:before {
	content: "";
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 51.35%, #FFFFFF 96.41%);
	inset: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 9;
}
.allcampus .campup-sec img {
	height: 180px;
	object-fit: cover;
	width: 100%;
	display: block;
	z-index: 1;
	position: relative;
	border-top-right-radius: 20px;
	border-top-left-radius: 20px;
}
.allcampus .campup-sec img.floastIcon {
	position: absolute;
	height: auto;
	width: 56px;
	bottom: 20px;
	left: 39%;
	z-index: 9;
}
.campup-bot span {
	color: #0A0A0A;
	font-size: 22px;
	line-height: 26.4px;
}
.campup-bot h3 {
	margin: 0 0 30px;
	color: #0A0A0A;
	font-size: 32px;
	font-weight: 900;
	line-height: 38.4px;
}
.campup-bot a.button {
	color: #fff;
	font-weight: 500;
	display: block;
	max-width: 177px;
	margin: 0 auto;
}
.campup-bot {
	padding: 16px;
	text-align: center;
}
body .owl-dots {
	max-width: 1200px;
}
.elementor-element.widthcol.about {
	max-width: 630px;
}
.teamslid {
	display: none;
}
.teamslid .owl-stage {
	padding-top: 40px;
	display: flex;
}
.teamslid .owl-stage .owl-item{
	height: 100%;
}
.team-tax {
	display: flex;
	justify-content: center;
	gap: 30px;
}
.team-tax a.button {
	font-weight: 500;
	min-width: unset;
	line-height: 1;
	display: flex;
	align-items: center;
	padding: 13.2px 20px;
}
.select-caret-down-wrapper {
	display: none;
}
.contactus .elementor-field-group input.elementor-field::placeholder {
	color: #212122 !important;
	opacity: 1 !important;
}
textarea#form-field-message {
	border-radius: 15px;
	height: 120px;
	resize: none;
}
.contactus .elementor-field-type-acceptance input {
	border: 2px solid #212122;
}
.contactus .elementor-field-type-acceptance input:checked {
	background: #212122 !important;
}
.contactus .elementor-field-type-acceptance label {
	font-size: 12px !important;
	line-height: 12px !important;
	font-weight: 400 !important;
}
.contactus-loc .locdata img {
	max-width: 128px;
	margin: 0 auto;
	width: 100%;
	display: block;
}

.contactus-loc .locdata {
	padding: 36px 12px 12px;
	width: 16.6%;
}
.contactus-loc {
	display: flex;
}
.contactus-loc p {
	color: #FFFFFF;
	text-align: center;
	font-size: 13px;
	line-height: 16.22px;
	margin-bottom: 15px;
}
.contactus-loc h3 {
	margin: 15px 0;
	text-align: center;
	color: #FFFFFF;
	font-size: 20px;
	line-height: 24px;
}
body .newsloop a {
	display: flex;
}

.elementor-element.widthcol.singlepost {
	max-width: 586px;
}
div.teamslider.teamslid {
	max-width: 1050px;
	margin: 0 auto;
}
b.instalment {
	font-weight: 400;
}
.hidddesk .swiper-pagination {
	display: none;
}
.fullbtn a.elementor-button {
	width: 100%;
}
.mini-menu.fullwidgt {
	margin-left: calc(-100vw / 2 + 100% / 2);
	margin-right: calc(-100vw / 2 + 100% / 2);
	max-width: 100vw;
	width: 100vw;
	padding: 60px 0 60px;
	background-size: 60% 100% !important;
	background-position: right !important;
	margin-top: -50px;
	z-index: 1;
	position: relative;
}
.menu-sec {
	box-shadow: 4px 4px 28px 0px #00000026;
	background: #fff;
	padding: 24px;
	border-radius: 20px;
	max-width: 645px;
}
.minilocation h2,
.menu-sec h2 {
	font-size: 35px;
	text-transform: uppercase;
	font-weight: 1000;
	margin: 0 0 48px;
}
body .minilocation h2 {
	margin-bottom: 30px;
	color: #F8AEB0;
}
.minilocation h2 span {
	font-size: 80px;
	line-height: 96px;
}
.minilocation .location-btn a.button {
	max-width: 100%;
	width: 100%;
	display: block;
	background: #FFDE59;
	border-color: #FFDE59;
	font-weight: 700;
	font-size: 13px;
	line-height: 15.6px;
}
.minilocation .location-btn {
	width: 93%;
}
.minilocation .location-btn a.button:hover {
	background: transparent;
	border-color: #000;
}
.menu-sec p {
	font-size: 13px;
	line-height: 20px;
	color: #000000;
	margin-bottom: 48px;
}
.minilocation {
	padding: 80px 0;
}

.rooma-sec {
	padding-bottom: 80px;
}

.owl-carousel .owl-item.active {
	opacity: 1;
}
.owl-carousel .owl-item {
	opacity: 0;
	transition: 0.5s all;
}
body .owl-carousel .owl-stage-outer {
	overflow: visible;
}
.campus-address .inner-wrap {
	z-index: 9;
	position: relative;
}
.info-icon {
	width: 20px;
}
.info-data {
	display: flex;
	align-items: center;
	gap: 10px;
}
.mobilesldr {
	display: none !important;
}
.pricavail {
	display: flex;
	align-items: center;
	gap: 20px;
}
.communtiysec .swiper-slide {
	opacity: 0;
}
.communtiysec .swiper-slide-next,
.communtiysec .swiper-slide-next + .swiper-slide,
.communtiysec .swiper-slide-duplicate-prev,
.communtiysec .swiper-slide-active {
	opacity: 1;
}
.communtiysec .swiper.elementor-loop-container.elementor-grid.swiper-initialized.swiper-horizontal.swiper-pointer-events {
	overflow: visible;
}
.e-loop__load-more.elementor-button-wrapper {
	max-width: 137px;
	margin: 0 auto;
}
.heightorsec.elementor-widget.elementor-widget-video {
	height: 495px;
	object-fit: cover;
}
.heightorsec iframe#widget2 {
	height: 495px;
}
.loc-tabs a:nth-last-child(odd):nth-child(odd), .loc-tabs a:nth-last-child(odd):nth-child(odd) ~ a {
	width: 100%;
}
.gallery-modal {
	display: none;
	position: fixed;
	z-index: 1000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.8);
	align-items: center;
	justify-content: center;
}

.gallery-modal .slider {
	width: 80%;
	max-width: 800px;
	margin: auto;
}

.slider img {
	width: 100%;
	height: auto;
}

.close {
	position: absolute;
	top: 15px;
	right: 35px;
	color: #fff;
	font-size: 40px;
	font-weight: bold;
	cursor: pointer;

}

.caption {
	color: #fff;
	text-align: center;
	margin-top: 10px;
}
a.button.headerbtn {
	padding: 15px 30px;
	background: #FFDE59;
	color: #000;
	font-size: 13px;
	line-height: 15.53px;
	font-weight: 600;
	border-color: #FFDE59;
	font-weight: 700;
}
body a.button.headerbtn:hover {
	background: transparent;
	color: #000;
	border-color: #000;
}
.pymentinfo-popup,
.passwordpop {
	position: fixed;
	top: 0;
	left: 0;
	margin-left: calc(-100vw / 2 + 100% / 2);
	margin-right: calc(-100vw / 2 + 100% / 2);
	max-width: 100vw;

	width: 100vw;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	display: none;
	justify-content: center;
	align-items: center;
	z-index: 999;
	align-items: center;
	justify-content: center;
}
.infoHighlight {
	cursor: pointer;
}
.popwrap {
	background: #fff;
	padding: 46px 50px;
	max-width: 522px;
	width: 100%;
	text-align: center;
	box-shadow: 0px 10.61px 56.56px 0px #00000026;
	border-radius: 20px;
	position: relative;
}
.error {
	color: red;
	font-size: 12px;
}
.popwrap h2 {
	color: #212122;
	font-size: 35px;
	line-height: 42px;
	text-transform: uppercase;
	max-width: 310px;
	margin: 0 auto 20px;
	font-weight: 900;
}
img.hidepop {
	position: absolute;
	top: 50px;
	right: 30px;
	width: 24px !important;
	cursor: pointer;
}
.popwrap form {
	display: flex;
	flex-direction: column;
	max-width: 150px;
	margin: 0 auto;
	gap: 20px;
}
.popwrap form input#password {
	border: 2px solid #212122;
	padding: 15px;
	font-size: 12.74px;
	line-height: 15.53px;
}
button.button.popsub {
	background: #FFDE59;
	padding: 15px 30px;
	color: #000;
	border-radius: 40px;
	font-size: 12.74px;
	line-height: 15.53px;
	font-weight: 600;
	border-color: #FFDE59;
}
.greenbtn a.button.passwordpp {
	background: #FFDE59;
	border-color: #FFDE59;
}
.drkgreen a.button.passwordpp {
	background: #1BA79D;
	border-color:#1BA79D;
}
.drkgreen a.button.passwordpp:hover {
	background: transparent;
	border-color: #000;
}
.orangebtn a.button.passwordpp {
	background: #FFDE59;
	color: #000;
	z-index: 9;
	position: relative;
}
.orangebtn a.button.headerbtn {
	background: #FFDE59;
	color: #000;
	border-color: #FFDE59;
	font-weight: 700;
}

.redbtn a.button.passwordpp {
	background: #EB4B4D;
}
.redbtn a.button.passwordpp:hover {
	background: #DC7B7F;
}
.readmore.mobilebtn {
	display: none;
}


/*updated css*/

.location-btn a.button {
	background: #D0C3F1;
	border-color: #D0C3F1;
}

.location-btn a.button.transparent {
	background: transparent;
	border-color: #212122;
}
.location-btn a.button.transparent:hover{
	background: #D0C3F1;
	border-color: #D0C3F1;
}
.location-btn a.button:hover {
	background: transparent;
	border-color: #212122;
	color: #212122;
}
.loc-tabs a.button {
	color: #FFFFFF;
}
.loc-tabs a.button.active,
.loc-tabs a.button:hover{
	background: #FFFFFF;
	color: #97BAFE;
	border-color: #fff;
}
.campus-data:before {
	content: '';
	background: url(/wp-content/uploads/2024/08/8747406e1588b90b3cad99d16acfc832-1.png) no-repeat;
	position: absolute;
	top: 0;
	width: 50%;
	height: 708px;
	background-size: cover;
}
.campus-data {
	position: relative;
}

.campus-address .head-sec p {
	max-width: 300px;
}
.campus-block {
	min-height: 750px;
}
lottie-player.locationlottie{
	position: absolute;
	right: -160px;
	top: 440px;
}
.loc-bottom a,
.rooms.owl-carousel a {
	color: #0A0A0A;
	text-decoration: none;
}
.room-btn a.button {
	color: #fff;
}
.rooma-sec.inner-wrap p {
	color: #000;
}
.rommbanner {
	position: relative;
	margin-top: -350px;
}
.roomlottiecont {
	position: relative;
	overflow: hidden;
	width: 100%;
	display: block;
	height: 350px;
}
lottie-player.roomlottie {
	position: absolute;
	right: -190px;
	top: -10px;
}
.owl-item.last-item.active {
	margin-right: 170px !important;
} 
.current-menu-ancestor > a {
	text-decoration: underline !important;
	font-weight: 700;
}

.slick-slide img {
	height: 100vh !important;
	object-fit: cover;
}
.room-head h1 span {
	font-size: 35px;
	display: block;
	line-height: 42px;
	font-weight: 500;
}
a.button.backcampus {
	display: block;
	max-width: 167px;
	margin: 60px auto 0;
	background: #ffDE59;
	border-color: #ffDE59;
	text-transform: capitalize;
}
a.button.backcampus:hover{
	background: transparent;
	border-color: #000;
}
.what-head.price span {
	display: block;
	font-size: 12px;
	font-weight: 500;
	line-height: 1;
}
a.readmore.gallery {
	max-width: 150px;
}
.i-data {
	text-align: left;
}

.zindexfix {
	z-index: -1 !important;
}
.slick-initialized .slick-slide {
	display: flex !important;
	justify-content: center;
}

.e-loop-item.post.type-post:nth-child(3n) .elementor-widget-post-info .elementor-widget-container {
	background: #2A388F;
}
.e-loop-item.post.type-post:nth-child(4n) .elementor-widget-post-info .elementor-widget-container {
	background: #FAB86A;
}
.e-loop-item.post.type-post:nth-child(5n) .elementor-widget-post-info .elementor-widget-container {
	background: #E950AA;
}
.elementor-element.elementor-element-af3b0e8.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded .elementor-element.elementor-element-4e08594 .elementor-widget-container {
	background: transparent;
}
body .slick-prev:before,body .slick-next:before {
	font-size: 30px;
}
body .slick-prev {
	left: -38px;
}

a.button.waitinglist {
	background: #F47973;
}
.bar-price a.button.waitinglist {
	border-color: #F47973;
}

select#campusl {
	margin-bottom: 30px;
}

/*Membership slider*/

.ckmembershipcontainer {
	margin-right: calc(-100vw / 2 + 100% / 2);
	max-width: 100vw;
	width: 80vw !important; 
}
.ckmembership-logo {
	padding: 20px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}
.ckmembership-card.item {
	box-shadow: 4px 4px 28px 0px #00000026;
	border-radius: 20px;
}
.ckmembership-content a{
	padding: 0 20px 80px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 30px;
	    text-decoration: none;
}
.ckmembership-content h3 {
	color: #0A0A0A;
	font-size: 16px;
	font-weight: 500;
	font-family: 'Gotham';
	    margin-bottom: 0;
}
.ckmembership-content p {
	color: #212122;
	font-size: 11px;
	line-height: 20px;
	min-height: 60px;
}
.ckmembership-content .btn-more-info {
    padding: 15px 30px;
    background: #EF4137;
    border-radius: 100px;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    max-width: 175px;
	    position: absolute;
    bottom: 20px;
}
}
.ckmembership-content a.btn-more-info:hover {
    background: #000;
}
div.fcontent {
    display: none;
}
body .ckmembership-logo img {
	max-width: 230px;
	width: 100%;
}
.ckmembershipcontainer .owl-stage {
	display: flex;
}
.ckmembershipcontainer .item{
	height: 100%;
}
.ckmembershipcontainer button.owl-dot {
	background: #F3686D !important;
}
body .ckmembershipcontainer.owl-carousel button.owl-prev,body .ckmembershipcontainer.owl-carousel button.owl-next {
	position: absolute;
	right: 18%;
	top: -115px;
	width: 54px;
	height: 54px;
	background: url(/wp-content/uploads/2025/04/arrow-right.svg) no-repeat;
	background-size: 50% !important;
	background-position: center;
	border-radius: 58px;
	border: 2px solid #3C3B39;
	transform: rotate(180deg);
}
body .ckmembershipcontainer.owl-carousel button.owl-prev {
	right: 23%;
	transform: rotate(0deg);
}
body .ckmembershipcontainer.owl-carousel button.owl-prev:hover,
body .ckmembershipcontainer.owl-carousel button.owl-next:hover {
	background: #3C3B39 url(/wp-content/uploads/2025/04/arrow-right-1.svg) no-repeat !important;
	background-position: center !important;
}
body .ckmembershipcontainer.owl-carousel button.owl-next:hover {
	transform: unset;
}
body .ckmembershipcontainer.owl-carousel button.owl-prev:hover {
	transform: rotate(180deg);
}
.membrship-con {
	display: flex;
	padding-bottom: 80px;
}
.membrship-con >div {
	width: 50%;
}
.mm-logo {
	padding: 20px;
	text-align: center;
}
.mm-logo img {
	max-width: 230px;
	width: 100%;
}
.mright-content h1 {
	display: inline-block;
	text-transform: uppercase;
	font-size: 64px;
	font-weight: 900;
	line-height:1;
	margin: 0;
}
.mright-content {
	padding:80px 30px 0 40px;
	max-width: 640px;
}
:focus {
	outline: none;
}
.mright-content span {
	padding: 5px 10px;
}
.mright-content h1 span:last-child {
	margin-top: 23px;
	display: inline-block;
	margin-bottom: 20px;
}
.memlink-bar {
	padding: 26px 20px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	z-index: 99;
	position: relative;
	position: fixed;
    bottom: 0px;
    width: 100%;
}
.bar-left h2 {
	font-size: 35px;
	line-height: 1;
	text-transform: uppercase;
	font-weight: 1000;
	margin: 0;
}
.memlink-bar .inner-wrap >div {
	max-width: 480px;
	width: 100%;
}
.memlink-bar .inner-wrap {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	align-items: center;
}
.bar-right select#campusl {
	margin: 0;
	background: #fff url(/wp-content/uploads/2024/07/chevron-down.svg) no-repeat;
	background-position: 95% 14px;
	border: none;
}
.bar-right .align-b {
	display: flex
		;
	align-items: center;
	gap: 20px;
	justify-content: flex-end;
}
a.button.memlink {
	padding: 15px 30px;
	background: #FFDE59;
	border: none;
}
.comunitypop {
	margin: 60px 0 0;
}
.otermember h2,
.faq-sec h2 {
	display: inline;
	text-align: center;
	font-size: 60px;
	line-height: 1;
	font-weight: 900;
	padding: 5px;
	text-transform: uppercase;
}
.faq-sec {
	text-align: center;
	margin-bottom: 80px;
}
.faq-sec .faq-content {
	text-align: left;
	margin-top: 60px;
}
.otermember {
	text-align: center;
}
a.button.yellow-btn {
	margin: 0 auto 80px;
	display: block;
	max-width: 170px;
	padding: 15px 30px;
	background: #FFDE59;
	border: none;
	text-transform: capitalize;
}
.related-ckmembership-container > div {
	width: 33%;
}
.related-ckmembership-container {
	display: flex;
	margin: 60px 0;
	gap: 20px;
	justify-content: space-between;
}
.whatsincl.membersh {
	padding: 16px;
	background: #fff;
	border-radius: 20px;
	box-shadow: 0px 10.61px 56.56px 0px #00000026;
}
.whatsincl.membersh hr {
	max-width: 372px;
}
.includ-sec {
	margin: 25px 0;
	display: flex
		;
	flex-wrap: wrap;
	gap: 22px 13px;
}
.includ-sec .inc-item {
	width: 31.5%;
	display: flex
		;
	align-items: center;
	gap: 10px;
}
.includ-sec .inc-item p {
	font-size: 12px;
	line-height: 12px;
	color: #212122;
	text-transform: capitalize;
}
.mmt-images .imgblocks a img {
	height: 200px;
	object-fit: cover;
}
.ckbuttons {
	display: flex
		;
	align-items: center;
	gap: 30px;
}
a.ckbutton.button {
	background: #EF4137;
	color: #fff;
	font-size: 13px;
	line-height: 1;
	padding: 15px 30px;
}
a.ckbutton.button:hover {
	background: #FFDE59;
	color: #000000;
	border-color: #FFDE59;
}
a.readmore.gallery {
	text-decoration: none;
	font-size: 13px;
	line-height: 1;
	padding: 15px 30px;
}
h2.ckclub {
	background: #EF4137;
	display: inline-block;
	padding: 11px 20px;
	margin-bottom: 30px;
	font-size: 60px;
	line-height: 1;
}
.ckperks {
	margin-left: calc(-100vw / 2 + 100% / 2);
	margin-right: calc(-100vw / 2 + 100% / 2);
	max-width: 100vw;
	width: 100vw;
	margin-top: -50px;
}
.ckmembershipbox h2 {
	font-size: 60px;
	text-transform: uppercase;
	font-weight: 900;
	background: #EF4137;
	color: #fff !important;
	display: inline-block;
	line-height: 1;
	padding: 11px 20px;
}
.ckmembershipbox {
	padding: 80px 0;
}
.comunitypop-p {
	max-width: 1200px;
	margin: 0 auto 80px;
	padding: 24px;
	border-radius: 20px;
	text-align: center;
	display: flex
		;
	flex-direction: column;
	gap: 20px;
}

.comunitypop-p h2 {
	font-size: 35px;
	font-weight: 900;
	margin: 0;
	line-height: 1;
}
.comunitypop-p li {
	list-style: none;
	display: flex
		;
	align-items: center;
	gap: 10px;
	justify-content: center;
	font-size: 12px;
	line-height: 20px;
	font-weight: 700;
}
.comunitypop-p ul {
	padding: 0;
	display: flex
		;
	flex-direction: column;
	gap: 20px;
}
.comunitypop-p a.button {
	max-width: 148px;
	padding: 13px 26px;
	font-size: 11px;
	line-height: 1;
	font-weight: 700;
	margin: 0 auto;
}
.site-container {
	overflow: hidden;
}
.team-sec {
	margin: 80px 0;
	text-align: center;
}
.team-sec .teamslider {
	text-align: left;
}
.faq-sec.inner-wrap.marg {
	margin: 80px auto;
}

.team-sec h2 {
	font-size: 60px;
	line-height:1;
	padding: 11px 20px;
	text-transform: uppercase;
	display: inline-block;
	font-weight: 900;
}
body .team-sec div.teamslider button.owl-next,
body .team-sec div.teamslider button.owl-prev {
	background: #FFF url(https://dev.campuskey.co.za/wp-content/uploads/2025/04/arrow-right.svg) no-repeat center !important;
	border-color: #3C3B39 !important;
}
body .team-sec div.teamslider.teamslid.owl-carousel button.owl-prev:hover, body .team-sec div.teamslider.teamslid.owl-carousel button.owl-next:hover {
	background: #3C3B39 url(/wp-content/uploads/2024/07/arrow-right-1.svg) no-repeat center  !important;
}
.team-sec button.owl-dot {
	background: #3C3B39 !important;
	opacity:0.7;
}
.team-sec button.owl-dot.active {
	opacity: 1;
}
.bar-right p {
	font-size: 20px;
	line-height: 26px;
	font-weight: 700;
	letter-spacing: -0.22px;
}
.bar-right p span {
	font-size: 10px;
	line-height: 18px;
}
.headsec {
	display: flex
		;
	align-items: center;
	gap: 30px;
}
.headsec h2 {
	font-size: 60px;
	line-height: 1;
	padding: 11px 20px;
	font-weight: 900;
	margin: 0;
}
.headsec p {
	max-width: 207px;
	font-size: 13px;
	line-height: 20px;
}
.headsec {
	display: flex
		;
	align-items: center;
	gap: 30px;
	margin-bottom: 30px;
}
.campus-address iframe {
	border-radius: 12px;
}

.tax-ckmembership {
	overflow-x: hidden;
}
.ckclub-cta {
	display: none;
}
.campus-data.ckclub::before {
    background: url(https://dev.campuskey.co.za/wp-content/uploads/2025/04/Group-1000007202.png) no-repeat center;
	    background-size: cover;
}
.page-id-6236 .needsclick.kl-teaser-V8aY64.undefined.kl-private-reset-css-Xuajs1,
.tax-ckmembership .needsclick.kl-teaser-V8aY64.undefined.kl-private-reset-css-Xuajs1 {
    display: none !important;
}

.related-ckmembership-container span.btn-more-info {
    position: relative;
    bottom: 0;
	    margin: 0 auto;
}
.related-ckmembership-container .ckmembership-content a {
	padding-bottom: 20px;
}
.related-ckmembership-container .ckmembership-content {
    padding-bottom: 0px;
}
.related-ckmembership-container p {
    min-height: 90px;
}
/* .ckmembershipbox .ckmembershipcontainer .owl-stage {
    width: 100% !important;
} */
.ckmembershipbox .ckmembershipcontainer {
    width: 100vw !important;
}

.locloader {
width: 50px;
padding: 8px;
aspect-ratio: 1;
border-radius: 50%;
background: #EF4137;
--_m:
conic-gradient(#0000 10%,#000),
linear-gradient(#000 0 0) content-box;
-webkit-mask: var(--_m);
mask: var(--_m);
-webkit-mask-composite: source-out;
mask-composite: subtract;
animation: l3 1s infinite linear;
	    margin: 30px auto 0;
}
@keyframes l3 {to{transform: rotate(1turn)}}




/*New CSS For Apply Now popup*/

.pop-campuses .campus-item,
.pop-locations .l-item {
    width: 30%;
    box-shadow: 4px 4px 28px 0px #00000026;
    border-radius: 20px;
    background: #fff;
    flex-direction: column;
    align-items: stretch;
    display: flex
;
    flex: 1 0 auto;
    height: 100%;
}
.pop-campuses,
.pop-locations {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    justify-content: space-between;
	    margin-top: 20px;
}
.pop-locations img.loc-logo {
    position: absolute;
    width: 38px;
    height: 38px;
    bottom: 10px;
    left: 10px;
    z-index: 9;
}
.campus-item .loctop img,
.pop-locations .loctop img:first-child {
    height: 116px;
    object-fit: cover;
    object-position: center;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
	    width: 100%;
}
.campus-item .loc-bottom,
.pop-locations .loc-bottom {
    padding: 0 11px 0;
}
.campus-item .loc-bottom h3,
.pop-locations h3 {
    font-size: 21px;
    line-height: 21px;
}
.pop-locations .loc-bottom span {
    font-size: 14px;
}
.l-item.active-location {
    border: 2px solid #F7941D;
    box-shadow: 2.67px 2.67px 20.1px 0px #00000080;
}
a#selectoption.elementor-button,
.btn.button.apply-now,
.button.campus-next,
a.btn.button.loc-popbtn {
    display: block;
    background: #FFDE59;
    border-color: #FFDE59;
    opacity: 0.3;
    max-width: 172px;
    float: right;
	    pointer-events: none;
}
a#selectoption.elementor-button.active-btn,
.btn.button.apply-now.active-btn,
a.btn.button.campus-next.active-btn,
a.btn.button.loc-popbtn.active-btn {
	opacity: 1;
	pointer-events: all;
}
span.smallheading {
    font-size: 28px;
    font-weight: 500;
    line-height: 28px;
}
span.bookedroom {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #F3686D;
    padding: 5px 10px;
    border-radius: 4px;
    color: #FCFCFD;
    font-size: 12px;
    line-height: 20px;
}
body .pop-rooms .poproom.owl-carousel button.disabled {
    opacity: 0.5;
    cursor: no-drop;
}
a.btn.button.campus-next {
	margin:0;
}
.apply-pop-content h2 {
    text-align: center;
    font-size: 28px;
    line-height: 35px;
    text-transform: uppercase;
    font-weight: 1000;
    color: #0A0A0A;
}
.step-actions{
    clear: both;
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.campus-item h3 {
    text-align: center;
}
body .pop-campuses .campus-item {
    width: 21%;
}
.campus-item.active-campus {
	border: 2px solid #F7941D;
	box-shadow: 2.67px 2.67px 20.1px 0px #00000080;
		
}

.pop-rooms .rooms.owl-carousel {
    width: 44vw !important;
}
.pop-rooms .room-bottom {
    padding: 16px 16px;
}
.apply-step.step-rooms h2 {
    text-align: left;
}
.selection-box .elementor-element.e-con-full.e-flex.e-con.e-child {
	cursor: pointer;
}
.nextpop a.elementor-button {
    pointer-events: none;
    opacity: 0.3;
}
.nextpop.active-box a.elementor-button {
    pointer-events: auto;
    opacity: 1;
}
.smallheading span {
    font-size: 28px;
    font-weight: 500;
}
.selection-box .elementor-element.e-con-full.e-flex.e-con.e-child.active-box,
.selection-box .elementor-element.e-con-full.e-flex.e-con.e-child:hover {
    box-shadow: 2.67px 2.67px 20.1px 0px #00000080;
	border: 2px solid #F7941D;
}

#elementor-popup-modal-6447 .dialog-message {
	overflow-x: hidden;
}
.apply-step.step-rooms .roomtop img {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    height: 205px;
    object-fit: cover;
}
.step-rooms .room-bottom h3 {
    font-size: 14px;
    line-height: 14.2px;
}
body .pop-rooms .poproom.owl-carousel button.owl-prev, body .pop-rooms .poproom.owl-carousel button.owl-next {
	    position: absolute;
	width: 38px;
	height: 38px;
	border-color: #55C4BE;
	top: -60px;
	 background: url(/wp-content/uploads/2025/06/arrow-right.png) no-repeat;
    border: 2px solid #55C4BE;
    background-size: 50% !important;
    background-position: center;
	    border-radius: 60px;
}
.pop-rooms .roomtop img {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.pop-rooms .owl-stage-outer {
    padding: 0px 0 20px;
}
body .pop-rooms .poproom .item.active-room {
    box-shadow: 2.67px 2.67px 20.1px 0px #00000080;
    border: 2px solid #F7941D;
}
body .pop-rooms .poproom.owl-carousel button.owl-prev:hover, body .pop-rooms .poproom.owl-carousel button.owl-next:hover {
	background: #55C4BE;
}
body .pop-rooms .poproom.owl-carousel button.owl-prev {
	 right: 7%;

} 

body .pop-rooms .poproom.owl-carousel button.owl-prev:hover, body .pop-rooms .poproom.owl-carousel button.owl-next:hover {
    background: #55C4BE url(https://dev.campuskey.co.za/wp-content/uploads/2025/06/arrow-right-1.png) no-repeat center;
	    transform: rotate(180deg);
}
body .pop-rooms .poproom.owl-carousel button.owl-next:hover {
    transform: rotate(0deg);
}
body .pop-rooms .poproom.owl-carousel button.owl-next {
	right: 0%;
	transform: rotate(180deg);
}
body .pop-rooms .poproom .item {
    box-shadow: 0 10.61px 56.56px 0 #00000026;
    border-radius: 20px;
    flex-direction: column;
    align-items: stretch;
    display: flex
;
    flex: 1 0 auto;
    height: 100%;
}
.pop-rooms .room-bottom p {
    font-size: 12px;
    line-height: 12px;
}


/* Comparison sec */
body .comparison-sec h2 {
    margin: 0 0 50px;
    text-align: center;
    text-transform: uppercase;
    color: #D0C3F1;
    font-size: 35px;
    line-height: 42px;
    font-weight: 500;
}
body .comparison-sec h2 span {
    font-size: 80px;
    line-height: 96px;
    font-weight: 1000;
}
.comparison-sec {
    padding: 80px 0;
}


.comparison-sec table {
  max-width: 1200px;
  margin: 0 auto;
  background: #fff;
  border-radius: 12px;
  padding: 20px;
 box-shadow: 0px 10.61px 54px 0px #00000029;
  overflow-x: auto;
	  width: 100%;
  border-collapse: collapse;
}

.comparison-sec thead th {
    background: #fff;
    padding: 20px;
    text-align: left;
    font-weight: 1000;
    color: #212122;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    border-right: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
}
.comparison-sec thead th:first-child {
    text-align: left;
    border-top-left-radius: 12px;
}
.comparison-sec thead th:last-child {
    border-top-right-radius: 12px;
    border-right: none;
}
.comparison-sec tbody td {
    padding: 16px;
    border-bottom: 1px solid #E6E6E6;
    color: #212122;
    border-right: 1px solid #E6E6E6;
	font-size: 10px;
	line-height: 1;
	font-weight: 400;
	text-align: center;
}

.comparison-sec tbody tr:nth-child(even) {
  background: #F4F4F4;
}

span.room-label {
    color: #212122;
    font-size: 12px;
    line-height: 12px;
    font-weight: 1000;
}
.comparison-sec tbody td:first-child {
    min-width: 183px;
	text-align: left;
}
.comparison-sec tbody tr:last-child td {
    border-bottom: none;
}
.comparison-sec tbody tr td:last-child {
    border-right: none;
}
td.price span {
    background: #FFF2BD;
    padding: 4px 10px;
    border-radius: 100px;
	
}
td span.dcolor {
    background: #E9D3EF;
    padding: 4px 10px;
    border-radius: 100px;
	    display: block;
    min-width: 68px;
}
.comparison-sec a.view-btn.button {
    padding: 9px 12px;
    background: #55C4BE;
    color: #fff;
    border: none;
    font-size: 11px;
    min-width: 88px;
    display: block;
    width: 100%;
    font-weight: 700;
}
.comparison-sec img.checkmark {
    width: 20px;
}
a.btn.view-all-rooms.button {
    display: block;
    max-width: 168px;
    margin: 40px auto 0;
    background: #D0C3F1;
    color: #fff;
    font-weight: 700;
    font-size: 13px;
}

.pop-loader {
    position: absolute;
    top: 0;
    text-align: center;
    background: #fff;
        width: 120%;
    left: -20px;
    height: 100%;
    z-index: 9;
    align-items: center;
    justify-content: center;
	    display: none;
}
.pop-loader img {
    width: 50px;
}

.selection-box .elementor-element.e-con-full.e-flex.e-con.e-child.active-box h2 {
    -webkit-text-stroke: 1px;
}
span.perpersondata {
    font-size: 12px ! IMPORTANT;
    display: block;
    font-weight: 500;
    line-height: 1;
}

/* .rooms .item a#selectoption {
    background: transparent;
    pointer-events: all;
    opacity: 1;
    max-width: 100%;
    text-align: left;
    display: block;
    float: unset;
} */
@media screen and (max-width: 1920px) {
	.owl-item.last-item.active {
		margin-right: 350px !important;
	}
}

@media screen and (max-width: 1599px) {
	.owl-item.last-item.active {
		margin-right: 100px !important;
	}
	.rooms, .locationslide {
		max-width: 90vw;
	}
	.location-btn a.button {
		min-width: unset;
		padding: 13.2px 15px;
	}
	body .rooms.owl-carousel button.owl-prev, body .rooms.owl-carousel button.owl-next {
		top: -100px;
	}
	body .rooms.owl-carousel button.owl-prev, body .locationslide.owl-carousel button.owl-prev {
		right: 15%;
	}
	body .rooms.owl-carousel button.owl-next,
	body .locationslide.owl-carousel button.owl-next {
		right:10%;
	}
	.room-btn a.button {
		min-width: unset;
		padding: 13.2px 13px;
	}
	.room-btn {
    gap: 13px;
}
}
@media screen and (max-width: 1400px) {
	.location-btn a.button {
		min-width: unset;
		padding: 15px 24px;
		line-height: 1;
	}
	.rooms, .locationslide {
		max-width: 100vw;
	}
	.owl-item.last-item.active {
		margin-right: 170px !important;
	}
}

@media screen and (max-width: 1024px) {
	.related-ckmembership-container .owl-item {
    height: 100%;
}
	.owl-item.last-item.active {
		margin-right: 60px !important;
	} 
	.hidddesk .swiper-pagination {
		display: inherit;
	}
	.rommbanner {
		position: relative;
		margin-top: 0px;
	}
	.roomlottiecont,
	body .mobilemenu {
		display: none;
	}
	body .mobilemenu.active {
		display: block;
	}
	.elementor-item.elementor-item-anchor.has-submenu {
		justify-content: space-between;
	}

	.inlinesub .sub-menu li {
		width: 49%;
		display: inline-block;
	}
	.sub-menu li a {
		font-size: 15px !important;
		font-weight: 500 !important;
		line-height: 15px;
	}
	.elementor-item.elementor-item-anchor.has-submenu[aria-expanded="true"] span.sub-arrow {
		transform: rotate(180deg);
	}
	body .elementor-nav-menu .sub-arrow {
		padding: 0;
	}
	a.button {
		min-width: 133px;
	}
	.faqt-tax {
		gap: 10px;
		justify-content: center;
	}
	.faq-content .faq-data {
		width: 48%;
	}
	body .locationslide.owl-carousel button.owl-prev {
		right: 110px;
	}
	body .locationslide.owl-carousel button.owl-next {
		right: 40px;
	}
	.ltop-data {
		max-width: 100%;
		padding-left: 30px;
	}
	.loc-logo p {
		font-size: 30px;
		line-height: 36px;
	}
	.location-title h1 {
		font-size: 50px;
		line-height: 55.55px;
	}
	.loc-logo img {
		max-width: 40px;
	}
	a.button {
		font-size: 10.91px;
		line-height: 13.09px;
	}
	.campus-data .inner-wrap {
		padding: 0;
	}
	.campus-block {
		padding: 60px 30px 60px 0px;
	}
	.campus-image img {
		border-radius: 0;
	}
	.rooma-sec {
		padding: 0 30px 40px;
		position: relative;
	}
	.head-sec h2 {
		font-size: 28px;
		line-height: 33.6px;
	}
	.head-sec {
		justify-content: center;
	}
	.rooma-sec .head-sec p {
		position: absolute;
		bottom: 10px;
	}
	.campus-block h2 {
		font-size: 50px;
		line-height: 60px;
	}
	.campus-address {
		padding: 60px 30px;
	}
	.campus-address .head-sec {
		justify-content: flex-start;
	}
	.campus-address .head-sec br {
		display: none;
	}
	body .bg-image h2 {
		font-size: 50px;
		line-height: 50.55px;
	}
	.bg-image span {
		font-size: 20px;
	}
	.bg-image a.button {
		max-width: 136px;
	}
	.explore-location {
		padding: 60px 10px;
	}
	.explore-location .owl-nav {
		display: none;
	}
	.explore-location h2 {
		font-size: 50px;
		line-height: 56px;
		text-align: center;
		display: block;
	}
	.membershipbox {
		padding: 0 30px 60px;
		flex-wrap: wrap;
		display: flex;
	}
	.membershipbox h2 {
		text-align: left;
		font-size: 20px;
		line-height: 24px;
		max-width: 280px;
	}
	.membershipbox h2 span {
		font-size: 50px;
		line-height: 60px;
	}

	.membershipbox p {
		text-align: left;
		max-width: 330px;
	}
	.mcat-bottom p {
		min-height: 150px;
	}
	.mcat-top img:last-child {
		max-width: 89px;
		height: 120px;
		object-fit: cover;
	}
	.mcat-bottom p {
		text-align: center;
	}

	.rommbanner {

		gap: 30px;
		padding: 60px 30px;
	}
	.room-head {
		padding: 0;
	}
	.room-head h1 {
		font-size: 50px;
		line-height: 60px;
		margin: 0 0 20px;
	}
	.imgblocks a {
		width: 46.7%;
	}
	.usp-sec {
		flex-wrap: wrap;
		justify-content: center;
		gap: 16px;
	}
	.usp-item:nth-child(3) .icon,
	.usp-item:first-child .icon {
		order: 2;
	}
	.usp-item:nth-child(3) .usp-tit,
	.usp-item:first-child .usp-tit {
		text-align: right;
	}
	.what-head hr {
		max-width: 150px;
	}
	.i-data {
		width: 48%;
	}
	.roo-payment {
		flex-wrap: wrap;
		gap: 16px;
	}
	.roo-payment p {
		font-size: 21px;
		line-height: 27px;
	}
	.roo-payment p span {
		font-size: 24px;
		line-height: 36px;
	}
	.campus-address.room .inner-wrap {
		padding: 0;
	}
	.teamsec {
		padding: 60px 10px;
	}
	.teamsec h2 {
		margin: 0 0 20px;
		font-size: 28px;
		line-height: 33.6px;
	}
	.teamslider .owl-nav {
		display: none;
	}
	.room-data {
		padding: 0;
	}
	.room-data .head-sec p {
		position: relative;
		bottom: unset;
	}
	.room-data .head-sec {
		justify-content: space-between;
	}
	.everything-you-need  h3.elementor-image-box-title {


		color:#fff !important;
		font-size: 22px;
		font-weight: 500;
		line-height: 26px;
	}

	.everything-you-need p.elementor-image-box-description {
		color:#fff !important;
		font-size: 13px;
		font-weight: 400;
		line-height: 20px;
	}
	.bannersec{
		background-color:#F8F8F8;
	}

	.team-tax {
		gap: 10px;
		overflow: scroll;
		padding-left: 300px;
	}
	.team-tax a.button {
		min-width: 131px; 
	}
	.ca-item.item {
		width: 100%;
	}
	.main-faq .faqt-tax a.button {
		padding: 13.2px;
	}
	.single-post .elementor-widget-theme-post-content p {
		margin-bottom: 20px;
	}
	.contactus-loc {
		flex-wrap: wrap;
	}
	.contactus-loc .locdata {
		width: 33.3%;
		padding: 23px 12px 12px;
	}
	.contactus-loc .locdata img {
		max-width: 79px;
		margin: 0;
	}
	.contactus-loc h3 {
		text-align: left;
		font-size: 14px;
		line-height: 16.8px;
	}
	.contactus-loc p {
		text-align: left;
		font-size: 12px;
		line-height: 14.98px;
	}
	.menu-sec {
		padding: 20px;
		max-width: 381px;
	}
	.minilocation h2, .menu-sec h2 {
		font-size: 20px;
		margin: 0 0 20px;
		line-height: 24px;
	}
	.menu-sec p {
		margin-bottom: 20px;
	}
	.mini-menu.fullwidgt {
		padding: 60px 0 60px 30px;
		background-size: 450px 400px !important;
	}
	.minilocation {
		padding: 60px 30px;
	}

	.faqt-tax {
		flex-wrap: wrap;
	}

	.faqt-tax a.button {
		width: 32%;
	}

	.team-tax {
		overflow: unset;
		padding-left: 0;
		flex-wrap: wrap-reverse;
	}

	.loc-logo img {
		z-index: 1;
	}
	.ckmembershipcontainer {
		margin-right: unset;
		max-width: 100%;
		width: 100% !important;
	}
	body .ckmembershipcontainer.owl-carousel button.owl-prev {
		right: 110px;
	}
	body .ckmembershipcontainer.owl-carousel button.owl-next {
		right: 30px;
	}
	.membrship-con {
		padding-bottom: 60px;
	}
	.mright-content h1 {
		font-size: 36px;
	}
	.mright-content span {
		padding: 7px 10px;
	}
	.mright-content p {
		font-size: 13px;
		line-height: 20px;
	}
	.whatsincl.membersh hr {
		max-width: 112px;
	}
	.includ-sec .inc-item {
		width: 47.5%;
	}
	.includ-sec {
		gap: 20px;
	}
	.includ-sec .inc-item p {
		font-size: 10px;
		line-height: 10px;
	}
	.mm-logo img {
		max-width: 120px;
	}
	.mmt-images .imgblocks a img {
		height: 120px;
	}
	.bar-left h2 {
		font-size: 24px;
		max-width: 170px;
	}
	.memlink-bar .inner-wrap >div {
		max-width: 384px;
	}
	a.button.memlink {
		font-size: 13px;
	}
	.mright-content {
		padding: 60px 30px 0;
	}
	.wrapsection {
		display: flex;
		flex-direction: column;
	}
	.memlink-bar {
		order: 2;
		margin-bottom: 0;
		margin-top: -26px;
	}
	.wrapsection .bg-image span {
		font-size: 35px;
		font-weight: 500;
		line-height: 1;
		margin-bottom: 20px;
		display: block;
	}
	.wrapsection .bg-image h2 {
		font-size: 95px;
		line-height: 1;
		font-weight: 900;
	}
	.wrapsection .bg-image a.button {
		margin: 20px auto 0;
		max-width: 450px;
		font-size: 13px;
	}
	.otermember h2, .faq-sec h2 {
		font-size: 36px;
		padding: 7px 16px;
	}
	.otermember.inner-wrap,
	.faq-sec.inner-wrap {
		padding: 0 30px;
	}
	.faq-sec {
		margin-bottom: 60px;
	}
	.faq-sec .faq-content {
		margin-top: 40px;
	}
	.related-ckmembership-container {
		margin: 40px 0;
	}
	.related-ckmembership-container > div {
		width: 100%;
	}
	h2.ckclub {
    font-size: 36px;
    line-height: 1;
    padding: 11px 16px;
}
	.ckbuttons {
    gap: 20px;
}
	.ckmembershipbox {
    padding: 60px 30px;
}
	.ckmembershipbox h2 {
    font-size: 36px;
    margin-top: 0;
}
	.memlink-bar.temply {
    margin-bottom: -75px;
    z-index: 99;
}
	.comunitypop-p {
    max-width: 648px;
}
	.comunitypop-p h2 {
    font-size: 36px;
}
	.team-sec {
    margin: 60px 0;
    padding: 0 30px;
}
	    .memlink-bar {
        margin-top: 0;
        max-width: 100%;
			width: 100%;
    }
	
	.tax-ckmembership body {
		overflow-x: hidden;
	}
	.otermember {
    width: 100%;
}
    .related-ckmembership-container {
        width: 100% !important;
		overflow: hidden;
    }
	
	.comparison-sec table th:first-child,
.comparison-sec table td:first-child {
  position: sticky;
  left: 0;
  z-index: 2;
	background: #fff;
}
	
	.comparison-sec table tbody tr:nth-child(even) td:first-child {
		background: #f4f4f4;
	}
	.ctable-sec {
    overflow: scroll;
}
	span.room-label {
    font-size: 10px;
    line-height: 10px;
}
	.comparison-sec tbody td:first-child {
    min-width: 156px;
}
	body .comparison-sec h2 span {
    font-size: 50px;
    line-height: 50px;
}
	body .comparison-sec h2 {
    font-size: 20px;
    line-height: 20px;
}
	
	.smallheading span {
    font-size: 20px;
}
		.campus-item .loc-bottom h3, .pop-locations h3 {
    font-size: 17px;
    line-height: 21px;
}
	.pop-locations .loc-bottom span {
    font-size: 14px;
}
	
	a.button.headerbtn
 {
    padding: 12px 25px;
    font-size: 12px;
}
}

@media screen and (max-width: 959px) {
	body .bold-heading1 {
		font-size: 66px;
	}
	.mcat-bottom {
		padding: 20px 5px;
	}
	.mcat-bottom p {
		min-height: 170px;
	}
	.menu-sec {
		padding: 20px;
		max-width: 465px;
	}

	.loc-tabs a {
		width: 100%;
	}

	.location-title h1, .campus-block h2 {
		font-size: 40px;
		line-height: 50px;
	}

	.head-sec {
		justify-content: flex-start;
	}

	body .head-sec h2 {
		font-size: 55px;
		line-height: 1;
	}

	body .rooms.owl-carousel button.owl-prev {
		right: 20%;
	}

	.rooma-sec .head-sec p {
		width: 100%;
		text-align: center;
	}

	.rooma-sec {
		padding: 0 30px 60px;
	}

	.head-sec h2 span {
		display: block;
	}

}
.pop-campuses.owl-carousel {
    display: flex !important
;
}
.mobileonly {
    display: none !important;
}
@media screen and (max-width: 767px) {
	.membershipbox {
		padding: 0 30px 60px;
	}
	.location-title h1 {
		font-size: 40px;
		line-height: 50px;
	}
	.owl-nav {
		display: none;
	}
	.faqt-tax {
		flex-wrap: wrap;
		justify-content: center;
		gap: 20px;
	}
	.faq-content .faq-data {
		width: 100%;
	}
	.location-banner {
		flex-direction: column;
		gap: 0;
		border-bottom: none;
	}
	.location-title {
		width: 100%;
		justify-content: center;
		order: 2;
		margin-top: -100px;
		z-index: 9;
	}
	.location-image {
		width: 100%;
		position: relative;
	}
	.location-title .ltop-data {
		padding: 40px 30px;
		text-align: center;
		background: url(/wp-content/uploads/2024/08/Frame-2147224355.svg) no-repeat;
		background-size: cover;
		background-position: center;
	}
	.loc-logo {
		flex-direction: column;
		margin: 0;
	}
	.location-image:after {
		content: "";
		background: linear-gradient(180deg, rgba(255, 255, 255, 0) 51.35%, #FFFFFF 96.41%);
		position: absolute;
		inset: 0;
	}
	.location-image img {
		height: 350px;
	}
	a.button {
		min-width: 115px;
	}
	.loc-tabs a {
		width: 100%;
	}
	.campus-block {
		padding: 40px 0;
		flex-direction: column;
	}
	.campus-block > div {
		width: 100%;
	}
	.campus-image {
		order: 2;
	}
	.campus-content {
		padding: 0 30px;
		text-align: center;
	}
	.campus-block h2 {
		margin: 0 0 20px;
	}
	body .owl-dots {
		max-width: 350px;
	}
	.head-sec {
		flex-direction: column;
		justify-content: center;
		text-align: center;
		gap: 10px;
	}
	.campus-address {
		padding: 40px 30px 120px;
	}
	.campus-address h2 + p {
		position: absolute;
		bottom: -82px;
	}
	.bg-image {
		padding: 40px 0;
	}
	.bg-image a.button {
		margin: 20px auto 0;
	}
	.mini-menu.fullwidgt {
		padding: 60px 30px 60px 30px;
		background-size: contain !important;
		height: 567px;
		background-position: bottom !important;
	}
	.membership {
		gap: 20px;
		flex-direction: column;
	}
	.membership > div {
		width: 100%;
	}
	.membershipbox {
		padding: 0 30px 60px;
	}
	.membershipbox h2 {
		max-width: 100%;
		text-align: center;
	}
	.mcat-top img:last-child {
		max-width: 210px;
	}
	.mcat-top {
		justify-content: space-between;
	}
	.membershipbox p {
		text-align: center;
	}
	.rommbanner {
		gap: 20px;
		padding: 0 0 60px;
		flex-direction: column;
	}
	.feturedimg {
		width: 100%;
		height: auto;
		position: relative;
	}
	.room-head {
		padding: 0 30px;
		width: 100%;
		text-align: center;
	}
	.what-head {
		justify-content: center;
	}
	.what-head hr {
		display: none;
	}
	.roo-payment {
		justify-content: center;
	}
	.feturedimg {
		display: none;
	}
	.owl-item.last-item.active {
		margin-right: 0px !important;
	}

	body .mobilesldr.owl-carousel .owl-stage-outer {
		padding: 0;
	}
	.owl-carousel .owl-item {
		opacity: 1;
	}
	body .mobilesldr .owl-dots {
		position: absolute;
		bottom: 20px;
	}
	body  .owl-dots {
		max-width: 100%;
		width: 100%;
	}
	body .mobilesldr .owl-dots button.owl-dot {
		background: #41404280 !important;
	}
	body .mobilesldr .owl-dots button.owl-dot.active{
		background: #D0C2F1 !important;
	}
	.bar-title {
		display: none;
	}
	.mobilesldr {
		display: block !important;
	}
	.pricavail {
		display: flex;
		flex-direction: column;
		gap: 0px;
	}
	.bar-price {
		justify-content: space-between;
		width: 100%;
	}
	a.button {
		padding: 15px;
		display: flex;
		align-items: center;
		justify-content: center;
		line-height: 1;
	}
	.room-btn {
		gap: 10px;
	}
	.team-tax {
		padding-left: 490px;
	}
	.main-faq .faqt-tax a.button {
		max-width: max-content;
	}
	.contactus-loc .locdata {
		width: 50%;
	}
	.location-btn a.button {
		width: 50%;
	}
	.location-btn {
		width: 100%;
		justify-content: space-between;
	}
	.swiper.elementor-loop-container.elementor-grid.swiper-initialized {
		padding-bottom: 50px !important;
		margin-bottom: 40px;
	}
	.faqt-tax {
		gap: 10px;
	}
	.faqt-tax a.button {
		min-width: 102px;
	}
	.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
		top: 93%;
	}
	.location-banner {
		background: #fff;
	}
	.location-banner  .loc-logo img {
		max-width: 56px;
		width: 100%;
		display: block;
	}
	.readmore.mobilebtn {
		display: block;
	}
	.campus-image:after,
	.readmore.desktop {
		display: none;
	}
	.readmore.mobilebtn {
		text-decoration: none;
		font-size: 13px;
		line-height: 15px;
		color: #212122;
		font-weight: 700;
		border: 1.2px solid #000000;
		padding: 15px 30px;
		border-radius: 60px;
		max-width: 150px;
		margin: 70px auto 0;
	}
	.room-btn {
		justify-content: space-between;
		width: 100%;
		left: 0;
		padding: 0px 16px 0;
	}
	.room-btn a.button {
		width: 50%;
	}
	.head-sec p {
		font-size: 13px;
	}
	.faq-content .faq-data h3 {
		padding: 17.88px 36.88px 17.88px 17.88px;
	}
	body .teamsec h2 span {
		font-size: 50px;
		line-height: 60px;
		display: block;
	}
	body .teamsec h2 {
		font-size: 20px;
		line-height: 24px;
	}
	body .head-sec h2 {
		font-size: 50px;
		line-height: 60px;
	}
	.head-sec h2 span {
		font-size: 20px;
		line-height: 24px;
		display: block;
	}
	.faqt-tax a.button {
		min-width: 102px;
		width: auto;
	}
	.campus-data:before {
		top: 390px;
		width: 100%;
		height: 352px;
		display: none;
	}
	.campus-block .campus-image:before {
		content: "";
		background: url(/wp-content/uploads/2024/08/8747406e1588b90b3cad99d16acfc832-1.png) no-repeat;
		position: absolute;
		top: 0;
		width: 100%;
		height: 80%;
		background-size: cover;
	}
	.campus-image img {
		height: 342px;
		object-fit: cover;
		max-width: 350px;
		margin: 0 auto;
		z-index: 99;
		position: relative;
	}
	lottie-player.locationlottie {
		display: none;
	}
	.campus-address:after {
		background: url(/wp-content/uploads/2024/06/Frame-2147224358.svg) no-repeat;
		height: 100%;
		width: 100%;
		background-size: cover;
		background-position: center;
	}
	.campus-data .inner-wrap {
		z-index: 9;
		position: relative;
	}
	.minilocation h2 span {
		font-size: 50px;
		line-height: 60px;
		display: block;
		text-align: center;
	}
	body .minilocation h2 {
		text-align: center;
	}
	.usp-item:nth-child(3) {
		align-self: self-end;
		justify-content: end;
	}
	.usp-item {
		width: 48%;
		justify-content: end;
	}
	.usp-item .icon {
		width: 32px;
	}
	.usp-tit {
		width: 68%;
	}
	.usp-sec {
		gap: 15px 8px;
	}
	.usp-item:nth-child(2n) {
		text-align: left;
	}
	.campus-address.room .inner-wrap {
		z-index: 9;
		position: relative;
	}
	.slick-slide img {
		height: 70vh !important;
		margin-top: 0px;
	}
	.explore-location {
		padding: 60px 0px;
	}
	.owl-carousel .owl-item {
		max-width: 380px !important;
		width: 100% !important;
	} 
	.room-head h1 span {
		font-size: 28px;
		line-height: 34px;
	}
	.elementor-element.elementor-element-4d2b773.mobilemenu.elementor-hidden-desktop.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded {
		max-width: 100% !important;
	}
	.mobilesldr .owl-carousel .owl-item {
		max-width: 100% !important;
	}
	.rommbanner {
		overflow: hidden;
	}
	.campus-block h2 {
		font-size: 38px;
		line-height: 55px;
		word-wrap: break-word;
	}
	.rooms, .locationslide {
		margin-right: 0;
		max-width: 100%;
		width: 100% !important;
	}
	.room-head h1 {
		word-wrap: break-word;
	}
	a.readmore.gallery {
		margin: 50px auto 0;
	}
	.loc-tabs {
		justify-content: flex-start;
	}
	.loc-tabs a:nth-last-child(odd):nth-child(odd), .loc-tabs a:nth-last-child(odd):nth-child(odd) ~ a {
		width: 100%;
	}
	.roomtypes .type-b a.button {
		position: relative;
		bottom: -50px;
		transform: unset;
	}
	.locationslide.short .location-btn {
		width: 100%;
	}
	.postid-347 .membershipbox {
		padding: 0 30px 60px;
	}
	.bg-image,
	.campus-address {
		z-index: -1;
	}
	.orangebtn a.button.passwordpp {
		z-index: 1;
	}
	.mini-menu.fullwidgt {
		margin-top: 0;
	}
	.campus-image.ckmini::before {
		height: 120%;
	}
	.campus-image.ckmini {
		padding-top: 25px;
	}
	body .slick-prev:before, body .slick-next:before {
		font-size: 20px;
	}
	body .slick-prev {
		left: -25px;
	}
	body .slick-dotted.slick-slider {
		margin-bottom: 70px;
	}
	.roomtypes.owl-carousel .owl-item .item p {
		min-height: 120px;
	}
	.meet_the_team .team-tax {
		flex-wrap: nowrap;
		overflow: scroll;
	}
	.bg-image {
		z-index: 9;
	}
	.mcat-bottom p {
		min-height: unset;
	}

	.membrship-con {
		flex-direction: column;
	}
	.membrship-con >div {
		width: 100%;
	}
	.mright-content {
		padding: 40px 30px 0;
		text-align: center;
	}
	.whatsincl.membersh .what-head {
		justify-content: space-between;
	}
	.whatsincl.membersh hr {
		max-width: 118px;
		display: block;
	}
	.includ-sec .inc-item img {
		width: 32px;
	}
	.includ-sec .inc-item p {
		text-align: left;
	}
	.includ-sec .inc-item {
		width: 47%;
	}
	.memlink-bar {
		margin: 0;
		background: #F8F8F8 !important;
		padding: 20px 30px 20px;
	}
	.bar-left {
		display: none;
	}
	.memlink-bar .inner-wrap >div {
		max-width: 100%;
	}
    .bar-right .align-b {
        flex-direction: row;
        gap: 16px;
        justify-content: space-between;
    }
	.bar-right select#campusl {
        background-color: transparent;
        border: 1px solid #212122 !important;
        max-width: 48%;
        padding: 14px;
    }
	.memlink-bar .inner-wrap {
		padding: 0;
	}
	    a.button.memlink {
        font-size: 13px;
        width: auto;
        line-height: 16px;
    }
	.membrship-con {
		padding-bottom: 30px;
	}
	.wrapsection .bg-image span {
		font-size: 20px;
	}
	.wrapsection .bg-image h2 {
		font-size: 50px;
	}
	.wrapsection .bg-image a.button {
		max-width: 127px;
	}
	.comunitypop {
		margin: 40px 0 0;
	}
	.otermember h2 {
		display: block;
		max-width: 350px;
		margin: 0 auto;
	}
	.otermember h2, .faq-sec h2 {
		padding: 12px 16px;
	}
	.mmt-images .imgblocks {
		display: none;
	}
	
	.mmt-images .mobilesldr img.item {
    height: 260px;
    object-fit: cover;
}
	body .mmt-images .mobilesldr .owl-dots button.owl-dot {
		background: #F3686D !important;
	}
	body .mmt-images .mobilesldr .owl-dots button.owl-dot.active {
		background: #F04D44 !important;
	}
	.ckbuttons a.readmore.desktop {
    display: block;
}
	    .ckmembershipbox h2 {
        text-align: center;
    }
	    .memlink-bar.temply {
        margin-bottom: 0;
        z-index: 99;
    }
	.memlink-bar.temply .bar-right p {
    color: #212122 !important;
}
	.ckbuttons {
        gap: 10px;
    }
	    .campus-content {
			padding: 0 20px;
	}
	a.ckbutton.button {
    padding: 15px 17px;
}
	.ckperks {
    margin-top: 0;
}
	.membrship-con {
        overflow: hidden;
    }

.campus-data.ckclub .campus-image::before {
    background: url(/wp-content/uploads/2025/04/Group-1000007202.png) no-repeat center bottom;
    background-size: 100%;
}
#camaddress.campus-address:after {
	display: none;
}
#camaddress .headsec h2 {
	font-size: 36px;}
#camaddress .headsec {
    flex-direction: column;
}
	div#camaddress .inner-wrap {
    padding: 0;
}
	    div#camaddress.campus-address h2 + p {
        position: relative;
        bottom: 0;
    }
	    .includ-sec {
        gap: 15px;
    }
	
	div.teamslider.teamslid {
    padding: 0 30px;
}
	    .meet_the_team .team-tax {
        justify-content: flex-start;
    }
	.pop-campuses .campus-item, .pop-locations .l-item,
	body .pop-campuses .campus-item {
    width: 100% !important;
		        max-width: 100%;

}
.owl-carousel.owl-hidden {
    opacity: 1 !important;
}
.pop-locations .owl-stage {
    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
}

.pop-locations .owl-item {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
	    .desktoponly {
        display: none !important;
    }
	.mobileonly {
    display: flex !important;
}
	body.elementor-popup-modal 
.needsclick.kl-teaser-V8aY64.undefined.kl-private-reset-css-Xuajs1 {
    display: none !important;
}
	.apply-step.step-rooms h2 {
    text-align: center;
}
}
