:root {
    --hub-ink: #172033;
    --hub-muted: #5c6475;
    --hub-teal: #13b8a6;
    --hub-orange: #ff8a3d;
    --hub-violet: #6c4df6;
    --hub-paper: #f7f9fc;
}

html {
    scroll-behavior: smooth;
}

body,
button,
input,
textarea {
    font-family: "Plus Jakarta Sans", Arial, sans-serif;
    color: var(--hub-ink);
}

.hub-logo {
    max-height: 34px;
    max-width: 138px;
    width: auto;
}

.header-bottom__logo {
    padding-right: 28px;
}

.header-bottom__main-menu {
    padding-left: 24px;
}

.header-bottom__main-menu nav > ul > li:first-child {
    margin-left: 0;
}

.hub-language-switcher {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 4px;
    margin-right: 14px;
    border: 1px solid rgba(23, 32, 51, .12);
    border-radius: 8px;
    background: rgba(255, 255, 255, .88);
}

.hub-language-switcher a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 34px;
    height: 30px;
    padding: 0 9px;
    border-radius: 6px;
    color: var(--hub-ink);
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
}

.hub-language-switcher a.is-active {
    background: var(--hub-ink);
    color: #ffffff;
}

.hub-language-switcher a:not(.is-active):hover {
    color: var(--hub-violet);
}

.header-bottom__action a.last-child {
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    margin-left: 18px;
    padding-left: 22px;
}

.header-bottom__action a.last-child::after {
    left: 0;
}

.header-bottom__btn .tp-btn-white {
    min-width: 0;
    padding-left: 30px;
    padding-right: 30px;
    white-space: nowrap;
}

.hub-language-switcher--mobile {
    display: flex;
    justify-content: center;
    margin: 0 auto 34px;
    width: max-content;
}

.tpoffcanvas .hub-language-switcher--mobile + .tpoffcanvas__info {
    clear: both;
}

.hub-hero {
    padding-top: 180px;
}

.hub-section-title {
    color: var(--hub-orange);
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
    margin-bottom: 14px;
    display: inline-block;
}

.hub-feature-card,
.hub-service-card,
.hub-price-card,
.hub-faq-card {
    border: 1px solid rgba(23, 32, 51, .08);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 18px 50px rgba(24, 39, 75, .06);
    height: 100%;
}

.hub-feature-card {
    padding: 34px 30px;
}

.hub-feature-card img {
    width: 58px;
    height: 58px;
    object-fit: contain;
    margin-bottom: 24px;
}

.hub-service-card {
    padding: 34px;
    transition: transform .25s ease, box-shadow .25s ease;
}

.hub-service-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 70px rgba(24, 39, 75, .11);
}

.hub-service-icon {
    width: 54px;
    height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: rgba(19, 184, 166, .12);
    color: var(--hub-teal);
    font-size: 22px;
    margin-bottom: 22px;
}

.hub-platform-band {
    background: var(--hub-paper);
    position: relative;
    overflow: hidden;
}

.hub-platform-visual {
    aspect-ratio: 1221 / 711;
    width: 100%;
    border-radius: 24px;
    box-shadow: 0 30px 90px rgba(29, 44, 77, .16);
    overflow: hidden;
}

.hub-platform-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.hub-integration-list {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    justify-content: center;
}

.hub-integration-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 24px;
    border-radius: 999px;
    border: 1px solid rgba(23, 32, 51, .1);
    background: #ffffff;
    font-weight: 700;
    color: var(--hub-ink);
}

.hub-price-card {
    padding: 34px 30px;
    position: relative;
    display: flex;
    flex-direction: column;
}

.hub-price-card.is-featured {
    border-color: rgba(108, 77, 246, .38);
    box-shadow: 0 28px 80px rgba(108, 77, 246, .16);
}

.hub-price-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    border-radius: 999px;
    padding: 6px 12px;
    background: rgba(255, 138, 61, .14);
    color: #bd520c;
    font-size: 12px;
    font-weight: 800;
}

