/**handles:single-dealer-style**/
/* Single Dealer Page Styles - Matching Exact Design */

.container {
	/*width: 90%;
	max-width: 1200px;
	margin: auto;*/
	height: 100%;
    margin: 0 auto;
    max-width: 1140px;
    padding-inline-end: 0;
    padding-inline-start: 0;
    width: 100%;
}

/* Hero Section */
.dealer-hero {
	background: url('https://myautomotivesource.com/wp-content/uploads/2026/02/Dealer-PAge.png') no-repeat center/cover;
	background-size: cover;
	background-position: center;
	padding: 70px 0;
	color: #fff;
	position: relative;
}

.dealer-overlay {
	/*background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6));*/
	padding: 40px 0;
}

.dealer-logo {
	text-align: center;
	margin-bottom: 20px;
}

.dealer-logo img {
	display: block;
	margin: auto;
	max-width: 400px;
	height: auto;
}

.dealer-title {
	text-align: center;
    font-weight: 900 !important;
    margin: 20px 0 40px;
    color: #FFF !important;
    font-family: "Raleway", Sans-serif !important;
    font-size: 56px !important;
}

.dealer-info-row {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 20px;
	gap: 30px;
}

/* Hours */
.dealer-hours {
	flex: 1;
	min-width: 250px;
}

.dealer-hours ul {
	list-style: none;
    padding: 0;
    margin: 0;
    padding-left: 20px;
}

.dealer-hours ul li {
	padding: 5px 0;
    font-size: 16px;
    font-family: "Cabin", Sans-serif;
    font-weight: 400;
    color: #FFFFFF;
    list-style-type: disc;
    line-height: 1;
}

.dealer-hours ul li strong {
	font-weight: 700;
	margin-right: 5px;
}

/* Manager */
.dealer-manager {
	flex: 1;
	min-width: 250px;
}

.dealer-manager h4 {
	margin: 5px 0;
	font-weight: 700;
	color: #fff;
}

.dealer-manager .manager-role {
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.dealer-manager .manager-name {
	margin-bottom: 10px;
    font-size: 27px;
    font-weight: 800;
    color: #FFFFFF;
}
.dealer-manager .manager-message{
	margin-bottom: 20px;
	font-family: 'Raleway';
	font-size: 18px;
}

.dealer-manager p {
	margin: 8px 0;
	font-size: 17px;
	color: #fff;

}

.dealer-manager a {
	color: #fff;
	text-decoration: none;
	transition: opacity 0.3s;
}

.dealer-manager a:hover {
	opacity: 0.8;
}

/* Side Image */
.dealer-side-img {
	flex: 0 0 auto;
	text-align: center;
}

.dealer-side-img img {
	max-width: 220px;
	height: auto;
	border-radius: 10px;
	border: 5px solid #fff;
	box-shadow: 0 4px 15px rgba(0,0,0,0.3);
}

.dealer-hours,
.dealer-manager {
    flex: 1;
}

.dealer-side-img {
    flex: 1;
}

/* Buttons */
.dealer-buttons {
	text-align: center;
	margin-top: 40px;
}

.dealer-btn {
	background: #ED2039;
	padding: 15px 44px;
	border-radius: 34px;
	margin: 10px;
	display: inline-block;
	color: #fff;
	text-decoration: none;
	font-weight: 600;
	font-size: 16px;
	transition: opacity 0.3s;
	box-shadow: 0 4px 15px rgba(237, 32, 57, 0.4);
}

.dealer-btn:hover {
	opacity: 0.85;
	transform: translateY(-2px);
	color: #FFF;
}

/* Certified Badge Section (After Buttons) */
.dealer-certified-badge-section {
	background: linear-gradient(to bottom, #1e5a96 50%, #dc2626 50%);
	padding: 0;
	margin: 0;
	text-align: center;
}

.certified-badge-container {
    padding: 40px 0;
    position: relative;
    padding: 0;
    z-index: 2;
    background: linear-gradient(90deg, rgba(231, 31, 58, 1) 0%, rgba(187, 25, 44, 1) 35%, rgba(140, 20, 34, 1) 100%);
    height: 104px;
}

/*.certified-badge-container img {
	max-width: 200px;
	height: auto;
	display: inline-block;
	filter: drop-shadow(0 4px 10px rgba(0,0,0,0.3));
}*/
.certified-badge-container img {
    max-width: 260px;
    height: auto;
    display: inline-block;
    filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.3));
    margin: -60px 0 0 0;
}

/* Radio Section (Cruise Control) */
.dealer-radio {
	background: url('https://myautomotivesource.com/wp-content/uploads/2026/02/Rectangle-29-1.webp') no-repeat center/cover;
	padding: 30px 0;
	text-align: center;
	color: #fff;
	position: relative;
}

.dealer-radio::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.3);
	z-index: 1;
}

.radio-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 40px;
	position: relative;
	z-index: 2;
}

.radio-row > div {
	/*flex: 0 0 auto;*/
	flex: 1;
}

.radio-row img {
	max-width: 100%;
	height: auto;
}

.radio-center {
	flex: 1;
	text-align: center;
}

.radio-center .cruise-title {
	font-size: 48px;
	font-weight: 800;
	font-style: italic;
	margin: 10px 0;
	color: #fff;
	text-transform: capitalize;
}

.radio-center .cruise-subtitle {
	font-size: 24px;
	margin: 10px 0;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600;
    text-transform: uppercase;
    font-style: italic;
}

.radio-center .cruise-schedule {
	margin: 8px 0;
    color: #FFF !important;
    font-size: 30px !important;
    font-weight: 800 !important;
    font-style: italic;
}

/* About Section */
.dealer-about {
	padding: 100px 0 0 0;
	background: #fff;
}

.dealer-about h2 {
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 40px;
	color: #2b7bc4;
	text-align: center;
}

.about-content {
	margin-top: 30px;
	text-align: left;
	max-width: 860px;
	margin-left: auto;
	margin-right: auto;
}

.about-content p {
	font-size: 16px;
	line-height: 1.8;
	color: #0D0D0D;
	margin-bottom: 20px;
	text-align: justify;
}

/* Map Section */
.dealer-map {
	padding: 60px 0;
}

.dealer-map iframe {
	width: 100%;
	height: 550px;
	border-radius: 18px;
	border: 0;
	box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}

/* Responsive */
@media (max-width: 768px) {
	.dealer-title {
		font-size: 32px;
	}
	
	.dealer-info-row {
		flex-direction: column;
		text-align: center;
	}
	
	.dealer-hours,
	.dealer-manager {
		text-align: center;
	}
	
	.dealer-side-img img {
		max-width: 200px;
	}
	
	.dealer-buttons {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	
	.dealer-btn {
		width: 100%;
		max-width: 300px;
	}
	
	.about-row {
		flex-direction: column;
		gap: 20px;
	}
	
	.radio-row {
		flex-direction: column;
		text-align: center;
		padding: 0 15px;
	}
	
	.radio-center .cruise-title {
		font-size: 32px;
	}
	
	.radio-center .cruise-schedule {
		font-size: 24px;
	}
	
	.dealer-map iframe {
		height: 400px;
	}

	.dealer-hours ul li{    list-style-type: none;}
	.dealer-hours ul{padding: 0 15px;}
	.dealer-title{font-size: 45ox; padding: 0 15px;}
	.about-content {
		padding: 0 15px;
	}
	.dealer-map { padding: 60px 15px; }
	.radio-row img{max-width: 80%;}
}