/* Hero basics */
#hero {
    min-height: 95vh;
    background: url(/assets/images/bg-4.png) center/cover no-repeat;
    display: flex;               /* center everything vertically */
    align-items: center;
    box-shadow: inset 0 -10px 15px -10px rgba(0, 0, 0, 0.6);
  }
  
  #hero .container * {
    color: #fff;
  }


#hero h1 {
  font-size: clamp(2rem, 8vw, 4em);
  line-height: 5rem;
  font-weight: bolder;
}

  #hero h1 span {
    color: #ff9b00 !important;
  }

  #hero h3 {
    font-size: 30px;
    text-transform: uppercase;
  }

  @media (max-width: 600px) {
    #hero h1 {
      font-size: 60px;
      line-height: 1em;
    }
    #hero h3 {
      font-size: 20px;
    }
  }

  /* Clean up the container — it’s just centering & stacking now */
  #hero .container {
    max-width: 800px;
    margin: 0 auto;
  }
  
  /* Flex‐wrap your boxes under the headings */
  .boxes-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
    margin-top: 2rem;
  }
  
  /* Glass style (no absolute!) */
  .glasscontainer {
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.3);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border-radius: 12px;
    box-shadow: 0 4px 30px rgba(0,0,0,0.1);
    padding: 10px 16px;
    color: hsl(223, 100%, 92%) !important;
    white-space: nowrap;
    display: inline-block;
    /* max-width: 500px; */
    white-space: normal;
    overflow-wrap: break-word; 
  }


  .gradient-heading {
    background: linear-gradient(
      90deg,
      #FFC857,   /* warm yellow */
      #FF6E1A,  /* electric orange */
      #a11a82,   /* warm yellow */
      #FFC857   /* warm yellow */
    );
    -webkit-background-clip: text;
            background-clip: text;
    color: transparent;
  }


/*****************************/
/*  BEFORE & AFTER CARDS     */
/*****************************/

/* ───────── 1. CARD SHELL ───────── */
.compare-card{
    /* shared glass look */
    border: 2px solid transparent;          /* reserve space for any border */
    border-radius: 1.125rem;
    background: #0039b5;                    /* solid blue fill */
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 8px 22px rgba(0,0,0,.05);
    overflow: hidden;                       /* lets border‑radius clip */
    position: relative;
  }
  
  /* ─────── 2. GRADIENT BORDER (AFTER) ─────── */
  .compare-card.after{
    /* two‑layer background:  1) blue fill  • 2) gradient border */
    background-image:
      linear-gradient(#0039b5, #0039b5),     /* inner fill */
      linear-gradient(135deg,
        #FFC857 0%,
        #FF6E1A 50%,
        #A11A82 100%);                       /* outer ring */
    background-origin: border-box;           /* both start at border box */
    background-clip:    padding-box, border-box;
    /* ‑‑ first layer clipped to padding (inside);
         second layer clipped to border box → becomes the 2 px ring */
  }
  
  /* ───────── 3. WATERMARK ICON ───────── */
  .card-watermark{
    position:absolute;
    top:-28px;
    right:-28px;
    font-size:11rem;
    color:#ffffff;
    opacity:.085;
    pointer-events:none;
    line-height:1;
    z-index:0;
  }
  
  /* ─────── 4. BULLET LIST STYLES ─────── */
  .comparison-list{
    list-style:none;
    margin:0;
    padding-left:0;
  }
  .comparison-list li{
    display:flex;
    align-items:start;
    gap:.6rem;
    margin-bottom:.75rem;
    line-height:1.45;
  }
  .comparison-list li:last-child{margin-bottom:0}
  .comparison-list i{
    font-size:.8rem;
    margin-top:.35em;
  }
  .before .comparison-list i{color:#bdcfff;}
  .after  .comparison-list i{color:#ff9b00;}
  
  .compare-card h2{
    font-size:3em;
    color:#bdcfff;
  }
  


  .section-number {
    color: #00d4ff; /* Light blue color for numbers similar to the example */
    font-size: 1.5rem;
    font-weight: bold;
    margin-right: 10px;
  }
  
  .accordion-button {
    background-color: transparent;
    color: #bdcfff;
    border: none;
    padding: 1rem 0;
    box-shadow: none;
    font-size: 1.5rem;
    font-weight: bold;
  }
  
  .accordion-button:focus {
    box-shadow: none;
    border-color: transparent;
    background-color: transparent;
  }
  
  .accordion-button:not(.collapsed) {
    background-color: transparent;
    color: white;
    box-shadow: none;
  }
  
  .accordion-button::after {
    margin-left: auto;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  }
  
  .accordion-button:not(.collapsed)::after {
    transform: rotate(180deg);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2300d4ff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  }
  
  .accordion-button:not(.collapsed)::after {
    transform: rotate(180deg);
  }
  
  .accordion-item {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 0;
  }
  
  .accordion-body {
    padding: 1rem 0 1rem 36px;
  }

  .accordion-body p {
    color: white;
  }

 
  /* Hide all images by default */
  .feature-image {
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
  }
  
  /* Show active image */
  .feature-image.active {
    display: block;
    opacity: 1;
  }
  
  /* Image container */
  .image-container {
    position: relative;
    height: 450px; /* Adjust based on your images */
    display: flex;
    align-items: center;
    justify-content: center;
  }


