/*

Template 2096 Individual

http://www.tooplate.com/view/2096-individual

*/

body {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-size: 19px;
	font-weight: 300;
	overflow-x: hidden;
}

/* Global responsive image rules */
img {
	max-width: 100%;
	height: auto;
	display: block;
}

a, button {
	transition: all 0.3s ease;
	color: #FFFFFF;
}

a:hover {
	color: #FFFF00;
	text-decoration: underline;
}
a:focus {
	text-decoration: none;
	outline: none;
}
.parallax-window {
	min-height: 100vh;
	background: transparent;
	display: flex;
	align-items: center;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

/* Specific styling for page 1 to show full image */
.parallax-window:first-of-type {
	background-size: contain;
	background-position: center center;
	background-attachment: fixed;
}

.tm-text-white { color: #fff; }

.tm-page-1-content { 
	padding-top: 1vh;
	align-items: center;
}

/* Page 3 specific styling */
.tm-page-3-content {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 100vh;
	padding: 20px;
	position: relative;
}

.tm-page-2{
	max-width: 800px;
}

.tm-page-2-content {
	padding: 40px 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	min-height: 100vh;
}

.tm-page-2-row {
	display: flex;
	justify-content: center;
	align-items: stretch;
	width: 100%;
	margin-bottom: 30px;
}

.tm-page-4-content { 
	padding-top: 1vh;	
}

.tm-page-5-content { 
	padding-top: 1vh;	
}

.tm-bg-white {
	padding: 15px;
	background-color: rgba(255, 248, 220, 0.3);
	opacity: 0.7;
	width: 100%;
	border-radius: 10px;
	color: #000000;
	font-weight: 900;
	font-size: 1em;
}

.tm-bg-white2 {
		padding: 15px;
		background-color: rgba(255, 248, 220, 0.3);
		opacity: 0.7;
		width: 100%;
		margin: 0px;
		border-radius: 10px;
		color: #000000;
		font-weight: 900;
		font-size: 0.9em;
		line-height: 1.6;
}

h1 {
	font-size: 4rem;
	text-shadow: 2px 2px 8px #000000;
	padding-bottom: 20px;
}

/* Page 1 specific styling */
.tm-page-1-title {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
	padding: 20px;
	text-align: center;
}

.tm-page-1-title-lower {
	padding: 60px 20px;
	text-align: center;
}

.tm-gold-title {
	font-size: 5rem;
	color: #FFD700;
	text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.8);
	font-weight: bold;
	margin: 0;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.tm-center-content {
	text-align: center;
	margin-top: 120px;
}

.tm-gold-content-block {
	background-color: rgba(255, 215, 0, 0.15);
	padding: 40px;
	border-radius: 20px;
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
	border: 2px solid rgba(255, 215, 0, 0.3);
	color: #000000;
	font-weight: 600;
	font-size: 1.1em;
	line-height: 1.8;
}

h2 {
	padding-bottom: 20px;
	font-weight: bold;
}

h3 {
	color: green;
	padding-bottom: 10px;
}

h5 {
	padding-left: 20px;
	font-size: 2rem;
	font-weight: bold;

}

.tm-bg-white-transparent {
	margin: 5px;
	padding: 40px;
	background-color: rgba(144, 238, 144, 0.3);
	max-width: 45%;
	width: 100%;
	margin: 20px;
	border-radius: 15px;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.tm-bg-white-transparent-page3 {
	margin: 0;
	padding: 30px;
	background-color: rgba(255, 165, 0, 0.2);
	border-radius: 15px;
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
	max-width: 45%;
	width: 100%;
	text-align: center;
	position: absolute;
	top: 50%;
	right: 10%;
	transform: translateY(-50%);
}

.tm-page-5-content {
	float: right;	
}

.container {
	float: right;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

/* Mobile-first responsive improvements */
@media screen and (max-width: 767px) {
	.container {
		float: none;
		padding-right: 10px;
		padding-left: 10px;
	}
	
	.parallax-window {
		background-attachment: scroll !important;
		min-height: 70vh;
	}
	
	.tm-page-2-content {
		padding: 20px 10px;
	}
	
	.tm-bg-white-transparent {
		max-width: 95%;
		margin: 10px auto;
		padding: 20px;
	}
	
	.tm-bg-white-transparent-page3 {
		position: static;
		transform: none;
		max-width: 95%;
		margin: 20px auto;
		padding: 20px;
	}
	
	.tm-page-3-content {
		padding: 20px 10px;
		min-height: auto;
	}
	
	.tm-vertical-slider-left,
	.tm-vertical-slider-right {
		height: auto;
		min-height: 300px;
	}
	
	.tm-slide-item-left,
	.tm-slide-item-right {
		position: static;
		opacity: 1;
		transform: none;
		width: 100%;
		max-width: none;
		margin-bottom: 20px;
	}
	
	.tm-product-image {
		height: auto;
		max-height: 300px;
	}
	
	.tm-slider-img {
		height: auto;
		max-height: 200px;
		padding-left: 5px;
		padding-right: 5px;
	}
	
	.tm-img-container {
		width: 95%;
		padding: 15px 0;
	}
	
	.tm-address-box {
		padding-left: 0;
		padding-top: 20px;
		text-align: center;
	}
	
	.tm-form-section {
		padding-top: 60px;
		padding-bottom: 80px;
	}
	
	.tm-btn-submit {
		width: 100%;
		padding: 15px;
		font-size: 1.2rem;
		margin-top: 20px;
	}
	
	.form-control {
		font-size: 16px; /* Prevents zoom on iOS */
		padding: 12px;
	}
}

@media screen and (max-width: 540px) {
	body {
		font-size: 16px;
	}
	
	.parallax-window {
		background-attachment: scroll !important;
		min-height: 60vh;
	}
	
	.tm-gold-title {
		font-size: 2.5rem;
		letter-spacing: 0.5px;
		padding: 10px;
		line-height: 1.2;
	}
	
	.tm-page-1-title {
		padding: 10px;
	}
	
	.tm-page-2-content {
		padding: 15px 5px;
	}
	
	.tm-bg-white-transparent {
		max-width: 98%;
		margin: 5px auto;
		padding: 15px;
	}
	
	.tm-bg-white-transparent h2 {
		font-size: 1.5rem;
	}
	
	.tm-bg-white-transparent b {
		font-size: 0.9rem;
		line-height: 1.4;
	}
	
	.tm-page-3-content {
		padding: 10px 5px;
	}
	
	.tm-bg-white-transparent-page3 {
		max-width: 98%;
		margin: 10px auto;
		padding: 15px;
	}
	
	.tm-bg-white-transparent-page3 h5 {
		font-size: 1.5rem;
		padding-left: 0;
	}
	
	.tm-bg-white-transparent-page3 p {
		font-size: 0.85rem;
		line-height: 1.5;
	}
	
	.tm-vertical-slider-left,
	.tm-vertical-slider-right {
		height: auto;
		min-height: 250px;
	}
	
	.tm-product-image {
		max-height: 250px;
	}
	
	.tm-slider-img {
		height: auto;
		max-height: 150px;
		padding-left: 2px;
		padding-right: 2px;
	}
	
	.tm-img-container {
		width: 98%;
		padding: 10px 0;
	}
	
	.tm-address-box {
		margin-bottom: 30px;
		font-size: 0.9rem;
	}
	
	.tm-form-section {
		padding-top: 40px;
		padding-bottom: 60px;
	}
	
	.tm-btn-submit {
		font-size: 1.1rem;
		padding: 12px;
	}
	
	.slick-prev,
	.slick-next {
		width: 35px;
		height: 35px;
		font-size: 16px;
	}
	
	.slick-prev {
		left: 5px;
	}
	
	.slick-next {
		right: 5px;
	}
}

.tm-btn-block {
	display: block;
}

.tm-btn-right {
	float:right;
}

.tm-address-box {
	color: white;
	padding-left: 40px;
}

.tm-bg-white-transparent-left {
	float: right;
	background-color: white;
	opacity: 0.8;

}
.tm-bg-white-transparent-center {
	display: inline-block;
	background-color: white;
	opacity: 0.8;
}
.tm-bg-white-transparent-right {
	float: left;
	background-color: white;
	opacity: 0.8;
}

.tm-img-container {
	width: 96%;
	max-width: 1020px;
	margin: 0 auto;
	padding: 20px 0;
}

.tm-img-slider {
	display: flex;
	align-items: center;
	justify-content: center;
}

.tm-slider-img {
	padding-left: 10px;
	padding-right: 10px;
	width: 100%;
	height: auto;
	object-fit: contain;
	border-radius: 8px;
	transition: transform 0.3s ease;
}

.tm-slider-img:hover {
	transform: scale(1.05);
	cursor: pointer;
}

/* Magnific Popup customizations */
.mfp-image-holder .mfp-content {
	max-width: 90%;
	max-height: 90%;
}

.mfp-figure {
	line-height: 0;
}

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

/* Slick carousel navigation arrows */
.slick-prev,
.slick-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
	background: rgba(255, 255, 255, 0.8);
	border: none;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	font-size: 18px;
	color: #333;
	cursor: pointer;
	transition: all 0.3s ease;
}

.slick-prev:hover,
.slick-next:hover {
	background: rgba(255, 255, 255, 1);
	transform: translateY(-50%) scale(1.1);
}

.slick-prev {
	left: 10px;
}

.slick-next {
	right: 10px;
}

.slick-prev:before {
	content: '←';
}

.slick-next:before {
	content: '→';
}

/* Daas Ceylon Product Color Styling */
.purple-title {
	color: #6B46C1 !important;
	font-weight: bold;
}

.purple-content {
	color: #A78BFA;
}

.red-title {
	color: #DC2626 !important;
	font-weight: bold;
}

.red-content {
	color: #F87171;
}

.orange-title {
	color: #EA580C !important;
	font-weight: bold;
}

.orange-content {
	color: #FB923C;
	font-weight: bold;
}

/* Vertical Slider Styling */
.tm-vertical-slider-left,
.tm-vertical-slider-right {
	position: relative;
	height: 500px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.tm-slide-item-left,
.tm-slide-item-right {
	position: absolute;
	width: 90%;
	max-width: 500px;
	opacity: 0;
	transform: translateY(50px);
	transition: all 0.8s ease-in-out;
	z-index: 1;
}

.tm-slide-item-left.active,
.tm-slide-item-right.active {
	opacity: 1;
	transform: translateY(0);
	z-index: 2;
}

.tm-slide-item-left h3 {
	font-weight: bold;
}

.tm-slide-item-left p {
	font-weight: bold;
	line-height: 1.6;
}

.tm-product-image {
	width: 100%;
	height: auto;
	object-fit: contain;
	border-radius: 15px;
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

/* Page 2 Green Color Styling */
.tm-bg-white-transparent h2 {
	color: #2D5A27;
	font-weight: bold;
	font-size: 1.8rem;
}

.tm-bg-white-transparent b {
	color: #4A7C59;
	font-weight: 500;
	line-height: 1.6;
}

/* Page 3 button styling */
.tm-btn-center {
	display: block;
	margin: 20px auto 0;
	text-align: center;
}

/* Social media icons styling */
.tm-bg-white-transparent-page3 i {
	color: #FF6B35;
	font-size: 1.2em;
	margin-right: 8px;
	width: 20px;
	text-align: center;
}

/* Page 3 content styling */
.tm-bg-white-transparent-page3 strong {
	color: #000000;
	font-weight: 900;
	font-size: 0.95em;
}

.tm-bg-white-transparent-page3 p {
	color: #000000;
	font-weight: 900;
	font-size: 0.9em;
	line-height: 1.6;
}

.slick-dots li button:before {
	font-size: 20px;
	color: white;
	opacity: 1;
}

.slick-dots {
	position: absolute;
	bottom: -50px;
	display: block;
	width: 100%;
	padding: 0;
	list-style: none;
	text-align: center;
}

.slick-dots li.slick-active button:before {
	opacity: .75;
	color: deepskyblue;
}

.tm-btn-submit {
	font-size: 1.5rem;
    font-weight: 300;
    padding: 10px 60px;
    border-radius: 9px;
    float: right;
}

.form-control {

	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1;
	color: #495057;
	opacity: 0.75;
	background-color: #fff;
	background-image: none;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: 0rem;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.tm-position-relative {
	position: relative;
}

.footer {
	padding: 15px; 
	position: absolute;
	bottom: 0;
	left: 0;
	color: white;
	text-align:center;
	width:100%;
}

.btn-danger {
	font-size: 1.5rem;
	margin-top: 20px;
	padding-left: 60px;
	padding-right: 60px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #C66666;
	border-color: #C66666;
}

.row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: auto;
	margin-left: auto;
}



@media screen and (max-width: 991px) {
	.tm-img-container {
		max-width: 490px;
		width: 90%;
	}
	.tm-slider-img {
		padding-left: 5px;
		padding-right: 5px;
		height: auto;
		max-height: 200px;
	}
	.tm-vertical-slider-left,
	.tm-vertical-slider-right {
		height: auto;
		min-height: 400px;
	}
	.tm-slide-item-left,
	.tm-slide-item-right {
		width: 95%;
		max-width: 450px;
	}
	.tm-product-image {
		height: auto;
		max-height: 300px;
	}

	.tm-address-box { padding-left: 10px; }
}


