.teaser__text--center .cmp-teaser__content {
    color: #fff;
}
header.cmp-teaser__content-header h2 {
    color: #fff;
}
.hero-video {
    width: 100%;
    height: 600px;   /* Change to 250px, 350px, etc. */
    overflow: hidden;
}
.hero-video video {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Fills the container and crops if needed */
    display: block;
}


.stock-bar {
    width: 100%;
    height: 46px;
    background: #efefef;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 18px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #1b1b1b;
    white-space: nowrap;
    box-sizing: border-box;
	margin-bottom: 50px;
}

.stock-bar .dot {
    color: #8d8d8d;
    font-size: 18px;
    line-height: 1;
}

.stock-bar .price {
    font-weight: 500;
}

.stock-bar .change {
    background: #d7f0dc;
    color: #2f8d46;
    padding: 2px 6px;
    border-radius: 3px;
    font-size: 13px;
    font-weight: 500;
}

.stock-bar .time {
    color: #222;
}

.mylastsection {
    background: #ededed;
    padding-top: 100px;
    padding-bottom: 50px;
    margin-bottom: 50px;
}

.mycontactsection1 {
    background: #ededed;
	margin-bottom: 50px;
}

.mycontactsection2 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.container__main.cmp-container {
    padding-bottom: 0;
    padding-top: 0;
}

.columncontrol.aem-Grid--align-vertical-center>section>.columncontrol__grid>.columncontrol__column.contactmap {
    display: unset;
}

.listingcontent {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

time.article__date.price {
    color: #000;
    font-weight: 600;
}

.pricetag{
	color: #000;
    font-weight: 600;
}

.pbtn {
    text-align: center;
    border: 1px solid #ccc;
    padding: 2px;
    font-weight: bold;
	color: #000;
	font-size: 12px;
}

a.pbtn {
    width: 100%;
    display: flow;
    text-decoration: unset;
}

.ptab {
    display: inline-block;
    padding: 10px 20px;
    background: #ffffff;
    border: 1px solid #ddd;
    border-bottom: none; /* Connects with the content below */
    border-radius: 8px 8px 0 0;
    font-size: 15px;
    font-weight: 600;
    color: #333;
    cursor: pointer;
    position: relative;
    top: 1px; /* Slight overlap with content border */
}

.ptab:hover {
    background: #f8f8f8;
}

.ptab.active {
    background: #fff;
    color: #007bff;
    border-color: #007bff;
}

.ptabdes {
    padding-top: 20px;
    border-top: 1px solid #ccc;
}

.mt-20 {
    margin-top: 20px;
}

.product-gallery{
    margin:30px auto;
    font-family:Arial,sans-serif;
}

.product-slider{
    position:relative;
    border:1px solid #ddd;
    border-radius:8px;
    overflow:hidden;
}

.pg-main-image{
    width:100%;
    height:450px;
    object-fit:cover;
    display:block;
}

.pg-arrow{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    width:45px;
    height:45px;
    border:none;
    border-radius:50%;
    background:rgba(0,0,0,.55);
    color:#fff;
    font-size:22px;
    cursor:pointer;
    transition:.3s;
    z-index:10;
}

.pg-arrow:hover{
    background:#007bff;
}

.pg-prev{
    left:15px;
}

.pg-next{
    right:15px;
}

.pg-thumbnails{
    display:flex;
    gap:10px;
    overflow-x:auto;
    overflow-y:hidden;
    flex-wrap:nowrap;
    white-space:nowrap;
    margin-top:15px;
    padding-bottom:8px;
    scroll-behavior:smooth;
}

.pg-thumbnails::-webkit-scrollbar{
    height:7px;
}

.pg-thumbnails::-webkit-scrollbar-thumb{
    background:#bbb;
    border-radius:20px;
}

.pg-thumbnails::-webkit-scrollbar-track{
    background:#eee;
}

.pg-thumb{
    flex:0 0 auto;
    width:90px;
    height:70px;
    object-fit:cover;
    border:2px solid transparent;
    border-radius:6px;
    cursor:pointer;
    transition:.3s;
}

.pg-thumb:hover{
    opacity:.8;
}

.pg-thumb.active{
    border-color:#007bff;
}

.map-wrapper{
    width:100%;
}

.map-wrapper iframe{
    width:100%;
    height:1180px;   /* Change as needed */
    border:0;
    border-radius:8px;
    display:block;
}

/* Pagination */
.themesflat-pagination {
    margin-top: 50px;
    display: flex;
    justify-content: center;
}

.themesflat-pagination ul {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.themesflat-pagination li {
    margin: 0;
}

.themesflat-pagination li a,
.themesflat-pagination li span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border: 1px solid #e5e5e5;
    background: #fff;
    color: #333;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: all .3s ease;
}

.themesflat-pagination li a:hover {
    background: #0d6efd;
    border-color: #0d6efd;
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(13,110,253,.25);
}

.themesflat-pagination li.active span,
.themesflat-pagination li.active a {
    background: #0d6efd;
    border-color: #0d6efd;
    color: #fff;
    box-shadow: 0 8px 20px rgba(13,110,253,.25);
}

.themesflat-pagination .dots {
    border: none;
    background: transparent;
    width: auto;
    height: auto;
    color: #777;
}

.vehicle-specs {
    width: 100%;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
}

.vehicle-specs th,
.vehicle-specs td {
    padding: 6px 8px;
    border: 1px solid #ddd;
    text-align: left;
	font-size: 12px;
	line-height: 14px;
}

.vehicle-specs th {
    width: 50%;
    background: #f5f5f5;
    font-weight: 600;
}

.vehicle-specs tr:nth-child(even) {
    background: #fafafa;
}

.product-tabs {
    display: flex;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}

.tab-btn {
    padding: 12px 20px;
    border: none;
    background: #f5f5f5;
    cursor: pointer;
    font-size: 16px;
}

.tab-btn.active {
    background: #fff;
    border-bottom: 2px solid #0073aa;
    font-weight: bold;
}

.tab-content {
    display: none;
    padding: 20px 0;
}

.tab-content.active {
    display: block;
}

@media (max-width: 576px) {
    .themesflat-pagination ul {
        gap: 6px;
    }

    .themesflat-pagination li a,
    .themesflat-pagination li span {
        width: 30px;
        height: 30px;
        font-size: 14px;
    }
}

@media (max-width: 768px) {
	.stock-bar{
		display: none;
	}
	
	.map-wrapper iframe{
		width:100%;
		height:320px;   /* Change as needed */
		border:0;
		border-radius:8px;
		display:block;
	}
}

@media (max-width: 1199px) {
	.aem-Grid {
		margin-inline: 0;
		display: unset;
	}
}