
    .container {
      max-width: 1280px;
      margin: 0 auto;
      padding: 0 24px;
    }

   body.page-template-subpage-layout1{
    background-color: #f2f5f9;
   }

       /* ===============================
       THIN HERO with BANNER IMAGE
    ================================ */
    .thin-hero {
      height: 220px;
      /* background: linear-gradient(95deg, rgba(10,42,68,0.85) 0%, rgba(26,95,158,0.75) 100%),
                  url('https://images.unsplash.com/photo-1523240795612-9a054b0db644?ixlib=rb-4.0.3&auto=format&fit=crop&w=1920&q=80'); */
      background-size: cover;
      background-position: center;
      color: var(--white);
      display: flex;
      align-items: center;
      margin-top: 70px;
      position: relative;
    }
   
    .thin-hero .wrap {
      max-width: 1280px;
      margin: 0 auto;
      padding: 0 24px;
      width: 100%;
    }
   
    .thin-hero h1 {
      margin: 0 0 8px;
      font-size: 2.4rem;
      font-weight: 700;
      letter-spacing: -0.02em;
      text-shadow: 0 4px 12px rgba(0,0,0,0.3);
    }
   
    .thin-hero p {
      margin: 0;
      font-size: 1.2rem;
      opacity: 0.95;
      color: var(--white);
      text-shadow: 0 2px 8px rgba(0,0,0,0.25);
    }

    /* ===============================
       BREADCRUMB
    ================================ */
    .breadcrumb-bar {
      background: var(--white);
      border-bottom: 1px solid var(--border-light);
      margin-bottom: 20px;
    }
   
    .breadcrumb {
      display: flex;
      align-items: center;
      gap: 8px;
      font-size: 14px;
      color: var(--text-muted);
      background-color: transparent !important;
      padding: 12px 0 !important;
      margin-bottom: 0 !important;
    }
   
.subpage-layout1 .container.l1{
  padding-left: 15px;
  padding-right: 15px;
}
    .entry .content-card h1, .entry .content-card h2{
      color: inherit !important;
    }
    .breadcrumb a {
      color: var(--brand-blue);
      text-decoration: none;
      font-weight: 500;
    }
   
    .breadcrumb a:hover { text-decoration: underline; }


    main{
      padding: 0 24px;
      
    }
    /* ===============================
       MAIN LAYOUT: Content + Sidebar (Sidebar on RIGHT)
    ================================ */
    .layout {
      display: flex;
      align-items: flex-start;
      flex-direction: row;

    }
   
    .content {
      flex: 1;
      min-width: 0;
    }
   
    /* Sidebar styling - now on the RIGHT */
    .sidebar {
      flex: 0 0 300px;
      background: var(--white);
      border: none;                   
      border-radius: 6px;
      box-shadow: var(--shadow-card);  
      padding: 20px 20px;
      position: sticky;
      top: 90px;
      transition: box-shadow 0.3s ease;
    }
   
    .sidebar:hover {
      box-shadow: var(--shadow-card-hover);
    }
