/* =========================================
   Contact Hero Section
========================================= */

.trainers-contacthero-section {
    background: #f5f8fd;
    border-top: 1px solid #e4eaf3;
    border-bottom: 1px solid #e0e7f1;

    padding: 70px 0 58px;
}


/* Content */

.trainers-contacthero-content {
    max-width: 900px;
}


/* Title */

.trainers-contacthero-title {
    margin: 0 0 14px;

    color: #111827;

    font-size: 46px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -1.2px;
}


/* Description */

.trainers-contacthero-text {
    max-width: 800px;

    margin: 0;

    color: #607391;

    font-size: 15px;
    font-weight: 400;
    line-height: 1.8;
}


/* =========================================
   Large Desktop
========================================= */

@media (min-width: 1200px) {

    .trainers-contacthero-section .container {
        max-width: 1170px;
    }

}


/* =========================================
   Laptop
========================================= */

@media (max-width: 1199.98px) {

    .trainers-contacthero-section {
        padding: 65px 0 55px;
    }

    .trainers-contacthero-title {
        font-size: 44px;
    }

}


/* =========================================
   Tablet
========================================= */

@media (max-width: 991.98px) {

    .trainers-contacthero-section {
        padding: 58px 0 50px;
    }

    .trainers-contacthero-title {
        font-size: 40px;
        letter-spacing: -1px;
    }

    .trainers-contacthero-text {
        font-size: 14px;
    }

}


/* =========================================
   Mobile
========================================= */

@media (max-width: 767.98px) {

    .trainers-contacthero-section {
        padding: 48px 0 42px;
    }

    .trainers-contacthero-content {
        max-width: 100%;
    }

    .trainers-contacthero-title {
        margin-bottom: 12px;

        font-size: 34px;
        line-height: 1.25;
        letter-spacing: -0.8px;
    }

    .trainers-contacthero-text {
        font-size: 14px;
        line-height: 1.75;
    }

}


/* =========================================
   Small Mobile
========================================= */

@media (max-width: 575.98px) {

    .trainers-contacthero-section {
        padding: 40px 0 36px;
    }

    .trainers-contacthero-title {
        font-size: 29px;
        letter-spacing: -0.5px;
    }

    .trainers-contacthero-text {
        font-size: 13px;
        line-height: 1.75;
    }

}

/* =========================================
   Organisation Requirement Section
========================================= */

.trainers-orgreq-section {
    background: #ffffff;
    padding: 30px 0 70px;
}


/* =========================================
   Left Content
========================================= */

.trainers-orgreq-left {
    padding-top: 0;
}


/* Small Label */

.trainers-orgreq-label {
    display: inline-flex;
    align-items: center;

    padding: 10px 14px;
    margin-bottom: 24px;

    background: #eaf1ff;
    color: #075bd8;

    border-radius: 25px;

    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.6px;
    line-height: 1;
}


/* Main Title */

.trainers-orgreq-title {
    margin: 0 0 20px;

    color: #111827;

    font-size: 25px;
    font-weight: 700;
    line-height: 1.3;
}


/* Description */

.trainers-orgreq-description {
    max-width: 500px;

    margin: 0;

    color: #172b4d;

    font-size: 15px;
    font-weight: 400;
    line-height: 1.75;
}


/* =========================================
   Marketplace Enquiry Box
========================================= */

.trainers-orgreq-info {
    margin-top: 16px;
    padding: 27px 23px;

    background: #ffffff;

    border: 1px solid #dfe7f2;
    border-radius: 17px;

    box-shadow: 0 10px 25px rgba(35, 55, 85, 0.035);
}


.trainers-orgreq-info-title {
    margin: 0 0 10px;

    color: #111827;

    font-size: 20px;
    font-weight: 700;
    line-height: 1.35;
}


.trainers-orgreq-info-text {
    margin: 0;

    color: #607391;

    font-size: 15px;
    font-weight: 400;
    line-height: 1.8;
}


/* =========================================
   Form Card
========================================= */

