
/* footer */
@media all {
	.fa-facebook:before {
		content: "\f09a";
	}

	.fa-linkedin:before {
		content: "\f0e1";
	}

	.fa-instagram:before {
		content: "\f16d";
	}
}
.link-underline:after {
	content: "";
	position: absolute;
	bottom: -3px;
	left: 0;
	right: 0;
	height: .04em;
	background: currentColor;
	transition: transform .5s cubic-bezier(.4,0,0,1),opacity .15s .35s;
	transform: scaleX(0);
	opacity: 0;
	transform-origin: right center;
}

.link-underline:hover:after {
	transform: scale(.999);
	opacity: 1;
	transition-delay: .1s;
	transform-origin: left center;
}

.grid-x {
	display: flex;
	flex-flow: row wrap;
}

.cell {
	flex: 0 0 auto;
	min-height: 0;
	min-width: 0;
	width: 100%;
}

.grid-x>.small-6,.grid-x>.small-12 {
	flex-basis: auto;
}

@media print,screen and (min-width:64em) {
	.grid-x>.large-3,.grid-x>.large-4,.grid-x>.large-5 {
		flex-basis: auto;
	}
}

.grid-x>.small-6,.grid-x>.small-12 {
	flex: 0 0 auto;
}

.grid-x>.small-6 {
	width: 50%;
}

.grid-x>.small-12 {
	width: 100%;
}

@media print,screen and (min-width:64em) {
	.grid-x>.large-3,.grid-x>.large-4,.grid-x>.large-5 {
		flex: 0 0 auto;
	}

	.grid-x>.large-3 {
		width: 25%;
	}

	.grid-x>.large-4 {
		width: 33.33333%;
	}

	.grid-x>.large-5 {
		width: 41.66667%;
	}
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

a {
	color: inherit;
	text-decoration: none;
}

.link {
	color: #eac17a;
	text-decoration: underline;
}

.link-underline {
	position: relative;
}

.position-relative {
	position: relative;
}

@media (max-width:47.9375rem) {
	.text-center-m {
		text-align: center;
	}
}

.footer__scroll-up {
	padding: 0;
	cursor: pointer;
	font-family: Avenir,sans-serif,serif;
	background-color: transparent;
	border: none;
}

.footer__scroll-up:focus {
	outline: none;
}

.footer__menu ul li a:after {
	content: "";
	position: absolute;
	bottom: -3px;
	left: 0;
	right: 0;
	height: .04em;
	background: currentColor;
	transition: transform .5s cubic-bezier(.4,0,0,1),opacity .15s .35s;
	transform: scaleX(0);
	opacity: 0;
	transform-origin: right center;
}

.footer__menu ul li a:hover:after {
	transform: scale(.999);
	opacity: 1;
	transition-delay: .1s;
	transform-origin: left center;
}

.footer {
	background: #82604c;
	color: #fff;
}

.footer:not(.no-sticky) {
	position: fixed;
	z-index: 10;
	left: 0;
	right: 0;
	bottom: 0;
}

@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active) {
	.footer {
		position: static!important;
	}
}

.footer__container {
	width: 100%;
	max-width: 71rem;
	padding: 0 2rem;
	margin: auto;
}

@media (max-width:47.9375rem) {
	.footer__container {
		padding: 0 1rem;
	}
}

.footer__text {
	font-size: .625rem;
	line-height: 1rem;
	letter-spacing: .3em;
	text-transform: uppercase;
	color: #eac17a;
}

.footer__menu ul {
	list-style: none;
}

.footer__menu ul li {
	font-style: normal;
	font-weight: 300;
	line-height: 2rem;
}

.footer__menu ul li a {
	position: relative;
	color: #fff;
}

.footer__bottom {
	border-top: 1px solid hsla(0,0%,98%,.2);
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 13px;
	color: hsla(0,0%,98%,.5);
	padding: 2rem 0;
	flex-direction: column;
}

.footer__bottom-list {
	display: flex;
	list-style: none;
}

@media (max-width:47.9375rem) {
	.footer__bottom-list {
		order: -1;
		margin-bottom: 32px;
		justify-content: space-between;
		width: 100%;
	}
}