.sidebar .fas.fa-list{    font-size: 17px;
    margin-right: 9px;
}
   
    @media (max-width: 992px) {
      .layout { flex-direction: column; }
      .sidebar { flex: 1 1 auto; width: 100%; position: static; }
    }
   
    .template-subpage-layout1 .sidebar h3 {
      font-size: 1.15rem;
      font-weight: 600;
      color: var(--brand-dark-blue);
      margin: 0 0 18px;
      padding-bottom: 14px;
      border-bottom: 2px solid var(--brand-blue);
      letter-spacing: -0.3px;
    }
   
    .sidebar-nav {
      list-style: none;
      margin: 0 0 24px;
      padding: 0;
    }
   
    .sidebar-nav li {
      margin-bottom: 4px;
    }
   
    .sidebar-nav a {
      display: flex;
      align-items: center;
      gap: 12px;
      padding: 12px 16px;
      text-decoration: none;
      color: #1a5f9e;
      font-weight: 500;
      font-size: 14px;
      border-radius: 10px;
      transition: all 0.2s;
      line-height: 1.4;
    }
   
    .sidebar-nav a i {
      color: var(--brand-blue);
      width: 20px;
      font-size: 1rem;
    }
   
    .sidebar-nav a:hover {
      background: var(--light-bg);
      color: var(--brand-blue);
    }
   
    .sidebar-nav a.active {
      background: #EEF5FB;
      color: var(--brand-blue);
      font-weight: 600;
    }
   
    /* Contact box in sidebar (from screenshot) */
    .sidebar-contact {
      background: linear-gradient(145deg, #F0F7FF, var(--white));
      border: 1px solid var(--border-light);
      border-radius: var(--radius-md);
      padding: 20px 16px;
      margin-top: 20px;
    }
   
    .sidebar-contact p {
      font-size: 0.95rem;
      color: var(--text-secondary);
      margin-bottom: 18px;
      line-height: 1.5;
    }
   
    .sidebar-contact p strong {
      color: var(--brand-dark-blue);
      font-weight: 600;
    }
   
    .sidebar-contact .btn-sidebar {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      background: var(--brand-blue);
      color: var(--white);
      text-decoration: none;
      padding: 12px 24px;
      border-radius: 6px;
      font-weight: 600;
      font-size: 0.95rem;
      transition: 0.2s;
      width: 100%;
      justify-content: center;
      border: none;
      cursor: pointer;
    }
   
    .sidebar-contact .btn-sidebar:hover {
      background: var(--brand-dark-blue);
      transform: translateY(-2px);
    }

    /* ===============================
       CONTENT CARDS - No borders, floating shadows
    ================================ */
    .content-card {
      background: var(--white);
      border: none;                    /* remove border */
   border-radius:0 0 6px 6px;
      padding: 32px;
      margin-bottom: 24px;
      transition: box-shadow 0.3s ease;
    }

  .content-card.heighlights, .content-card.insurance{
  padding-left:0;
  padding-right:0;
  border-top:1px dashed var(--brand-blue);
}

.content-card .overview{
 padding-bottom:2rem;
}
   

   
    .content-card h2 {
      font-size: 1.7rem;
      font-weight: 600;
      color: var(--brand-dark-blue);
      margin: 0 0 15px;
      letter-spacing: -0.02em;
    }
   
    .content-card .lead {
      font-size: 1rem;
      color: var(--text-secondary);
      line-height: 1.5;
      margin-bottom: 24px;
      font-weight: 400;
    }
   
    .content-card p {
      color: var(--text-secondary);
      font-size: 1rem;
      line-height: 1.6;
    }
   
    .content-card p strong {
      color: var(--brand-dark-blue);
      font-weight: 600;
    }
   
    /* Coverage items list */
    .coverage-list {
      list-style: none;
      padding: 0;
      margin: 24px 0;
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
      gap: 12px;
    }
   
    .coverage-list li {
      display: flex;
      align-items: center;
      gap: 8px;
      padding: 12px 18px;
      background: var(--light-bg);
      border-radius: 6px;
      border: 1px solid var(--border-light);
      font-weight: 500;
      color: var(--text-secondary);
      font-size: 14px;
    }
   
    .coverage-list li i {
      color: var(--brand-blue);
      font-size: 1.1rem;
    }
   
    /* Plan highlights grid */
    .highlights-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 16px;
      margin: 24px 0 ;
    }
   
    @media (max-width: 600px) {
      .highlights-grid { grid-template-columns: 1fr; }
    }
   
    .highlight-item {
      display: flex;
      align-items: center;
      gap: 5px;
      padding: 12px;
      background: var(--light-bg);
      border-radius: 6px;
      border: 1px solid var(--border-light);
    }
   
    .highlight-item i {
      color: var(--brand-blue);
      font-size: 1.3rem;
      width: 28px;
    }
   
    .highlight-item strong {
      font-weight: 600;
      color: var(--brand-dark-blue);
      font-size: 14px;
    }
   
    /* Online enrollment banner */
    .enroll-banner {
      background: #0075BC;
      color: var(--white);
      padding: 12px 24px;
      border-radius: 6px;
      display: inline-flex;
      align-items: center;
      text-decoration:none;
      gap: 15px;
      margin: 12px 0 0;
      font-size: 1rem;
      font-weight: 600;
      transition:0.2s;
     
    }
    .enroll-banner:hover{
     background: var(--brand-dark-blue);
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    color: var(--white) !important;
    text-decoration: none !important;

}
   
    .enroll-banner i { font-size: 1.4rem; }
    .enroll-banner span { color: var(--white); }
   
    /* CTA Buttons - Updated with arrow on RIGHT */
    .btn-modern {
      display: inline-flex;
      align-items: center;
      gap: 12px;
      background: var(--brand-primary);
      color: var(--white);
      text-decoration: none;
      padding: 12px 24px;
      border-radius: 6px;
      font-weight: 600;
      font-size: 1rem;
      transition: 0.2s;
      border: none;
      cursor: pointer;
      flex-direction: row;
    }
   
    .btn-modern i {
      font-size: 0.9rem;
      transition: transform 0.2s ease;
      order: 2;
     
    }
   
    .btn-modern span {
      order: 1;

    }
   
    .btn-modern:hover {
      background: var(--brand-dark-blue) !important;
      transform: translateY(-2px) !important;
      box-shadow: 0 10px 20px rgba(0,0,0,0.1) !important;
      color: var(--white);
      text-decoration: none !important;
    }
   
    .btn-modern:hover i {
      transform: translateX(4px);
    }
   
    .btn-modern.outline {
      background: transparent;
      border: 2px solid var(--brand-blue);
      color: var(--brand-blue);
    }
   
    .btn-modern.outline:hover {
      background: var(--brand-blue);
      color: var(--white);
    }

  
   

