/* 
Theme Name:		Hello Elementor Child
Theme URI:		https://elementor.com/
Description:	Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author:			Elementor Team
Author URI:		https://elementor.com/
Template:		hello-elementor
Version:		1.0.0
Text Domain:	hello-elementor-child
Tags:           flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

:root {
  --primary-color: #000;
}

a,
button {
  cursor: pointer;
  color: var(--primary-color);
}

/* Remove IOS Styling */
a[href^="tel"] {
  color: inherit;
  text-decoration: none;
}

.elementor-menu-toggle {
  outline: none;
}


/* Better image rendering */
@media (min-width: 768px) {
  img {
    image-rendering: -webkit-optimize-contrast;
  }
}

.product-slider .products{
  display: block !important;
}

.slick-track{
  display: flex;
}
.slick-list{
  overflow: hidden;
}

/* Keep company formation plan titles visually consistent across all cards. */
.page-id-10683 .elementor-10683 .elementor-element.elementor-element-f512a33,
.page-id-10683 .elementor-10683 .elementor-element.elementor-element-656b1b1,
.page-id-10683 .elementor-10683 .elementor-element.elementor-element-40d3702,
.page-id-10683 .elementor-10683 .elementor-element.elementor-element-60cc853,
.page-id-10683 .elementor-10683 .elementor-element.elementor-element-a62e9f7 {
  --width: 100% !important;
  margin-left: 0 !important;
  width: 100% !important;
}

.page-id-10683 .elementor-element-9990cf4 .elementor-button,
.page-id-10683 .elementor-element-a9b3de4 .elementor-button,
.page-id-10683 .elementor-element-e3ed710 .elementor-button,
.page-id-10683 .elementor-element-0052763 .elementor-button,
.page-id-10683 .elementor-element-f43994d .elementor-button {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  margin-left: 0 !important;
  min-height: 50px;
  padding: 7px 12px;
  text-align: center;
  white-space: normal !important;
  width: 100% !important;
}

.page-id-10683 .elementor-element-9990cf4,
.page-id-10683 .elementor-element-a9b3de4,
.page-id-10683 .elementor-element-e3ed710,
.page-id-10683 .elementor-element-0052763,
.page-id-10683 .elementor-element-f43994d,
.page-id-10683 .elementor-element-9990cf4 .elementor-button-wrapper,
.page-id-10683 .elementor-element-a9b3de4 .elementor-button-wrapper,
.page-id-10683 .elementor-element-e3ed710 .elementor-button-wrapper,
.page-id-10683 .elementor-element-0052763 .elementor-button-wrapper,
.page-id-10683 .elementor-element-f43994d .elementor-button-wrapper {
  width: 100%;
}

.page-id-10683 .elementor-element-9990cf4 .elementor-button-text,
.page-id-10683 .elementor-element-a9b3de4 .elementor-button-text,
.page-id-10683 .elementor-element-e3ed710 .elementor-button-text,
.page-id-10683 .elementor-element-0052763 .elementor-button-text,
.page-id-10683 .elementor-element-f43994d .elementor-button-text {
  line-height: 18px;
}

.page-id-10683 .elementor-element-0052763 .elementor-button-text {
  font-size: 13px;
}

/* Codex: Company Formation CTA and WorkHub Group (2026-06-04) */
.page-id-10683 {
    --wh-cf-primary: var(--e-global-color-3bd543a);
    --wh-cf-secondary: var(--e-global-color-6189f15);
    --wh-cf-lavender: var(--e-global-color-fdbbfc2);
    --wh-cf-tertiary: var(--e-global-color-239081a);
    --wh-cf-white: var(--e-global-color-215330d);
    --wh-cf-text: var(--e-global-color-191333d);
    --wh-cf-accent: var(--e-global-color-5bde132);
    --wh-cf-radius-card: 16px;
    --wh-cf-radius-soft: 8px;
    --wh-cf-radius-pill: 100px;
    --wh-cf-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

.page-id-10683 .wh-formation-cta-section {
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, var(--wh-cf-tertiary) 0%, var(--wh-cf-white) 100%);
}

