.publisher-bg {
    background-color: #011527 !important;
}

.font-publisher {
    font-family: "Unica One", Sans-serif !important;
    letter-spacing: -3.5px;
    word-break: break-word;
    -webkit-font-smoothing: antialiased;
    text-transform: uppercase;
    font-weight: 500 !important;
    font-size: 54px !important;
}

.font-publisher1 {
    font-size: 20px !important;
    color: #FFFFFE !important;
}

.font-publisher2 {
    color: #8b72fa !important;
    font-size: 28px !important;
}

.card-publisher {
    background-color: #FFFFFE;
    border-radius: 10px;
    box-shadow: 20px 20px 80px -20px rgba(0, 0, 0, 0.1);
    padding: 5rem;
}

.card-publisher-title {
    line-height: 1.2;
    font-style: normal;
    color: #011527;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1rem;
    margin-top: .5rem;
    letter-spacing: -1px;
    font-family: poppins;
}

.card-publisher-content {
    color: #1A202C;
    font-style: normal;
    font-size: 1rem;
    font-weight: 600;
}

.card-publisher1 {
    background: #ffffff;
    margin-top: 50px;
    padding: 1.5rem;
    border-radius: 20px;
    border: 5px solid #edf2f7;
}

.card-publisher1:hover {
    background: #011527;
}

.card-publisher1-icon {
    margin-top: -75px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card-publisher1-icon1 {
    color: #3182ce;
    background: #f7fafc;
    border-color: #eeeeee;
    border-radius: 200px;
    overflow: hidden;
    border-top-width: 5px;
    border-right-width: 5px;
    border-bottom-width: 5px;
    border-left-width: 5px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}

.card-publisher1-title {
    width: 100%;
    text-align: center;
    color: #1a202c;
    font-size: 20px;
    line-height: 1.2em;
    font-style: normal;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 5px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    font-family: poppins;
    font-weight: 700;
}

.card-publisher1-content {
    line-height: 1.7em;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    color: #4a5568;
    text-align: center;
    font-size: clamp(14px, 1.6vw, 16px);
}

.card-publisher1:hover .card-publisher1-title,
.card-publisher1:hover .card-publisher1-content {
    color: #fff;
}

.header {
    background: #4b6cb7;
    color: white;
    padding: 25px 30px;
    text-align: center;
}

.header h1 {
    font-size: 24px;
    margin-bottom: 5px;
}

.header p {
    font-size: 14px;
    opacity: 0.9;
}

.form-body {
    padding: 30px;
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    margin-bottom: 0px;
    font-weight: 700;
    color: #000;
    font-size: 18px;
}

.form-group .checkbox-text {
    font-weight: 400;
    font-size: 16px;
}

.form-control {
    max-width: 700px !important;
}

.form-group .form-control1 {
    margin-top: 10px;
    border: 1px solid rgba(0, 0, 0, 0.25);
}

.form-group .form-control2 {
    max-width: 100% !important;
}

.required::after {
    content: " *";
    color: #e74c3c;
}

.form-control {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 16px;
    transition: all 0.3s;
}

.form-control:focus {
    outline: none;
    border-color: #4b6cb7;
    box-shadow: 0 0 0 3px rgba(75, 108, 183, 0.2);
}

.checkbox-group,
.select-group {
    /* display: grid; */
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    /* gap: 10px; */
    margin-top: 10px;
}

.checkbox-item {
    display: flex;
    align-items: center;
}

.checkbox-item input {
    margin-right: 8px;
}

textarea {
    min-height: 100px;
    resize: vertical;
}

.btn {
    background: #066aab;
    color: white;
    border: none;
    padding: 14px 20px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    width: auto;
    transition: background 0.3s;
}

.btn:hover {
    background: #3a5999;
}

.error {
    color: #e74c3c;
    font-size: 14px;
    margin-top: 5px;
    display: none;
}

@media (max-width: 600px) {

    .checkbox-group,
    .select-group {
        grid-template-columns: 1fr;
    }

    .header h1 {
        font-size: 20px;
    }

    .form-body {
        padding: 20px;
    }

    .card-publisher {
        padding: 20px;
    }
}