/* Roisk Luxury Hotel Business HTML-5 Template */

/*** 

====================================================================
	About One
====================================================================

***/

.about-one{
	position:relative;
	overflow: hidden;
	padding: 110px 0px 80px;
}

.about-one .column{
	position:relative;
	margin-bottom: 30px;
}

.about-one_rotate-title{
	position:absolute;
	left:0px;
	top:0px;
	line-height:1em;
	font-size: 70px;
	font-weight: 600;
	padding: 10px 50px 15px;
	letter-spacing:5px;
	display: inline-block;
	background-color:#484848;
	text-transform: uppercase;
	font-family: "Barlow Condensed", sans-serif;
	transform: rotate(-90deg);
	transform-origin: 51% 261%;
}

.about-one_content{
	position:relative;
	padding-left: 130px;
}

.about-one_image-outer{
	position:relative;
	text-align:right;
	padding-left: 120px;
	padding-bottom: 95px;
}

.about-one_image{
	position:relative;
	overflow: hidden;
	display: inline-block;
}

.about-one_image-two{
	position:absolute;
	left:0px;
	bottom:0px;
	overflow: hidden;
	display: inline-block;
}

.about-two_counter-outer{
	position:relative;
	margin-top: 40px;
}

/*** 

====================================================================
	About Two
====================================================================

***/

.about-two{
	position:relative;
	overflow: hidden;
	padding: 110px 0px 110px;
}

.about-two .inner-container{
	position:relative;
}

.about-two .column{
	position:relative;
}

.about-two_image{
	position:relative;
	overflow: hidden;
	display: inline-block;
}

.about-two_image-two{
	position:relative;
	margin-top: -120px;
	margin-left: 170px;
	overflow: hidden;
	display:inline-block;
}

.about-two_image-three{
	position:absolute;
	right:60px;
	bottom:280px;
	overflow: hidden;
	display:inline-block;
}

/*** 

====================================================================
	About Three
====================================================================

***/

.about-three{
	position:relative;
	overflow: hidden;
	padding: 110px 0px 80px;
}

.about-three .pattern-one{
	position: absolute;
    right: -80px;
    top: 220px;
    width: 339px;
    height: 594px;
    background-repeat: no-repeat;
}

.about-three .column{
	position:relative;
	margin-bottom: 30px;
}

.about-three_image{
	position:relative;
	overflow: hidden;
	padding-right: 40px;
	padding-bottom: 60px;
	display: inline-block;
}

.about-three_image-two{
	position:absolute;
	right:0px;
	bottom:0px;
	margin: 0px;
	overflow: hidden;
	display:inline-block;
	max-width: 60%;
	border:8px solid var(--white-color);
	box-shadow: 0px 10px 15px rgba(0,0,0,0.20);
}

.about-three_bold{
	position:relative;
	font-size: 34px;
	font-weight: 600;
	max-width: 500px;
	line-height: 44px;
	margin-bottom: 20px;
	color: var(--color-two);
	text-transform: uppercase;
	font-family: "Barlow Condensed", sans-serif;
}

.about-three_content{
	position:relative;
	padding-left: 40px;
}

.about-three p{
	max-width: 550px;
	margin-bottom: 15px;
}

.about-three .sec-title{
	max-width: 550px;
	margin-bottom: 20px;
}

.about-three_info{
	position:relative;
	margin-top: 20px;
}

.about-three_info-inner{
	position:relative;
	padding-top: 10px;
	padding-left: 100px;
	color: var(--color-two);
}

.about-three_info-author{
	position:absolute;
	left:0px;
	top:0px;
	width: 80px;
	height: 80px;
	overflow: hidden;
}

.about-three_info strong{
	position:relative;
	display: block;
	font-size: 28px;
	font-weight: 600;
	margin-bottom: 5px;
	color: var(--color-two);
	font-family: "Barlow Condensed", sans-serif;
}

.about-three_options{
	position:relative;
	margin-top: 45px;
	gap: 40px;
}

.about-three_signature{
	position:relative;
	font-size: 44px;
	line-height:1em;
	color: var(--color-two);
	text-transform: lowercase;
	font-family: "Dancing Script", cursive;
}

.about-three_dotted{
	position:absolute;
	right:0px;
	bottom:0px;
	width: 246px;
    height: 246px;
	z-index:-1;
    background-repeat: no-repeat;
}

/*** 
====================================================================
	Horizontal Timeline History Section
====================================================================
***/

.history-section {
	position: relative;
	padding: 90px 0 100px 0;
	background-color: #f9fbfb;
	overflow: hidden;
}

.timeline-carousel-wrapper {
	position: relative;
	width: 100%;
}

/* Timeline Horizontal Track Line */
.timeline-line-track {
	position: absolute;
	top: 52px; /* Centered relative to the timeline dots */
	left: 40px;
	right: 40px;
	height: 4px;
	background: rgba(3, 169, 179, 0.15); /* Light main color tint */
	z-index: 1;
	border-radius: 2px;
}

/* Horizontal Scroll Container */
.timeline-scroll-container {
	display: flex;
	gap: 40px;
	overflow-x: auto;
	padding: 20px 10px 40px 10px;
	scroll-behavior: smooth;
	scroll-snap-type: x mandatory;
	z-index: 2;
	position: relative;
	/* Hide scrollbars */
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none; /* Firefox */
}

.timeline-scroll-container::-webkit-scrollbar {
	display: none; /* Safari and Chrome */
}

