/* -----------------------------
   GLOBAL BASE FIXES
------------------------------*/
* {
	box-sizing: border-box;
}
html, body {
	width: 100%;
	overflow-x: hidden;
}


/* -----------------------------
   DESKTOP / BASE STYLES (default)
------------------------------*/
.desktop-only {
  display: block;
}
.mobile-only {
  display: none;
}
.watch-slider.mobile-only.swiper {
  display: none;
}

.watch_collection_card a {
    text-decoration: none;
}
body.page-template-tudor-brand-page h1 {
	color: #404040;
	font-size: 43px;
	text-transform: uppercase;
	text-align: center;
}
body.page-template-tudor-brand-page h2 { 
	color: #B0191A;
	font-size: 20px;
	text-transform: uppercase;
	text-align: center;
	margin-top: 0px !important;
}
body.page-template-tudor-brand-page h3 {
	color: #404040;
	font-size: 22px;
	text-transform: uppercase;
	text-align: center;
}
body.page-template-tudor-brand-page h4 {
	color: #B0191A;
	font-size: 18px;
	text-transform: uppercase;
	text-align: center;
}

.topic_wrapper_second {
	padding: 0 20px;
}

.tudor-geburtsstunde {
	max-width: 800px;
	padding: 0 20px;
	margin: 0 auto;
}
.tudor-geburtsstunde p {
	text-align: center;
	line-height: 1.5;
}

.tudor-geschichte {
	max-width: 600px;
	width: 100%;
	padding: 0 50px;
	margin: 0 auto;
	padding-bottom: 100px;
}
.tudor-geschichte p {
	text-align: center;
	line-height: 1.5;
}
.tudor-geschichte img {}

.topic_wrapper {
	margin-top: 100px !important;
}

.testimonial_container {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 1fr 1fr;
	width: 100%;
	height: 800px;
}
.single_testimonial {
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	font-family: sans-serif;
	font-size: 18px;
	padding: 10px;
}
.single_testimonial.image {
	padding: 0;
	margin: 0;
}
.single_testimonial.image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.single_testimonial.text {
	background-color: #f7f7f7;
	padding: 50px;
	text-align: left;
}
.a { grid-area: 1 / 1 / 2 / 2; }
.b { grid-area: 1 / 2 / 2 / 3; }
.c { grid-area: 2 / 1 / 3 / 2; }
.d { grid-area: 2 / 2 / 3 / 3; }

.clear { clear: both; }


/* Watch section */
.tudor-top-watches {
	padding: 100px 20px 20px 20px;
	background-color: #fff;
}
.section-title {
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 40px;
	letter-spacing: 1px;
}
.watch-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
/*	gap: 40px 30px;*/
	justify-content: center;
	max-width: 1400px;
	margin: 0 auto;
}
.watch-card {
	text-align: center;
	padding: 10px;
	transition: transform 0.3s ease;
}
.watch-card a {
	text-decoration: none;
	color: inherit;
}
.watch-card:hover {
	transform: scale(1.03);
}
.watch-image img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto 15px;
}
.watch-supplier {
	font-size: 16px;
	font-weight: 700;
	color: #000;
	text-transform: uppercase;
}
.watch-title {
	font-size: 15px;
	color: #b1b1b1;
	text-transform: uppercase;
	font-weight: 400;
}
.watch-price {
	font-size: 15px;
	font-weight: 400;
	color: #000;
}

/* Collections */
.watch_collection_grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 40px 30px;
	padding: 0 5%;
	justify-content: center;
	margin: 0 auto;
}
.watch_collection_card {
	text-align: center;
	border-radius: 8px;
	padding: 0px;
	transition: transform 0.3s ease;
}
.watch_collection_card:hover {
	transform: scale(1.03);
}
.watch_img_wrapper {
	background-color: #f2eee9;
	padding: 20px;
	border-radius: 1px;
	margin-bottom: 25px;
}
.watch_img_wrapper img {
	width: 100%;
	height: auto;
	object-fit: contain;
	margin-bottom: 20px;
}
.collection_name {
	margin-top: 15px;
	margin-bottom: 20px;
	font-size: 18px;
	color: #181818ff;
	text-transform: uppercase;
	font-weight: 400;
	text-decoration: none !important;
	text-transform: uppercase;
}