/* mobile stacking (optional, clean) */
@media (max-width: 768px) {
  .filter-card-header {
    flex-direction: column;
    align-items: flex-start;
  }
.menu-toggle { display: block; }

  .filter-item.itemFirst{
min-width: 160px ;
}
.content-card h2{
font-size: 1.4rem;
}

}
/* --- Smooth full-width underline for top-level nav items --- */




.imgwrap{
width: 100%;
    height: 300px;
    overflow: hidden;
    border-radius: 6px 6px 0 0;
    box-shadow: var(--shadow-card);
}
 .imgwrap img{
 width:100%;
object-fit:cover;
}

/* Mobile: disable underline animation for cleaner stacked list */
@media (max-width: 768px) {

.imgwrap{
 height:180px;
}
.thin-hero h1{
font-size:1.5rem;
}




}

.insurance-sec{

background:linear-gradient(145deg, #F0F7FF, var(--white));
border-radius:6px;
border:1px solid #e0e6ed;
}
.insurance-sec h3{
margin-bottom:16px;
}

/* ========== STICKY ENROLL BUTTON - Matching other buttons ========== */
.sticky-enroll-btn {
  position: fixed;
  bottom: 24px;
  right: 24px;
  background: #0075BC;
  color: var(--white);
  padding: 12px 24px;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  gap: 12px;
  font-size: 1rem;
  font-weight: 600;
  transition: 0.2s;
  box-shadow: 0 8px 22px rgba(0, 117, 188, 0.35);
  z-index: 1999;
  font-family: 'Inter', sans-serif;
  cursor: pointer;
  border: none;
  white-space: nowrap;
  flex-direction: row;
}

.sticky-enroll-btn i {
  font-size: 0.9rem;
  transition: transform 0.2s ease;
  order: 2;
}

.sticky-enroll-btn span {
  order: 1;
}

.sticky-enroll-btn:hover {
  background: var(--brand-dark-blue);
  transform: translateY(-3px);
  box-shadow: 0 16px 28px rgba(0, 70, 110, 0.4);
}

.sticky-enroll-btn:hover i {
  transform: translateX(4px);
}

@media (max-width: 768px) {
  .sticky-enroll-btn {
    bottom: 16px;
    right: 16px;
    padding: 10px 20px;
    font-size: 0.9rem;
    gap: 10px;
    z-index: 9999;
  }
}

@keyframes fadeSlideUp {
  0% { opacity: 0; transform: translateY(20px); }
  100% { opacity: 1; transform: translateY(0); }
}

.sticky-enroll-btn {
  animation: fadeSlideUp 0.4s ease-out;
}
