/* css/style.css */
.wlp-contact-form-wrap {
    background: #fff;
    padding: 60px 0;
}

.wlp-contact-form-container {
    max-width: 1200px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #dedee1;
    /*border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);*/
    display: flex;
    overflow: hidden;
}

.wlp-contact-form-left {
    flex: 1;
    padding: 60px;
}

.wlp-contact-form-right {
    flex: 0 0 400px;
    background: #f8f8f8;
    padding: 60px 40px;
}

.wlp-contact-form-left h1 {
    font-size: 48px;
    margin-bottom: 40px;
    color: #333;
    font-weight: 600;
}

.wlp-form-description {
    margin-bottom: 30px;
    color: #666;
    line-height: 1.6;
}

.wlp-form-group {
    margin-bottom: 25px;
}

.wlp-form-group label {
    display: block;
    margin-bottom: 8px;
    color: #333;
    font-weight: 500;
}

.wlp-form-group input[type="text"],
.wlp-form-group input[type="email"],
.wlp-form-group textarea {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 16px;
    font-family: inherit;
    transition: border-color 0.3s;
}

.wlp-form-group input[type="text"]:focus,
.wlp-form-group input[type="email"]:focus,
.wlp-form-group textarea:focus {
    outline: none;
    border-color: #b4e5fc;
}

.wlp-form-group textarea {
    min-height: 120px;
    resize: vertical;
}

.wlp-checkbox-group {
    display: flex;
    align-items: flex-start;
}

.wlp-checkbox-group input[type="checkbox"] {
    margin-right: 12px;
    margin-top: 4px;
    /* Force visibility */
    opacity: 1 !important;
    position: static !important;
    appearance: auto !important;
    -webkit-appearance: auto !important;
    -moz-appearance: auto !important;
    width: auto !important;
    height: auto !important;
}

.wlp-checkbox-group label {
    color: #666;
    font-weight: normal;
    display: inline;
}

.wlp-checkbox-group a {
    color: #666;
    text-decoration: none;
}

.wlp-checkbox-group a:visited {
    color: #666 !important;
}

.wlp-checkbox-group a:hover {
    text-decoration: underline;
}

.wlp-submit-button {
    background: #413a9d;
    color: #fff;
    border: none;
    padding: 1rem 2rem;
    /*border-radius: 25px;*/
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    cursor: pointer;
    transition: background-color 0.3s;
    text-transform: uppercase;
}

.wlp-submit-button:hover {
    background: #4169E1;
}

.wlp-contact-form-right h2 {
    font-size: 28px;
    margin-bottom: 40px;
    color: #333;
}

.wlp-contact-info {
    margin-bottom: 30px;
}

.wlp-contact-info p {
    margin-bottom: 8px;
    color: #666;
}

.wlp-contact-info a {
    color: #666;
    text-decoration: none;
}

.wlp-contact-info a:visited {
    color: #666 !important;
}

.wlp-contact-info a:hover {
    text-decoration: underline;
}

.wlp-address-info {
    margin-bottom: 40px;
}

.wlp-address-info p {
    margin-bottom: 5px;
    color: #666;
}

.wlp-social-links {
    display: flex;
    gap: 15px;
}

.wlp-social-icon {
    width: 38px;
    height: 38px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    /* Add these properties for Safari */
    font-size: 0;
    line-height: 0;
    text-indent: -9999px;
    color: transparent;
}

.wlp-social-icon:hover {
    background: #d0d0d0;
}

.wlp-social-icon::before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.wlp-social-icon[aria-label] {
    font-size: 0;
}

