.cd-acd05941-wrapper {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    color: #111e38;
    max-width: 1100px;
    margin: 0 auto;
    padding: 20px;
}

/* Card Styling */
.cd-acd05941-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    padding: 40px;
    margin-bottom: 40px;
}

.cd-acd05941-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 50px;
}

@media (max-width: 768px) {
    .cd-acd05941-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
}

/* Form Styles */
.cd-acd05941-main-title {
    font-size: 28px;
    font-weight: 700;
    margin: 0 0 10px 0;
    color: #0d1e3d;
}

.cd-acd05941-desc {
    font-size: 15px;
    color: #607289;
    margin-bottom: 30px;
}

.cd-acd05941-form-slot {
    width: 100%;
}

.cd-acd05941-form-placeholder {
    border: 1px dashed #b8c5d4;
    border-radius: 6px;
    color: #607289;
    font-size: 14px;
    padding: 18px;
    text-align: center;
}

.cd-acd05941-form-slot form {
    margin: 0;
}

.cd-acd05941-form-slot p {
    margin-top: 0;
}

.cd-acd05941-form-slot p,
.cd-acd05941-form-slot .form-field,
.cd-acd05941-form-slot .wpforms-field,
.cd-acd05941-form-slot .wpcf7-form-control-wrap,
.cd-acd05941-form-slot .elementor-field-group {
    margin-bottom: 18px;
}

.cd-acd05941-form-slot label {
    color: #0d1e3d;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 6px;
}

.cd-acd05941-form-slot input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="button"]),
.cd-acd05941-form-slot textarea,
.cd-acd05941-form-slot select {
    border: 1px solid #dce2eb;
    border-radius: 6px;
    box-sizing: border-box;
    color: #111e38;
    font-size: 14px;
    outline: none;
    padding: 12px 16px;
    transition: border-color 0.2s ease;
    width: 100%;
}

.cd-acd05941-form-slot input:focus,
.cd-acd05941-form-slot textarea:focus,
.cd-acd05941-form-slot select:focus {
    border-color: #0b7074;
}

.cd-acd05941-form-slot textarea {
    min-height: 120px;
    resize: vertical;
}

.cd-acd05941-form-slot input[type="checkbox"],
.cd-acd05941-form-slot input[type="radio"] {
    margin-right: 8px;
}

.cd-acd05941-form-slot button,
.cd-acd05941-form-slot input[type="submit"],
.cd-acd05941-form-slot .elementor-button {
    align-items: center;
    background-color: #0b7074;
    border: none;
    border-radius: 6px;
    color: #ffffff;
    cursor: pointer;
    display: inline-flex;
    font-size: 15px;
    font-weight: 600;
    justify-content: center;
    padding: 14px 28px;
    text-decoration: none;
    transition: opacity 0.2s;
    width: 100%;
}

.cd-acd05941-form-slot button:hover,
.cd-acd05941-form-slot input[type="submit"]:hover,
.cd-acd05941-form-slot .elementor-button:hover {
    opacity: 0.9;
}

.cd-acd05941-form-slot a {
    color: #0b7074;
    text-decoration: underline;
}

.cd-acd05941-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 20px;
}

@media (max-width: 480px) {
    .cd-acd05941-form-row {
        grid-template-columns: 1fr;
    }
}

.cd-acd05941-form-group {
    display: flex;
    flex-direction: column;
}

.cd-acd05941-form-group.full-width {
    margin-bottom: 20px;
}

.cd-acd05941-form-group label {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 6px;
    color: #0d1e3d;
}

.cd-acd05941-form-group label .required {
    color: #e23e3e;
}

.cd-acd05941-form-group input,
.cd-acd05941-form-group textarea {
    padding: 12px 16px;
    border: 1px solid #dce2eb;
    border-radius: 6px;
    font-size: 14px;
    outline: none;
    transition: border-color 0.2s ease;
}

