body {
    margin: 0;
    font-family: Arial, sans-serif;
    background: #cfdc6f;
    text-align: center;
}
.back-btn {
    position: left;
    top: 20px;
    left: 20px;
    margin: 0;
    padding: 0;
    display: flex;
    text-align: center;
    align-items: center;
    z-index: 9999;
    width: 80px;
}
.back-btn img {
    display: block;
    width: 60px;
    height: 60px;
}
.lorem-box {
    width: 70%;
    margin: 20px auto;
    background: #7fd3ff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    font-size: 16px;
}
.green-title {
    background: #2f7d32;
    color: #fff;
    text-align: center;
    padding: 15px 0;
    margin: 30px 0;
    font-size: 24px;
    font-weight: bold;
}
.video-box {
    display: flex;
    justify-content: center;
    margin: 30px 0;
}
.video-box video {
    width: 70%;
    border-radius: 15px;
}
.next-page {
    position: fixed;
    top: 10px;
    left: 10px;
    background: #2f7d32;
    color: #fff;
    padding: 8px 15px;
    text-decoration: none;
    font-weight: bold;
    border-radius: 8px;
}
.next-page:hover {
    background: #1e5c23;
}
.location-box {
    background: #2e7d32;
    color: white;
    width: 85%;
    margin: 40px auto;
    padding: 20px;
    border-radius: 12px;
}
.location-box h3 {
    margin-bottom: 10px;
    font-size: 24px;
}
.location-box p {
    margin-bottom: 15px;
    font-size: 16px;
  }
  .location-box iframe {
    width: 100%;
    height: 300px;
    border: none;
    border-radius: 10px;
  }
.brands {
    text-align: center;
    margin: 20px 0;
}
.brands a {
    display: block;
    margin: 8px 0;
    font-size: 18px;
    font-weight: bold;
    color: blue;
    text-decoration: none;
}
.title-bar {
    width: 100%;
    background: #2f7d32;
    padding: 20px 0;
    margin: 25px 0;
    text-align: center;
}
.partner-title {
    text-align: center;
    margin-top: 30px;
    font-weight: bold;
}
.partner-box {
    background: #6ec1e4;
    width: 80%;
    margin: 15px auto 40px;
    padding: 20px;
    border-radius: 20px;
}
.partner-box img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}
.box {
    width: 70%;
    background: #7fd3ff;
    margin: 20px auto;
    padding: 20px;
    border-radius: 15px;
}
.header {
    background: #2f7d32;
    padding: 15px;
    color: #fff;
}
.info {
    background: #7fd3ff;
    width: 70%;
    margin: 20px auto;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
.links {
    margin: 20px 0;
}
.links a {
    color: #4b0082;
    font-weight: bold;
    text-decoration: none;
}
.brands {
    text-align: center;
    margin: 20px 0;
}
.brands a {
    display: block;
    color: blue;
    font-weight: bold;
    margin: 5px 0;
    text-decoration: none;
}

.bmw-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.card {
    background: #ddd;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

.card img {
    width: 100%;
    height: 160px;
    object-fit: cover;
}

.card span {
    position: absolute;
    top: 10px;
    left: 12px;
    font-size: 22px;
    font-weight: bold;
    color: cyan;
}
.bmw-wrapper {
    background: purple;
    padding: 40px;
    border-radius: 25px;
    width: fit-content;
    margin: 40px auto;
}

.bmw-cards {
    display: grid;
    grid-template-columns: repeat(3, 150px);
    gap: 20px;
}

.card {
    width: 150px;
    height: 150px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

.card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card span {
    position: absolute;
    top: 8px;
    left: 10px;
    font-size: 22px;
    font-weight: bold;
    color: cyan;
}

.bmw{
    background: url(./Bmw.webp)center center / cover;
    width: 180px;
    height: 130px;
    border-radius: 15px;
    overflow: hidden;
}

.card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}