/* Custom Contact Page Styles */
.contact-header-section {
    background: #f8f9fa;
    padding: 40px 0 60px;
    position: relative;
}

.contact-wave {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.contact-wave-svg {
    fill: #fff;
    height: 20px;
    width: 100%;
}

.contact-main-section {
    background: white;
    padding: 50px 0;
}

.contact-custom-container {
    max-width: 1200px;
}

.contact-title-custom {
    font-size: 28px;
    color: #6239A7;
    margin-bottom: 15px;
    font-weight: normal;
}

.contact-subtitle {
    color: #666;
    margin-bottom: 15px;
}

.contact-divider {
    height: 1px;
    background: #999;
    width: 100%;
    margin: 0 auto;
}

.contact-alert-custom {
    margin-top: 20px;
}

.contact-layout-custom {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: center;
}

.contact-form-custom {
    flex: 1;
    min-width: 600px;
    max-width: 800px;
    margin-top: 50px;
}

.contact-info-custom {
    flex: 1;
    min-width: 300px;
    max-width: 400px;
}

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

.contact-form-group {
    flex: 1;
    min-width: 250px;
}

.contact-input-container {
    position: relative;
}

.contact-form-icon {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #EB1587;
}

.contact-form-input {
    width: 100%;
    height: 40px;
    padding: 0 15px 0 40px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.contact-textarea-container {
    margin-bottom: 20px;
}

.contact-form-textarea {
    width: 100%;
    height: 120px;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    resize: none;
}

.contact-form-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
    margin-top: 30px;
}

.contact-captcha-container {
    flex: 1;
}

.contact-submit-container {
    min-width: 200px;
}

.contact-submit-button {
    background: linear-gradient(to right, #6239A7, #F61285);
    color: white;
    border: none;
    border-radius: 7px;
    height: 39px;
    width: 100%;
    cursor: pointer;
    font-size: 18px;
}

.contact-info-box {
    background: #f9f9f9;
    padding: 30px;
    border-radius: 8px;
}

.contact-info-title {
    font-size: 22px;
    color: #6239A7;
    margin-bottom: 20px;
    font-weight: normal;
}

.contact-info-content {
    margin-bottom: 25px;
}

.contact-info-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
}

.contact-info-icon {
    color: #EB1587;
    margin-right: 15px;
    font-size: 20px;
}

.contact-info-phone {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.contact-info-email {
    display: flex;
    align-items: center;
}

.contact-info-subtitle {
    font-size: 16px;
    margin-bottom: 5px;
    color: #333;
}

.contact-info-text {
    color: #666;
    line-height: 1.5;
}