.page-id-10683 .wh-formation-cta-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 14% 18%, color-mix(in srgb, var(--wh-cf-secondary) 14%, transparent), transparent 34%),
        radial-gradient(circle at 88% 12%, color-mix(in srgb, var(--wh-cf-lavender) 10%, transparent), transparent 30%);
    pointer-events: none;
}

.page-id-10683 .wh-formation-cta-card {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
    gap: 32px;
    align-items: center;
    width: 100%;
    padding: 32px;
    overflow: hidden;
    color: var(--wh-cf-white);
    background:
        radial-gradient(circle at 92% 16%, rgba(255, 255, 255, 0.16), transparent 28%),
        linear-gradient(135deg, var(--wh-cf-primary) 0%, var(--wh-cf-secondary) 72%, var(--wh-cf-lavender) 100%);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: var(--wh-cf-radius-card);
    box-shadow: var(--wh-cf-shadow);
}

.page-id-10683 .wh-formation-cta-card::after {
    content: "";
    position: absolute;
    right: -72px;
    bottom: -92px;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
}

.page-id-10683 .wh-formation-cta-copy,
.page-id-10683 .wh-formation-cta-action,
.page-id-10683 .wh-formation-regulatory {
    position: relative;
    z-index: 1;
}

.page-id-10683 .wh-formation-cta-kicker,
.page-id-10683 .wh-workhub-group-kicker {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    margin-bottom: 16px;
    padding: 7px 16px;
    color: var(--wh-cf-secondary);
    background: var(--wh-cf-white);
    border-radius: var(--wh-cf-radius-pill);
    font-family: inherit;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
}

.page-id-10683 .wh-workhub-group-kicker {
    color: var(--wh-cf-white);
    background: var(--wh-cf-secondary);
}

.page-id-10683 .wh-formation-cta-copy h2 {
    margin: 0 0 16px;
    color: var(--wh-cf-white);
    font-family: inherit;
    font-size: 35px;
    font-weight: 600;
    line-height: 40px;
}

.page-id-10683 .wh-formation-cta-copy p {
    max-width: 620px;
    margin: 0;
    color: rgba(255, 255, 255, 0.88);
    font-family: inherit;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
}

.page-id-10683 .wh-formation-cta-action {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 16px;
    padding: 24px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: var(--wh-cf-radius-card);
}

.page-id-10683 .wh-formation-cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 58px;
    padding: 18px 40px;
    color: var(--wh-cf-white);
    background: var(--wh-cf-accent);
    border: 2px solid var(--wh-cf-accent);
    border-radius: 6px;
    font-family: inherit;
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
    text-decoration: none;
    transition: background-color 0.3s, border-color 0.3s, color 0.3s, transform 0.3s;
}

.page-id-10683 .wh-formation-cta-button:hover,
.page-id-10683 .wh-formation-cta-button:focus {
    color: var(--wh-cf-primary);
    background: var(--wh-cf-white);
    border-color: var(--wh-cf-white);
    transform: translateY(-2px);
}

.page-id-10683 .wh-formation-cta-button:focus-visible,
.page-id-10683 .wh-workhub-brand-card:focus-visible {
    outline: 2px solid var(--wh-cf-white);
    outline-offset: 3px;
}

.page-id-10683 .wh-workhub-brand-card:focus-visible {
    outline-color: var(--wh-cf-secondary);
}