@media (min-width:48rem) {
	.footer__bottom {
		padding: 3.125rem 0 3.5625rem;
		flex-direction: row;
	}
}

.footer__bottom .ewm {
	color: #fff;
}

.footer__scroll-up {
	position: absolute;
	right: 58px;
	top: 30px;
	width: 48px;
	height: 48px;
	background-color: #153047;
	transition: background-color .35s ease;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
}

@media (-ms-high-contrast:none),not all and (hover:none) {
	.footer__scroll-up:hover {
		background-color: rgba(21,48,71,.7);
	}

	.footer__scroll-up:hover .footer__scroll-up-icon {
		transform: translateY(-3px);
	}
}

@media (max-width:47.9375rem) {
	.footer__scroll-up {
		top: 10px;
		right: 10px;
	}
}

.footer__scroll-up-icon {
	transition: transform .8s ease;
}

.footer__logo {
	display: flex;
}

@media (max-width:47.9375rem) {
	.footer__logo {
		justify-content: center;
	}
}

@media (max-width:47.9375rem) {
	.footer__copy {
		margin-bottom: 1.5rem;
	}
}

@media (max-width:47.9375rem) {
	.footer .phone-and-mail__item {
		justify-content: center;
	}

	.footer .phone-and-mail__item svg {
		display: none;
	}

	.footer .social {
		justify-content: center;
	}
}

.social {
	display: flex;
	margin: -1rem;
	list-style: none;
}

@media print,screen and (min-width:40em) {
	.social {
		padding-left: 2rem;
	}
}

.social__item {
	margin: 1rem;
}

.social__item .social__link {
	padding: 0;
}

.social__item:first-of-type .social__link {
	padding-left: 0;
}

.social__link {
	width: 1rem;
	height: 1rem;
	display: block;
	padding: 0 8px;
	transition: color .35s ease;
}

@media (-ms-high-contrast:none),not all and (hover:none) {
	.social__link:hover {
		color: #eac17a;
	}
}

.phone-and-mail {
	display: flex;
	flex-direction: column;
}

@media (max-width:47.9375rem) {
	.phone-and-mail {
		align-items: center;
	}
}

.phone-and-mail__item {
	display: flex;
	align-items: center;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
}

@media (max-width:74.9375rem) {
	.large-pb-0 {
		padding-bottom: 0;
	}
}

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

.mr-16 {
	margin-right: 16px;
}

@media (max-width:74.9375rem) {
	.large-pb-16 {
		padding-bottom: 16px;
	}
}

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

.mt-24 {
	margin-top: 24px;
}

.mr-32 {
	margin-right: 32px;
}

.pb-40 {
	padding-bottom: 40px;
}

.pb-64 {
	padding-bottom: 64px;
}

.pt-80 {
	padding-top: 80px !important;
}

@media (max-width:63.9375rem) {
	.medium-pb-140 {
		padding-bottom: 140px;
	}
}

@media (max-width:39.9375rem) {
	.small-mr-0 {
		margin-right: 0;
	}
}

@media all {
	.fab {
		-moz-osx-font-smoothing: grayscale;
		-webkit-font-smoothing: antialiased;
		display: inline-block;
		font-style: normal;
		font-variant: normal;
		text-rendering: auto;
		line-height: 1;
	}

	.fa-facebook:before {
		content: "\f09a";
	}

	.fa-instagram:before {
		content: "\f16d";
	}

	.fa-linkedin:before {
		content: "\f08c";
	}

	.fab {
		font-family: "Font Awesome 5 Brands";
	}

	.fab {
		font-weight: 400;
	}
}




















.site-content {
	background-color: #fff;
	position: relative;
	z-index: 11;
    margin-bottom: 510px !;
}

.icon {
	display: block;
	transition: transform .35s ease;
}

.input-block {
	position: relative;
	display: block;
	border-bottom: 1px solid rgba(5,33,58,.1);
}

.input-block:after {
	content: "";
	display: block;
	height: 1px;
	position: relative;
	top: 1px;
	z-index: 1;
	background: currentColor;
	will-change: transform;
	transition: transform .5s cubic-bezier(.3,0,0,1);
	background-color: currentColor;
	transform-origin: right center;
	transform: scaleX(0);
}

