/* =========================================================
   PREMIUM CONTENT PAGES + CONTACT PAGE
========================================================= */

.premium-page-hero {
    position: relative;
    padding: 42px 0 38px;
    overflow: hidden;
    background:
        radial-gradient(circle at 92% 12%, rgba(23, 150, 90, .10), transparent 24%),
        linear-gradient(180deg, #f9faf9 0%, #f4f6f5 100%);
    border-bottom: 1px solid #e9ecea;
}

.premium-page-hero::before {
    content: "";
    position: absolute;
    top: -120px;
    right: -80px;
    width: 300px;
    height: 300px;
    border: 1px solid rgba(23, 150, 90, .10);
    border-radius: 50%;
}

.premium-page-hero-inner {
    position: relative;
    z-index: 2;
}

.premium-page-breadcrumb {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 18px;
    color: #8a918d;
    font-size: 11px;
    font-weight: 600;
}

.premium-page-breadcrumb a {
    color: #545b57;
    text-decoration: none;
    transition: color .18s ease;
}

.premium-page-breadcrumb a:hover {
    color: #17965a;
}

.premium-page-breadcrumb i {
    color: #b8bdb9;
    font-size: 10px;
}

.premium-page-heading {
    max-width: 760px;
}

.premium-page-eyebrow,
.premium-section-kicker {
    display: block;
    margin-bottom: 8px;
    color: #17965a;
    font-size: 10px;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.premium-page-heading h1 {
    margin: 0;
    color: #111;
    font-size: 34px;
    line-height: 1.15;
    font-weight: 800;
    letter-spacing: -.7px;
}

.premium-page-heading p {
    max-width: 650px;
    margin: 13px 0 0;
    color: #727975;
    font-size: 13px;
    line-height: 1.8;
}

.premium-page-main {
    padding: 42px 0 62px;
    background: #fff;
}

.premium-card {
    background: #fff;
    border: 1px solid #e9ecea;
    border-radius: 18px;
    box-shadow: 0 13px 42px rgba(22, 31, 26, .055);
}

.premium-content-card {
    max-width: 1180px;
    margin: 0 auto;
}

.premium-content-body {
    padding: 34px 38px;
    color: #555d59;
    font-size: 13px;
    line-height: 1.85;
}

.premium-content-body > *:first-child {
    margin-top: 0;
}

.premium-content-body > *:last-child {
    margin-bottom: 0;
}

.premium-content-body h1,
.premium-content-body h2,
.premium-content-body h3,
.premium-content-body h4,
.premium-content-body h5,
.premium-content-body h6 {
    margin-top: 28px;
    margin-bottom: 12px;
    color: #151816;
    font-weight: 800;
    line-height: 1.3;
}

.premium-content-body h2 {
    font-size: 23px;
}

.premium-content-body h3 {
    font-size: 18px;
}

.premium-content-body p {
    margin-bottom: 16px;
}

.premium-content-body a {
    color: #17965a;
    font-weight: 600;
}

.premium-content-body img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
}

.premium-content-body ul,
.premium-content-body ol {
    margin: 16px 0;
    padding-left: 22px;
}

.premium-content-body blockquote {
    margin: 24px 0;
    padding: 18px 20px;
    background: #f7faf8;
    border: 0;
    border-left: 3px solid #17965a;
    border-radius: 0 10px 10px 0;
    color: #4f5753;
}

/* =========================================================
   CONTACT
========================================================= */

.premium-contact-row {
    display: flex;
    flex-wrap: wrap;
}

.premium-contact-row > [class*="col-"] {
    display: flex;
}

.premium-contact-form-card,
.premium-contact-info-card {
    width: 100%;
}

.premium-contact-form-card {
    padding: 30px;
}

.premium-card-heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 26px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eef0ef;
}

.premium-card-heading h2,
.premium-contact-info-card h2 {
    margin: 0;
    color: #151816;
    font-size: 23px;
    line-height: 1.25;
    font-weight: 800;
}

.premium-card-heading p {
    margin: 7px 0 0;
    color: #868c89;
    font-size: 12px;
    line-height: 1.6;
}

.premium-heading-icon {
    width: 47px;
    height: 47px;
    flex: 0 0 47px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #eef8f2;
    border: 1px solid #dfeee5;
    border-radius: 14px;
    color: #17965a;
    font-size: 17px;
}

.premium-form-group {
    margin-bottom: 18px;
}

.premium-form-group label {
    display: block;
    margin-bottom: 8px;
    color: #363c39;
    font-size: 11px;
    line-height: 1.3;
    font-weight: 700;
}

.premium-form-group label span {
    color: #17965a;
}

.premium-input-wrap {
    position: relative;
}

.premium-input-wrap > i {
    position: absolute;
    top: 50%;
    left: 16px;
    z-index: 2;
    transform: translateY(-50%);
    color: #a4aaa7;
    font-size: 13px;
    pointer-events: none;
}

.premium-input-wrap .form-control {
    height: 48px;
    padding: 0 15px 0 43px;
    background: #fbfcfb;
    border: 1px solid #e2e6e3;
    border-radius: 10px;
    box-shadow: none;
    color: #222724;
    font-size: 12px;
    transition:
        border-color .18s ease,
        background .18s ease,
        box-shadow .18s ease;
}