.cd-acd05941-form-group input:focus,
.cd-acd05941-form-group textarea:focus {
    border-color: #0b7074;
}

.cd-acd05941-checkbox-group {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 24px;
    font-size: 13px;
}

.cd-acd05941-checkbox-group input {
    width: 16px;
    height: 16px;
}

.cd-acd05941-checkbox-group label a {
    color: #0b7074;
    text-decoration: underline;
}

.cd-acd05941-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background-color: #0b7074;
    color: #ffffff;
    border: none;
    padding: 14px 28px;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    width: 100%;
    transition: opacity 0.2s;
}

.cd-acd05941-btn:hover {
    opacity: 0.9;
}

/* Contact Details Right Column */
.cd-acd05941-details-col {
    display: flex;
    flex-direction: column;
    gap: 30px;
    border-left: 1px solid #f0f4f8;
    padding-left: 40px;
}

@media (max-width: 768px) {
    .cd-acd05941-details-col {
        border-left: none;
        padding-left: 0;
    }
}

.cd-acd05941-contact-item {
    display: flex;
    gap: 20px;
}

.cd-acd05941-icon-wrapper {
    width: 44px;
    height: 44px;
    background-color: #e7f4f4;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.cd-acd05941-icon-wrapper i,
.cd-acd05941-icon-wrapper svg {
    color: #0b7074;
    fill: #0b7074;
    font-size: 18px;
    width: 18px;
    height: 18px;
}

.cd-acd05941-contact-info h4 {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 4px 0;
    color: #0d1e3d;
}

.cd-acd05941-contact-info p {
    font-size: 14px;
    color: #607289;
    margin: 0 0 6px 0;
    line-height: 1.4;
}

.cd-acd05941-contact-link {
    font-size: 14px;
    font-weight: 600;
    color: #0b7074;
    text-decoration: none;
    display: inline-block;
}

/* 3-Column Features */
.cd-acd05941-features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 40px;
}

@media (max-width: 768px) {
    .cd-acd05941-features-grid {
        grid-template-columns: 1fr;
    }
}

.cd-acd05941-feature-card {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    background-color: transparent;
    padding: 10px;
}

.cd-acd05941-feature-icon {
    width: 60px;
    height: 60px;
    background-color: #f1f8f8;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.cd-acd05941-feature-icon i,
.cd-acd05941-feature-icon svg {
    font-size: 24px;
    color: #0b7074;
    fill: #0b7074;
    width: 24px;
    height: 24px;
}

.cd-acd05941-feature-text h3 {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 6px 0;
    color: #0d1e3d;
}

.cd-acd05941-feature-text p {
    font-size: 14px;
    color: #607289;
    margin: 0 0 8px 0;
    line-height: 1.4;
}

.cd-acd05941-feature-link {
    font-size: 14px;
    font-weight: 600;
    color: #0b7074;
    text-decoration: none;
}

/* Bottom Banner */
.cd-acd05941-bottom-banner {
    background-color: #0b7074;
    color: #ffffff;
    border-radius: 12px;
    padding: 30px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

@media (max-width: 900px) {
    .cd-acd05941-bottom-banner {
        flex-direction: column;
        align-items: flex-start;
    }
}

.cd-acd05941-banner-left {
    display: flex;
    align-items: center;
    gap: 24px;
}

.cd-acd05941-banner-shield {
    flex-shrink: 0;
}

.cd-acd05941-banner-left h3 {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 6px 0;
    color: #ffffff;
}

.cd-acd05941-banner-left p {
    font-size: 14px;
    margin: 0;
    opacity: 0.9;
    line-height: 1.4;
}

.cd-acd05941-banner-right {
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex-shrink: 0;
}

@media (max-width: 900px) {
    .cd-acd05941-banner-right {
        flex-direction: row;
        flex-wrap: wrap;
        width: 100%;
    }
}

.cd-acd05941-badge-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 600;
}