.page-id-10683 .wh-formation-cta-subnote {
    color: rgba(255, 255, 255, 0.78);
    font-family: inherit;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

.page-id-10683 .wh-formation-regulatory {
    grid-column: 1 / -1;
    padding: 16px 24px;
    color: rgba(255, 255, 255, 0.78);
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: var(--wh-cf-radius-soft);
}

.page-id-10683 .wh-formation-regulatory p {
    margin: 0;
    font-family: inherit;
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
}

.page-id-10683 .wh-formation-regulatory strong {
    color: var(--wh-cf-white);
    font-weight: 600;
}

.page-id-10683 .wh-workhub-group-section {
    background: var(--wh-cf-white);
}

.page-id-10683 .wh-workhub-group-wrap {
    width: 100%;
}

.page-id-10683 .wh-workhub-group-header {
    max-width: 680px;
    margin: 0 auto 32px;
    text-align: center;
}

.page-id-10683 .wh-workhub-group-header h2 {
    margin: 0 0 16px;
    color: var(--wh-cf-primary);
    font-family: inherit;
    font-size: 35px;
    font-weight: 600;
    line-height: 40px;
}

.page-id-10683 .wh-workhub-group-header p {
    margin: 0;
    color: var(--wh-cf-text);
    font-family: inherit;
    font-size: 16px;
    line-height: 32px;
}

.page-id-10683 .wh-workhub-group-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.page-id-10683 .wh-workhub-brand-card {
    position: relative;
    display: flex;
    min-height: 248px;
    flex-direction: column;
    gap: 16px;
    padding: 32px;
    color: var(--wh-cf-primary);
    background: var(--wh-cf-tertiary);
    border: 1px solid var(--wh-cf-tertiary);
    border-radius: var(--wh-cf-radius-soft);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    text-decoration: none;
    transition: border-color 0.3s, box-shadow 0.3s, transform 0.3s;
}

.page-id-10683 .wh-workhub-brand-card:hover,
.page-id-10683 .wh-workhub-brand-card:focus {
    color: var(--wh-cf-primary);
    border-color: var(--wh-cf-secondary);
    box-shadow: var(--wh-cf-shadow);
    transform: translateY(-4px);
}

.page-id-10683 .wh-workhub-brand-logo {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    width: min(100%, 180px);
    height: 52px;
    padding: 8px 12px;
    background: var(--wh-cf-tertiary);
    background: color-mix(in srgb, var(--wh-cf-secondary) 6%, var(--wh-cf-white));
    border: 1px solid color-mix(in srgb, var(--wh-cf-secondary) 18%, var(--wh-cf-tertiary));
    border-radius: var(--wh-cf-radius-soft);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.75), 0 2px 5px rgba(0, 0, 0, 0.08);
}

.page-id-10683 .wh-workhub-brand-logo img {
    display: block;
    width: auto;
    max-width: 100%;
    max-height: 34px;
    object-fit: contain;
}

.page-id-10683 .wh-workhub-brand-card[href*="incorphub"] .wh-workhub-brand-logo,
.page-id-10683 .wh-workhub-brand-card[href*="storagehub"] .wh-workhub-brand-logo {
    width: 150px;
}

.page-id-10683 .wh-workhub-brand-name {
    color: var(--wh-cf-primary);
    font-family: inherit;
    font-size: 22px;
    font-weight: 600;
    line-height: 24px;
}

.page-id-10683 .wh-workhub-brand-copy {
    flex: 1;
    color: var(--wh-cf-text);
    font-family: inherit;
    font-size: 14px;
    line-height: 24px;
}

.page-id-10683 .wh-workhub-brand-link {
    color: var(--wh-cf-secondary);
    font-family: inherit;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
}

@media (max-width: 1024px) {
    .page-id-10683 .wh-formation-cta-card {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 30px;
    }

    .page-id-10683 .wh-formation-cta-action {
        max-width: 520px;
    }

    .page-id-10683 .wh-workhub-brand-card {
        padding: 30px;
    }
}

@media (max-width: 767px) {
    .page-id-10683 .wh-formation-cta-card {
        gap: 16px;
        padding: 24px;
    }

    .page-id-10683 .wh-formation-cta-copy h2,
    .page-id-10683 .wh-workhub-group-header h2 {
        font-size: 32px;
        line-height: 36px;
    }

    .page-id-10683 .wh-formation-cta-action,
    .page-id-10683 .wh-formation-regulatory,
    .page-id-10683 .wh-workhub-brand-card {
        padding: 24px;
    }

    .page-id-10683 .wh-formation-cta-button {
        width: 100%;
    }

    .page-id-10683 .wh-workhub-group-header {
        margin-bottom: 24px;
        text-align: left;
    }

    .page-id-10683 .wh-workhub-group-grid {
        grid-template-columns: 1fr;
    }

    .page-id-10683 .wh-workhub-brand-card {
        min-height: auto;
    }
}
/* End Codex: Company Formation CTA and WorkHub Group */

