.find-container-2fd25f23 {
    color: #ffffff;
    background-color: #0d0d0d;
    line-height: 1.8;
}

.find-container-2fd25f23 p {
    color: #bcbcbc;
    font-size: 0.95rem;
    letter-spacing: 0.3px;
}

.find-container-2fd25f23 a {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s ease;
}

.find-hero-2fd25f23 {
    min-height: 35vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 60px 20px 20px 20px;
}

.find-hero-2fd25f23 .sub-tag {
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 15px;
}

.find-hero-2fd25f23 h1 {
    font-size: clamp(2rem, 4vw, 3.5rem);
    font-weight: 400;
    margin-bottom: 25px;
    color: #ffffff;
    max-width: 900px;
    line-height: 1.2;
}

.find-hero-2fd25f23 .gold-divider {
    width: 80px;
    height: 2px;
}

/* ── NEW HEADER STRIP FOR ADRESS & CONTACTS ── */
.global-contact-strip-2fd25f23 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    gap: 30px;
    flex-wrap: wrap;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.contact-item-2fd25f23 {
    display: flex;
    align-items: flex-start;
    flex: 1 1 280px;
}

.contact-icon-2fd25f23 {
    font-size: 1.2rem;
    margin-right: 15px;
    margin-top: 4px;
    font-weight: bold;
}

.contact-label-2fd25f23 strong {
    display: block;
    color: #ffffff;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 4px;
}

.contact-label-2fd25f23 span, 
.contact-label-2fd25f23 a {
    color: #bcbcbc;
    font-size: 0.95rem;
    white-space: pre-line;
}

.contact-label-2fd25f23 a:hover {
    color: var(--btn-accent, #D4AF37);
}

/* ── MAIN WORKSPACE CONTAINER ── */
.showroom-grid-2fd25f23 {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px 100px 20px;
    gap: 40px;
    flex-wrap: wrap;
}

/* Left Stack: Contains Form and Map stacked vertically */
.info-pane-2fd25f23 {
    flex: 1 1 55%;
    min-width: 320px;
    display: flex;
    flex-direction: column;
    gap: 35px;
}

/* Right Stack: Contains Showroom Hours */
.right-sidebar-stack-2fd25f23 {
    flex: 1 1 35%;
    min-width: 300px;
    display: flex;
    flex-direction: column;
}

.map-wrapper-2fd25f23 {
    width: 100%;
    height: 350px;
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
}

.map-wrapper-2fd25f23 iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.hours-pane-2fd25f23 {
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.03);
    border-radius: 8px;
    padding: 40px;
    box-shadow: 0 30px 60px rgba(0,0,0,0.6);
    box-sizing: border-box;
}

.hours-pane-2fd25f23 h2, .cf7-form-pane-2fd25f23 h2 {
    font-size: 1.6rem;
    color: #ffffff;
    font-weight: 400;
    text-align: center;
    margin-bottom: 12px;
}

.hours-pane-2fd25f23 .card-divider {
    width: 40px;
    height: 1px;
    margin: 0 auto 30px auto;
}

.schedule-table-2fd25f23 {
    width: 100%;
    border-collapse: collapse;
}

.schedule-table-2fd25f23 tr {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.schedule-table-2fd25f23 tr:last-child {
    border-bottom: none;
}

.schedule-table-2fd25f23 td {
    padding: 18px 0;
    font-size: 0.95rem;
}

.schedule-table-2fd25f23 .day-col {
    color: #ffffff;
    font-weight: 600;
    text-align: left;
}

.schedule-table-2fd25f23 .time-col {
    color: #bcbcbc;
    text-align: right;
}

/* ── FORMS THEMING ENGINE ── */
.cf7-form-pane-2fd25f23 {
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.03);
    border-radius: 8px;
    padding: 40px;
    box-shadow: 0 30px 60px rgba(0,0,0,0.6);
    box-sizing: border-box;
}

.cf7-form-pane-2fd25f23 form p {
    margin-bottom: 20px;
}

.cf7-form-pane-2fd25f23 form p:last-of-type {
    margin-bottom: 0;
}

.cf7-form-pane-2fd25f23 label {
    display: block;
    width: 100%;
    color: #ffffff;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 600;
    margin-bottom: 8px;
}

.cf7-form-pane-2fd25f23 input[type="text"],
.cf7-form-pane-2fd25f23 input[type="email"],
.cf7-form-pane-2fd25f23 textarea {
    width: 100%;
    box-sizing: border-box;
    background-color: #0b0b0b;
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #ffffff;
    padding: 14px 16px;
    font-size: 0.95rem;
    border-radius: 4px;
    font-family: inherit;
    transition: all 0.3s ease;
}

.cf7-form-pane-2fd25f23 input:focus,
.cf7-form-pane-2fd25f23 textarea:focus {
    outline: none;
    border-color: var(--btn-accent, #D4AF37);
    box-shadow: 0 0 8px rgba(212, 175, 55, 0.15);
}

.cf7-form-pane-2fd25f23 textarea {
    height: 110px;
    resize: vertical;
}

.cf7-submit-wrapper-2fd25f23 {
    margin-top: 10px;
}

.cf7-submit-wrapper-2fd25f23 input[type="submit"] {
    width: 100%;
    box-sizing: border-box;
    color: #ffffff;
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    border: none;
    padding: 18px 20px;
    border-radius: 4px;
    cursor: pointer;
    background-color: var(--btn-accent, #D4AF37);
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.cf7-submit-wrapper-2fd25f23 input[type="submit"]:hover {
    opacity: 0.9;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(212, 175, 55, 0.2);
}

/* Logistics Footer Area Styling */
.logistics-section-2fd25f23 {
    background-color: #111111;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    padding: 100px 20px;
    text-align: center;
}

.logistics-inner-2fd25f23 {
    max-width: 900px;
    margin: 0 auto;
}

.logistics-inner-2fd25f23 h2 {
    font-size: 2.2rem;
    font-weight: 400;
    margin-bottom: 20px;
    color: #ffffff;
}

.logistics-inner-2fd25f23 p {
    max-width: 700px;
    margin: 0 auto 50px auto;
}

.platform-grid-2fd25f23 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    width: 100%;
}

.platform-btn-2fd25f23 {
    display: block;
    text-decoration: none;
    color: #ffffff;
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    border: 2px solid var(--btn-accent, #D4AF37);
    padding: 18px 10px;
    border-radius: 4px;
    background-color: transparent;
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.platform-btn-2fd25f23:hover {
    color: #ffffff !important;
    background-color: var(--btn-accent, #D4AF37);
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(212, 175, 55, 0.25);
}

/* Responsive Overrides */
@media (max-width: 991px) {
    .showroom-grid-2fd25f23 { padding-bottom: 60px; }
    .hours-pane-2fd25f23, .cf7-form-pane-2fd25f23 { padding: 30px; }
    .global-contact-strip-2fd25f23 { justify-content: flex-start; gap: 20px; }
}
@media (max-width: 576px) {
    .find-hero-2fd25f23 h1 { font-size: 2.2rem; }
    .showroom-grid-2fd25f23 { gap: 40px; }
    .platform-grid-2fd25f23 { grid-template-columns: 1fr; }
}