
/* Container styling */
.lets-connect {
    border: 1px solid #e2e8f0; /* light gray border */
    border-radius: 10px;
    padding: 20px;
    background-color: #ffffff;
    max-width: 600px;
    margin: 0 auto;
    font-family: Arial, sans-serif;
    color: #334155; /* dark text */
}

/* Heading */
.lets-connect h3 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 15px;
    color: #0f172a; /* dark blue */
}

/* Paragraph */
.lets-connect p {
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 20px;
    color: #475569; /* muted dark text */
}

/* Info rows */
.lets-connect .info-row {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

/* Icons */
.lets-connect .info-row .icon {
    width: 40px;
    height: 40px;
    background-color: #f1f5f9; /* light gray bg for icon */
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    margin-right: 12px;
    font-size: 1.1rem;
    color: #0ea5e9; /* blue */
}

/* Labels */
.lets-connect .info-row .label {
    font-weight: 500;
    color: #0f172a;
}

/* Values */
.lets-connect .info-row .value {
    font-size: 0.95rem;
    color: #475569;
}

/* Response Time box */
.lets-connect .response-time {
    background-color: #f1f5f9;
    border-radius: 8px;
    padding: 15px;
    margin-top: 20px;
}

.lets-connect .response-time h4 {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 8px;
    color: #0f172a;
}

.lets-connect .response-time p {
    font-size: 0.9rem;
    color: #475569;
}


.lets-connect a {
    color: #526DB2;
}