.hub-price-value {
    font-size: 42px;
    line-height: 1;
    font-weight: 800;
    margin: 18px 0 8px;
}

.hub-price-value sup {
    font-size: 18px;
    top: -14px;
}

.hub-price-list {
    list-style: none;
    padding: 0;
    margin: 28px 0 32px;
    flex: 1;
}

.hub-price-list li {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    color: var(--hub-muted);
    margin-bottom: 13px;
    line-height: 1.45;
}

.hub-price-list i {
    color: var(--hub-teal);
    margin-top: 3px;
}

.hub-faq-card {
    padding: 28px 30px;
}

.hub-footer-logo {
    max-height: 42px;
    width: auto;
}

@media (max-width: 991px) {
    .hub-hero {
        padding-top: 135px;
    }

    .hub-platform-visual {
        min-height: auto;
        margin-top: 34px;
    }
}

@media (max-width: 575px) {
    .header-mob-space {
        padding-top: 18px;
        padding-bottom: 18px;
    }

    .header-mob-space .container {
        padding-left: 17px;
        padding-right: 17px;
    }

    .header-bottom__logo {
        padding-right: 0;
    }

    .hub-logo {
        display: block;
        width: min(42vw, 172px);
        max-width: 172px;
        max-height: 32px;
        object-fit: contain;
    }

    .header-bottom__right {
        gap: 12px;
        flex-wrap: nowrap;
    }

    .header-bottom__action,
    .header-bottom__btn {
        flex: 0 0 auto;
    }

    .hub-language-switcher {
        margin-right: 10px;
    }

    .hub-language-switcher--mobile {
        margin-right: auto;
    }

    .header-bottom__action a {
        gap: 6px;
        margin-left: 0;
        padding-left: 0;
        font-size: 15px;
        line-height: 1;
        white-space: nowrap;
    }

    .header-bottom__action a svg {
        flex: 0 0 auto;
        transform: none;
    }

    .header-bottom__action a span {
        line-height: 1;
        margin-left: 0;
    }

    .header-bottom__action a:last-child::after {
        display: none;
    }

    .header-bottom__btn a {
        margin-left: 0;
    }

    .header-bottom__bar {
        width: 58px;
        height: 58px;
        line-height: 58px;
        flex: 0 0 58px;
    }
}

@media (max-width: 390px) {
    .header-mob-space .container {
        padding-left: 14px;
        padding-right: 14px;
    }

    .hub-logo {
        width: min(39vw, 148px);
    }

    .header-bottom__right {
        gap: 10px;
    }

    .header-bottom__action a {
        font-size: 14px;
    }

    .header-bottom__bar {
        width: 52px;
        height: 52px;
        line-height: 52px;
        flex-basis: 52px;
    }
}

/* ==========================================================================
   Pricing Section Alignment & Hover Fixes
   ========================================================================== */

/* Equalize card heights and align buttons at the bottom */
.tp-price__area .row,
.tp-price-area .row {
    display: flex;
    flex-wrap: wrap;
}

.tp-price__area .row > div,
.tp-price-area .row > div {
    display: flex;
    flex-direction: column;
}