.trainers-orgreq-form-card {
    padding: 47px 27px 20px;

    background: #ffffff;

    border: 1px solid #dfe7f2;
    border-radius: 18px;

    box-shadow: 0 12px 35px rgba(35, 55, 85, 0.035);
}


.trainers-orgreq-form-title {
    margin: 0 0 24px;

    color: #111827;

    font-size: 19px;
    font-weight: 700;
    line-height: 1.4;
}


/* =========================================
   Form Labels
========================================= */

.trainers-orgreq-form-label {
    display: block;

    margin-bottom: 8px;

    color: #111827;

    font-size: 12px;
    font-weight: 700;
    line-height: 1.3;
}


/* =========================================
   Form Inputs
========================================= */

.trainers-orgreq-input {
    min-height: 52px;

    padding: 10px 13px;

    color: #172b4d;

    background-color: #ffffff;

    border: 1px solid #d6e0ed;
    border-radius: 11px;

    font-size: 14px;

    box-shadow: none !important;
}


.trainers-orgreq-input:focus {
    border-color: #1764e8;

    box-shadow: 0 0 0 3px rgba(23, 100, 232, 0.08) !important;
}


.trainers-orgreq-input::placeholder {
    color: #70809a;
}


/* Select */

select.trainers-orgreq-input {
    cursor: pointer;
}


/* =========================================
   Textarea
========================================= */

.trainers-orgreq-textarea {
    width: 100%;
    min-height: 153px;

    padding: 14px;

    resize: vertical;

    color: #172b4d;

    background: #ffffff;

    border: 1px solid #d6e0ed;
    border-radius: 11px;

    font-size: 14px;
    line-height: 1.6;

    box-shadow: none !important;
}


.trainers-orgreq-textarea:focus {
    border-color: #1764e8;

    box-shadow: 0 0 0 3px rgba(23, 100, 232, 0.08) !important;
}


.trainers-orgreq-textarea::placeholder {
    color: #70809a;
}


/* =========================================
   Submit Button
========================================= */

.trainers-orgreq-submit {
    min-height: 42px;

    margin-top: 0;
    padding: 10px 20px;

    background: #1764e8;
    color: #ffffff;

    border: 1px solid #1764e8;
    border-radius: 10px;

    font-size: 13px;
    font-weight: 700;

    transition:
        background-color 0.2s ease,
        transform 0.2s ease;
}


.trainers-orgreq-submit:hover {
    background: #0d58d5;
    color: #ffffff;

    border-color: #0d58d5;

    transform: translateY(-1px);
}


.trainers-orgreq-submit:active {
    transform: translateY(0);
}


/* =========================================
   Desktop
========================================= */

@media (min-width: 1200px) {

    .trainers-orgreq-section .container {
        max-width: 1170px;
    }

}


/* =========================================
   Laptop
========================================= */

@media (max-width: 1199.98px) {

    .trainers-orgreq-section {
        padding: 30px 0 65px;
    }

    .trainers-orgreq-form-card {
        padding: 40px 25px 20px;
    }

}


/* =========================================
   Tablet
========================================= */

@media (max-width: 991.98px) {

    .trainers-orgreq-section {
        padding: 45px 0 60px;
    }

    .trainers-orgreq-left {
        margin-bottom: 10px;
    }

    .trainers-orgreq-form-card {
        padding: 35px 24px 20px;
    }

}


/* =========================================
   Mobile
========================================= */

@media (max-width: 767.98px) {

    .trainers-orgreq-section {
        padding: 40px 0 50px;
    }

    .trainers-orgreq-label {
        margin-bottom: 18px;

        padding: 9px 12px;

        font-size: 9px;
    }

    .trainers-orgreq-title {
        margin-bottom: 15px;

        font-size: 24px;
    }

    .trainers-orgreq-description {
        font-size: 14px;
        line-height: 1.75;
    }

    .trainers-orgreq-info {
        margin-top: 22px;
        padding: 23px 20px;
    }

    .trainers-orgreq-info-title {
        font-size: 18px;
    }

    .trainers-orgreq-info-text {
        font-size: 14px;
        line-height: 1.75;
    }

    .trainers-orgreq-form-card {
        padding: 28px 18px 18px;

        border-radius: 16px;
    }

    .trainers-orgreq-form-title {
        margin-bottom: 22px;

        font-size: 18px;
    }

    .trainers-orgreq-form-label {
        font-size: 11px;
    }

    .trainers-orgreq-input {
        min-height: 49px;
    }

    .trainers-orgreq-textarea {
        min-height: 140px;
    }

    .trainers-orgreq-submit {
        width: 100%;
    }

}