.input-field {
	display: block;
	width: 100%;
	padding: .5rem 1rem 1rem;
	font-size: 1rem;
	line-height: 1;
	font-family: inherit;
	background: none;
	border: none;
	color: currentColor;
} 

.input-field:focus {
	outline: none;
}

.input-field:invalid {
	box-shadow: none;
}

.subscribe-form__button {
	padding: 0;
	cursor: pointer;
	font-family: Avenir,sans-serif,serif;
	background-color: transparent;
	border: none;
}

.subscribe-form__button:focus {
	outline: none;
}

.subscribe {
	background-color: #f6f7fa;
	padding: 4rem 1rem 3.5rem;
}

.subscribe__subtitle {
	font-size: .8125rem;
	line-height: 1rem;
	text-align: center;
	letter-spacing: .4em;
	text-transform: uppercase;
}

.subscribe__title {
	font-family: "Bon Vivant Serif",sans-serif,serif;
	font-style: normal;
	font-weight: 400;
	font-size: 2.5rem;
	line-height: 3rem;
	text-align: center;
}

.subscribe-form {
	max-width: 24rem;
	margin: auto;
	position: relative;
}

.subscribe-form__input-block {
	background-color: transparent;
}









.subscribe-form__input-block .input-field {
	height: 4rem;
	padding-left: 2rem;
}

.subscribe-form__input-block .input-field::placeholder {
	font-family: Avenir,sans-serif,serif;
	font-style: normal;
	font-weight: 400;
	font-size: .9375rem;
	line-height: 1rem;
	color: #05213a;
}

.subscribe-form__button {
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 0 0 0 12px;
	height: 100%;
}

.subscribe-form__button:hover .icon {
	transform: translateX(8px);
}

.subscribe-form__icon {
	position: absolute;
	left: 0;
	bottom: 23px;
	color: #eac17a;
}

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

.mr-16 {
	margin-right: 16px;
}

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




a {
	color: #000;
}

a:hover {
	color: black;
}

a img {
	border: 0;
}

h2,.h4 {
	font-weight: normal;
	margin: 1.7142857143rem 0;
}

h2:first-child,.h4:first-child {
	margin-top: 0;
}

h2.underlined {
	text-align: center;
}

@media (min-width: 544px) {
	h2.underlined {
		margin-bottom: 48px;
	}
}

h2.underlined::after {
	background-color: #C1AA7F;
	content: '';
	display: block;
	height: 1px;
	margin: 15px auto 0;
	width: 140px;
}

h2 {
	font-size: 24px;
	line-height: 34px;
}

@media (min-width: 544px) {
	h2 {
		font-size: 45px;
		line-height: 58px;
	}
}

.h4 {
	font-size: 18px;
	line-height: 22px;
}

@media (min-width: 544px) {
	.h4 {
		font-size: 24px;
		line-height: 32px;
	}
}

p {
	margin: 0;
	font-size: 14px;
	line-height: 20px;
}








@media (min-width: 544px) {
	p {
		font-size: 18px;
		line-height: 25px;
	}
}

.t-tag {
	color: #C1AA7F;
	font-size: 13px;
	font-size: 0.9285714286rem;
	font-family: "Circular Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: 0.1923076923em;
	line-height: 1.4;
	text-transform: uppercase;
}

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

.container {
	margin-left: auto;
	margin-right: auto;
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
}

.container::after {
	content: "";
	display: table;
	clear: both;
}

@media (min-width: 544px) {
	.container {
		max-width: 576px;
	}
}

@media (min-width: 768px) {
	.container {
		max-width: 720px;
	}
}

@media (min-width: 992px) {
	.container {
		max-width: 940px;
	}
}

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

picture.behave-like-bg {
	position: absolute;
	top: 0;
	left: 0;
}

picture.behave-like-bg,picture.behave-like-bg img {
	height: 100%;
	width: 100%;
}

picture.behave-like-bg img {
	-o-object-position: center;
	object-position: center;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: 'object-fit: cover; object-position: center;';
}

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

