@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@400;500;600;700&display=swap');

body,
html,
button,
input,
textarea,
select {
    font-family: "Work Sans", sans-serif !important;
}

.page-title {
    display: none !important;
}

/* MAIN LAYOUT- login and promo box side by side on desktop*/
 
.login__wrapper {
    width: 100% !important;
    max-width: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.login__wrapper .columns.is-multiline {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;

    width: 100%;

    align-items: stretch;

    gap: 32px;

    margin: 0 !important;
}

/* COLUMN CONTAINERS - makes both boxes flexible and equal width */
.returning-wrapper,
.wc-promo-column {
    display: flex;
    flex: 1 1 0;
    min-width: 0;
    /* remove default Bulma column spacing */
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.login__wrapper .columns.is-multiline {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
 
/* LOGIN BOX */
 .returning-wrapper__inner  {
width: 100%;
    background: #F5F9FB !important;
    border-radius: 16px !important;
    overflow: hidden !important;
    border: 1px solid #e5e5e5;
    box-shadow: 0 6px 18px rgba(0,0,0,.12);
}
.returning-wrapper,  .returning-wrapper__inner  {
    border-radius: 16px !important;
    overflow: hidden !important;
}

/* LOGIN FORM TEXT SIZE */

/* Login button text */
.returning-wrapper__inner button {
    font-size: 16px !important;
}

/* Email and Password field labels */
.returning-wrapper__inner label {
    font-size: 16px !important;
}

/* Email and Password input text */
.returning-wrapper__inner input {
    font-size: 16px !important;
}

/* Placeholder text inside fields */
.returning-wrapper__inner input::placeholder {
    font-size: 16px !important;
}
/* Existing User Login heading */

/* Existing User Login title */
.returning-wrapper__inner .login-title {
    font-size: 24px !important;
    font-weight: 400 !important;
    line-height: 1.2 !important;
}
.login-title.subtitle.is-4.is-spaced {
    font-size: 24px !important;
}
 
/* PROMO BOX */
 
.wc-promo {
    background:  #00174D  !important;
    color: #ffffff !important;
 
    border-radius: 16px !important;
    overflow: hidden !important;
 
    padding: 40px 64px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.12);
 
    display: flex;
    flex-direction: column;
    justify-content: center;
 
    width: 100%;
    box-sizing: border-box;
}
 
/* PROMO BOX TEXT */
.wc-promo h1,
.wc-promo h2 {
    font-size: 32px !important;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 16px;
 
    white-space: normal;
    overflow: visible;
    text-overflow: unset;
    word-break: break-word;
}
/* PROMO BOX PARAGRAPH */
.wc-promo p {
    font-size: 18px !important;
    line-height: 1.6;
    margin: 0;
 
    white-space: normal;
    overflow-wrap: break-word;
}
 
/* PROMO BOX BUTTON */
 
.wc-btn {
    display: inline-block;
    margin-top: 52px;
    background: #1ea7ff;
    color: #ffffff !important;
    text-decoration: none;
    padding: 12px 16px;
    border-radius:0;
    font-weight: 400;
font-size: 16px;  
}
 
.wc-btn:hover {
    background: #1696e6;
}

/* INTRO - DESKTOP APPEARANCE */
@media screen and (min-width: 1024px) {

  /* Paragraph inside ict-paragraph */
  .ict-paragraph.block.has-text-inherit.has-text-dark.has-style-default p {
    font-size: 18px;     
line-height: 1.6;
  }

  /* Subtitle h3 inside ict-sub-title */
  .ict-sub-title.subtitle.has-text-centered.is-4.has-text-custom-1.has-style-default h3 {
    font-size: 26px; 
    line-height: 1.3;
  }

 
}

/* HEADER BANNER */
.hero-banner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.hero-banner img {
    width: 100%;
    height: auto;
    display: block;
}
/* TEXT ON HEADER BANNER */
.hero-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    width: 100%;
   max-width: 1400px;

    padding-left: 40px;
    padding-right: 40px;
    box-sizing: border-box;

    color: #fff;
}

.hero-text h3 {
    font-size: 56px;
    font-weight: 700;
    line-height: 1.15;
    margin: 0 0 12px;
}

.hero-text h4 {
    font-size: 34px;
    line-height: 1.6;
    margin: 0;
    max-width: 100%; 
    color:#47D7AC;

}
.hero-text p {
    font-size: 18px;
    line-height: 1.6;
    margin: 0;
    max-width: 100%; 
}

@media (min-width: 1600px) {
  
:root {
    
    --page-max-width:1600px;

    --page-padding:60px;
}
}

@media (max-width:1023px){

.login__wrapper{

    padding:0 24px !important;

}

.login__wrapper .columns.is-multiline{

    gap:24px;

}

    
}

@media (max-width: 1400px) {

    .hero-text {
        padding-left: 32px;
        padding-right: 32px;
    }

}


@media (max-width: 1024px) {

    .hero-text {
        padding-left: 24px;
        padding-right: 24px;
    }

}

/* SMALL DESKTOP / LARGE TABLET */

@media (min-width: 1025px) and (max-width: 1279px) {

    /* Reduce spacing between boxes */
    .login__wrapper .columns.is-multiline {
        gap: 20px !important;
    }

    /* Let both columns shrink properly */
    .returning-wrapper,
    .wc-promo-column {
        flex: 1 1 0 !important;
        min-width: 0 !important;
    }

    /* Slightly smaller promo box */
    .wc-promo {
        padding: 24px !important;
    }

    .wc-promo h1,
    .wc-promo h2 {
        font-size: 24px !important;
    }

    .wc-promo p {
        font-size: 15px !important;
    }

    /* Banner text */
    .hero-text {
        padding-left: 28px;
        padding-right: 28px;
        top: 46%;
        transform: translate(-50%, -46%);
    }

    .hero-text h3 {
        font-size: 44px;
    }

    .hero-text h4 {
        font-size: 28px;
    }

    .hero-text p {
        font-size: 16px;
    }
}
/* TABLET APPEARANCE */

@media (min-width: 769px) and (max-width: 1024px) {

    /* Stack login and promo */
    .login__wrapper .columns.is-multiline {
        display: flex !important;
        flex-direction: column !important;
        gap: 24px !important;
    }

    /* Full width */
    .returning-wrapper,
    .wc-promo-column {
        width: 100% !important;
        flex: 0 0 auto !important;
    }

    /* Login first */
    .returning-wrapper {
        order: 1 !important;
    }

    /* Promo second */
    .wc-promo-column {
        order: 2 !important;
    }

    /* Comfortable spacing */
    .login__wrapper {
       padding: 24px 24px 0 !important;
    }

    /* TABLET BANNER */

.hero-banner {
    height: 360px;
    overflow: hidden;
}

.hero-banner img {
    width: 100%;
    height: 360px;
    object-fit: cover;
    object-position: center;
}

.hero-text {
    top: 45%;
    left: 50%;
    transform: translate(-50%, -45%);
    padding-left: 24px;
    padding-right: 24px;
}

.hero-text h3 {
    font-size: 42px;
    margin-bottom: 8px;
}

.hero-text h4 {
    font-size: 26px;
    margin-bottom: 10px;
}

.hero-text p {
    font-size: 16px;
    line-height: 1.5;
}
}
 

/* MOBILE APPEARANCE */

@media (max-width: 768px) {

    /* Stack login and promo vertically */
    .login__wrapper .columns.is-multiline {
        display: flex !important;
        flex-direction: column !important;

        gap: 24px !important;
    }


    /* Make columns full width without stretching */
    .login__wrapper .columns.is-multiline > .column,
    .login__wrapper .columns.is-multiline > .is-6,
    .login__wrapper .columns.is-multiline > .grid_6 {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 auto !important;
    }


 /* MOBILE CARDS */
.returning-wrapper,
.wc-promo-column {
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
}


/* Login box */
.returning-wrapper__inner {
    width: 100% !important;
    padding: 20px !important;
    box-sizing: border-box !important;
}


/* Promo box */
.wc-promo {
    width: 100% !important;
    padding: 20px !important;
    box-sizing: border-box !important;

    display: flex !important;
    flex-direction: column !important;
}

    /* Promo title */
    .wc-promo h1,
    .wc-promo h2 {
        font-size: 24px !important;
        line-height: 1.25 !important;
        margin: 0 0 10px !important;
    }


    /* Promo paragraph */
    .wc-promo p {
        font-size: 15px !important;
        line-height: 1.45 !important;
        margin: 0 0 12px !important;
    }


    /* Promo button */
    .wc-btn {
        margin-top: 8px !important;
        width: fit-content !important;
        padding: 10px 16px !important;
    }
/* Keep mobile cards visually balanced */
.login__wrapper .columns.is-multiline {
    align-items: stretch !important;
}

.returning-wrapper,
.wc-promo-column {
    min-height: 100%;
}

    /* Login appears first */
    .login__wrapper .columns.is-multiline > .returning-wrapper {
        order: 1 !important;
    }


    /* Promo appears second */
    .login__wrapper .columns.is-multiline > .wc-promo-column {
        order: 2 !important;
    }


    /* Mobile page spacing */
    .login__wrapper {
        padding: 0 16px !important;
margin-top: 20px !important; 
    }

 /* HEADER BANNER/TEXT - MOBILE SIZING */

 .hero-banner {
  width: 100%;
    height: auto;
}

.hero-banner img {
    width: 100%;
    height: 420px;
  object-fit:fill;
  
}

.hero-text {
    top: 50%;
    left: 15px;
    right: 15px;

    width: auto;
    max-width: none;

    transform: translateY(-50%);
}
.hero-text h3{
    font-size: 35px;
    line-height: 1.15;
    margin-bottom: 6px;
}

.hero-text h4{
    font-size: 20px;
    line-height: 1.25;
    margin-bottom: 8px;
 color:#47D7AC;

}

.hero-text p{
    font-size: 16px;
    line-height: 1.35;
    max-width: 100%;
}
.page-title .title {
    margin-top: 20px;
}

}