/* =========================================
   Small Mobile
========================================= */

@media (max-width: 575.98px) {

    .trainers-orgreq-section {
        padding: 35px 0 45px;
    }

    .trainers-orgreq-title {
        font-size: 23px;
    }

    .trainers-orgreq-form-card {
        padding: 25px 15px 17px;
    }

    .trainers-orgreq-form-title {
        font-size: 17px;
    }

    .trainers-orgreq-input {
        min-height: 47px;

        font-size: 13px;
    }

    .trainers-orgreq-textarea {
        font-size: 13px;
    }

    .trainers-orgreq-submit {
        font-size: 12px;
    }

}

/* =========================================
   Trainer Registration Section
========================================= */

.trainers-profile-section {
    background: #f5f8fd;
    padding: 72px 0 70px;
}


/* =========================================
   Left Introduction
========================================= */

.trainers-profile-intro {
    max-width: 510px;
}


.trainers-profile-label {
    display: inline-flex;
    align-items: center;

    padding: 10px 14px;
    margin-bottom: 27px;

    background: #eaf1ff;
    color: #075bd8;

    border-radius: 25px;

    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.6px;
    line-height: 1;
}


.trainers-profile-title {
    margin: 0 0 24px;

    color: #111827;

    font-size: 25px;
    font-weight: 700;
    line-height: 1.3;
}


.trainers-profile-description {
    margin: 0;

    color: #172b4d;

    font-size: 15px;
    font-weight: 400;
    line-height: 1.75;
}


.trainers-profile-note {
    margin: 20px 0 0;

    color: #607391;

    font-size: 13px;
    font-weight: 400;
    line-height: 1.7;
}


/* =========================================
   Form Card
========================================= */

.trainers-profile-form-card {
    padding: 50px 27px 27px;

    background: #f8faff;

    border: 1px solid #dce5f1;
    border-radius: 20px;
}


.trainers-profile-form-title {
    margin: 0 0 25px;

    color: #111827;

    font-size: 19px;
    font-weight: 700;
    line-height: 1.4;
}


/* =========================================
   Labels
========================================= */

.trainers-profile-form-label {
    display: block;

    margin-bottom: 8px;

    color: #111827;

    font-size: 12px;
    font-weight: 700;
    line-height: 1.35;
}


/* =========================================
   Inputs
========================================= */

.trainers-profile-input {
    min-height: 53px;

    padding: 10px 13px;

    color: #172b4d;
    background: #ffffff;

    border: 1px solid #d5dfec;
    border-radius: 11px;

    font-size: 14px;

    box-shadow: none !important;

    transition: border-color 0.2s ease,
        box-shadow 0.2s ease;
}


.trainers-profile-input:focus {
    color: #172b4d;
    background: #ffffff;

    border-color: #1764e8;

    box-shadow: 0 0 0 3px rgba(23, 100, 232, 0.08) !important;
}


/* =========================================
   Textareas
========================================= */

.trainers-profile-textarea {
    width: 100%;
    min-height: 107px;

    padding: 13px;

    color: #172b4d;
    background: #ffffff;

    border: 1px solid #d5dfec;
    border-radius: 11px;

    font-size: 14px;
    line-height: 1.6;

    resize: vertical;

    box-shadow: none !important;
}


.trainers-profile-description-box {
    min-height: 104px;
}


