/* ---- Start of inline style block #1 ---- */
.preferred-hero{
    padding:50px 20px;
    background:url("https://www.flextermhealth.com/wp-content/uploads/2026/03/CoupleJogging_blurred.jpg") center/cover no-repeat;

    /* Added font */
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.hero-wrapper{
    max-width:1200px;
    margin:auto;
    display:grid;
    grid-template-columns:1fr 420px;
    gap:40px;
}

.hero-left{
    display:flex;
    align-items:center;
}

.hero-left-inner{
    max-width:620px;
}

.hero-left h1{
    font-size:45px;
    margin-bottom:20px;
}

.hero-left p{
    font-size:18px;
    line-height:1.6;
    margin-bottom:18px;
}

.hero-tags{
    margin-top:20px;
}

.hero-tags span{
    display:inline-block;
    padding:8px 14px;
    border:1px solid #ccc;
    border-radius:6px;
    margin:6px;
    font-size:14px;
    background:white;
}

.hero-form{
    background:white;
    padding:30px;
    border:1px solid #ddd;
    border-radius:6px;
}

.hero-form h3{
    margin-bottom:10px;
}

.hero-form p{
    font-size:14px;
    margin-bottom:15px;
}

.hero-form label{
    display:block;
    margin-top:14px;
    font-size:14px;
}

.hero-form input{
    width:100%;
    padding:10px;
    margin-top:4px;
    border:1px solid #ccc;
    border-radius:4px;
    box-sizing:border-box;
}

.hero-form button{
    margin-top:18px;
    width:100%;
    padding:12px;
    border:none;
    background:#333;
    color:white;
    font-size:16px;
    border-radius:4px;
    cursor:pointer;
}

.hero-form button:hover{
    background:#000;
}

@media (max-width:900px){

.hero-wrapper{
    grid-template-columns:1fr;
}

.hero-left{
    justify-content:center;
    text-align:center;
}

}
/* ---- End of inline style block ---- */

/* ---- Start of inline style block #2 ---- */
.clients-section{
background:#0c71c3;
font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    padding-left: 0px;
    padding-right: 0px;
}

.clients-grid{
display:grid;
grid-template-columns:40% 60%;
}

/* IMAGE SIDE */

.clients-image{
background-image:url("https://www.flextermhealth.com/wp-content/uploads/2026/03/businessman_with_client_flex-1.jpg");
background-size:cover;
background-position:center;
min-height:480px;
}

/* TEXT SIDE */

.clients-text{
display:flex;
align-items:center;
}

/* GRID ALIGNMENT */

.clients-inner{
max-width:1200px;
width:100%;
margin:0 auto;
color:white;
}

/* TYPOGRAPHY */

.clients-inner h2{
font-size:42px;
margin-top: 0px;
margin-bottom:20px;

}

.clients-inner p{
font-size:20px;
line-height:1.7;
margin-bottom:22px;
max-width:720px;
}

/* BUTTON */

.brochure-btn{
display:inline-flex;
align-items:center;
gap:12px;
padding:12px 22px;
background:white;
color:#0c71c3;
text-decoration:none;
border-radius:8px;
font-size:18px;
font-weight:600;
}

.brochure-btn:hover{
background:#f4f4f4;
}

.pdf-icon{
background:#d32f2f;
color:white;
font-size:12px;
padding:6px 8px;
border-radius:4px;
font-weight:700;
}
/* ---- End of inline style block ---- */

/* ---- Start of inline style block #3 ---- */
.everest-section{
    background:#f4f6f8;
    padding:60px 20px;
    font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.everest-wrapper{
    max-width:1200px;
    margin:auto;
}

.everest-wrapper h2{
    margin-top: 0px;
    font-size:36px;
    margin-bottom:20px;
}

.everest-wrapper p{
    font-size:18px;
    line-height:1.6;
    margin-bottom:20px;
    max-width:900px;
}

.everest-card{
    margin-top:30px;
    background:white;
    border-radius: 10px;
    padding:30px;
    display:grid;
    grid-template-columns:260px 1fr;
    gap:40px;
    align-items:center;
}

.everest-logo img{
    max-width:200px;
}

.everest-text h3{
    font-size:22px;
    margin-bottom:10px;
}

.everest-text p{
    font-size:17px;
    margin-bottom:15px;
}

@media (max-width:900px){

.everest-card{
    grid-template-columns:1fr;
}

.everest-logo{
    text-align:center;
}

}
/* ---- End of inline style block ---- */

/* ---- Start of inline style block #4 ---- */
.sales-tools-section{
    background:#ddebf7 !important;
    padding:60px 20px;
    font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.sales-tools-wrapper{
    max-width:1200px;
    margin:auto;
}

.sales-tools-wrapper h2{
    margin-top: 0px;
    font-size:36px;
    margin-bottom:12px;
}

.sales-intro{
    font-size:18px;
    line-height:1.6;
    margin-bottom:35px;
    max-width:900px;
}

/* GRID */

.sales-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:25px;
}

/* CARDS */

.sales-card{
    background:white;
    padding:30px;
    border-radius:10px;
    text-align:center;
    min-height:230px;
}

.sales-card h3{
    font-size:19px;
    margin-bottom:15px;
}

.sales-card p{
    font-size:16px;
    line-height:1.6;
}

/* BIGGER CIRCLE */

.num-circle{
    width:60px;
    height:60px;
    margin:0 auto 15px auto;
    border-radius:50%;
    border:2px solid #cfcfcf;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:600;
    font-size:22px;
    background:white;
}

/* RESPONSIVE */

@media (max-width:1000px){

.sales-grid{
    grid-template-columns:repeat(2,1fr);
}

}

@media (max-width:600px){

.sales-grid{
    grid-template-columns:1fr;
}

}
/* ---- End of inline style block ---- */

/* ---- Start of inline style block #5 ---- */
.flexterm-benefits-section{
    background:#f4f6f8;
    position:relative;
    display:flex;
    font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

/* GRID ALIGNMENT */

.flexterm-benefits-wrapper{
    max-width:1200px;
    margin:auto;
    padding:60px 20px;
    width:100%;
    display:grid;
    grid-template-columns:60% 40%;
    gap:40px;
}

/* TEXT */

.flexterm-benefits-left h2{
    font-size:34px;
    margin-bottom:15px;
    margin-top:0px;
}

.flexterm-benefits-left p{
    font-size:18px;
    line-height:1.6;
}

.flexterm-benefits-right h3{
    font-size:22px;
    margin-bottom:10px;
}

.flexterm-benefits-right ul{
    padding-left:20px;
}

.flexterm-benefits-right li{
    font-size:17px;
    margin-bottom:10px;
}

/* RIGHT EDGE IMAGE */

.flexterm-benefits-image{
    position:absolute;
    top:0;
    right:0;
    width:35%;
    height:100%;
    background:url("https://www.flextermhealth.com/wp-content/uploads/2026/03/handshake_flex.jpg") center/cover no-repeat;
}

/* MOBILE */

@media (max-width:900px){

.flexterm-benefits-section{
    flex-direction:column;
}

.flexterm-benefits-wrapper{
    grid-template-columns:1fr;
}

.flexterm-benefits-image{
    position:relative;
    width:100%;
    height:250px;
}

}
/* ---- End of inline style block ---- */

/* ---- Start of inline style block #6 ---- */
.faq-section{
    background:#ddebf7;
    padding:60px 20px;
    font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.faq-wrapper{
    max-width:1200px;
    margin:auto;
}

.faq-wrapper h2{
    font-size:32px;
    margin-bottom:25px;
    margin-top:0px;
}

/* ACCORDION */

.accordion-item{
    border:1px solid #d6d6d6;
    border-bottom:none;
}

.accordion-item:last-child{
    border-bottom:1px solid #d6d6d6;
}

.accordion-header{
    width:100%;
    text-align:left;
    padding:16px 18px;
    font-size:16px;
    background:#f2f2f2;
    border:none;
    cursor:pointer;

    display:flex;
    justify-content:space-between;
    align-items:center;
}

.accordion-header:hover{
    background:#e8e8e8;
}

.accordion-icon{
    font-size:18px;
    transition:transform .25s ease;
}

.accordion-content{
    display:none;
    padding:20px;
    background:white;
    font-size:15px;
    line-height:1.6;
}

.accordion-item.active .accordion-content{
    display:block;
}

.accordion-item.active .accordion-icon{
    transform:rotate(180deg);
}

/* STATE TAG GRID */

.state-tags{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
}

.state-tags span{
    border:1px solid #d6d6d6;
    padding:6px 12px;
    background:#f7f7f7;
    font-size:14px;
}
/* ---- End of inline style block ---- */

/* ---- Start of inline style block #7 ---- */
.agent-platform-section{
    padding:60px 20px;
    background:#f4f6f8;
    font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.agent-wrapper{
    max-width:1200px;
    margin:auto;
}

.agent-platform-section h2{
    font-size:32px;
    margin-bottom:8px;
    margin-top:0px;
}

.agent-subtext{
    color:#6b7785;
    margin-bottom:25px;
    font-size:16px;
}

/* TOP HIGHLIGHT BOX */

.agent-highlight-box{
    border:1px solid #d6d6d6;
    background:#ffffff;
    padding:22px;
    margin-bottom:30px;
}

.agent-highlight-box ul{
    margin:0;
    padding-left:20px;
}

.agent-highlight-box li{
    margin-bottom:10px;
    line-height:1.6;
    background:#ffffff;
    border-radius: 10px;
}

/* TWO COLUMN LAYOUT */

.agent-columns{
    display:flex;
    gap:30px;
}

.agent-box{
    flex:1;
    border:1px solid #d6d6d6;
    background:#ffffff;
    padding:22px;
}

.agent-box h3{
    margin-top:0;
    margin-bottom:14px;
}

.agent-box ul{
    padding-left:20px;
}

.agent-box li{
    margin-bottom:10px;
}

.agent-box p{
    line-height:1.6;
}
/* ---- End of inline style block ---- */

/* ---- Start of inline style block #8 ---- */
.cta-section {
    background: #0c71c3;
    padding: 80px 20px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    color: white;
}

.cta-wrapper{
    max-width:1200px;
    margin:auto;
}

.cta-grid{
    display:flex;
    gap:60px;
    align-items:center;
}

.cta-left{
    flex:1;
    color:white;
}

.cta-left h2{
    font-size:36px;
    margin-bottom:15px;
    margin-top:0px;
}

.cta-sub{
    font-size:18px;
    opacity:.95;
    margin-bottom:25px;
}

.cta-features div{
    margin-bottom:10px;
    font-size:16px;
}

/* FORM CARD */

.cta-form-card{
    width:420px;
    background:white;
    padding:30px;
    box-shadow:0 12px 30px rgba(0,0,0,.15);
    border-radius: 10px;
}

.cta-form-card h3{
    margin-top:0;
}

.cta-form-text{
    font-size:14px;
    color:#555;
    margin-bottom:20px;
}

.cta-form-card label{
    display:block;
    font-size:13px;
    margin-bottom:5px;
}

.cta-form-card input{
    width:100%;
    padding:10px;
    margin-bottom:14px;
    border:1px solid #ccc;
    font-size:14px;
}

.cta-form-card button{
    width:100%;
    background:#333;
    color:white;
    border:none;
    padding:12px;
    font-size:16px;
    cursor:pointer;
}

.cta-form-card button:hover{
    background:#222;
}
/* ---- End of inline style block ---- */

/* ---- Start of inline style block #9 ---- */
.testimonials-section{
background:#ddebf7;
padding:70px 20px;
font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.testimonials-wrapper{
max-width:1200px;
margin:auto;
}

.testimonials-grid{
display:grid;
grid-template-columns:1fr 1fr;
gap:30px;
}

.testimonial-box{
background:white;
border:1px solid #d6d6d6;
padding:28px;
border-radius: 10px;
}

.testimonial-box h3{
margin-top:0;
font-size:22px;
margin-bottom:10px;
}

.testimonial-sub{
color:#6b7785;
margin-bottom:18px;
}

.testimonial-box ul{
padding-left:20px;
margin:0;
}

.testimonial-box li{
margin-bottom:12px;
line-height:1.6;
}

.testimonial-box a{
color:#1a73e8;
text-decoration:none;
}

.testimonial-box a:hover{
text-decoration:underline;
}
/* ---- End of inline style block ---- */

/* ---- Start of inline style block #10 ---- */
.addons-section{
padding-top:70px;
background:#ffffff;
font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.addons-wrapper{
max-width:1200px;
margin:auto;
}

.addons-section h2{
font-size:30px;
margin-bottom:10px;
margin-top:0px;
}

.addons-subtext{
color:#6b7785;
margin-bottom:35px;
font-size:16px;
}

/* GRID */

.addons-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:25px;
}

/* CARD */

.addon-card{
border:1px solid #d8d8d8;
padding:22px;
background:#fafafa;
border-radius: 10px;

display:flex;
flex-direction:column;
}

.addon-card h3{
margin-top:0;
font-size:18px;
}

.addon-card p{
font-size:14px;
line-height:1.6;
margin-bottom:20px;

flex-grow:1;
}

/* BUTTON */

.addon-btn{
display:inline-block;
background:#0c71c3;
color:white;
text-decoration:none;
padding:9px 16px;
font-size:14px;
border-radius:8px;
align-self:flex-start;
}

.addon-btn:hover{
background:#095ea5;
}

/* FOOTNOTE */

.addons-footnote{
text-align: center;
margin-top:18px;
font-size:13px;
color:#777;
}
/* ---- End of inline style block ---- */

/* ---- Start of inline style block #11 ---- */
 
/* CONTENT WIDTH */

.sasid-wrapper{
    max-width:1200px;
    margin:auto;
}

/* SASID BOX */

.sasid-box{
    border:1px solid #d9d9d9;
    padding:30px;
    background:#f9f9f9;
    border-radius: 10px;
}

/* GRID */

.sasid-grid{
    display:flex;
    align-items:center;
    gap:30px;
}

/* SASID LOGO */

.sasid-logo img{
    width:170px;
    height:auto;
}

/* TEXT */

.sasid-text h3{
    margin-top:0;
    font-size:22px;
    margin-bottom:10px;
}

.sasid-text p{
    font-size:16px;
    line-height:1.6;
    margin-bottom:14px;
}

.sasid-text a{
    color:#1a73e8;
    text-decoration:none;
    font-size:16px;
}

.sasid-text a:hover{
    text-decoration:underline;
}
/* ---- End of inline style block ---- */



/* Utilities: quiet descriptions and small text */
.small, .text-muted{ color: var(--wf-text-muted) !important; }

/* Spacing helpers for tight stacks */
.mb-2-5{ margin-bottom: .75rem !important; }

@media (min-width: 992px) {
    .ms-lg-2 {
        margin-left: .5rem !important;
        margin-top: .25rem;
    }
}

.navbar{
 
  top: 0;
  z-index: 1030; 
}
 #wpadminbar,
#wp-toolbar,
.quicklinks {
  display: none !important;
}

 .edit-page-floating {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99999;
  background: #000;
  color: #fff;
  padding: 8px 14px;
  border-radius: 4px;
  font-size: 14px;
  text-decoration: none;
}
.edit-page-floating:hover {
  background: #222;
}



/* Prevent horizontal overflow */
body {
  overflow-x: hidden;
}

/* Images scale properly */
img.partner-logo {
    height: 50px;
}


/* ========================= */
/* ===== TABLET / MOBILE ==== */
/* ========================= */

@media (max-width: 900px) {

  /* HERO */
  .hero-wrapper {
    display: block !important;
    text-align: center;
  }

  .hero-left-inner {
    margin: auto;
    max-width: 650px;
  }

  .hero-tags {
    justify-content: center;
  }

  .cta-form-card {
    margin: 40px auto 0 auto;
    max-width: 500px;
  }


  /* CLIENT SECTION */
  .clients-grid {
    display: block !important;
  }

  .clients-image {
    width: 100%;
    min-height: 240px;
    margin-bottom: 25px;
  }

  .clients-text {
    text-align: center;
  }

  .clients-inner {
    margin: auto;
  }


  /* EVEREST CARD */
  .everest-card {
    flex-direction: column !important;
    text-align: center;
  }

  .everest-logo {
    margin-bottom: 15px;
  }


  /* BENEFITS SECTION */
  .flexterm-benefits-section {
    display: block !important;
    text-align: center;
  }

  .flexterm-benefits-image {
    width: 100%;
    min-height: 250px;
    margin-top: 25px;
  }

  .flexterm-benefits-left {
    margin: auto;
    max-width: 700px;
  }

  .flexterm-benefits-left ul {
    text-align: left;
    display: inline-block;
  }


  /* SALES GRID (TOOLS SECTION) */
  .sales-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }


  /* AGENT SECTION */
  .agent-columns {
    display: block !important;
  }

  .agent-box {
    margin-bottom: 25px;
  }


  /* CTA */
  .cta-grid {
    display: block !important;
    text-align: center;
  }

  .cta-left {
    margin-bottom: 30px;
  }


  /* TESTIMONIALS */
  .testimonials-grid {
    display: block !important;
  }

  .testimonial-box {
    margin-bottom: 25px;
  }


  /* ADDONS */
  .addons-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }


  .logo-grid-container {
    padding: 60px 0;
    background-color: #f8f9fa; /* Light background for contrast */
}

.partner-logo {
    max-height: 50px;
    max-width: 100%;
    width: auto;
    object-fit: contain;
    /* Optional: Professional grayscale effect */
    filter: grayscale(100%);
    opacity: 0.7;
    transition: all 0.3s ease;
}

 

.partner-logo:hover {
    filter: grayscale(0%);
    opacity: 1;
    transform: scale(1.05); /* Slight pop on hover */
}

/* Vertical centering helper */
.logo-col {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

  /* SASID */
  .sasid-grid {
    display: block !important;
    text-align: center;
  }

  .sasid-logo {
    margin-bottom: 20px;
  }

}


/* ========================= */
/* ===== SMALL PHONES ====== */
/* ========================= */

@media (max-width: 600px) {

  .sales-grid {
    grid-template-columns: 1fr !important;
  }

  .addons-grid {
    grid-template-columns: 1fr !important;
  }

  section {
    padding-left: 20px;
    padding-right: 20px;
  }

}

/* Fix overly wide form card */
.cta-form-card .bg-white {
    margin: 0 auto;
    box-sizing: border-box;
}

.hero-wrapper {
  padding-top: 20px
}

/* Prevent flex header from stretching container */
.cta-form-card .bg-white p.d-flex {
    flex-wrap: wrap;
    gap: 6px;
}

/* Ensure inputs don't overflow */
.cta-form-card input,
.cta-form-card button {
    width: 100%;
}



/* --- UPDATED MOBILE FORM FIX --- */
@media (max-width: 768px) {
    /* Allow the card to expand to the width of the screen minus some margin */
    .cta-form-card {
        width: 95% !important; /* Use most of the screen width */
        max-width: 500px;      /* But don't let it get giant on tablets */
        margin: 20px auto !important;
        padding: 20px !important; /* Give the insides room to breathe */
    }

    /* Reset the inner wrapper to fill the card */
    .cta-form-card .bg-white {
        max-width: 100% !important;
        width: 100%;
        margin: 0;
    }

    /* Fix the header so the link doesn't look cramped */
    .cta-form-card .h5 {
        font-size: 1.1rem;
        line-height: 1.3;
    }
    
    /* Ensure the inputs have enough height for easy tapping (UX improvement) */
    .cta-form-card input {
        height: 45px;
        font-size: 16px; /* Prevents iOS auto-zoom on focus */
    }
}


.gregify {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom:1em;
}


.gregify {
  position: relative;
  background: linear-gradient(135deg,#0d6efd,#6610f2);
  padding: 3px;                 /* ring thickness */
  border-radius: 50%;
}
.gregify {                       /* inner image still circular */
  background-clip: padding-box;
}
.gregify {
  /* keep image clipped in the inner circle */
  box-sizing: content-box;
}