.tp-price__item {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.tp-price__feature {
    flex-grow: 1;
}

/* Fix button alignment and hover overlap */
.tp-price__btn.tp-btn-price {
    padding: 0 !important;
    width: 100%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.tp-price__btn.tp-btn-price span {
    display: block;
    width: 100%;
    text-align: center;
    transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
}

.tp-price__btn.tp-btn-price a {
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tp-price__item:hover .tp-price__btn.tp-btn-price span {
    transform: translateX(30px);
    opacity: 0;
    visibility: hidden;
}

/* ==========================================================================
   Pricing Page Consolidation
   ========================================================================== */
.hub-approval-bar {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    background: rgba(104, 101, 255, .07);
    border: 1px solid rgba(104, 101, 255, .2);
    border-radius: 12px;
    padding: 18px 24px;
    margin-bottom: 40px;
}
.hub-approval-bar i {
    color: #6865ff;
    font-size: 20px;
    margin-top: 2px;
    flex-shrink: 0;
}
.hub-approval-bar p {
    margin: 0;
    font-size: 14px;
    color: #4a4a72;
    line-height: 1.6;
}
.hub-approval-bar strong {
    color: #3b38c0;
}
.hub-price-table-scroll {
    position: relative;
    z-index: 30;
    overflow-x: auto;
}
.hub-price-table-scroll .tp-price-table,
.hub-price-table-scroll .pr-feature-box {
    min-width: 860px;
}
.hub-price-empty {
    border: 1px solid rgba(23, 32, 51, .08);
    border-radius: 8px;
    padding: 60px 30px;
    background: #fff;
    text-align: center;
    box-shadow: 0 18px 50px rgba(24, 39, 75, .06);
}
.hub-price-empty i {
    display: inline-flex;
    width: 64px;
    height: 64px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 20px;
    background: rgba(104, 101, 255, .1);
    color: #6865ff;
    font-size: 24px;
}
.hub-invite-pricing {
    padding-top: 90px;
}
.hub-pricing-breadcrumb {
    position: relative;
    z-index: 1;
    overflow: visible;
}
.hub-pricing-breadcrumb .breadcrumb__shape-1,
.hub-pricing-breadcrumb .breadcrumb__shape-2 {
    z-index: 0;
}
.hub-pricing-price-area {
    position: relative;
    z-index: 30;
    padding-top: 0;
}
.hub-pricing-price-area .price-tab-content {
    position: relative;
    z-index: 40;
    margin-top: -225px;
}
.hub-pricing-price-area .price-inner-white-bg {
    position: relative;
    z-index: 40;
    margin-top: 0;
    border-radius: 40px 40px 0 0;
    box-shadow: 0 22px 70px rgba(24, 39, 75, .08);
}
.hub-price-table-scroll .tp-price-table-wrapper {
    width: 100%;
    min-width: 860px;
}
.hub-pricing-price-area .tp-price-top-title-wrapper h4 {
    white-space: nowrap;
}
.hub-price-header-note {
    color: #5f6168;
}
@media (max-width: 767px) {
    .hub-pricing-price-area {
        padding-top: 0;
    }
    .hub-pricing-price-area .price-tab-content {
        margin-top: -180px;
    }
    .hub-pricing-price-area .price-inner-white-bg {
        border-radius: 24px 24px 0 0;
    }
}

/* ==========================================================================
   Custom Page Styles Consolidation
   ========================================================================== */
.hub-inner-hero {
    padding: 110px 0 60px;
    background: linear-gradient(135deg, #0d0d2b 0%, #1a0a4e 60%, #0d0d2b 100%);
    position: relative;
    overflow: hidden;
}
.hub-inner-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 70% 60% at 60% 40%, rgba(104,101,255,.18) 0%, transparent 70%);
}
.hub-inner-hero .hub-section-title {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #a99bff;
    background: rgba(104,101,255,.12);
    border: 1px solid rgba(104,101,255,.3);
    border-radius: 100px;
    padding: 6px 18px;
    margin-bottom: 20px;
}
.hub-inner-hero h1 {
    color: #fff;
    font-size: 3rem;
    font-weight: 800;
    line-height: 1.15;
}
.hub-inner-hero p {
    color: rgba(255,255,255,.65);
    font-size: 17px;
    max-width: 560px;
    margin: 0 auto;
}
.hub-plan-card {
    border-radius: 16px;
    border: 1px solid rgba(23,32,51,.09);
    background: #fff;
    padding: 36px 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: transform .22s, box-shadow .22s;
    box-shadow: 0 4px 24px rgba(24,39,75,.06);
}
.hub-plan-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 48px rgba(104,101,255,.14);
}
.hub-plan-card.featured {
    background: linear-gradient(145deg, #6865ff 0%, #a599ff 100%);
    color: #fff;
    border-color: transparent;
}
.hub-plan-card .plan-badge {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    background: rgba(104,101,255,.1);
    color: #6865ff;
    border-radius: 100px;
    padding: 4px 14px;
    margin-bottom: 16px;
}
.hub-plan-card.featured .plan-badge {
    background: rgba(255,255,255,.2);
    color: #fff;
}
.hub-plan-card h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 6px;
}
.hub-plan-card .plan-price {
    font-size: 2.4rem;
    font-weight: 800;
    line-height: 1;
    margin: 16px 0 4px;
}
.hub-plan-card .plan-price sup {
    font-size: 1rem;
    font-weight: 600;
    vertical-align: top;
    margin-top: 8px;
}
.hub-plan-card .plan-period {
    font-size: 13px;
    opacity: .6;
    margin-bottom: 24px;
}
.hub-plan-card ul {
    list-style: none;
    padding: 0;
    margin: 0 0 28px;
    flex: 1;
}
.hub-plan-card ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 7px 0;
    font-size: 14px;
    border-bottom: 1px solid rgba(23,32,51,.06);
}
.hub-plan-card.featured ul li {
    border-bottom-color: rgba(255,255,255,.15);
}
.hub-plan-card ul li i {
    color: #6865ff;
    font-size: 15px;
    flex-shrink: 0;
}
.hub-plan-card.featured ul li i {
    color: #fff;
}
.hub-plan-card .plan-cta {
    display: block;
    text-align: center;
    padding: 13px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 700;
    background: #6865ff;
    color: #fff;
    text-decoration: none;
    transition: background .18s, transform .15s;
    margin-top: auto;
}
.hub-plan-card .plan-cta:hover {
    background: #5552dd;
    transform: scale(1.02);
}
.hub-plan-card.featured .plan-cta {
    background: #fff;
    color: #6865ff;
}
.hub-plan-card.featured .plan-cta:hover {
    background: rgba(255,255,255,.9);
}
.hub-invite-banner {
    border-radius: 20px;
    background: linear-gradient(135deg, #0d0d2b 0%, #1e1260 60%, #2d1080 100%);
    padding: 80px 48px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.hub-invite-banner::before {
    content: '';
    position: absolute;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(104,101,255,.25) 0%, transparent 70%);
    top: -150px;
    right: -100px;
    pointer-events: none;
}
.hub-invite-banner::after {
    content: '';
    position: absolute;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(165,153,255,.15) 0%, transparent 70%);
    bottom: -80px;
    left: -60px;
    pointer-events: none;
}
.hub-invite-banner .invite-icon {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: rgba(104,101,255,.2);
    border: 2px solid rgba(104,101,255,.4);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 28px;
    font-size: 28px;
    color: #a99bff;
}
.hub-invite-banner h2 {
    font-size: 2.2rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 16px;
    line-height: 1.2;
}
.hub-invite-banner p {
    color: rgba(255,255,255,.65);
    font-size: 17px;
    max-width: 500px;
    margin: 0 auto 36px;
    line-height: 1.7;
}
.hub-invite-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #a99bff;
    background: rgba(104,101,255,.15);
    border: 1px solid rgba(104,101,255,.35);
    border-radius: 100px;
    padding: 8px 20px;
    margin-bottom: 28px;
}
.hub-invite-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 32px;
    border-radius: 50px;
    background: #6865ff;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    transition: background .18s, transform .15s;
}
.hub-invite-cta:hover {
    background: #5552dd;
    color: #fff;
    transform: translateY(-2px);
}
.hub-invite-info-row {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-top: 48px;
    flex-wrap: wrap;
}
.hub-invite-info-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    color: rgba(255,255,255,.5);
    font-size: 13px;
}
.hub-invite-info-item i {
    font-size: 20px;
    color: #6865ff;
}
.hub-invite-info-item span {
    color: rgba(255,255,255,.75);
    font-weight: 600;
    font-size: 14px;
}
.hub-approval-notice {
    background: linear-gradient(135deg, rgba(104,101,255,.08), rgba(104,101,255,.03));
    border: 1px solid rgba(104,101,255,.2);
    border-radius: 12px;
    padding: 18px 24px;
    margin-bottom: 36px;
    display: flex;
    align-items: flex-start;
    gap: 14px;
}
.hub-approval-notice i {
    color: #6865ff;
    font-size: 20px;
    margin-top: 2px;
    flex-shrink: 0;
}
.hub-approval-notice p {
    margin: 0;
    font-size: 14px;
    color: #4a4a72;
    line-height: 1.6;
}
.hub-approval-notice strong {
    color: #3b38c0;
}

