.elementor-82 .elementor-element.elementor-element-3a2e711{--display:flex;}/* Start custom CSS for html, class: .elementor-element-21d8643 *//* ========== CONTACT US SECTION ========== */
.ts-contact-section {
    padding: 60px 0;
    background: #f8f9fa;
}

.ts-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.ts-section-title {
    text-align: center;
    margin-bottom: 50px;
}

.ts-section-title h2 {
    font-size: 2.4rem;
    color: #1e3a5f;
    margin-bottom: 12px;
}

.ts-subtitle {
    font-size: 1.1rem;
    color: #555;
    max-width: 600px;
    margin: 0 auto;
}

/* Contact Cards Grid */
.ts-contact-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 24px;
    margin-bottom: 60px;
}

.ts-contact-card {
    background: #ffffff;
    border-radius: 14px;
    padding: 32px 24px;
    text-align: center;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.07);
    border: 1px solid #eee;
    transition: all 0.3s ease;
}

.ts-contact-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
}

.ts-contact-icon {
    font-size: 2.2rem;
    margin-bottom: 16px;
}

.ts-contact-card h3 {
    font-size: 1.25rem;
    color: #1e3a5f;
    margin-bottom: 12px;
}

.ts-contact-link {
    display: block;
    font-size: 1.1rem;
    color: #1565c0;
    font-weight: 600;
    text-decoration: none;
    margin-bottom: 8px;
}

.ts-contact-link:hover {
    text-decoration: underline;
}

.ts-contact-note {
    font-size: 0.95rem;
    color: #666;
    margin: 0;
}

/* WhatsApp Card */
.ts-whatsapp-card {
    border: 2px solid #25D366;
}

.ts-whatsapp-btn {
    display: inline-block;
    background: #25D366;
    color: white;
    padding: 12px 28px;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    margin: 12px 0;
    transition: all 0.3s ease;
}

.ts-whatsapp-btn:hover {
    background: #128C7E;
    transform: scale(1.03);
}

/* Inquiry Form */
.ts-form-section {
    background: #ffffff;
    border-radius: 16px;
    padding: 50px 40px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    max-width: 900px;
    margin: 0 auto;
}

.ts-form-header {
    text-align: center;
    margin-bottom: 40px;
}

.ts-form-header h3 {
    font-size: 1.8rem;
    color: #1e3a5f;
    margin-bottom: 10px;
}

.ts-form-header p {
    color: #555;
}

.ts-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.ts-form-group {
    margin-bottom: 24px;
}

.ts-form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #1e3a5f;
}

.ts-form-group input,
.ts-form-group textarea {
    width: 100%;
    padding: 14px 18px;
    border: 1px solid #ddd;
    border-radius: 10px;
    font-size: 1rem;
    transition: border 0.3s ease;
}

.ts-form-group input:focus,
.ts-form-group textarea:focus {
    border-color: #1565c0;
    outline: none;
}

.ts-submit-btn {
    background: #1565c0;
    color: white;
    padding: 16px 50px;
    font-size: 1.1rem;
    font-weight: 600;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: block;
    margin: 20px auto 0;
}

.ts-submit-btn:hover {
    background: #0d47a1;
    transform: translateY(-2px);
}

.ts-form-note {
    text-align: center;
    font-size: 0.95rem;
    color: #666;
    margin-top: 20px;
}

/* Responsive */
@media (max-width: 768px) {
    .ts-form-row {
        grid-template-columns: 1fr;
    }
    
    .ts-contact-grid {
        grid-template-columns: 1fr;
    }
}/* End custom CSS */