@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/7.0.1/css/all.min.css');

  :root
  {
    --hero-grad-from:#0f172a; 
    --hero-grad-mid:#1f2937; 
    --hero-grad-to:#0f172a;
    --frame-grad-from:#ffffff33;
    --frame-grad-to:#ffffff00;
  }

  body
  { 
    background: linear-gradient(180deg, #174b41, #e1f1ee, #dff4f0);
    background-size: 100% 300%;
    animation: gradientBG 15s ease infinite;
  } 

  @keyframes gradientBG 
  {
    0% 
    {
      background-position: 0% 0%;
    }
    50% 
    {
      background-position: 0% 100%;
    }
    100% 
    {
      background-position: 0% 0%;
    }
  }
      
  /* -----------
      Header 
  -----------*/
  .hero-header
  {
    position: relative;
    min-height: 90vh; 
    background-image: 
      linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../image/head-img.png');
    isolation: isolate; 
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    mask: linear-gradient(to bottom, #000 85%, transparent );
  }

  .hero-header::after
  {
    content:"";
    position:absolute;
    inset:0;
    background:
      linear-gradient(to bottom, rgba(12,10,11,.75),
      rgba(12,10,11,.35) 40%, rgba(12,10,11,.85)), rgba(0,0,0,.25);
    z-index:0;
  }

  .hero-header > *{
    position:relative;
    z-index:1;
  }

  /* HEADLINE INLINE */
  .hero-title {
    font-weight: 700;
    font-size: 3rem;
    color: #fff;
    margin-bottom: 1.5rem;
    line-height: 1.2;
    white-space: normal;
  }

  .title-main {
    display: inline;
  }

  .title-sub {
    display: inline;
    font-size: 1.45rem; /* smaller subtitle */
    font-weight: 600;
    color: rgba(255,255,255,.85);
    margin-left: 0.2rem;
    white-space: nowrap; /* keep it on same line */
  }

  .desc {
    color: rgba(255, 255, 255, 0.8); 
    font-size: 1.05rem;     
    line-height: 1.5;   
    font-weight: 350;  
    letter-spacing: 0.5px;   
    margin-top: 1.5rem;  
    margin-bottom: 35px;
    max-width: 800px;  
  }

  .prv-img 
  {
    width: 120%;
    height: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;
    margin-left: 70px;
    filter: drop-shadow(0 25px 8px rgba(0, 0, 0, 0.22));
  }

  /* ----------- 
    Header Motor IMG
    -----------*/
  .bridge-figure
  {
    position: relative;
    height: clamp(120px, 22vw, 260px);  
    z-index: 2;
    
  }

  .bridge-img
  {
    position: absolute;
    left: 50%;
    top: 10px;                             
    transform: translate(-50%, -50%); 
    width: min(90vw, 1100px);
    height: auto;
    pointer-events: none;
    filter: drop-shadow(0 55px 10px rgba(0,0,0,.22));
    animation: flyMove 1.25s ease-in-out infinite alternate;
  }

  @keyframes flyMove
  {
    0%   
    { 
      transform: translate(-50%, -50%) translateY(0); 
    }
    100% 
    { 
      transform: translate(-50%, -50%) translateY(-2%); 
    }
  }

  .lg-hd {
    -webkit-mask-image: linear-gradient(to top, transparent 0%, rgb(255, 255, 255) 10%), 
                        linear-gradient(to bottom, transparent 0%, rgb(255, 255, 255) 10%);
    -webkit-mask-composite: destination-in;
    mask-image: linear-gradient(to top, transparent 0%, rgb(255, 255, 255) 10%), 
                linear-gradient(to bottom, transparent 0%, rgb(255, 255, 255) 10%);
    mask-composite: intersect;
  }

    /* ---------- BUTTON ROW ---------- */
  .btn-row {
    display: flex;
    gap: 10px;
  }

  /* ---------- CTA BUTTON BASE ---------- */
  .cta-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.75rem 1.25rem;
    border: 1px solid transparent;
    border-radius: 22px;
    text-decoration: none;
    cursor: pointer;
    overflow: hidden;
    color: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.18);
    text-shadow: none;
    transition: 
      background-color 0.22s ease, 
      border-color 0.22s ease, 
      color 0.22s ease,
      box-shadow 0.475s ease; /* Smooth shadow growth */
    z-index: 0;
  }

  /* ---------- Hover subtle shadow ---------- */
  .cta-btn:hover {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25);
  }

  /* ---------- Maintain text styles ---------- */
  .cta-btn:link, .cta-btn:visited, .cta-btn:hover,
  .cta-btn:active, .cta-btn:focus {
    color: #fff;
    text-decoration: none;
  }

  .cta-btn .icon, .cta-btn .label, .cta-btn .caret {
    color: currentColor;
    position: relative;
    z-index: 1;
  }

  .cta-btn .caret {
    display: inline-block;
    transition: transform 0.3s ease;
  }

  .cta-btn:hover .caret {
    transform: translateX(6px);
  }

  .cta-btn:focus-visible {
    outline: 3px solid var(--focus);
    outline-offset: 2px;
    border-radius: inherit;
  }

  /* ---------- ICON ---------- */
  .cta-btn .icon {
    display: inline-grid;
    place-items: center;
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 999px;
  }

  /* ---------- RED BUTTON ---------- */
  .cta-btn--red {
    background: #7d0000;
  }

  .cta-btn--red::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scaleX(0);
    transform-origin: 0 50%;
    background: linear-gradient(82.3deg, rgb(43, 38, 38) 10.8%, rgb(122, 9, 9) 94.3%);
    border-radius: inherit;
    z-index: 0;
    transition: transform 0.475s ease;
  }

  .cta-btn--red:hover::before {
    transform: scaleX(1);
  }

  /* ---------- DARK BUTTON ---------- */
  .cta-btn--dark {
    background: #2b2f36;
  }

  .cta-btn--dark::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scaleX(0);
    transform-origin: 0 50%;
    background: linear-gradient(82.3deg, rgb(122, 9, 9) 10.8%, rgb(43, 38, 38) 94.3%);
    border-radius: inherit;
    z-index: 0;
    transition: transform 0.475s ease;
  }

  .cta-btn--dark:hover::before {
    transform: scaleX(1);
  }


  /* --------
    LOGOS-LOOP 
    --------*/
  .lp-scope 
  {
    --h: 250px;
    --gap: 64px;
    position: relative;
  }

  .marquee 
  {
    position: relative;
    overflow: hidden;
  }

  .marquee::before, .marquee::after
  {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 10vw;
    pointer-events: none;
    z-index: 2;
  }

  .marquee::before 
  {
    left: 0;
    background: linear-gradient(to right, white 0%, rgba(255,255,255,0) 100%);
  }

  .marquee::after 
  {
    right: 0;
    background: linear-gradient(to left, white 0%, rgba(255,255,255,0) 100%);
  }

  .container-fluid 
  { 
    width: 85% ;
    padding-left: 0 !important;
    padding-right: 0 !important; 
  }

  .track
  {
    display:flex;
    will-change: transform;
  }

  .set-lg
  {
    display:inline-flex;
    align-items:center;
    gap: var(--gap);
    padding-right: var(--gap);
  }

  .logo-lp
  {
    height: var(--h);
    width: auto;
    object-fit: contain;
    display: block;
    pointer-events: none;
  }

  /* --------------------------------
    Feature cards — 2D bob + grow shadow
    --------------------------------- */
  .f-cd h2 
  {
    margin-bottom: 2rem;
    margin-top: 2rem;
    font-weight: 700;
    font-size: 2.2rem;
    color: #212529;
  }

  .feature-card h3 
  {
    margin: 0.5rem 0 0.5rem 0;
    font-weight: 600;
    font-size: 1.1rem;
    color: #212529;
  }

  .feature-card p 
  {
    margin: 0;
    color: #6c757d;
    font-size: 0.9rem;
    flex-grow: 1;
  }

  .feature-card 
  {
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    will-change: transform;
    backface-visibility: hidden;
    border: 1px solid #e5e7eb;
    border-radius: 1rem;
    background: #fff;
    padding: 1.5rem;
    height: 100%;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 8px rgba(0,0,0,0.05);
  }

  .feature-card:hover 
  {
    transform: translateY(-6px);
    box-shadow: 0 10px 22px rgba(0,0,0,0.10), 0 18px 36px rgba(0,0,0,0.12);
    animation: sg-bob 2.2s ease-in-out 0.05s infinite;
  }

  @keyframes sg-bob 
  {
    0%, 100% 
    {
      transform: translateY(-6px);
    }
    50% 
    {
      transform: translateY(-10px);
    }


  }
  .icon-circle {
    width: 60px;
    height: 60px;
    background-color: #212529; 
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px auto; /* center and spacing */
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  }

  .icon-circle i {
    color: #fff;
    font-size: 1.5rem;
  }


  /* --------------------------
    Cards — float + shadow
    -------------------------- */
  .sk-bdy 
  {
    font-family: 'Segoe UI', sans-serif;
    padding: 60px;
  }

  .sk-bdy .sk-card .content > button
  {
    position: relative;
    overflow: hidden;  
    z-index: 0;
  }

  .sk-bdy .sk-card .content > button .pulse-bg
  {
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background:
      radial-gradient(circle at 50% 50%, rgba(255,255,255,.25), rgba(255,255,255,0) 60%),
      linear-gradient(180deg, rgba(255,255,255,.10), rgba(255,255,255,0));
    opacity: 0;            
    transform: scale(0.7); 
    pointer-events: none;
    z-index: -1;     
  }

  .sk-bdy .sk-card .content > button:hover
  {
    will-change: transform, box-shadow;
  }

  .sk-card:hover
  {
    transform: translateY(-8px);
    box-shadow:
      0 12px 26px rgba(0,0,0,.12),
      0 22px 44px rgba(0,0,0,.16);
  }

  .sk-card 
  {
    background: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: transform .25s ease, box-shadow .25s ease;
    will-change: transform;
    /*max-width: 320px; width: 100%; margin: 0 auto; */
  }

  .image-wrapper 
  {
    position: relative;
    height: 300px;
    overflow: hidden;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  .content-sk 
  {
    padding: 25px 20px;
    background-color: white;
    clip-path: polygon(0 0, 100% 15%, 100% 100%, 0 100%);
    display: flex;
    flex-direction: column;
    flex-grow: 1;
  }

  .content-sk h2 
  {
    font-size: 1.5rem;
    margin-bottom: 15px;
    color: #222;
    text-align: center;
  }

  .content-sk ul
  {
    list-style: none;
    margin-bottom: 25px;
    padding-left: 0;
    flex-grow: 1;
  }

  .content-sk ul li 
  {
    margin-bottom: 10px;
    position: relative;
    padding-left: 25px;
    font-size: 1rem;
    color: #444;
  }

  .content-sk ul li::before 
  {
    content: '✓';
    position: absolute;
    left: 0;
    top: 0;
    color: #007bff;
    font-weight: bold;
  }

  .content-sk button 
  {
    padding: 12px 20px;
    background: #007bff;
    color: white;
    border: none;
    border-radius: 7px;
    font-size: 1.1rem;
    cursor: pointer;
    transition: background 0.3s ease;
    width: 100%;
  }

  .content-sk button:hover 
  {
    background: #0056b3;
  }

  .btn-now 
  {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    background: #183153;
    font-family: "Montserrat", sans-serif;
    box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    cursor: pointer;
    border: none;
    width: 100%; /* <<< This makes it full-width */
    padding: 12px 20px; /* <<< Optional for visual consistency */
    text-decoration: none; /* <<< Remove underline for anchor */
  }


  .btn-now:after 
  {
    content: " ";
    width: 0%;
    height: 100%;
    background: #9fd1ff;
    position: absolute;
    transition: all 0.4s ease-in-out;
    right: 0;
    top: 0;
    z-index: 1;
  }

  .btn-now:hover::after 
  {
    right: auto;
    left: 0;
    width: 100%;
  }

  .btn-now span 
  {
    text-align: center;
    text-decoration: none;
    width: 100%;
    color: #fff;
    font-size: 1.1em;
    font-weight: 700;
    z-index: 2;
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }

  .btn-now:hover span 
  {
    color: #183153;
    animation: scaleUp 0.3s ease-in-out;
  }

  .btn-now span i 
  {
    margin-right: 10px;
  }

  @keyframes scaleUp 
  {
    0% 
    {
      transform: scale(1);
    }

    50% 
    {
      transform: scale(0.95);
    }

    100% 
    {
      transform: scale(1);
    }
  }

  /* ----------
      Mockups
    ---------- */
  .mb-cd 
  { 
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative; 
  }

  .mockup-area 
  {
    width: 220px;
    height: 415px;
    position: absolute;
    left: 10px;       
    top: 50%;            
    transform: translateY(-50%) scale(0.8);
    z-index: 30;        
    perspective: 1200px;
    transform-origin: center center;
  }

  .mobile-mockup 
  {
    width: 100%;
    height: 100%;
    background: #000;
    border-radius: 34px;
    padding: 16px;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.5);
    transform-style: preserve-3d;
    cursor: pointer;
    will-change: transform;
    transition: transform 0.3s ease-out;
  }

  .mobile-screen 
  {
    width: 100%;
    height: 100%;
    border-radius: 28px;
    overflow: hidden;
    background: #fff;
    box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.05);
  }

  .mobile-screen img 
  {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .text-card 
  {
    position: relative;
    width: 90%;
    height: 90%;
    z-index: 10;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    color: #333;
    line-height: 1.5;
    transition: transform 0.3s ease;
    padding: 2rem 2rem 2rem 2rem;
    white-space: normal;
  }

  .text-card h1 
  {
    font-size: 2rem;
    font-weight: 700;
    margin-left: 180px;
  }

  .text-card p 
  {
    font-size: 1rem;
    margin-left: 180px;
  }

  .text-card h3 
  {
    margin-bottom: 15px;
    font-weight: 600;
    margin-left: 180px;
  }

  .text-card ul 
  {
    list-style: disc inside;
    font-size: 1rem;
    color: #555;
    padding-left: 15px;
    margin-left: 180px;
  }

  .text-card ul li 
  {
    margin-bottom: 12px;
  }

  /* ----------- FAQ -----------*/
  .faq-box
  {
    border:1px solid #e5e7eb;
    border-radius:1rem;
  }

  .faq-title{
    font-size: 2rem;
  }
  
  .accordion-button.faq-header:not(.collapsed) {
    background-color: rgb(225, 251, 255);
    color: #0c1a2cff;
  }

  .accordion-body.faq-body {
    padding: 20px;
    font-size: 0.95rem;
    line-height: 1.6;
  }

  
  /* ----------- CONTACT -----------*/
  .contact-btn 
  {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 1.3em 2.5em;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    font-weight: 500;
    color: #ffffff;
    background-color: #16302a;
    border: none;
    border-radius: 45px;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease 0s;
    cursor: pointer;
    outline: none;
    text-decoration: none;
  }

  .contact-btn:hover 
  {
    background-color: #23c483;
    box-shadow: 0px 15px 20px rgba(46, 229, 157, 0.4);
    color: #fff;
    transform: translateY(-7px);
  }

  .contact-btn:active 
  {
    transform: translateY(-1px);
  }

  .contact-btn i 
  {
    font-size: 1rem;
  }

  /* ----------
      Footer Btn 
    ---------- */

  .ready-title{
    font-size: 2.2rem;
    margin-bottom: 10px;
  }

  .ready-sub{
    font-size: 1.1rem;
  }

  .ctm-btn 
  {
    cursor: pointer;
    font-weight: 700;
    transition: all 0.2s ease-in-out;
    padding: 12px 32px;
    border-radius: 100px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    text-decoration: none;
    border: 1px solid transparent;
    gap: 10px;
  }

  .ctm-btn:hover 
  {
    background-color: #3d3d3d !important;
    box-shadow: 0 0 0 5px #afafaf5f;
    color: #fff !important;
    transform: none !important;
  }

  .ctm-btn:active 
  {
    transform: scale(0.95);
  }

  .ctm-btn i 
  {
    transition: transform 0.3s ease-in-out;
  }

  .ctm-btn:hover i 
  {
    transform: translateX(5px);
  }

  .ctm-btn.sell-motorcycle 
  {
    background-color: #ff1e1e;
    color: #000;
  }

  .ctm-btn.sell-motorcycle:hover 
  {
    background-color: #ff4e4e;
  }

  .ctm-btn.sell-accessory 
  {
    background-color: #111;
    color: #fff;
  }

  .ctm-btn.sell-accessory:hover 
  {
    background-color: #000;
  }

  .whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;  /* distance from bottom */
    right: 40px;   /* distance from right */
    background-color: #25d366;
    color: white;
    border-radius: 50%;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s;
    text-decoration: none;
  }

  @media (max-width: 768px) {
      .whatsapp-float {
          bottom: 80px; /* adjust if it overlaps input fields */
      }
  }

  .whatsapp-float:hover {
      transform: scale(1.1);
      text-decoration: none;
      color: white;
  }

  @media (max-width: 576px) {
      .whatsapp-float {
          bottom: 20px;
          right: 18px;
          width: 50px;
          height: 50px;
          font-size: 28px;
      }
  }

  /* -----------------
    FULL RESPONSIVE
  -------------------- */

  @media (prefers-reduced-motion: reduce) 
  {
    .bridge-img, .cta-btn,
    .cta-btn::before, .cta-btn .caret 
    {
      animation: none !important;
      transition: none !important;
    }
  }

  /* Very small phones (<= 480px) */

  @media (max-width: 420px) {
    .btn-row {
      flex-wrap: wrap;
      gap: 10px;
      justify-content: center;
    }

    .cta-btn {
      flex: 1 1 100%; /* or 48% if you want 2 per row */
      min-width: 140px; /* avoid being too small */
      justify-content: center;
    }
  }

  /* Between PHONES and tablets (<= 768px) */ 
  @media (max-width: 768px) 
  {

    .hero-header .container 
    {
      padding-top: 2rem;
      padding-bottom: 1rem;
      position: relative;
      top: -50px;
    }

    .hero-header .row 
    {
      flex-direction: column-reverse;
      margin: 0 !important;
      padding: 0;
    }

    .hero-header 
    {
      min-height: auto;
      mask: linear-gradient(to bottom, #ffffff 98%, transparent );
    }

    .bridge-figure 
    {
      display: none;
    }

    .hero-header::after 
    {
      background:
        linear-gradient(to bottom, rgba(12,10,11,.85), rgba(12,10,11,.5) 40%, rgba(12,10,11,.9)),
        rgba(0,0,0,.25);
    }
    
    .hero-title {
      text-align: center;
      margin-top: -30px;
    }

    .title-main h1 {
      display: inline;
    }

    .title-sub {
      display: inline;
      font-size: 1.45rem; /* smaller subtitle */
      font-weight: 600;
      color: rgba(255,255,255,.85);
      margin-left: 0.2rem;
      white-space: normal; 
      line-height: 1.6;   
    }

    .desc {
      color: rgba(255, 255, 255, 0.8); 
      font-size: 1.05rem;     
      line-height: 1.8;   
      font-weight: 350;  
      letter-spacing: 0.5px;   
      margin-top: 1.5rem;  
      margin-bottom: 35px;
      max-width: 800px;  
      text-align: center;
    }

    .hero-header p.txt2 
    {
      color: #ffffff;
      margin-bottom: -3.5rem;
    }

    .btn-row 
    {
      flex-wrap: wrap;
      gap: 10px;
      justify-content: center;
    }

    .cta-btn 
    {
      flex: 1 1 100%;
      min-width: auto;
      justify-content: center;
      font-size: 0.9rem;
      padding: 0.5rem 0.75rem;
    }

    .cta-btn .icon 
    {
      width: 1.4rem;
      height: 1.4rem;
    }

    .cta-btn .label 
    {
      font-size: 0.95rem;
    }

    .cta-btn .caret 
    {
      font-size: 1rem;
    }

    .prv-img 
    {
      display: block;
      margin: 0 !important;
      padding: 0;
      width: 100%;
      margin-top: 15px;
      margin-bottom: 15px;
      margin-left: 0;
    }

    .image-wrapper 
    {
      height: 220px;
    }
    
  }

  /* ====================
    MOBILE (<=767px)
    ==================== */
  @media (max-width: 767.98px) 
  {
    .mb-cd 
    {
      flex-direction: column;
      height: auto;
      padding-left: 15px;
      padding-right: 15px;
      padding-top: 40px;
      padding-bottom: 40px;
      box-sizing: border-box;
    }

    .mb-cd .row 
    {
      flex-direction: column !important;
      align-items: center !important;
      margin-left: 0; 
      margin-right: 0;
    }

    .mb-cd .col-md-auto 
    {
      width: 100% !important;
      max-width: 420px !important;
      margin: 0 auto !important;
      flex: none !important;
      padding-left: 0 !important;
      padding-right: 0 !important;
    }

    .mockup-area 
    {
      position: relative;
      left: auto;
      transform: scale(0.9);
      width: 180px;
      height: 320px;
      margin-bottom: 0 auto 25px auto;
      z-index: 20;
    }

    .text-card 
    {
      width: 90%;
      max-width: 400px;
      padding: 20px;
      margin: 0 auto 20px auto;
      box-sizing: border-box;
      text-align: center; 
      border-radius: 16px;
      background: #fff;
      box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    }

    .text-card h1,
    .text-card p,
    .text-card h3 
    {
      text-align: center;
      margin-left: 0 !important;
      margin-right: 0 !important;
    }

    .text-card ul 
    {
      text-align: left;
      display: block;
      padding-left: 20px; 
      margin: 10px 0 0 0; 
    }

    .text-card ul li 
    {
      margin-bottom: 10px;
    }
  }