/* ==========================================================================
   Getting Started Page Consolidation
   ========================================================================== */
.hub-start-card {
    border-radius: 8px;
    border: 1px solid rgba(23, 32, 51, .08);
    padding: 34px;
    background: #fff;
    box-shadow: 0 18px 50px rgba(24, 39, 75, .06);
}
.hub-start-card ul {
    list-style: none;
    padding: 0;
    margin: 24px 0 0;
}
.hub-start-card li {
    display: flex;
    gap: 12px;
    margin-bottom: 16px;
}
.hub-start-card i {
    color: #13b8a6;
    margin-top: 4px;
}

/* ==========================================================================
   Features Page Consolidation
   ========================================================================== */
.hub-feature-copy {
    color: #5f6575;
    font-size: 17px;
    line-height: 1.75;
}
.hub-feature-grid-card {
    height: 100%;
    border: 1px solid rgba(23, 32, 51, .08);
    border-radius: 8px;
    padding: 34px 30px;
    background: #fff;
    box-shadow: 0 18px 45px rgba(24, 39, 75, .06);
}
.hub-feature-grid-card i {
    display: inline-flex;
    width: 54px;
    height: 54px;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    margin-bottom: 22px;
    color: #fff;
    font-size: 22px;
    background: #6865ff;
}
.hub-feature-grid-card h4 {
    margin-bottom: 12px;
    font-size: 22px;
}
.hub-feature-grid-card p {
    margin-bottom: 0;
    color: #636978;
}
.hub-feature-list {
    list-style: none;
    padding: 0;
    margin: 28px 0 0;
}
.hub-feature-list li {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    margin-bottom: 15px;
    color: #4f5667;
}
.hub-feature-list i {
    color: #13b8a6;
    margin-top: 5px;
}
.hub-feature-pill-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
.hub-feature-pill {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    border: 1px solid rgba(104, 101, 255, .16);
    border-radius: 999px;
    padding: 10px 16px;
    background: #fff;
    color: #30364a;
    font-weight: 600;
    font-size: 14px;
}
.hub-feature-pill i {
    color: #6865ff;
}
.hub-feature-band {
    background: #f7f9fc;
}
.hub-feature-number {
    display: inline-flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 20px;
    color: #fff;
    font-weight: 700;
    background: #172033;
}