.wlp-instagram::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='%23333'%3E%3Cpath d='M12 2.163c3.204 0 3.584.012 4.85.07 3.252.148 4.771 1.691 4.919 4.919.058 1.265.069 1.645.069 4.849 0 3.205-.012 3.584-.069 4.849-.149 3.225-1.664 4.771-4.919 4.919-1.266.058-1.644.07-4.85.07-3.204 0-3.584-.012-4.849-.07-3.26-.149-4.771-1.699-4.919-4.92-.058-1.265-.07-1.644-.07-4.849 0-3.204.013-3.583.07-4.849.149-3.227 1.664-4.771 4.919-4.919 1.266-.057 1.645-.069 4.849-.069zm0-2.163c-3.259 0-3.667.014-4.947.072-4.358.2-6.78 2.618-6.98 6.98-.059 1.281-.073 1.689-.073 4.948 0 3.259.014 3.668.072 4.948.2 4.358 2.618 6.78 6.98 6.98 1.281.058 1.689.072 4.948.072 3.259 0 3.668-.014 4.948-.072 4.354-.2 6.782-2.618 6.979-6.98.059-1.28.073-1.689.073-4.948 0-3.259-.014-3.667-.072-4.947-.196-4.354-2.617-6.78-6.979-6.98-1.281-.059-1.69-.073-4.949-.073zm0 5.838c-3.403 0-6.162 2.759-6.162 6.162s2.759 6.163 6.162 6.163 6.162-2.759 6.162-6.163c0-3.403-2.759-6.162-6.162-6.162zm0 10.162c-2.209 0-4-1.79-4-4 0-2.209 1.791-4 4-4s4 1.791 4 4c0 2.21-1.791 4-4 4zm6.406-11.845c-.796 0-1.441.645-1.441 1.44s.645 1.44 1.441 1.44c.795 0 1.439-.645 1.439-1.44s-.644-1.44-1.439-1.44z'/%3E%3C/svg%3E");
}

.wlp-facebook::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='%23333'%3E%3Cpath d='M9 8h-3v4h3v12h5v-12h3.642l.358-4h-4v-1.667c0-.955.192-1.333 1.115-1.333h2.885v-5h-3.808c-3.596 0-5.192 1.583-5.192 4.615v3.385z'/%3E%3C/svg%3E");
}

.wlp-youtube::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='%23333'%3E%3Cpath d='M19.615 3.184c-3.604-.246-11.631-.245-15.23 0-3.897.266-4.356 2.62-4.385 8.816.029 6.185.484 8.549 4.385 8.816 3.6.245 11.626.246 15.23 0 3.897-.266 4.356-2.62 4.385-8.816-.029-6.185-.484-8.549-4.385-8.816zm-10.615 12.816v-8l8 3.993-8 4.007z'/%3E%3C/svg%3E");
}

.wlp-tiktok::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='%23333'%3E%3Cpath d='M19.321 5.562a5.122 5.122 0 01-.443-.258 6.228 6.228 0 01-1.137-.966 6.26 6.26 0 01-1.086-1.586 6.15 6.15 0 01-.483-2.252h-3.624v12.721a3.658 3.658 0 01-3.654 3.654c-2.014 0-3.654-1.637-3.654-3.654s1.64-3.654 3.654-3.654c.377 0 .74.059 1.084.167V6.196a7.192 7.192 0 00-1.084-.085C5.8 6.111 2 9.913 2 14.567s3.8 8.456 8.454 8.456 8.455-3.8 8.455-8.456V9.124a9.74 9.74 0 005.091 1.408V7h-.017c-2.23 0-4.157-1.196-5.203-2.976-.24-.4-.426-.834-.559-1.289z'/%3E%3C/svg%3E");
}

@media (max-width: 768px) {
    .wlp-contact-form-wrap {
        padding: 10px;
    }
    
    .wlp-contact-form-container {
        flex-direction: column;
        margin: 0 10px;
    }
    
    .wlp-contact-form-left {
        padding: 30px 20px;
    }
    
    .wlp-contact-form-right {
        flex: auto;
        padding: 30px 20px;
    }
    
    .wlp-contact-form-left h1 {
        font-size: 36px;
        margin-bottom: 30px;
    }
    
    .wlp-contact-form-right h2 {
        font-size: 24px;
        margin-bottom: 30px;
    }
}