/* Individual Card Wrapper */
.timeline-card-wrapper {
	flex: 0 0 350px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	position: relative;
	scroll-snap-align: start;
	transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

@media (max-width: 768px) {
	.timeline-card-wrapper {
		flex: 0 0 290px; /* slightly narrower on tablet/mobile */
	}
}

/* Year Bubble */
.timeline-year-bubble {
	font-family: "Barlow Condensed", sans-serif;
	font-size: 26px;
	font-weight: 800;
	color: var(--main-color);
	background: rgba(3, 169, 179, 0.1);
	padding: 4px 18px;
	border-radius: 30px;
	margin-bottom: 15px;
	transition: all 0.3s ease;
	z-index: 2;
	border: 1px solid rgba(3, 169, 179, 0.2);
}

/* Dot node on the line */
.timeline-dot-node {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #ffffff;
	border: 4px solid var(--main-color);
	margin-left: 28px;
	margin-bottom: 25px;
	z-index: 3;
	position: relative;
	box-shadow: 0 0 0 4px rgba(255, 255, 255, 1);
	transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

/* Card Content Box */
.timeline-card-content {
	background: #ffffff;
	border-radius: 16px;
	padding: 30px 25px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
	border: 1px solid rgba(0, 0, 0, 0.05);
	width: 100%;
	transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
	position: relative;
	overflow: hidden;
}

/* Left edge colored border on card */
.timeline-card-content::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 4px;
	height: 100%;
	background: var(--main-color);
	opacity: 0;
	transition: opacity 0.3s ease;
}

/* Hover effects */
.timeline-card-wrapper:hover {
	transform: translateY(-8px);
}

.timeline-card-wrapper:hover .timeline-dot-node {
	transform: scale(1.3);
	background: var(--main-color);
	box-shadow: 0 0 15px rgba(3, 169, 179, 0.5);
}

.timeline-card-wrapper:hover .timeline-year-bubble {
	background: var(--main-color);
	color: #ffffff;
	border-color: var(--main-color);
}

.timeline-card-wrapper:hover .timeline-card-content {
	box-shadow: 0 15px 40px rgba(3, 169, 179, 0.08);
	border-color: rgba(3, 169, 179, 0.15);
}

.timeline-card-wrapper:hover .timeline-card-content::before {
	opacity: 1;
}

.timeline-card-title {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 12px;
	color: var(--color-two);
	transition: color 0.3s ease;
}

.timeline-card-wrapper:hover .timeline-card-title {
	color: var(--main-color);
}

.timeline-card-desc {
	font-size: 14px;
	line-height: 1.6;
	color: #777777;
	margin: 0;
}

/* Nav Buttons */
.timeline-nav-btn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 46px;
	height: 46px;
	border-radius: 50%;
	background: #ffffff;
	color: var(--color-two);
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
	border: 1px solid rgba(0, 0, 0, 0.05);
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	z-index: 10;
	transition: all 0.3s ease;
}

.timeline-nav-btn:hover {
	background: var(--main-color);
	color: #ffffff;
	box-shadow: 0 5px 20px rgba(3, 169, 179, 0.3);
	border-color: var(--main-color);
}

.timeline-nav-btn.prev-btn {
	left: -20px;
}

.timeline-nav-btn.next-btn {
	right: -20px;
}

@media (max-width: 991px) {
	.timeline-nav-btn {
		display: none; /* Hide floating buttons on tablets and mobiles for cleaner layout, they swipe naturally */
	}
}

/*** 
====================================================================
	About Page Restructured Layout
====================================================================
***/

.about-three_subtitle {
	font-family: "Barlow Condensed", sans-serif;
	font-size: 24px;
	font-weight: 700;
	color: var(--color-two);
	margin-bottom: 20px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.about-three_content .sec-title_heading {
	font-size: 36px !important;
	line-height: 1.2em !important;
}

.about-lead-text {
	font-size: 17px;
	line-height: 1.6em;
	font-weight: 500;
	color: #444444;
	margin-bottom: 25px;
	border-left: 3px solid var(--main-color);
	padding-left: 15px;
}

.about-features-list {
	margin-bottom: 30px;
}

.about-feature-item {
	margin-bottom: 22px;
}

.about-feature-title {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	font-size: 18px;
	font-weight: 700;
	color: var(--color-two);
	margin-bottom: 8px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.about-feature-icon {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: rgba(3, 169, 179, 0.1);
	color: var(--main-color);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 13px;
	transition: all 0.3s ease;
	box-shadow: 0 3px 6px rgba(3, 169, 179, 0.05);
}

.about-feature-item:hover .about-feature-icon {
	background: var(--main-color);
	color: #fff;
	transform: scale(1.1);
	box-shadow: 0 4px 10px rgba(3, 169, 179, 0.2);
}

.about-feature-item p {
	font-size: 14px;
	line-height: 1.55em;
	color: #666666;
	margin: 0;
	padding-left: 44px;
}

.about-three_bold-callout {
	font-size: 15px;
	line-height: 1.6em;
	font-weight: 600;
	color: var(--main-color);
	background: rgba(3, 169, 179, 0.05);
	padding: 18px 22px;
	border-radius: 12px;
	border: 1px dashed rgba(3, 169, 179, 0.25);
	margin-bottom: 30px;
}

/*** 
====================================================================
	Capabilities Section Link Styles
====================================================================
***/

.features-two_list li a {
	color: var(--white-color);
	display: block;
	transition: all 0.3s ease;
}

.features-two_list li a:hover {
	color: var(--main-color);
	text-decoration: none;
}

.features-two_list li a .icon {
	position: absolute;
	left: 0px;
	top: 3px;
	font-size: 14px;
	color: var(--main-color);
	transition: all 0.3s ease;
}

.features-two_list li a:hover .icon {
	transform: translateX(3px);
	color: var(--white-color);
}
