/* =========================================================
   Trial Task CTA
   ========================================================= */

.trial-task-cta-section {
    position: relative;
    background: #ffffff;
}


/* =========================================================
   Main Dark Wrapper
   ========================================================= */

.trial-task-cta-wrap {
    position: relative;
    padding: 58px 70px 70px;
    border-radius: 20px;
    background:
        radial-gradient(circle at 65% 20%,
            rgba(13, 110, 253, 0.16),
            transparent 30%),
        radial-gradient(circle at bottom left,
            rgba(0, 91, 255, 0.13),
            transparent 26%),
        linear-gradient(135deg,
            #020b25 0%,
            #052551 55%,
            #031535 100%);
    box-shadow: 0 20px 48px rgba(5, 25, 60, 0.12);
}


/* Decorative background rings */

.trial-task-cta-wrap::before {
    content: "";
    position: absolute;
    left: -150px;
    bottom: -170px;
    width: 430px;
    height: 430px;
    opacity: 0.15;
    pointer-events: none;
    background:
        repeating-radial-gradient(ellipse at center,
            transparent 0 12px,
            #187eff 13px 14px,
            transparent 15px 22px);
}


/* =========================================================
   Left Content
   ========================================================= */

.trial-task-cta-content {
    position: relative;
    z-index: 5;
    max-width: 720px;
}


/* Kicker */

.trial-task-cta-kicker {
    color: #ff6500;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 900;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.trial-task-cta-kicker-dot {
    width: 5px;
    min-width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #ff6500;
}

.trial-task-cta-kicker-line {
    width: 40px;
    height: 2px;
    flex-shrink: 0;
    background: #ff6500;
}


/* Heading */

.trial-task-cta-content h2 {
    margin: 0;
    color: #ffffff;
    font-size: 44px;
    line-height: 1.14;
    font-weight: 900;
    letter-spacing: -0.04em;
}

.trial-task-cta-content h2 span {
    display: block;
    color: #126df5;
}


/* Description */

.trial-task-cta-intro,
.trial-task-cta-intro p {
    max-width: 620px;
    margin-bottom: 0;
    color: #ffffff !important;
    font-size: 18px;
    line-height: 1.6;
}


/* =========================================================
   CTA Buttons
   ========================================================= */

.trial-task-cta-actions {
    position: relative;
    z-index: 5;
}

.trial-task-cta-btn {
    min-height: 60px;
    padding: 15px 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 28px;
    border-radius: 8px;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 900;
    text-decoration: none !important;
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        background 0.25s ease;
}

.trial-task-cta-btn-orange {
    color: #ffffff !important;
    border: 1px solid #ff5a00;
    background:
        linear-gradient(135deg,
            #ff7200,
            #ff4d00);
    box-shadow: 0 12px 28px rgba(255, 90, 0, 0.24);
}

.trial-task-cta-btn-outline {
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.9);
    background: transparent;
}

.trial-task-cta-btn:hover {
    color: #ffffff !important;
    text-decoration: none !important;
    transform: translateY(-2px);
}

.trial-task-cta-btn-orange:hover {
    box-shadow: 0 16px 32px rgba(255, 90, 0, 0.3);
}

.trial-task-cta-btn-outline:hover {
    background: rgba(255, 255, 255, 0.07);
}


/* =========================================================
   Feature Panel
   ========================================================= */

.trial-task-cta-features {
    position: relative;
    z-index: 4;
    overflow: hidden;
    border: 1px solid rgba(92, 153, 241, 0.2);
    border-radius: 18px;
    background:
        linear-gradient(135deg,
            rgba(12, 52, 112, 0.72),
            rgba(3, 30, 71, 0.82));
}

.trial-task-cta-feature {
    min-height: 210px;
    padding: 28px 20px 22px;
    border-right: 1px solid rgba(130, 171, 230, 0.25);
}

.trial-task-cta-features .col-lg-3:last-child .trial-task-cta-feature {
    border-right: 0;
}


/* Feature icon */

.trial-task-feature-icon {
    width: 68px;
    min-width: 68px;
    height: 68px;
    margin-bottom: 20px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #ffffff;
    font-size: 27px;
}

.trial-task-feature-blue {
    background:
        linear-gradient(145deg,
            #1b75ee,
            #074ab4);
}

.trial-task-feature-green {
    background:
        linear-gradient(145deg,
            #1db6a4,
            #087c74);
}

.trial-task-feature-purple {
    background:
        linear-gradient(145deg,
            #7448dc,
            #41239b);
}

.trial-task-feature-teal {
    background:
        linear-gradient(145deg,
            #079eb4,
            #075671);
}


/* Feature title */

.trial-task-cta-feature h3 {
    min-height: 44px;
    margin: 0 0 8px;
    color: #ffffff;
    font-size: 16px;
    line-height: 1.35;
    font-weight: 900;
}


/* Drupal formatted description */

.trial-task-cta-feature-description,
.trial-task-cta-feature-description p {
    margin: 0;
    color: #ffffff !important;
    font-size: 13px;
    line-height: 1.55;
}

.trial-task-cta-feature-description p:last-child {
    margin-bottom: 0;
}


/* =========================================================
   Form Card
   ========================================================= */

.trial-task-form-card {
    position: relative;
    z-index: 10;
    width: 100%;
    max-width: 520px;
    margin-left: auto;
    padding: 30px 28px 26px;
    border: 1px solid #dce6f5;
    border-radius: 20px;
    background: #ffffff;
    box-shadow:
        0 20px 45px rgba(0, 27, 78, 0.22),
        0 0 30px rgba(41, 117, 255, 0.08);
}

.trial-task-form-head {
    max-width: 420px;
    margin-right: auto;
    margin-left: auto;
}


/* Main plane icon */

.trial-task-form-icon {
    width: 80px;
    min-width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #126ee7;
    background: #edf4ff;
    font-size: 35px;
}

.trial-task-form-head h3 {
    margin-top: 0;
    color: #071333;
    font-size: 22px;
    line-height: 1.25;
    font-weight: 900;
}

.trial-task-form-head p {
    color: #34405c;
    font-size: 15px;
    line-height: 1.55;
}


/* =========================================================
   Drupal Webform
   ========================================================= */

.trial-task-webform {
    width: 100%;
}

.trial-task-form {
    width: 100%;
}


/* Remove Drupal default margins */

.trial-task-form .form-item,
.trial-task-form .js-form-item,
.trial-task-form .form-wrapper {
    margin-top: 0;
}


/* Hide labels because placeholders are used */

.trial-task-form-field label {
    display: none !important;
}


/* =========================================================
   Form Field Wrapper
   ========================================================= */

.trial-task-form-field {
    position: relative;
    width: 100%;
    min-width: 0;
}


/* Input icon */

.trial-task-form-field-icon {
    position: absolute;
    top: 50%;
    left: 15px;
    z-index: 5;
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #8492ad;
    font-size: 18px;
    line-height: 1;
    transform: translateY(-50%);
    pointer-events: none;
}


/* =========================================================
   Inputs
   ========================================================= */

.trial-task-form-field input[type="text"],
.trial-task-form-field input[type="email"],
.trial-task-form-field input[type="tel"],
.trial-task-form-field input[type="url"] {
    width: 100%;
    min-height: 53px;
    padding: 12px 18px 12px 48px;
    border: 1px solid #cbd8ea;
    border-radius: 7px;
    outline: none;
    color: #071333;
    background: #ffffff;
    font-family: inherit;
    font-size: 14px;
    line-height: 1.4;
    box-shadow: none;
    transition:
        border-color 0.2s ease,
        box-shadow 0.2s ease;
}


/* =========================================================
   Select
   ========================================================= */

.trial-task-form-field select {
    width: 100%;
    min-height: 53px;
    padding: 12px 44px 12px 48px;
    border: 1px solid #cbd8ea;
    border-radius: 7px;
    outline: none;
    color: #7c89a4;
    background-color: #ffffff;
    font-family: inherit;
    font-size: 14px;
    line-height: 1.4;
    box-shadow: none;
    transition:
        border-color 0.2s ease,
        box-shadow 0.2s ease;
}


/* =========================================================
   Textarea
   ========================================================= */

.trial-task-form-textarea .trial-task-form-field-icon,
.trial-task-form-textarea-icon {
    top: 17px;
    transform: none;
}

.trial-task-form-field textarea {
    width: 100%;
    min-height: 108px;
    padding: 14px 18px 14px 48px;
    border: 1px solid #cbd8ea;
    border-radius: 7px;
    outline: none;
    color: #071333;
    background: #ffffff;
    font-family: inherit;
    font-size: 14px;
    line-height: 1.5;
    resize: vertical;
    box-shadow: none;
    transition:
        border-color 0.2s ease,
        box-shadow 0.2s ease;
}


/* Placeholder */

.trial-task-form-field input::placeholder,
.trial-task-form-field textarea::placeholder {
    color: #7c89a4;
    opacity: 1;
}


/* Focus */

.trial-task-form-field input:focus,
.trial-task-form-field select:focus,
.trial-task-form-field textarea:focus {
    border-color: #77a9f6;
    outline: none;
    box-shadow:
        0 0 0 3px rgba(13, 110, 253, 0.08);
}


/* =========================================================
   Drupal Webform Extra Wrappers
   ========================================================= */

.trial-task-form-field .form-item {
    width: 100%;
    margin: 0 !important;
}

.trial-task-form-field .form-text,
.trial-task-form-field .form-email,
.trial-task-form-field .form-select,
.trial-task-form-field .form-textarea {
    width: 100%;
}


/* Description/help text */

.trial-task-form-field .description {
    margin-top: 5px;
    color: #7c89a4;
    font-size: 11px;
    line-height: 1.4;
}


/* =========================================================
   Submit Button
   ========================================================= */

.trial-task-form-actions {
    position: relative;
    width: 100%;
}

.trial-task-form-actions .form-actions {
    width: 100%;
    margin: 0 !important;
}

.trial-task-form-actions input[type="submit"],
.trial-task-form-actions button[type="submit"] {
    width: 100% !important;
    min-height: 55px;
    margin: 0 !important;
    padding: 13px 58px 13px 20px;
    border: 0;
    border-radius: 7px;
    color: #ffffff !important;
    background:
        linear-gradient(135deg,
            #ff7200,
            #ff4d00) !important;
    box-shadow: 0 12px 26px rgba(255, 90, 0, 0.2);
    font-family: inherit;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 900;
    text-align: center;
    cursor: pointer;
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease;
}

.trial-task-form-actions input[type="submit"]:hover,
.trial-task-form-actions button[type="submit"]:hover {
    color: #ffffff !important;
    transform: translateY(-1px);
    box-shadow:
        0 15px 30px rgba(255, 90, 0, 0.28);
}


/* Submit arrow */

.trial-task-form-submit-arrow {
    position: absolute;
    top: 50%;
    right: 30px;
    z-index: 5;
    color: #ffffff;
    font-size: 17px;
    line-height: 1;
    pointer-events: none;
    transform: translateY(-50%);
}


/* =========================================================
   Validation
   ========================================================= */

.trial-task-form .form-item--error-message {
    margin-top: 5px !important;
    margin-bottom: 0 !important;
    color: #dc3545;
    font-size: 12px;
    line-height: 1.35;
}

.trial-task-form input.error,
.trial-task-form select.error,
.trial-task-form textarea.error {
    border-color: #dc3545 !important;
}


/* =========================================================
   Form Response
   ========================================================= */

.trial-task-form-response {
    color: #586681;
    font-size: 13px;
    line-height: 1.4;
}


/* =========================================================
   Decorative Plane
   ========================================================= */

.trial-task-cta-plane {
    position: absolute;
    top: 175px;
    right: 24px;
    z-index: 3;
    color: #ff6500;
    font-size: 46px;
    transform: rotate(-25deg);
}

.trial-task-cta-plane::after {
    content: "";
    position: absolute;
    top: 43px;
    right: 12px;
    width: 95px;
    height: 500px;
    border-right: 2px dashed #ff6500;
    border-radius: 50%;
    opacity: 0.85;
    transform: rotate(-6deg);
}


/* =========================================================
   Decorative Dots
   ========================================================= */

.trial-task-cta-dots {
    position: absolute;
    width: 90px;
    height: 85px;
    opacity: 0.35;
    pointer-events: none;
    background-image:
        radial-gradient(circle,
            #126ee7 3px,
            transparent 3.5px);
    background-size: 20px 20px;
}

.trial-task-cta-dots-top {
    top: 45px;
    left: 46%;
}

.trial-task-cta-dots-bottom {
    right: 10px;
    bottom: 24px;
}


/* =========================================================
   Trusted Companies Strip
   ========================================================= */

.trial-task-trusted-strip {
    position: relative;
    z-index: 20;
    width: calc(100% - 90px);
    margin: -12px auto 0;
    overflow: hidden;
    border: 1px solid #d4e1f2;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 14px 32px rgba(17, 40, 80, 0.06);
}

.trial-task-trusted-copy {
    min-height: 105px;
    padding: 20px 28px;
    border-right: 1px solid #d6e1ef;
}

.trial-task-trusted-icon {
    width: 58px;
    min-width: 58px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #176ee0;
    background: #edf4ff;
    font-size: 28px;
}

.trial-task-trusted-copy h3 {
    margin: 0;
    color: #071333;
    font-size: 16px;
    line-height: 1.35;
    font-weight: 900;
}


/* =========================================================
   Company Logos
   ========================================================= */

.trial-task-company-list {
    min-height: 105px;
    padding: 20px 36px;
}

.trial-task-company-logo {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #071333;
    font-size: 22px;
    line-height: 1;
    font-weight: 800;
    white-space: nowrap;
}

.trial-company-google {
    color: #4285f4;
    font-weight: 500;
}

.trial-company-microsoft i {
    color: #f25022;
}

.trial-company-adobe i {
    color: #ed2224;
}

.trial-company-accenture {
    color: #141414;
    font-size: 20px;
    font-weight: 900;
}

.trial-company-infosys {
    color: #0788cf;
    font-size: 21px;
    font-weight: 500;
}

.trial-company-paypal {
    color: #0356ad;
}


/* =========================================================
   Responsive - 1399px
   ========================================================= */

@media (max-width: 1399.98px) {

    .trial-task-cta-wrap {
        padding: 50px 45px 60px;
    }

    .trial-task-cta-kicker {
        font-size: 14px;
    }

    .trial-task-cta-content h2 {
        font-size: 32px;
    }

    .trial-task-cta-intro,
    .trial-task-cta-intro p {
        font-size: 15px;
    }

    .trial-task-cta-btn {
        min-height: 54px;
        padding: 13px 20px;
        font-size: 14px;
    }

    .trial-task-cta-feature {
        padding-right: 14px;
        padding-left: 14px;
    }

    .trial-task-feature-icon {
        width: 60px;
        min-width: 60px;
        height: 60px;
        font-size: 24px;
    }

    .trial-task-cta-feature h3 {
        font-size: 14px;
    }

    .trial-task-cta-feature-description,
    .trial-task-cta-feature-description p {
        font-size: 12px;
    }

    .trial-task-form-head h3 {
        font-size: 20px;
    }

    .trial-task-form-head p {
        font-size: 14px;
    }

    .trial-task-form-actions input[type="submit"],
    .trial-task-form-actions button[type="submit"] {
        font-size: 14px;
    }

    .trial-task-trusted-copy h3 {
        font-size: 14px;
    }

    .trial-task-company-logo {
        font-size: 18px;
    }
}


/* =========================================================
   Responsive - 1199px
   ========================================================= */

@media (max-width: 1199.98px) {

    .trial-task-cta-content {
        max-width: 100%;
    }

    .trial-task-form-card {
        max-width: 650px;
        margin-right: auto;
        margin-left: auto;
    }

    .trial-task-cta-features {
        max-width: 850px;
    }

    .trial-task-cta-plane {
        display: none !important;
    }

    .trial-task-trusted-strip {
        width: calc(100% - 50px);
    }

    .trial-task-trusted-copy {
        justify-content: center;
        border-right: 0;
        border-bottom: 1px solid #d6e1ef;
        text-align: center;
    }

    .trial-task-company-list {
        justify-content: center !important;
    }
}


/* =========================================================
   Responsive - 991px
   ========================================================= */

@media (max-width: 991.98px) {

    .trial-task-cta-feature {
        min-height: 190px;
        border-bottom:
            1px solid rgba(130, 171, 230, 0.25);
    }

    .trial-task-cta-features .col-sm-6:nth-child(2n) .trial-task-cta-feature {
        border-right: 0;
    }

    .trial-task-cta-features .col-sm-6:nth-last-child(-n + 2) .trial-task-cta-feature {
        border-bottom: 0;
    }

    .trial-task-company-list {
        padding-right: 22px;
        padding-left: 22px;
    }
}


/* =========================================================
   Responsive - 767px
   ========================================================= */

@media (max-width: 767.98px) {

    .trial-task-cta-wrap {
        padding: 35px 20px 45px;
        border-radius: 16px;
    }

    .trial-task-cta-kicker {
        gap: 9px !important;
        font-size: 12px;
    }

    .trial-task-cta-kicker-line {
        width: 30px;
    }

    .trial-task-cta-content h2 {
        font-size: 22px;
    }

    .trial-task-cta-intro,
    .trial-task-cta-intro p {
        font-size: 16px;
    }

    .trial-task-cta-actions {
        flex-direction: column;
    }

    .trial-task-cta-btn {
        width: 100%;
        min-width: 0;
        padding: 13px 16px;
        font-size: 14px;
        white-space: normal;
    }

    .trial-task-cta-features {
        margin-top: 25px;
    }

    .trial-task-cta-feature {
        min-height: 180px;
    }

    .trial-task-cta-feature h3 {
        min-height: 0;
        font-size: 16px;
    }

    .trial-task-cta-feature-description,
    .trial-task-cta-feature-description p {
        font-size: 14px;
    }

    .trial-task-form-card {
        padding: 24px 18px 20px;
    }

    .trial-task-form-icon {
        width: 68px;
        min-width: 68px;
        height: 68px;
        font-size: 30px;
    }

    .trial-task-form-head h3 {
        font-size: 18px;
    }

    .trial-task-form-head p {
        font-size: 14px;
    }

    .trial-task-form-field input,
    .trial-task-form-field select,
    .trial-task-form-field textarea {
        font-size: 14px;
    }

    .trial-task-form-actions input[type="submit"],
    .trial-task-form-actions button[type="submit"] {
        min-height: 52px;
        font-size: 14px;
    }

    .trial-task-trusted-strip {
        width: calc(100% - 20px);
    }

    .trial-task-trusted-copy {
        padding: 20px;
    }

    .trial-task-company-list {
        gap: 22px !important;
        padding: 24px 18px;
    }

    .trial-task-company-logo {
        font-size: 16px;
    }
}


/* =========================================================
   Responsive - 575px
   ========================================================= */

@media (max-width: 575.98px) {

    .trial-task-cta-feature {
        min-height: 0;
        border-right: 0 !important;
        border-bottom:
            1px solid rgba(130, 171, 230, 0.25) !important;
    }

    .trial-task-cta-features .col-sm-6:last-child .trial-task-cta-feature {
        border-bottom: 0 !important;
    }

    .trial-task-trusted-strip {
        width: 100%;
        margin-top: 16px;
    }

    .trial-task-trusted-copy {
        flex-direction: column;
    }

    .trial-task-company-list {
        flex-direction: column;
        justify-content: center !important;
    }

    .trial-task-company-logo {
        font-size: 18px;
    }

    .trial-task-form-submit-arrow {
        right: 22px;
    }
}