/* ==========================================================================
   Contact Page Consolidation
   ========================================================================== */
.about-shape-1 { position: absolute; top: 10%; left: 0; }
.about-shape-2 { position: absolute; top: 0%; right: 0%; }
.about-banner { background-color: #600EE4; height: 540px; }
.about-banner-title {
    font-style: normal;
    font-weight: 600;
    font-size: 110px;
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: var(--tp-common-white, #fff);
    position: relative;
    z-index: -1;
    margin-top: 190px;
    display: inline-block;
    margin-left: 100px;
}
.about-img-height {
    min-height: 620px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 30px;
    margin-top: -215px;
    overflow: hidden;
}
.about-img-title {
    font-style: normal;
    font-weight: 600;
    font-size: 110px;
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: #600EE4;
    margin-left: 100px;
    margin-top: -140px;
}
.about-img-title span { display: block; }
.contact-info-area { padding-bottom: 90px; }
.contact-info-item {
    border: 1px solid #E5E5E5;
    border-radius: 12px;
    text-align: center;
    padding: 55px 30px;
    overflow: hidden;
    position: relative;
    background: #fff;
    height: 100%;
}
.contact-info-img { margin-bottom: 35px; display: inline-block; }
.contact-info-title-sm {
    font-weight: 600;
    font-size: 20px;
    line-height: 16px;
    color: var(--tp-common-black, #202124);
    padding-bottom: 6px;
    margin-bottom: 0;
}
.contact-info-title-sm a { color: inherit; text-decoration: none; }
.contact-info-title-sm a:hover { color: #600EE4; }
.contact-info-title-box p { font-weight: 400; font-size: 16px; line-height: 24px; color: #5F6168; margin: 0; }
.contact-info-badge {
    position: absolute;
    top: 4px;
    left: 50%;
    transform: translateX(-50%);
}
.contact-info-badge span {
    display: inline-block;
    background: rgba(107, 20, 250, 0.06);
    border-radius: 0 0 24px 24px;
    padding: 8px 30px;
    font-weight: 700;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #600EE4;
}
.contact-form-area { padding-bottom: 120px; }
.contact-form-left { padding-left: 50px; padding-right: 20px; }
.inner-section-subtitle {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #600EE4;
}
.contact-form-section-box p { font-weight: 400; font-size: 16px; line-height: 26px; color: #5F6168; }
.contact-form-social-item { padding-bottom: 40px; border-bottom: 1px solid #E5E5E5; }
.contact-form-social-item a {
    display: inline-flex;
    height: 36px;
    width: 36px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #E5E5E5;
    color: var(--tp-common-black, #202124);
    margin-right: 6px;
    text-decoration: none;
    transition: 0.3s;
}
.contact-form-social-item a:hover {
    background-color: #600EE4;
    border-color: #600EE4;
    color: var(--tp-common-white, #fff);
}
.contact-form-section-img { position: absolute; top: -35px; right: 50px; }
.contact-form-right-warp { padding: 0 70px; }
.postbox__comment-input { position: relative; }
.postbox__comment-input .inputText {
    width: 100%;
    height: 55px;
    border: 0;
    outline: none;
    border-radius: 12px;
    background: #F7F7F7;
    padding: 0 20px;
    font-weight: 500;
    font-size: 14px;
    color: var(--tp-common-black, #202124);
}
.postbox__comment-input .inputText:focus {
    box-shadow: 0 1px 2px 1px rgba(32, 33, 36, 0.06), inset 0 0 0 2px #600EE4;
}
.postbox__comment-input .textareaText {
    width: 100%;
    height: 160px;
    resize: none;
    border: 0;
    outline: none;
    border-radius: 12px;
    background: #F7F7F7;
    padding: 20px;
    font-weight: 500;
    font-size: 14px;
    color: var(--tp-common-black, #202124);
}
.postbox__comment-input .textareaText:focus {
    box-shadow: 0 1px 2px 1px rgba(32, 33, 36, 0.06), inset 0 0 0 2px #600EE4;
}
.postbox__comment-input .floating-label,
.postbox__comment-input .floating-label-2 {
    position: absolute;
    pointer-events: none;
    left: 20px;
    background: #F7F7F7;
    font-size: 14px;
    color: #5F6168;
    transition: 0.2s ease all;
}
.postbox__comment-input .floating-label { top: 50%; transform: translateY(-50%); }
.postbox__comment-input .floating-label-2 { top: 20px; }
.postbox__comment-input input:focus ~ .floating-label,
.postbox__comment-input input:not(:focus):valid ~ .floating-label {
    top: 0;
    left: 20px;
    font-size: 13px;
    padding: 0 4px;
    color: #600EE4;
}
.postbox__comment-input textarea:focus ~ .floating-label-2,
.postbox__comment-input textarea:not(:focus):valid ~ .floating-label-2 {
    top: -9px;
    left: 20px;
    font-size: 13px;
    padding: 0 4px;
    color: #600EE4;
}
.postbox__select { display: inline-block; width: 100%; }
.postbox__select select,
.postbox__select .nice-select {
    width: 100%;
    height: 55px;
    line-height: 55px;
    border: 1px solid #E5E5E5;
    border-radius: 12px;
    background-color: #fff;
    padding: 0 20px;
    font-size: 15px;
    color: #5F6168;
    font-weight: 500;
    outline: 0;
}
.postbox__select select:focus,
.postbox__select .nice-select.open { border-color: #600EE4; }
.postbox__select .nice-select .list { width: 100%; }
.postbox__select .nice-select .selected { color: #600EE4; font-weight: 600; }
.contact-form-right-warp .postbox__btn-box .submit-btn { border-radius: 12px; width: 100%; }
.submit-btn {
    background-color: #600EE4;
    text-align: center;
    height: 55px;
    padding: 0 20px;
    display: inline-block;
    line-height: 55px;
    color: var(--tp-common-white, #fff);
    font-weight: 600;
    border: none;
    transition: 0.3s;
}
.submit-btn:hover { color: var(--tp-common-white, #fff); background-color: #5138EE; }
.contact-inner-area { padding-bottom: 120px; }
.contact-inner-title-sm { font-weight: 700; font-size: 34px; line-height: 40px; color: var(--tp-common-black, #202124); }
.contact-inner-title-sm-wrap p { font-weight: 400; font-size: 16px; line-height: 1.3; color: #5F6168; }
.contact-inner-wrapper { background: #F7F7F7; border-radius: 100px; padding-left: 25px; }
.contact-inner-wrapper .row [class*=col-]:last-child .contact-inner-item { border-right: 0; }
.contact-inner-item { padding: 45px 50px; border-right: 2px solid var(--tp-common-white, #fff); height: 100%; }
.contact-inner-item .d-flex { display: flex !important; }
.contact-inner-img { margin-right: 20px; flex: 0 0 auto; }
.contact-inner-img img { filter: drop-shadow(-10px 20px 20px rgba(13, 70, 85, 0.3)); }
.contact-inner-img.contact-img-2 img { filter: drop-shadow(10px 20px 20px rgba(100, 62, 11, 0.2)); }
.contact-inner-img.contact-img-3 img { filter: drop-shadow(-10px 20px 20px rgba(77, 10, 74, 0.25)); }
.contact-inner-link a {
    font-weight: 400;
    font-size: 20px;
    line-height: 16px;
    color: var(--tp-common-black, #202124);
    text-decoration: none;
}
.contact-inner-link a:hover { color: #600EE4; }
.hub-alert {
    border-radius: 12px;
    padding: 14px 18px;
    font-size: 15px;
    margin-bottom: 20px;
    display: none;
}
.hub-alert.success { background: #ecfdf5; color: #065f46; border: 1px solid #a7f3d0; }
.hub-alert.error { background: #fef2f2; color: #991b1b; border: 1px solid #fca5a5; }
.hub-alert.show { display: block; }
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .about-img-height { min-height: 550px; }
    .contact-form-left { padding-left: 0; }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about-img-height { min-height: 550px; }
    .contact-form-right-warp { padding: 0 35px; }
    .contact-inner-img { margin-right: 10px; }
    .contact-inner-link a { font-size: 16px; }
    .contact-info-title-box p br { display: none; }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-banner { height: 580px; }
    .about-banner-title { font-size: 90px; margin-top: 150px; }
    .about-img-height { min-height: 400px; margin-top: -320px; }
    .about-img-title { font-size: 90px; margin-top: -115px; }
    .contact-form-left { padding-left: 0; margin-bottom: 80px; }
    .contact-form-right-warp { padding: 0; }
}
@media (max-width: 767px) {
    .about-banner { height: 400px; }
    .about-banner-title { font-size: 50px; margin-left: 50px; margin-top: 132px; }
    .about-img-height { min-height: 300px; margin-top: -200px; }
    .about-img-title { font-size: 50px; margin-left: 50px; margin-top: -67px; }
    .contact-info-badge span { padding: 8px 20px; }
    .contact-form-left { padding: 0; margin-bottom: 80px; }
    .contact-form-right-warp { padding: 0; }
    .contact-form-section-box p br { display: none; }
    .contact-form-section-img { right: 0; }
    .contact-inner-wrapper { border-radius: 30px; padding-left: 0; }
    .contact-inner-item { flex-wrap: wrap; padding: 30px 20px; border-right: 0; }
    .contact-inner-link a { font-size: 16px; }
}