/* Codex: keep expanded header navigation on one line after adding Serviced Offices */
@media (min-width: 1025px) {
    .main-header .item-liist .navbar-collapse ul.header-dropdown-menu {
        gap: clamp(16px, 1.25vw, 24px);
    }

    .main-header .item-liist .header-dropdown-menu .header-menu {
        white-space: nowrap;
    }
}
/* End Codex: header serviced offices nav fit */

/* Codex: Company Formation pricing cards stay readable when unhidden on mobile */
@media (max-width: 767px) {
    .page-id-10683 .elementor-element-de22dcf .h-full {
        --width: 100% !important;
        --margin-left: 0px !important;
        --flex-shrink: 1 !important;
        width: 100% !important;
        margin-left: 0 !important;
    }
}
/* End Codex: Company Formation mobile pricing cards */

/* Codex: Company Formation enquiry modal usability fixes */
#CompanyFormationPopupForm.popup-overlay {
    padding: 24px;
    overflow-y: auto;
}

#CompanyFormationPopupForm .popup-content {
    width: min(1120px, calc(100vw - 48px)) !important;
    max-height: calc(100vh - 48px) !important;
    overflow: hidden !important;
}

#CompanyFormationPopupForm,
#CompanyFormationPopupForm * {
    box-sizing: border-box;
}

#CompanyFormationPopupForm .popup-body {
    grid-template-columns: minmax(0, 1fr) minmax(320px, 1fr) !important;
    gap: 0 !important;
    padding: 0 !important;
}

#CompanyFormationPopupForm .popup-left {
    max-height: calc(100vh - 48px);
    max-width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 28px 32px !important;
}

#CompanyFormationPopupForm .popup-right img {
    display: block;
}

#CompanyFormationPopupForm .popup-left h2 {
    font-size: clamp(28px, 3vw, 40px) !important;
    line-height: 1.28 !important;
    letter-spacing: 0 !important;
    margin-bottom: 14px !important;
}

#CompanyFormationPopupForm .form-container > p {
    margin: 0 0 18px !important;
    font-size: 18px !important;
    line-height: 1.6 !important;
}

#CompanyFormationPopupForm .form-container > p::before,
#CompanyFormationPopupForm .form-container > p::after {
    content: none !important;
    display: none !important;
}

#CompanyFormationPopupForm .form-control {
    position: relative;
    margin-bottom: 14px;
    max-width: 100%;
}

#CompanyFormationPopupForm .form-container,
#CompanyFormationPopupForm .wpcf7,
#CompanyFormationPopupForm .wpcf7-form,
#CompanyFormationPopupForm .wpcf7-form-control-wrap,
#CompanyFormationPopupForm .intl-tel-input {
    width: 100%;
    max-width: 100%;
    min-width: 0;
}

#CompanyFormationPopupForm .form-control p,
#CompanyFormationPopupForm .form-submit p {
    margin: 0 !important;
    line-height: 1 !important;
}

#CompanyFormationPopupForm .input-img {
    display: none !important;
}

#CompanyFormationPopupForm .form-control input,
#CompanyFormationPopupForm .form-control textarea {
    width: 100%;
    max-width: 100%;
    min-height: 52px;
    padding: 14px 18px !important;
    border: 1px solid #CED8E5 !important;
    border-radius: 6px;
    color: #11262A;
    font-size: 16px;
    line-height: 1.4;
    outline: none;
}

#CompanyFormationPopupForm .phoneNumber input {
    min-height: 52px;
}

#CompanyFormationPopupForm .form-control textarea {
    height: 112px !important;
    min-height: 112px !important;
    max-height: 140px;
    resize: vertical;
}

#CompanyFormationPopupForm .form-control input:focus,
#CompanyFormationPopupForm .form-control textarea:focus,
#CompanyFormationPopupForm .close-btn:focus {
    border-color: #ec6941 !important;
    box-shadow: 0 0 0 3px rgba(236, 105, 65, 0.22);
    outline: none;
}