/* Video Section */
.tudor_video_section_container {
	background: black;
}
.tudor-video-wrapper {
	display: flex;
	flex-wrap: wrap;
	height: 100%;
	align-items: stretch;
}
.content-left {
	background: #000;
	color: #fff;
	flex: 1 1 55%;
	padding: 120px 5%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.content-left h3 {
	text-transform: uppercase;
	font-size: 18px !important;
	color: white !important;
	margin-bottom: 10px;
	font-weight: 500;
	text-align: left !important;
	letter-spacing: 1px;
}
.content-left h2 {
	font-size: 25px !important;
	line-height: 1.4;
	text-align: left !important;
	color: white !important;
	margin-bottom: 20px;
	font-weight: 600;
}
.content-left p {
	font-size: 16px;
	line-height: 1.6;
	color: #ddd;
}
.video-right {
	flex: 1 1 45%;
	display: flex;
	align-items: stretch;
	background: black;
	padding: 0;
}
.video-container {
	width: 100%;
	height: 100%;
}
.video-container iframe {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
	object-fit: cover;
}



.all_collections_btn_container {
	text-align: center;
	margin-bottom: 70px;
	margin-top: 13px;
}
.all_collections_btn {
	background-color: #404040;
	color: white;
	padding: 18px 48px;
	border-radius: 16px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
	transition: background-color 0.3s ease;
	font-family: 'Poppins', sans-serif;
	display: inline-block;
}
.all_collections_btn:hover {
	background-color: #9c8a7d;
}

/* Testimonials */
.testimonials {
	background: #fff;
	padding: 60px 0;
	max-width: 1200px;
	margin: 0 auto;
	margin-top: 40px;
}
.testimonials h1 {
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 60px;
	text-transform: uppercase;
}
.testimonial-row {
	display: flex;
	flex-wrap: wrap;
	background: #f2f2f2;
	width: 100%;
}
.row-1 { flex-direction: row; }
.row-2 { flex-direction: row; }

.image-block {
	flex: 1 1 50%;
	min-height: 400px;
}
.image-block img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.text-block {
	flex: 1 1 50%;
	padding: 40px;
	display: flex;
	align-items: center;
}
.testimonial-text {
	max-width: 600px;
	margin: 0 auto;
}
.testimonial-text h3 {
	font-size: 14px !important;
	color: #b00000 !important;
	text-transform: uppercase;
	font-weight: 600;
	text-align: left !important;
	letter-spacing: 1px;
	margin-bottom: 10px;
}
.testimonial-text h2 {
	font-size: 35px !important;
	font-weight: 700 !important;
	margin-bottom: 20px;
	text-align: left !important;
	color: #000 !important;
}
.testimonial-text p {
	font-size: 16px;
	line-height: 1.6;
	text-align: left;
	color: #333;
}


/* Quote Section */
.quote-section {
	width: 100%;
	height: 500px;
	background-image: url('https://nitsch.araxsystems.de/wp-content/uploads/2021/06/homepage_quote_banner_img_1680x400-scaled.jpg');
	background-size: cover;
	background-position: center;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 50px;
}
.quote-overlay {
	background-color: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.quote-text {
	color: #fff;
	text-align: center;
	max-width: 90%;
	padding: 20px;
}
.quote-text p {
	font-size: 28px;
	font-weight: 600;
	margin-bottom: 10px;
	line-height: 1.4;
}
.quote-text span {
	font-size: 18px;
	font-weight: 400;
	opacity: 0.8;
}


/* -----------------------------
   MEDIA QUERIES
------------------------------*/

/* Tablet: Max 1024px */
@media (max-width: 1024px) {
	.watch_collection_grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

/* Mobile / Tablet: Max 768px */
@media screen and (max-width: 768px) {


	.all_collections_btn {
	    font-size: 14px;
	    padding: 16px 21px;
	    display: inline-block;
	}

	body.page-template-tudor-brand-page h1 {
		color: #404040;
		font-size: 25px !important;
		text-transform: uppercase;
		text-align: center;
	}
	/* Video section */
	.tudor-video-wrapper {
		flex-direction: column;
	}
	.content-left {
		flex: 1 1 100%;
		min-height: 400px;
		padding: 20px;
		background: black;
	}

	.video-right {
		flex: 1 1 100%;
		min-height: 50px;
		padding: 0px;
		background: black;
	}
	.testimonial-text p {
		    text-align: left;
	}
	.content-left {
		padding-bottom: 0;
	}
	.video-container {
		position: relative;
		padding-bottom: 56.25%;
		height: 0;
	}
	.video-container iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	/* Testimonials layout fix: Text → Image for both rows */
	.testimonial-row {
		flex-direction: column;
	}
	.row-1 .text-block,
	.row-2 .text-block {
		order: 1;
	}
	.row-1 .image-block,
	.row-2 .image-block {
		order: 2;
	}
	.text-block, .image-block {
		flex: 1 1 100%;
		padding: 0;
		margin: 0;
	}
	.text-block {
		padding: 20px;
		background-color: #f2f2f2;
	}
	.testimonial-text {
		max-width: 100%;
	}
	.testimonial-text h2 {
		font-size: 20px;
		margin-top: 10px;
	}
	.testimonial-text p {
		font-size: 15px;
		line-height: 1.6;
	}
	.image-block img {
		width: 100%;
		height: auto;
		display: block;
		object-fit: contain;
		object-position: top;
	}
	.testimonials h1 {
		font-size: 22px;
		padding: 0 20px;
		text-align: center;
	}

	/* Quote */
	.quote-section {
		height: 300px;
		margin-top: 30px;
	}
	.quote-text p {
		font-size: 20px;
	}
	.quote-text span {
		font-size: 16px;
	}
	 .desktop-only {
    display: none !important;
	}
	.mobile-only {
		display: block !important;
	}
	/* Optional cozy slider pagination style */
	.height-maker {
		height: 40px;
	}
	
	.swiper-pagination-bullet {
		width: 10px !important;
		height: 4px !important;
		background: #ccc;
		opacity: 1;
		margin: 150px 4px;
		border-radius: 20% !important;
		transition: background 0.5s ease;
	}
	.swiper-pagination-bullet-active {
		width: 25px !important;
		height: 4px !important;	
		background: #000 !important;
	}
}

/* Small Mobile: Max 600px */
@media (max-width: 600px) {
	.watch_collection_grid {
		grid-template-columns: 1fr;
	}
	.tudor-geschichte {
		padding: 0 20px;
	}
	.tudor-geschichte img {
		width: 100%;
		height: auto;
		display: block;
		margin: 30px 0;
	}

}

