/* ===========================================================
   Contact Page — STAR LIGHT GEN TRANSPORT
   =========================================================== */

.tp-contact-section {
    position: relative;
    overflow: hidden;
    padding: 72px 0;
}

.tp-contact-section::before {
    content: '';
    position: absolute;
    top: -120px;
    right: -80px;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(224, 36, 27, .06) 0%, transparent 70%);
    pointer-events: none;
}

.tp-contact-section::after {
    content: '';
    position: absolute;
    bottom: -100px;
    left: -60px;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(20, 24, 31, .04) 0%, transparent 70%);
    pointer-events: none;
}

.tp-contact-section .container {
    position: relative;
    z-index: 1;
}

.tp-contact-section .tp-heading {
    margin-bottom: 14px;
}

.tp-contact-section .tp-heading .tp-eyebrow {
    font-size: 12px;
    letter-spacing: 1.5px;
}

.tp-contact-section .tp-heading h2 {
    font-size: clamp(1.45rem, 2.8vw, 1.85rem);
    margin-top: 8px;
    line-height: 1.25;
}

.tp-contact-intro {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 14px;
}

.tp-contact-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.tp-contact-info--full {
    grid-column: 1 / -1;
}

.tp-contact-info {
    display: flex;
    gap: 12px;
    align-items: center;
    padding: 12px 14px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 18px rgba(20, 24, 31, .06);
    border: 1px solid #eef0f3;
    margin-bottom: 0;
    transition: var(--tp-transition);
}

.tp-contact-info:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 28px rgba(20, 24, 31, .1);
    border-color: rgba(224, 36, 27, .15);
}

.tp-contact-info .ic {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--tp-primary);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    flex-shrink: 0;
    box-shadow: 0 4px 12px rgba(224, 36, 27, .25);
    transition: var(--tp-transition);
}

.tp-contact-info:hover .ic {
    transform: scale(1.05);
}

.tp-contact-info h6 {
    font-weight: 700;
    margin: 0 0 2px;
    color: var(--tp-dark);
    font-size: 0.875rem;
    line-height: 1.3;
}

.tp-contact-info p {
    margin: 0;
    color: var(--tp-gray);
    line-height: 1.4;
    font-size: 13px;
}

.tp-contact-info a {
    color: var(--tp-gray);
    transition: var(--tp-transition);
}

.tp-contact-info a:hover {
    color: var(--tp-primary);
}

/* Form card */
.tp-contact-form-card {
    padding: 32px 28px;
    border: 1px solid #eef0f3;
}

.tp-contact-form-card::before {
    display: none;
}

.tp-contact-form-card:hover {
    transform: none;
    box-shadow: 0 24px 60px rgba(20, 24, 31, .1);
}

.tp-contact-form-header {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 20px;
    padding-bottom: 16px;
    border-bottom: 1px solid #eef0f3;
}

.tp-contact-form-header .ic {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: rgba(224, 36, 27, .1);
    color: var(--tp-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    flex-shrink: 0;
}

.tp-contact-form-header h4 {
    font-size: 1.2rem;
    font-weight: 800;
    color: var(--tp-dark);
    margin: 0;
    line-height: 1.3;
}

.tp-contact-form-header p {
    margin: 2px 0 0;
    color: var(--tp-gray);
    font-size: 13px;
}

.tp-contact-form .row {
    --bs-gutter-x: 14px;
    --bs-gutter-y: 0;
}

.tp-contact-form .tp-form-group {
    margin-bottom: 14px;
}

.tp-contact-form .tp-form-control {
    margin-bottom: 0;
    padding: 12px 14px;
    background: #f9fafb;
    border-color: #e5e7eb;
    font-size: 14px;
}

.tp-contact-form .tp-form-control::placeholder {
    color: #9ca3af;
}

.tp-contact-form .tp-form-control:focus {
    background: #fff;
    border-color: var(--tp-primary);
    box-shadow: 0 0 0 3px rgba(224, 36, 27, .1);
}

.tp-contact-form textarea.tp-form-control {
    min-height: 120px;
    resize: vertical;
}

.tp-contact-form .tp-btn {
    margin-top: 4px;
    min-width: 180px;
    padding: 12px 26px;
    font-size: 14px;
}

.tp-contact-form .tp-btn:disabled {
    opacity: .75;
    cursor: not-allowed;
    transform: none;
}

/* Star rating */
.tp-star-rating {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 4px 0;
}

.tp-star-rating-btn {
    border: none;
    background: none;
    padding: 4px;
    font-size: 28px;
    line-height: 1;
    color: #d1d5db;
    cursor: pointer;
    transition: color .15s ease, transform .15s ease;
}

.tp-star-rating-btn.is-active,
.tp-star-rating:hover .tp-star-rating-btn.is-preview {
    color: #f5a623;
}

.tp-star-rating-btn:hover {
    transform: scale(1.08);
}

.tp-star-rating-btn:focus-visible {
    outline: 2px solid var(--tp-primary);
    outline-offset: 2px;
    border-radius: 4px;
}

/* Map */
.tp-contact-map {
    height: 400px;
    line-height: 0;
    background: #e5e7eb;
}

.tp-contact-map iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
    filter: grayscale(.15);
    transition: filter .4s ease;
}

.tp-contact-map:hover iframe {
    filter: grayscale(0);
}

@media (max-width: 991px) {
    .tp-contact-section {
        padding: 60px 0;
    }

    .tp-contact-form-card {
        padding: 28px 22px;
    }

    .tp-contact-map {
        height: 340px;
    }
}

@media (max-width: 575px) {
    .tp-contact-section {
        padding: 48px 0;
    }

    .tp-contact-cards {
        grid-template-columns: 1fr;
    }

    .tp-contact-info--full {
        grid-column: auto;
    }

    .tp-contact-form-card {
        padding: 24px 18px;
    }

    .tp-contact-form .tp-btn {
        width: 100%;
        justify-content: center;
    }

    .tp-contact-map {
        height: 280px;
    }
}