#CompanyFormationPopupForm .form-submit .submit-btn,
#CompanyFormationPopupForm .form-submit .submit-btn:hover,
#CompanyFormationPopupForm .form-submit .submit-btn:focus,
#CompanyFormationPopupForm .form-submit .submit-btn:active,
#CompanyFormationPopupForm .form-submit .submit-btn:disabled,
#CompanyFormationPopupForm .form-submit .submit-btn[disabled] {
    width: 100%;
    min-height: 52px;
    background: #ec6941 !important;
    border: 1px solid #ec6941 !important;
    border-radius: 6px;
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    cursor: pointer;
}

#CompanyFormationPopupForm .form-submit .submit-btn:hover,
#CompanyFormationPopupForm .form-submit .submit-btn:focus {
    background: #d85a35 !important;
    border-color: #d85a35 !important;
}

#CompanyFormationPopupForm .form-submit .submit-btn:disabled,
#CompanyFormationPopupForm .form-submit .submit-btn[disabled] {
    cursor: not-allowed;
    opacity: 0.72;
}

#CompanyFormationPopupForm .wpcf7-response-output {
    margin: 14px 0 0 !important;
    padding: 10px 12px !important;
    border-radius: 6px;
    font-size: 14px;
    line-height: 1.45;
}

#CompanyFormationPopupForm .close-btn {
    line-height: 1;
}

@media (max-width: 1024px) {
    #CompanyFormationPopupForm .popup-content {
        width: min(920px, calc(100vw - 32px)) !important;
        max-height: calc(100vh - 32px) !important;
    }

    #CompanyFormationPopupForm .popup-left {
        max-height: calc(100vh - 32px);
        padding: 24px !important;
    }

    #CompanyFormationPopupForm .form-container > p {
        font-size: 16px !important;
        line-height: 1.55 !important;
    }
}

@media (max-width: 767px) {
    #CompanyFormationPopupForm.popup-overlay {
        padding: 12px;
        align-items: flex-start !important;
    }

    #CompanyFormationPopupForm .popup-content {
        width: calc(100vw - 24px) !important;
        max-width: calc(100vw - 24px) !important;
        min-width: 0 !important;
        max-height: calc(100vh - 24px) !important;
        overflow-x: hidden !important;
        right: auto !important;
        top: 12px !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
    }

    #CompanyFormationPopupForm .popup-body {
        grid-template-columns: 1fr !important;
    }

    #CompanyFormationPopupForm .popup-right {
        display: none;
    }

    #CompanyFormationPopupForm .popup-left {
        max-height: calc(100vh - 24px);
        padding: 22px 18px !important;
    }

    #CompanyFormationPopupForm .popup-left h2 {
        font-size: 26px !important;
        line-height: 1.25 !important;
        padding-right: 36px;
    }

    #CompanyFormationPopupForm .form-control {
        margin-bottom: 12px;
    }

    #CompanyFormationPopupForm .form-control input,
    #CompanyFormationPopupForm .form-control textarea,
    #CompanyFormationPopupForm .form-submit .submit-btn {
        min-height: 50px;
        font-size: 15px;
    }

    #CompanyFormationPopupForm .form-control textarea {
        height: 100px !important;
        min-height: 100px !important;
        max-height: 120px;
    }
}

@media (max-width: 500px) {
    #CompanyFormationPopupForm .popup-content {
        width: min(calc(100vw - 24px), 366px) !important;
        max-width: min(calc(100vw - 24px), 366px) !important;
        left: 12px !important;
        transform: none !important;
    }

    #CompanyFormationPopupForm .close-btn {
        top: 14px !important;
        right: 18px !important;
        color: #11262A !important;
        font-size: 30px !important;
        z-index: 3;
    }
}
/* End Codex: Company Formation enquiry modal usability fixes */

/* Know More button text colour — white on all breakpoints */
.page-id-10683 [data-modal-target="CompanyFormationPopupForm"] .elementor-button,
.page-id-10683 [data-modal-target="CompanyFormationPopupForm"] .elementor-button-text {
    color: #ffffff !important;
}