.trainers-profile-textarea:focus {
    color: #172b4d;
    background: #ffffff;

    border-color: #1764e8;

    box-shadow: 0 0 0 3px rgba(23, 100, 232, 0.08) !important;
}


/* =========================================
   Travel Options
========================================= */

.trainers-profile-travel-options {
    display: flex;
    flex-direction: column;

    gap: 11px;
}


.trainers-profile-check {
    margin: 0;
    padding-left: 27px;
}


.trainers-profile-check .form-check-input {
    width: 14px;
    height: 14px;

    margin-left: -27px;
    margin-top: 3px;

    border-color: #aeb9c8;

    box-shadow: none;
}


.trainers-profile-check .form-check-input:checked {
    background-color: #1764e8;
    border-color: #1764e8;
}


.trainers-profile-check .form-check-label {
    color: #111827;

    font-size: 12px;
    font-weight: 700;
    line-height: 1.5;

    cursor: pointer;
}


/* =========================================
   Submit Button
========================================= */

.trainers-profile-submit {
    min-height: 42px;

    padding: 10px 20px;

    background: #1764e8;
    color: #ffffff;

    border: 1px solid #1764e8;
    border-radius: 10px;

    font-size: 13px;
    font-weight: 700;

    transition: all 0.2s ease;
}


.trainers-profile-submit:hover {
    background: #0d58d5;
    color: #ffffff;

    border-color: #0d58d5;

    transform: translateY(-1px);
}


.trainers-profile-submit:active {
    transform: translateY(0);
}


/* =========================================
   Large Desktop
========================================= */

@media (min-width: 1200px) {

    .trainers-profile-section .container {
        max-width: 1170px;
    }

}


/* =========================================
   Laptop
========================================= */

@media (max-width: 1199.98px) {

    .trainers-profile-section {
        padding: 65px 0;
    }

    .trainers-profile-form-card {
        padding: 44px 25px 25px;
    }

}


/* =========================================
   Tablet
========================================= */

@media (max-width: 991.98px) {

    .trainers-profile-section {
        padding: 55px 0 60px;
    }

    .trainers-profile-intro {
        max-width: 100%;
        margin-bottom: 10px;
    }

    .trainers-profile-form-card {
        padding: 38px 24px 24px;
    }

}


/* =========================================
   Mobile
========================================= */

@media (max-width: 767.98px) {

    .trainers-profile-section {
        padding: 45px 0 50px;
    }

    .trainers-profile-label {
        padding: 9px 12px;
        margin-bottom: 20px;

        font-size: 9px;
    }

    .trainers-profile-title {
        margin-bottom: 17px;

        font-size: 24px;
    }

    .trainers-profile-description {
        font-size: 14px;
        line-height: 1.75;
    }

    .trainers-profile-note {
        margin-top: 18px;

        font-size: 12px;
        line-height: 1.7;
    }

    .trainers-profile-form-card {
        padding: 29px 18px 20px;

        border-radius: 17px;
    }

    .trainers-profile-form-title {
        margin-bottom: 22px;

        font-size: 18px;
    }

    .trainers-profile-form-label {
        font-size: 11px;
    }

    .trainers-profile-input {
        min-height: 49px;

        font-size: 13px;
    }

    .trainers-profile-textarea {
        min-height: 115px;

        font-size: 13px;
    }

    .trainers-profile-description-box {
        min-height: 120px;
    }

    .trainers-profile-check .form-check-label {
        font-size: 12px;
    }

    .trainers-profile-submit {
        width: 100%;

        min-height: 45px;

        font-size: 12px;
    }

}


/* =========================================
   Small Mobile
========================================= */

@media (max-width: 575.98px) {

    .trainers-profile-section {
        padding: 38px 0 45px;
    }

    .trainers-profile-title {
        font-size: 22px;
    }

    .trainers-profile-form-card {
        padding: 25px 15px 18px;
    }

    .trainers-profile-form-title {
        font-size: 17px;
    }

    .trainers-profile-input {
        min-height: 47px;
    }

    .trainers-profile-textarea {
        min-height: 105px;
    }

}