@font-face {
    font-family: 'Respondent PERSONAL USE ONLY';
    font-style: italic;
    font-weight: 100;
    src: local('Respondent PERSONAL USE ONLY'), url('https://fonts.cdnfonts.com/s/56086/RespondentPersonalUseOnlyThinPersonalUseOnly-1GepL.woff') format('woff');
}
@font-face {
    font-family: 'Respondent PERSONAL USE ONLY';
    font-style: italic;
    font-weight: 300;
    src: local('Respondent PERSONAL USE ONLY'), url('https://fonts.cdnfonts.com/s/56086/RespondentPersonalUseOnlyLightPersonalUseOnly-nRjOM.woff') format('woff');
}
@font-face {
    font-family: 'Respondent PERSONAL USE ONLY';
    font-style: italic;
    font-weight: 500;
    src: local('Respondent PERSONAL USE ONLY'), url('https://fonts.cdnfonts.com/s/56086/RespondentPersonalUseOnlyMediumPersonalUseOnly-BW16V.woff') format('woff');
}
@font-face {
    font-family: 'Respondent PERSONAL USE ONLY';
    font-style: italic;
    font-weight: 700;
    src: local('Respondent PERSONAL USE ONLY'), url('https://fonts.cdnfonts.com/s/56086/RespondentPersonalUseOnlyBoldPersonalUseOnly-8MxDD.woff') format('woff');
}
@font-face {
    font-family: 'Respondent PERSONAL USE ONLY';
    font-style: italic;
    font-weight: 900;
    src: local('Respondent PERSONAL USE ONLY'), url('https://fonts.cdnfonts.com/s/56086/RespondentPersonalUseOnlyBlackPersonalUseOnly-RpBDM.woff') format('woff');
}



