/* Layout */
.calmlys-contact-container-d45061fc {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    width: 100%;
}

.calmlys-contact-info-d45061fc {
    flex: 1;
    min-width: 300px;
    background-color: #f9f9f9;
    padding: 40px;
    border-radius: 10px;
}

.calmlys-contact-form-wrapper-d45061fc {
    flex: 1.5;
    min-width: 300px;
    background-color: #ffffff;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}

/* Info Section */
.calmlys-contact-info-title-d45061fc {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 600;
}

.calmlys-contact-info-subtitle-d45061fc {
    margin-bottom: 30px;
    color: #666;
    line-height: 1.6;
}

/* Contact Items */
.calmlys-contact-items-list-d45061fc {
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.calmlys-contact-item-d45061fc {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.calmlys-contact-item-icon-d45061fc {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0,0,0,0.05);
    border-radius: 50%;
    flex-shrink: 0;
}

.calmlys-contact-item-icon-d45061fc i {
    font-size: 16px;
    color: #333;
}

.calmlys-contact-item-icon-d45061fc svg {
    width: 16px;
    height: 16px;
    fill: #333;
}

.calmlys-contact-item-details-d45061fc {
    display: flex;
    flex-direction: column;
}

.calmlys-contact-item-label-d45061fc {
    font-size: 14px;
    color: #888;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.calmlys-contact-item-value-d45061fc {
    font-size: 16px;
    font-weight: 500;
    color: #333;
}

/* Working Hours */
.calmlys-contact-hours-d45061fc {
    margin-bottom: 30px;
    padding-top: 20px;
    border-top: 1px solid rgba(0,0,0,0.1);
}

.calmlys-contact-hours-title-d45061fc {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 600;
}

.calmlys-contact-hours-list-d45061fc {
    list-style: none;
    padding: 0;
    margin: 0;
}

.calmlys-contact-hour-item-d45061fc {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px dashed rgba(0,0,0,0.1);
}

.calmlys-contact-hour-item-d45061fc:last-child {
    border-bottom: none;
}

.calmlys-contact-hour-day-d45061fc {
    font-weight: 500;
}

.calmlys-contact-hour-time-d45061fc {
    color: #666;
}

/* Social Media */
.calmlys-contact-social-d45061fc {
    padding-top: 20px;
    border-top: 1px solid rgba(0,0,0,0.1);
}

.calmlys-contact-social-title-d45061fc {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 600;
}

.calmlys-contact-social-links-d45061fc {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.calmlys-contact-social-link-d45061fc {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 50%;
    color: #333;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.calmlys-contact-social-link-d45061fc i {
    font-size: 16px;
    color: #333;
    transition: all 0.3s ease;
}

.calmlys-contact-social-link-d45061fc svg {
    width: 16px;
    height: 16px;
    fill: #333;
    transition: all 0.3s ease;
}

.calmlys-contact-social-link-d45061fc:hover {
    background-color: #333;
}

.calmlys-contact-social-link-d45061fc:hover i {
    color: #fff;
}

.calmlys-contact-social-link-d45061fc:hover svg {
    fill: #fff;
}

/* Form Section */
.calmlys-contact-form-title-d45061fc {
    margin-top: 0;
    margin-bottom: 25px;
    font-size: 24px;
    font-weight: 600;
}

.calmlys-contact-form-row-d45061fc {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.calmlys-contact-form-row-d45061fc .calmlys-contact-form-group-d45061fc {
    flex: 1;
    margin-bottom: 0;
}

.calmlys-contact-form-group-d45061fc {
    margin-bottom: 20px;
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}

.calmlys-contact-input-d45061fc {
    width: 100%;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #fcfcfc;
    font-size: 16px;
    color: #333;
    transition: border-color 0.3s ease;
}

.calmlys-contact-input-d45061fc:focus {
    outline: none;
    border-color: #999;
}

.calmlys-contact-textarea-d45061fc {
    resize: vertical;
    min-height: 120px;
}

.calmlys-contact-submit-d45061fc {
    display: inline-block;
    padding: 15px 30px;
    background-color: #333;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

.calmlys-contact-submit-d45061fc:hover {
    background-color: #555;
}

.calmlys-contact-form-message-d45061fc {
    margin-top: 15px;
    padding: 10px;
    border-radius: 4px;
    font-size: 14px;
}

.calmlys-contact-form-message-d45061fc.success {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.calmlys-contact-form-message-d45061fc.error {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

/* Responsive */
@media (max-width: 768px) {
    .calmlys-contact-form-row-d45061fc {
        flex-direction: column;
        gap: 20px;
    }
}