.premium-input-wrap .form-control:focus {
    background: #fff;
    border-color: #a9d5bd;
    box-shadow: 0 0 0 3px rgba(23, 150, 90, .07);
}

.premium-input-wrap:focus-within > i {
    color: #17965a;
}

.premium-textarea-wrap > i {
    top: 18px;
    transform: none;
}

.premium-textarea-wrap .form-control {
    height: auto;
    min-height: 150px;
    padding-top: 14px;
    resize: vertical;
}

.premium-contact-alert {
    display: none;
    margin: 0 0 16px;
    padding: 12px 15px;
    border-radius: 9px;
    font-size: 11px;
}

.premium-submit-button {
    width: 100%;
    min-height: 49px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0 22px;
    background: #111;
    border: 1px solid #111;
    border-radius: 10px;
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .2px;
    transition:
        transform .18s ease,
        background .18s ease,
        box-shadow .18s ease;
}

.premium-submit-button:hover,
.premium-submit-button:focus {
    background: #17965a;
    border-color: #17965a;
    color: #fff;
    box-shadow: 0 10px 24px rgba(23, 150, 90, .18);
}

.premium-submit-button:active {
    transform: translateY(1px);
}

.premium-submit-loading {
    display: none;
}

.premium-submit-button.is-loading .premium-submit-text,
.premium-submit-button.is-loading > .fa-arrow-right {
    display: none;
}

.premium-submit-button.is-loading .premium-submit-loading {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.premium-contact-sidebar {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.premium-contact-info-card {
    padding: 28px 24px;
}

.premium-contact-info-card h2 {
    margin-bottom: 22px;
}

.premium-contact-list {
    display: flex;
    flex-direction: column;
}

.premium-contact-item {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 13px;
    padding: 17px 0;
    border-bottom: 1px solid #eef0ef;
}

.premium-contact-item:first-child {
    padding-top: 2px;
}

.premium-contact-item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.premium-contact-icon {
    width: 39px;
    height: 39px;
    flex: 0 0 39px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f6f8f7;
    border: 1px solid #e7eae8;
    border-radius: 11px;
    color: #202522;
    font-size: 14px;
}

.premium-contact-content {
    min-width: 0;
    flex: 1 1 auto;
}

.premium-contact-content span {
    display: block;
    margin-bottom: 4px;
    color: #9a9f9c;
    font-size: 9px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: .8px;
    text-transform: uppercase;
}

.premium-contact-content p {
    margin: 0;
    color: #414844;
    font-size: 11px;
    line-height: 1.6;
    word-break: break-word;
}

.premium-contact-link {
    text-decoration: none !important;
    transition: padding .18s ease;
}

.premium-contact-link:hover {
    padding-left: 5px;
}

.premium-contact-link:hover .premium-contact-icon {
    background: #eef8f2;
    border-color: #dceee4;
    color: #17965a;
}

.premium-contact-arrow {
    position: absolute;
    top: 50%;
    right: 1px;
    transform: translateY(-50%);
    color: #c3c7c5;
    font-size: 11px;
}

.premium-contact-whatsapp .premium-contact-icon {
    background: #eef9f3;
    border-color: #dcf0e4;
    color: #17965a;
}

.premium-contact-help {
    display: flex;
    align-items: flex-start;
    gap: 13px;
    padding: 19px;
    background: #111;
    border-radius: 15px;
    color: #fff;
}

.premium-contact-help-icon {
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, .09);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 11px;
    color: #fff;
}

.premium-contact-help strong {
    display: block;
    margin: 1px 0 4px;
    color: #fff;
    font-size: 11px;
    font-weight: 800;
}

.premium-contact-help p {
    margin: 0;
    color: rgba(255, 255, 255, .65);
    font-size: 10px;
    line-height: 1.6;
}

.premium-contact-extra-content {
    margin-top: 24px;
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 991px) {
    .premium-contact-row > [class*="col-"] {
        display: block;
    }

    .premium-contact-sidebar {
        margin-top: 22px;
    }
}

@media (max-width: 767px) {
    .premium-page-hero {
        padding: 29px 0 27px;
    }

    .premium-page-breadcrumb {
        margin-bottom: 13px;
        font-size: 10px;
    }

    .premium-page-heading h1 {
        font-size: 26px;
        letter-spacing: -.4px;
    }

    .premium-page-heading p {
        font-size: 11px;
        line-height: 1.7;
    }

    .premium-page-main {
        padding: 24px 0 38px;
    }

    .premium-card {
        border-radius: 14px;
    }

    .premium-content-body {
        padding: 23px 19px;
        font-size: 12px;
        line-height: 1.8;
    }

    .premium-content-body h2 {
        font-size: 20px;
    }

    .premium-content-body h3 {
        font-size: 17px;
    }

    .premium-contact-form-card {
        padding: 22px 17px;
    }

    .premium-card-heading {
        margin-bottom: 22px;
    }

    .premium-card-heading h2,
    .premium-contact-info-card h2 {
        font-size: 20px;
    }

    .premium-card-heading p {
        font-size: 11px;
    }

    .premium-heading-icon {
        width: 42px;
        height: 42px;
        flex-basis: 42px;
    }

    .premium-input-wrap .form-control {
        height: 46px;
    }

    .premium-textarea-wrap .form-control {
        height: auto;
        min-height: 135px;
    }

    .premium-contact-info-card {
        padding: 23px 18px;
    }
}