/* room */
   @import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');

        :root {
            --primary-gold: #75682c;
            --primary-gold-light: #8b7a34;
            --primary-gold-dark: #5d5223;
            --text-dark: #363636;
            --text-medium: #4a4a4a;
            --bg-light: #e2ded9;
            --white: #ffffff;
            --shadow-light: rgba(0, 0, 0, 0.1);
            --shadow-medium: rgba(0, 0, 0, 0.15);
            --shadow-heavy: rgba(0, 0, 0, 0.3);
            --transition-smooth: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            --transition-fast: all 0.2s ease-out;
        }

        * {
            margin: 0;
            padding: 0;
            border: 0;
            box-sizing: border-box;
        }

        html {
            scroll-behavior: smooth;
        }

        body {
            font-family: 'Inter', sans-serif;
            line-height: 1.6;
            color: var(--text-dark);
            overflow-x: hidden;
        }

        /* Button Styles */
        .btn {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            font-weight: 500;
            text-align: center;
            user-select: none;
            border: 2px solid transparent;
            padding: 16px 32px;
            font-size: 16px;
            line-height: 1.5;
            border-radius: 12px;
            transition: var(--transition-smooth);
            text-transform: uppercase;
            letter-spacing: 0.5px;
            cursor: pointer;
            position: relative;
            overflow: hidden;
        }

        .btn::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
            transition: left 0.5s;
        }

        .btn:hover::before {
            left: 100%;
        }

        .btn-outline {
            background-color: transparent;
            color: var(--primary-gold);
            border-color: var(--primary-gold);
            box-shadow: 0 4px 15px rgba(117, 104, 44, 0.2);
        }

        .btn-outline:hover {
            background-color: var(--primary-gold);
            color: var(--white);
            transform: translateY(-2px);
            box-shadow: 0 8px 25px rgba(117, 104, 44, 0.3);
        }

        /* Layout */
        .common-wrap {
            max-width: 1316px;
            margin: 0 auto;
            padding: 0 30px;
        }

        section {
            width: 100%;
            position: relative;
        }

        .african-wildlife-wrap {
            width: 100%;
            padding: 120px 0 80px;
            background: linear-gradient(135deg, #fefefe 0%, #fefefe 100%);
            position: relative;
        }

        .african-wildlife-wrap::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="0.5" fill="%23000" opacity="0.02"/><circle cx="75" cy="75" r="0.3" fill="%23000" opacity="0.015"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
            pointer-events: none;
        }

        .african-wildlife-wrap .common-wrap {
            max-width: 1200px;
        }

        .african-wildlife-item {
            display: flex;
            align-items: center;
            gap: 80px;
            padding-bottom: 120px;
            position: relative;
        }

        /* Image Container */
        .african-wildlife-item-thumb-wrap {
            flex: 1;
            max-width: 580px;
            position: relative;
            border-radius: 20px;
            overflow: hidden;
            box-shadow: 0 20px 60px var(--shadow-medium);
            transition: var(--transition-smooth);
        }

        .african-wildlife-item-thumb-wrap:hover {
            transform: translateY(-5px);
            box-shadow: 0 30px 80px var(--shadow-heavy);
        }

        /* Enhanced Slider Styles */
        .slider-container {
            position: relative;
            width: 100%;
            height: 700px;
            overflow: hidden;
            border-radius: 20px;
            cursor: pointer;
        }

        .slider-track {
            display: flex;
            width: 500%;
            height: 100%;
            transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
        }

        .slide {
            width: 20%;
            flex-shrink: 0;
            position: relative;
        }

        .slide img {
            width: 100%;
            height: 700px;
            object-fit: cover;
            transition: transform 0.8s ease-out;
        }

        .slide:hover img {
            transform: scale(1.05);
        }

        /* Image overlay for better text readability */
        .slide::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            height: 40%;
            background: linear-gradient(transparent, rgba(0,0,0,0.3));
            pointer-events: none;
        }

        /* Content Styles */
        .african-wildlife-item-content {
            flex: 1;
            max-width: 520px;
            padding-left: 20px;
        }

        .african-wildlife-item-content h6 {
            color: var(--primary-gold);
            text-transform: uppercase;
            font-weight: 600;
            font-size: 14px;
            letter-spacing: 2px;
            margin-bottom: 16px;
            position: relative;
        }

        .african-wildlife-item-content h6::after {
            content: '';
            position: absolute;
            bottom: -8px;
            left: 0;
            width: 60px;
            height: 2px;
            background: var(--primary-gold);
        }

        .african-wildlife-item-content h2 {
            color: var(--text-dark);
            font-size: 42px;
            line-height: 1.2;
            font-weight: 700;
            margin-bottom: 32px;
            background: linear-gradient(135deg, var(--text-dark) 0%, var(--primary-gold-dark) 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

        .african-wildlife-item-content p {
            font-size: 18px;
            line-height: 1.8;
            color: var(--text-medium);
            margin-bottom: 40px;
            font-weight: 400;
        }

        .african-wildlife-item-content ul {
            list-style: none;
            margin-bottom: 50px;
        }

        .african-wildlife-item-content ul li {
            position: relative;
            font-size: 16px;
            font-weight: 500;
            color: var(--primary-gold);
            margin-bottom: 16px;
            padding-left: 32px;
            transition: var(--transition-fast);
        }

        .african-wildlife-item-content ul li:hover {
            color: var(--primary-gold-light);
            transform: translateX(5px);
        }

        .african-wildlife-item-content ul li::before {
            content: '◊';
            position: absolute;
            left: 0;
            top: 0;
            color: var(--primary-gold);
            font-size: 14px;
            transition: var(--transition-fast);
        }

        .african-wildlife-item-content ul li:hover::before {
            transform: rotate(45deg);
        }

        /* Enhanced Navigation */
        .slider-controls {
            position: absolute;
            bottom: 30px;
            left: 50%;
            transform: translateX(-50%);
            display: flex;
            gap: 12px;
            z-index: 10;
            backdrop-filter: blur(10px);
            background: rgba(255, 255, 255, 0.1);
            padding: 12px 20px;
            border-radius: 25px;
            border: 1px solid rgba(255, 255, 255, 0.2);
        }

        .slider-dot {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background-color: rgba(255, 255, 255, 0.4);
            cursor: pointer;
            transition: var(--transition-smooth);
            position: relative;
            overflow: hidden;
        }

        .slider-dot::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: var(--primary-gold);
            border-radius: 50%;
            transform: scale(0);
            transition: transform 0.3s ease;
        }

        .slider-dot.active::before {
            transform: scale(1);
        }

        .slider-dot:hover {
            background-color: rgba(255, 255, 255, 0.6);
            transform: scale(1.2);
        }

        .slider-arrows {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            background: rgba(255, 255, 255, 0.9);
            color: var(--primary-gold);
            border: none;
            width: 50px;
            height: 50px;
            border-radius: 50%;
            cursor: pointer;
            font-size: 20px;
            font-weight: bold;
            z-index: 10;
            transition: var(--transition-smooth);
            backdrop-filter: blur(10px);
            box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
        }

        .slider-arrows:hover {
            background: var(--primary-gold);
            color: var(--white);
            transform: translateY(-50%) scale(1.1);
            box-shadow: 0 12px 40px rgba(117, 104, 44, 0.3);
        }

        .slider-prev { left: 25px; }
        .slider-next { right: 25px; }

        /* Professional Lightbox Modal */
        .lightbox {
            display: none;
            position: fixed;
            z-index: 1000;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.95);
            backdrop-filter: blur(10px);
            opacity: 0;
            transition: opacity 0.4s ease;
        }

        .lightbox.active {
            display: flex;
            align-items: center;
            justify-content: center;
            opacity: 1;
        }

        .lightbox-content {
            position: relative;
            max-width: 90vw;
            max-height: 90vh;
            margin: auto;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 25px 100px rgba(0, 0, 0, 0.5);
            transform: scale(0.8);
            transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        }

        .lightbox.active .lightbox-content {
            transform: scale(1);
        }

        .lightbox-content img {
            width: 100%;
            height: auto;
            display: block;
        }

        .lightbox-close {
            position: absolute;
            top: 20px;
            right: 25px;
            color: var(--white);
            font-size: 35px;
            font-weight: bold;
            cursor: pointer;
            z-index: 1001;
            width: 45px;
            height: 45px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: rgba(0, 0, 0, 0.5);
            border-radius: 50%;
            transition: var(--transition-fast);
        }

        .lightbox-close:hover {
            background: rgba(255, 255, 255, 0.2);
            transform: rotate(90deg);
        }

        .lightbox-nav {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            background: rgba(0, 0, 0, 0.7);
            color: var(--white);
            border: none;
            width: 60px;
            height: 60px;
            border-radius: 50%;
            cursor: pointer;
            font-size: 24px;
            font-weight: bold;
            transition: var(--transition-fast);
        }

        .lightbox-nav:hover {
            background: rgba(255, 255, 255, 0.2);
            transform: translateY(-50%) scale(1.1);
        }

        .lightbox-prev { left: 30px; }
        .lightbox-next { right: 30px; }

        .lightbox-caption {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
            color: var(--white);
            padding: 40px 30px 20px;
            text-align: center;
            font-size: 16px;
            font-weight: 500;
        }

        /* Layout Adjustments */
        .slider-align-right .african-wildlife-item {
            flex-direction: row-reverse;
        }

        .slider-align-right .african-wildlife-item-content {
            padding-left: 0;
            padding-right: 20px;
        }

        .african-wildlife-item-content-btn {
            margin-top: 20px;
        }

        .mobi { display: none; }
        .desk { display: block; }

        /* Enhanced Mobile Responsiveness */
        @media only screen and (max-width: 768px) {
            .mobi { display: block; }
            .desk { display: none; }

            .african-wildlife-wrap {
                padding: 60px 0 40px;
            }

            .common-wrap {
                padding: 0 20px;
            }

            .african-wildlife-item {
                flex-direction: column;
                gap: 40px;
                padding-bottom: 60px;
            }

            .african-wildlife-item-thumb-wrap,
            .african-wildlife-item-content {
                max-width: 100%;
            }

            .slider-align-right .african-wildlife-item {
                flex-direction: column;
            }

            .slider-align-right .african-wildlife-item-content {
                padding-right: 0;
            }

            .slider-container {
                height: 450px;
            }

            .slide img {
                height: 450px;
            }

            .african-wildlife-item-content h2 {
                font-size: 32px;
            }

            .african-wildlife-item-content p {
                font-size: 16px;
            }

            .slider-arrows {
                width: 40px;
                height: 40px;
                font-size: 16px;
            }

            .slider-prev { left: 15px; }
            .slider-next { right: 15px; }

            .lightbox-content {
                max-width: 95vw;
                max-height: 85vh;
            }

            .lightbox-nav {
                width: 50px;
                height: 50px;
                font-size: 20px;
            }

            .lightbox-prev { left: 20px; }
            .lightbox-next { right: 20px; }
        }

        /* Loading Animation */
        .slide img {
            opacity: 0;
            animation: fadeInImage 0.6s ease-out forwards;
        }

        @keyframes fadeInImage {
            to {
                opacity: 1;
            }
        }

        /* Scroll Indicator */
        .scroll-indicator {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 4px;
            background: rgba(117, 104, 44, 0.2);
            z-index: 999;
        }

        .scroll-progress {
            height: 100%;
            background: linear-gradient(90deg, var(--primary-gold), var(--primary-gold-light));
            width: 0%;
            transition: width 0.1s ease;
        }

		/* room */
	    .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 40px 20px;
        }

        .tab-container {
            background: rgba(255, 255, 255, 0.95);
            backdrop-filter: blur(20px);
            border-radius: 20px;
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
            /* overflow: hidden; */
            border: 1px solid rgba(255, 255, 255, 0.2);
        }

        .tab-header {
            background: rgba(255, 255, 255, 0.1);
            backdrop-filter: blur(10px);
            border-bottom: 1px solid rgba(0, 0, 0, 0.05);
            overflow-x: auto;
            scrollbar-width: none;
            -ms-overflow-style: none;
        }

        .tab-header::-webkit-scrollbar {
            display: none;
        }

        .tab-nav {
            display: flex;
            min-width: fit-content;
        }

        .tab-button {
            background: none;
            border: none;
            padding: 20px 30px;
            font-size: 16px;
            font-weight: 500;
            color: #5d493c;
            cursor: pointer;
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            position: relative;
            white-space: nowrap;
            min-width: 120px;
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .tab-button:hover {
            color: #5d493c;
            background: rgb(229 227 226);
        }

        .tab-button.active {
            /* color: #5d493c; */
            /* background: rgb(93 73 60); */
        }

        .tab-button.active::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            height: 3px;
            background: linear-gradient(90deg, #5d493c, #5d493c);
            border-radius: 3px 3px 0 0;
            animation: slideIn 0.3s ease-out;
        }

        @keyframes slideIn {
            from {
                transform: scaleX(0);
            }
            to {
                transform: scaleX(1);
            }
        }

        .tab-icon {
            width: 18px;
            height: 18px;
            fill: currentColor;
        }

        .tab-content {
            padding: 40px;
            min-height: 400px;
        }

        .tab-panel {
            display: none;
            animation: fadeIn 0.4s ease-out;
        }

        .tab-panel.active {
            display: block;
        }

        @keyframes fadeIn {
            from {
                opacity: 0;
                transform: translateY(20px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .panel-content {
            max-width: 800px;
        }

        .panel-title {
            font-size: 28px;
            font-weight: 700;
            color: #1e293b;
            margin-bottom: 16px;
            background: linear-gradient(135deg, #3b82f6, #8b5cf6);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

        .panel-description {
            font-size: 16px;
            line-height: 1.6;
            color: #64748b;
            margin-bottom: 24px;
        }

        .feature-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 20px;
            margin-top: 30px;
        }

        .feature-card {
            background: rgba(255, 255, 255, 0.7);
            padding: 24px;
            border-radius: 16px;
            border: 1px solid rgba(0, 0, 0, 0.05);
            transition: all 0.3s ease;
        }

        .feature-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        }

        .feature-icon {
            width: 40px;
            height: 40px;
            background: linear-gradient(135deg, #3b82f6, #8b5cf6);
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 16px;
        }

        .feature-icon svg {
            width: 20px;
            height: 20px;
            fill: white;
        }

        .feature-title {
            font-size: 18px;
            font-weight: 600;
            color: #1e293b;
            margin-bottom: 8px;
        }

        .feature-text {
            font-size: 14px;
            color: #64748b;
            line-height: 1.5;
        }

        .stats {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 20px;
            margin-top: 30px;
        }

        .stat-item {
            text-align: center;
            padding: 20px;
            background: rgba(255, 255, 255, 0.5);
            border-radius: 16px;
            border: 1px solid rgba(0, 0, 0, 0.05);
        }

        .stat-number {
            font-size: 32px;
            font-weight: 700;
            background: linear-gradient(135deg, #3b82f6, #8b5cf6);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

        .stat-label {
            font-size: 14px;
            color: #64748b;
            margin-top: 4px;
        }

        /* Responsive Design */
        @media (max-width: 768px) {
            .container {
                padding: 20px 10px;
            }
            
            .tab-button {
                padding: 15px 20px;
                font-size: 14px;
                min-width: 100px;
            }
            
            .tab-content {
                padding: 30px 20px;
            }
            
            .panel-title {
                font-size: 24px;
            }
            
            .feature-grid {
                grid-template-columns: 1fr;
            }
            
            .stats {
                grid-template-columns: repeat(2, 1fr);
            }
        }

        @media (max-width: 480px) {
            .tab-button {
                padding: 12px 16px;
                font-size: 13px;
                min-width: 80px;
            }
            
            .tab-content {
                padding: 20px 15px;
            }
            
            .panel-title {
                font-size: 20px;
            }
            
            .stats {
                grid-template-columns: 1fr;
            }
        }

        /* Theme Variations */
        .tab-container.theme-dark {
            background: rgba(30, 41, 59, 0.95);
            color: #e2e8f0;
        }

        .tab-container.theme-dark .tab-header {
            background: rgba(0, 0, 0, 0.2);
            border-bottom-color: rgba(255, 255, 255, 0.1);
        }

        .tab-container.theme-dark .tab-button {
            color: #94a3b8;
        }

        .tab-container.theme-dark .tab-button:hover {
            color: #e2e8f0;
            background: rgba(255, 255, 255, 0.05);
        }

        .tab-container.theme-dark .panel-title {
            color: #e2e8f0;
        }

        .tab-container.theme-dark .panel-description {
            color: #94a3b8;
        }

        .tab-container.theme-dark .feature-card {
            background: rgba(0, 0, 0, 0.2);
            border-color: rgba(255, 255, 255, 0.1);
        }

        .tab-container.theme-dark .feature-title {
            color: #e2e8f0;
        }

        .tab-container.theme-dark .feature-text {
            color: #94a3b8;
        }

        .tab-container.theme-dark .stat-item {
            background: rgba(0, 0, 0, 0.2);
            border-color: rgba(255, 255, 255, 0.1);
        }

        .tab-container.theme-dark .stat-label {
            color: #94a3b8;
        }	

		 /* Suite Room - Luxury Gold */
        .suite-icon {
            fill: #5d493c;
            filter: drop-shadow(0 2px 4px rgba(245, 158, 11, 0.3));
        }

        .tab-button.active .suite-icon,
        .tab-button:hover .suite-icon {
            fill: #5d493c;
            transform: scale(1.1);
            filter: drop-shadow(0 4px 8px rgba(217, 119, 6, 0.4));
        }

        /* Double Room - Royal Blue */
        .double-icon {
            fill: #5d493c;
            filter: drop-shadow(0 2px 4px rgba(59, 130, 246, 0.3));
        }

        .tab-button.active .double-icon,
        .tab-button:hover .double-icon {
            fill: #5c483b;
            transform: scale(1.1);
            filter: drop-shadow(0 4px 8px rgba(37, 99, 235, 0.4));
        }

        /* Triple Room - Emerald Green */
        .triple-icon {
            fill: #5c483b;
            filter: drop-shadow(0 2px 4px rgba(16, 185, 129, 0.3));
        }

        .tab-button.active .triple-icon,
        .tab-button:hover .triple-icon {
            fill: #5c483b;
            transform: scale(1.1);
            filter: drop-shadow(0 4px 8px rgba(5, 150, 105, 0.4));
        }

        /* Family Room - Warm Purple */
        .family-icon {
            fill: #5c483b;
            filter: drop-shadow(0 2px 4px rgba(139, 92, 246, 0.3));
        }

        .tab-button.active .family-icon,
        .tab-button:hover .family-icon {
            fill: #7c3aed;
            transform: scale(1.1);
            filter: drop-shadow(0 4px 8px rgba(124, 58, 237, 0.4));
        }