@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');

body {
    margin: 0;
    padding: 0;
    font-family: "Nunito", sans-serif;  
    background-image: url('/wp-content/themes/ButterKnife/images/Updated-Background-07.png');  
    background-size: cover;
  }

  .header-section, .hero,.about-section,.section-card,.cta-section,.section {
    /* background-image: url('/wp-content/themes/ButterKnife/images/Entire-BG-24-03.png'); */
    padding: 0px 80px;
    text-align: center;
  }
  
  .cta-section{
    text-align: left;
  }
  
  .beta-btn:hover{
    transform:translateY(-10%);
    background: var(--Component-colors-Components-Buttons-Secondary-button-secondary-bg, #FFFFFF66);
  }
  
  

  /* .about-section,.section-card,.cta-section,.section {
    background-image: url('/wp-content/uploads/2026/03/About-bg-24-03.png');
    padding: 0px 80px;
    text-align: center;
  } */

  sup {
    top: -1.5em;
    font-size: 12px;
    left: -7px;
}
  
  /* HEADER */
  .main-section {
    background: #18386A;
    /* margin: 0px 80px; */
    padding: 20px 32px;
  }


  .hero-wrapper{
    background: linear-gradient(
    180deg,
    #18386A 0%,
    #1f4f85 25%,
    #2f79b8 50%,
    #5fa6d8 70%,
    #b9d9f0 85%,
    rgba(250, 249, 248, 1) 100%
  );
    padding: 48px 32px;
    position: relative;
  }

  .modal-content{
    border-radius: 32px;
  }

  .modal-title{
    font-size: 24px;
    font-weight: 700;
  }

  .btn-close{
    cursor: pointer;
  }

  .set-border-waitlist{
    width: fit-content;
    margin: auto;
  }
  
  .set-border-waitlist-benefit{
  width: fit-content;
  }

  .modal-body{
    padding: 24px 32px;
  }

  .set-left-data{
  margin-left:24px;
  }
  .modal-header{
    padding: 20px 32px;
  }
  
  .set-margin-top-data{
  margin-top:16px;
  }

  .modal-body p{
    border: none !important;
    color: #252525 !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    margin-bottom: 12px !important;
    padding-bottom: 0px !important;
  }

  .hero-wrapper-success-contact{
    background: linear-gradient(
  180deg,
  #18386A 0%,     /* deep navy */
  #1f4e84 25%,    /* dark blue */
  #1e66b3 50%,    /* main blue */
  #1f8ae0 70%,    /* bright blue */
  #2aa1ff 85%,    /* lighter blue */
  #4db5ff 95%,    /* glow transition */
  #6cc6ff 100%    /* bottom soft glow */
);
    padding: 48px 32px;
    position: relative;
    height:97vh;
  }

  .about-wrapper{
    background:rgba(250, 249, 248, 1);
    padding: 64px 32px 48px 32px;
    border: rgba(255, 255, 255, 0.1);
  }
  
  .benefit-wrapper{
    background:rgba(24, 56, 106, 1);
    padding: 64px 32px 80px 32px;
    border: rgba(255, 255, 255, 0.1);
  }
  
  /* LOGO */
  .logo {
    color: #fff;
    font-weight: 600;
    font-size: 22px;
  }
  
  .highlight {
    /* color: #FFD644; */
    background: linear-gradient(
    0deg,
    #FFC600 0%,
    #FEF8AD 100%
  );

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  background-clip: text;
  color: transparent;
    font-family: "Nunito", sans-serif;
    margin-right: 5px;
  }
  
  /* DESKTOP MENU */
.desktop-menu a {
  color: rgba(255, 255, 255, 0.8);
  position: relative;
  /* margin: 0 20px; */
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  font-family: "Nunito", sans-serif;
  padding-bottom: 8px;
}

/* underline */
.desktop-menu a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px; /* thickness like image */
  background: #d1d5db; /* light gray like screenshot */
  border-radius: 2px;

  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

/* ✅ HOVER */
.desktop-menu a:hover {
  color: #fff;
}

.desktop-menu a:hover::after {
  transform: scaleX(1);
}

/* ✅ ACTIVE (clicked state) */
.desktop-menu a.active {
  color: #fff;
}

.desktop-menu a.active::after {
  transform: scaleX(1);
}
  
  .mobile-nav-list{
    list-style: none;
    text-align: start;
  }

  /* BUTTON */
  .beta-btn {
    background: var(--Component-colors-Components-Buttons-Secondary-button-secondary-bg, #FFFFFF33);
    color: #fff;
    padding: 8px 18px;
    border-radius: 25px;
    font-size: 14px;
    text-decoration: none;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 700;
    box-shadow: 0px 0px 0px 1px #25252514;
    position: relative;
    z-index: 1;
    padding: 11.5px 22px;
    font-size: 14px;
    transition: transform 0.2s ease;
  }

  .beta-btn::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1px; /* border thickness */
    border-radius: 25px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.6) 0%, rgba(37, 37, 37, 0.04) 100%);

     
    -webkit-mask: 
      linear-gradient(#fff 0 0) content-box, 
      linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
            mask-composite: exclude;
  
    z-index: -1;
  }
  
  .btn-cta{
      background: linear-gradient(180deg, #B0D5FF 0%, #FFFFFF 100%);
  
    color: #18386A;
    padding: 8px 18px;
    border-radius: 25px;
    font-size: 14px;
    text-decoration: none;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 700;
    transition: transform 0.2s ease;
  }
  
 

  /* Target the unordered list generated by WordPress */
.desktop-menu ul {
    list-style: none; /* Removes the bullet points */
    margin: 0;
    padding: 0;
    display: flex;    /* Makes the list items display inline */
    align-items: center;
    gap: 24px;        /* Adjust this value to control spacing between links */
}

/* Ensure list items don't have default margins */
.desktop-menu li {
    margin: 0;
    padding: 0;
}

/* Ensure your links inherit your original styling */
.desktop-menu a {
    text-decoration: none;
}
  
.mobile-nav-list{
  margin: 0px !important;
  padding: 0px !important;
}
  
  
  /* HAMBURGER */
  .hamburger {
    /* width: 28px; */
    cursor: pointer;
  }
  
  .hamburger span {
    display: block;
    height: 2px;
    background: white;
    margin: 6px 0;
    border-radius: 2px;
  }
  
  /* MOBILE DRAWER */
  .mobile-drawer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 10, 30, 0.5);
    backdrop-filter: blur(10px);
    transform: translateY(-100%);
    transition: 0.4s ease;
    z-index: 999;
  }
  
  /* ACTIVE */
  .mobile-drawer.active {
    transform: translateY(0);
  }
  
  .mobile-image {
    display: none;
  }
  
  /* PANEL */
  .mobile-drawer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: #1f3b66;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    z-index: -1;
  }
  
  /* HEADER */
  .drawer-header {
    padding: 20px;
  }
  
  /* CLOSE */
  .close-btn {
    font-size: 22px;
    color: white;
    cursor: pointer;
  }
  
  /* MENU */
  .drawer-menu {
    padding: 24px 16px 48px 16px;
  }
  
  .drawer-menu a {
    display: block;
    color: #dbeafe;
    font-size: 32px;
    margin-bottom: 32px;
    text-decoration: none;
    font-family: "Nunito Sans", sans-serif;
  }

  /* Footer Code  */

  .footer-section {
    background-image: url('/wp-content/uploads/2026/03/About_3.png');
  }



  .footer {
    background: rgba(250, 249, 248, 1);
    position: relative;
    overflow: hidden;
    margin: 0px 80px;
  }

  .set-border-footer{
    padding-top: 67px;
    border-top: 1px solid rgba(231, 231, 231, 1);
  }

  .set-footer-padding {
    padding: 32px 33px 24px 33px;
  }

  .set-fw-policy{
    font-weight: 600;
  }
  
  /* Text */
  .footer p > a, .footer p {
    margin: 0;
    color: #888888;
    font-size: 16px;
    margin-bottom: 12px;
    font-family: "Nunito Sans", sans-serif;
    font-weight:500;
  }
  
  .icon-left{
  margin-left:15px;
  }
  
  .footer a {
    color: #008EFF;
    text-decoration: none;
    font-size: 14px;
    font-family: "Nunito Sans", sans-serif;
    
  }
  
  .footer a:hover {
    text-decoration: none;
  }
  
  /* Logo background */
  .footer-logo {
    width: 180px;
    /* max-width: 900px; */
    opacity: 1;
    pointer-events: none;
  }

  /* Target the unordered list inside your footer-links container */
.footer-links ul {
    list-style: none;     /* Removes the bullets */
    margin: 0;
    padding: 0;
    display: flex;        /* Makes the links sit side-by-side */
    justify-content: flex-end; /* Pushes the links to the right side */
    gap: 20px;            /* Adds spacing between the links */
}

/* Ensure list items don't have default margins */
.footer-links li {
    margin: 0;
    padding: 0;
}

/* Optional: Ensure links don't have underlines unless hovered */
.footer-links a {
    text-decoration: none;
}

/* Hero Section  */
.hero {
    padding: 0px 80px;
    text-align: center;
    color: #fff;
    position: relative;
    overflow: hidden;
  }
  
  /* .badge-pill-hero-section{
      background: linear-gradient(94.82deg, rgba(0, 142, 255, 0.25) 6.13%, rgba(0, 142, 255, 0.15) 21.43%, rgba(0, 142, 255, 0) 52.18%, rgba(0, 142, 255, 0.15) 84.12%, rgba(0, 142, 255, 0.25) 96.87%);
      border: 1px solid;
      font-family: "Nunito Sans", sans-serif;
  
  padding: 6px 14px;
  font-size: 14px;
  color: white;
  border-radius: 9999px;
  } */

  .badge-pill-hero-section {
    position: relative;
    z-index: 1;
    
    background: linear-gradient(
      94.82deg,
      rgba(0, 142, 255, 0.25) 6.13%,
      rgba(0, 142, 255, 0.15) 21.43%,
      rgba(0, 142, 255, 0) 52.18%,
      rgba(0, 142, 255, 0.15) 84.12%,
      rgba(0, 142, 255, 0.25) 96.87%
    );
  
    font-family: "Nunito Sans", sans-serif;
    padding: 6px 14px;
    font-size: 14px;
    color: white;
    border-radius: 9999px;
    font-weight: 600;
  }
  
  /* 🔥 Gradient Border */
  .badge-pill-hero-section::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1px; /* border thickness */
    border-radius: 9999px;
  
    background: linear-gradient(
    100.34deg,
    #008EFF 9.58%,
    rgba(0, 142, 255, 0) 26.99%,
    rgba(0, 142, 255, 0) 81.05%,
    #008EFF 93.92%
  );

  -webkit-mask: 
    linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  
    z-index: -1;
  }

  .mobile-drawer.active{
        display: none;
      }

  .set-gap-btn-waitlist{
    margin-bottom: 16px;
    width: fit-content;
  }
  
.about-badge {
  position: relative;
  z-index: 1;
  border: none;
  background: linear-gradient(
    94.82deg,
    rgba(0, 142, 255, 0.25) 6.13%,
    rgba(0, 142, 255, 0.15) 21.43%,
    rgba(0, 142, 255, 0) 52.18%,
    rgba(0, 142, 255, 0.15) 84.12%,
    rgba(0, 142, 255, 0.25) 96.87%
  );

  font-family: "Nunito Sans", sans-serif;
  padding: 6px 14px;
  font-size: 14px;
  color: #008EFF;
  font-weight: 600;
  border-radius: 9999px;
  margin-bottom: 12px;
}

/* 🔥 Gradient Border using ::before */
.about-badge::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px; /* border thickness */
  border-radius: inherit;

  background: linear-gradient(
    100.34deg,
    rgba(0, 142, 255, 0.5) 9.58%,
    rgba(0, 142, 255, 0) 26.99%,
    rgba(0, 142, 255, 0) 81.05%,
    rgba(0, 142, 255, 0.5) 93.92%
  );

  -webkit-mask: 
    linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;

  z-index: -1;
}
  
  /* TEXT ANIMATION */
  .hero h1,
  .hero p,
  .hero .btn-cta {

    will-change: transform, opacity;
    font-family: "Nunito", sans-serif;
    font-weight: 700;
  }

  .hero h1{
    margin-bottom: 24px;
    font-size: 56px;
  }

  .hero p{
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 32px;
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
  }

  .hero .btn-cta{
    background: linear-gradient(180deg, #B0D5FF 0%, #FFFFFF 100%);
    /* margin-bottom: 14px; */
  }
  
  /* IMAGE */
  .dashboard-frame {
    /*background: #000;*/
    padding: 10px;
    border-radius: 30px;
    max-width: 1000px;
    width: 100%;
  
    /* INITIAL STATE (like your first image) */
    transform: perspective(1200px) rotateX(20deg) scale(0.85) translateY(120px);
    transform-origin: center top;
  
    transition: transform 0.2s ease-out;
    will-change: transform;
  }
  
  .dashboard-frame.active {
    transform: scale(1.05) translateY(-40px);
  }
  
  .dashboard-frame img {
    width: 100%;
    border-radius: 20px;
    transition: transform 0.6s ease;
  }
  
  /* INITIAL LOAD ANIMATION */
  .hero.loaded .dashboard-frame {
    transform: scale(1);
  }
  
  .hero.loaded h1 {
    transform: translateY(0);
    opacity: 1;
    font-size: 56px;
    font-family: "Nunito Sans", sans-serif;
    transition: all 0.3s ease-out;
  }
  
  
  
  .hero p {

    font-size: 18px;
    font-weight: 400;
  }
  
  .preview-box img{
    width: 100%;
    height: 100%;
  }


  
  /* DASHBOARD FRAME */
  .dashboard-wrapper {
    margin-bottom: 96px;
    display: flex;
    justify-content: center;
  }
  
  .dashboard-frame {
    /*background: #000;*/
    padding: 16px;
    border-radius: 30px;
    max-width: 100%;
    width: 100%;
  }
  
  .dashboard-frame img {
    width: 100%;
    border-radius: 10px;
  }






  /* .section-card {
    padding: 60px 113px;
  } */

  .card-ui {
    border-radius: 18px;
    /* padding: 20px; */
    height: 100%;
    background: #fff;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
    position: relative;
    overflow: hidden;
  }

  .card-ui img{
      width: 100%;
      height: 100%;
  }

  .card-dark {
    background: #1f3b73;
    color: #fff;
  }

  .badge-pill {
    display: inline-block;
    padding: 6px 12px;
    border-radius: 50px;
    background: #e9f1ff;
    font-size: 12px;
    margin: 5px;
  }

  .card-dark .badge-pill {
    background: rgba(255,255,255,0.2);
    color: #fff;
  }



  /* .cta-section {
    padding: 60px 0;
  } */

  .cta-box {
    background: linear-gradient(135deg, #1e3a6d, #1f6ed4);
    border-radius: 20px;
    padding: 56px 40px 48px 40px;
    color: #fff;
  }

  .badge-pill {
    display: inline-block;
    padding: 6px 14px;
    border-radius: 50px;
    background: rgba(255,255,255,0.15);
    font-size: 13px;
    margin-bottom: 20px;
  }

  .cta-title {
    font-size: 56px;
    font-weight: 700;
    line-height: 1.2;
  }

  .cta-title span {
    /* color: #ffd54a; */
    background: linear-gradient(0deg, #FFC600 0%, #FEF8AD 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
  }

  .cta-desc {
    margin-top: 12px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 18px;
    margin-bottom: 48px;
  }

  .form-label {
    font-size: 14px;
    margin-bottom: 6px;
    color: rgba(255,255,255,0.9);
  }

  .form-control {
    border-radius: 50px;
    padding: 12px 18px;
    border: none;
    background: #e9edf3;
  }

  .form-control::placeholder {
    color: #888;
  }

  .btn-cta {
    border-radius: 50px;
    padding: 12px 25px;
    background: linear-gradient(180deg, #B0D5FF 0%, #FFFFFF 100%);
    border: none;
    font-weight: 700;
    white-space: nowrap;
  }

  /* .section {
    padding: 70px 0;
  } */

  .badge-pill {
    display: inline-block;
    background: #e8f2ff;
    color: #0d6efd;
    font-size: 12px;
    padding: 5px 12px;
    border-radius: 50px;
    margin-bottom: 10px;
  }

  .heading {
    font-size: 32px;
    font-weight: 600;
  }

  .subtext {
    color: #666;
    font-size: 14px;
    margin-top: 8px;
  }

  /* Steps */
  .step {
    display: flex;
    gap: 12px;
    margin-bottom: 20px;
    align-items: flex-start;
    color: #666;
    font-size: 14px;
    padding-left: 24px;
  }

  .step-icon {
width: 22px;
height: 22px;
border-radius: 50%;
background: #e6efff;
display: flex;
align-items: center;
justify-content: center;
font-size: 12px;
}

  /* .step.active {
background: #f3f8ff;
padding: 20px 22px;
border-radius: 18px;
border: 1.5px solid #bcd7ff;
box-shadow: 0 4px 15px rgba(13, 110, 253, 0.08);
transition: all 0.3s ease;
} */

.step.active {
  position: relative;
  background: #f3f8ff;
  padding: 24px;
  border-radius: 18px;
  box-shadow: 0 4px 15px rgba(13, 110, 253, 0.08);
  transition: all 0.3s ease;
  z-index: 1;
}

/* 🔥 Gradient Border */
.step.active::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1.5px; /* border thickness */
  border-radius: 18px;

  background: linear-gradient(
    100.34deg,
    rgba(0, 142, 255, 0.5) 9.58%,
    rgba(0, 142, 255, 0.08) 26.99%,
    rgba(0, 142, 255, 0.08) 81.05%,
    rgba(0, 142, 255, 0.08) 93.92%
  );

  -webkit-mask: 
    linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;

  z-index: -1;
}

  .step.active .step-icon {
background: #0d6efd;
color: #fff;
}

  .step-title {
font-weight: 600;
font-size: 18px;
text-align: left;
cursor: pointer;
}

.step.active .step-title {
color: rgba(8, 108, 197, 1);
cursor: pointer;
}

.step-desc {
font-size: 16px;
line-height: 1.6;
margin-top: 16px;
text-align: left;
color: rgba(79, 79, 79, 1);
}

  /* Right image box */
  .preview-box {
    /* background: #fff; */
    border-radius: 20px;
    padding-left: 40px;
    /* box-shadow: 0 15px 40px rgba(0,0,0,0.05); */
    text-align: center;
  }

  .preview-box img {
    /* width: 100%; */
    border-radius: 12px;
  }

  /* Mobile cards */
  .mobile-step {
    /* background: #fff; */
    border-radius: 15px;
    padding: 18px;
    margin-bottom: 15px;
    /* box-shadow: 0 10px 25px rgba(0,0,0,0.05); */
  }

  .mobile-step h6 {
    color: #0d6efd;
    font-size: 14px;
    font-weight: 600;
  }

  .mobile-step p {
    font-size: 13px;
    color: #666;
  }

  .mobile-step img {
    width: 100%;
    border-radius: 10px;
    margin-top: 10px;
  }

  

   
  /* TITLE */
  .about-section h2 {
    font-size: 40px;
    font-weight: 700;
    font-family: "Nunito", sans-serif;
    margin-bottom: 16px;
  }
  
  /* DESC */
  .about-section p {
    color: rgba(37, 37, 37, 0.8);
    margin-bottom: 32px;
    font-family: "Nunito Sans", sans-serif;
    font-size: 18px;
  }
  
  /* BOX */
  .about-box {
    background: #fff;
    border-radius: 20px;
    padding:0px 40px;
  }

  .btn-cta:hover{
    color: #18386A !important;
    background: linear-gradient(180deg, #8FC4FF 0%, #FFFFFF 100%) !important;
  }
  
  .feature-wrapper {
    max-width: 420px;
  }
  
  /* DEFAULT CARD */
  .feature-btn {
    background: rgba(246, 246, 246, 1);
    border-radius: 20px;
    padding: 8px 14px;
    margin-bottom: 14px;
    border: 1px solid #E7E7E7;
    cursor: pointer;
    transition: all 0.3s ease;
  
    transform: scale(0.92); /* 🔥 smaller width */
    opacity: 0.5;
  }
  
  
  /* 🔥 ACTIVE (BIG CARD) */
  .feature-btn.active {
    background: #1e66b3;
    border: none;
    border-radius: 18px;
    padding: 15px 16px;
    box-shadow: 0 6px 18px rgba(30, 102, 179, 0.25);
  
    transform: scale(1); /* full size */
    opacity: 1;
  }
  
  
  /* 🔥 NEXT CARD */
  .feature-btn.active + .mobile-image + .feature-btn {
    padding: 14px;
    transform: scale(0.97); /* medium */
    opacity: 0.75;
    margin-top: 15px;
  }
  
  
  /* 🔥 PREVIOUS CARD */
  .feature-btn:has(+ .mobile-image + .feature-btn.active) {
    padding: 12px 14px;
    transform: scale(0.95); /* medium */
    opacity: 0.75;
  }
  
  
  /* TEXT */
  .feature-btn h6 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: #4F4F4F;
  }
  
  .feature-btn p {
    margin: 4px 0 0;
    font-size: 16px;
    color: #888888;
  }
  
  
  /* ACTIVE TEXT */
  .feature-btn.active h6 {
    color: #fff;
  }
  
  .feature-btn.active p {
    color: #dbeafe;
  }
  
  .set-margin-left{
  margin-right:16px;
  height:20px;
  width:20px;
  }
  
  /* IMAGE AREA */
  .image-area {
    position: relative;
    text-align: center;
  }
  
  .image-area img {
    max-width: 100%;
    border-radius: 15px;
    transition: 0.4s;
    height:500px;
  }
  
  /* MOBILE ACCORDION IMAGE */
  .mobile-image {
    display: none;
    margin-top: 15px;
  }
  
  .feature-btn.active + .mobile-image {
    display: block;
  }

  .benefit-title{
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 16px;
    color:#252525;
  }
  
  .benefit-title-data{
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 16px;
    color:#FFFFFF;
  }

  .benefit-desc{
    font-size: 18px;
    margin-bottom: 32px;
    color: rgba(37, 37, 37, 0.8);
  }
  
  .benefit-desc-data{
    font-size: 18px;
    margin-bottom: 32px;
    color: rgba(255, 255, 255, 0.8);
  }

  .TM-upper{
    top: -2.5em;
    font-size: 12px;
    left: 0px;
  }
  .step .icon-active { 
      display: none; 
  }
  .step.active .icon-default { 
      display: none; 
  }
  .step.active .icon-active { 
      display: inline-block; 
  }


.feature-card {
    border-radius: 20px;
    border: none;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: start; /* 🔥 KEY FIX */
    background: var(--Component-colors-Alpha-alpha-white-10, #FFFFFF1A);   

}
        .feature-card.dark {
            background: linear-gradient(180.47deg, #1C3A6A 0.39%, #0582E6 46.17%, #165A9F 99.58%);
box-shadow: 0px -24px 64px rgba(0, 142, 255, 0.2);
            color: white;
        }
        .icon-box {
            width: 45px;
            height: 45px;
            background-color: #007bff;
            color: white;
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
        }
        .feature-title {
            font-weight: 700;
            font-size: 24px;
            margin-bottom: 8px;
            text-align:start;
            color:#ffffff;
        }
        .feature-subtext {
            font-size: 16px;
            color: rgba(255, 255, 255, 0.8);
            text-align:start;
            
        }
        .dark .feature-subtext {
            color: rgba(255, 255, 255, 0.8);
        }
        .highlight-yellow {
            color: #ffc107;
        }
        .badge-custom {
            background-color: rgba(255,255,255,0.1);
            color: #007bff;
            border: 1px solid rgba(0,123,255,0.2);
            font-size: 0.75rem;
            border-radius: 50px;
            padding: 4px 12px;
        }
        .preview-img {
    object-fit: none;    
    border-radius: 10px;
    height:100%;

}


.preview-img-data{
object-fit: contain;    
    border-radius: 10px;
   
    
}

.set-benefit-image-height{
  height: 354px;
 
}

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

.dashboard-frame {
  position: relative;
  z-index: 1;
  transform: perspective(1600px) rotateX(60deg) translateY(100px) scale(0.8);
  transform-origin: bottom center;
}

.dashboard-frame img {
  width: 100%;
  display: block;
}

.hero h1,
.hero p,
.hero .btn-cta {
  position: relative;
  z-index: 2;
}

/* 🔥 Overlap control */
.dashboard-frame {
  z-index: 3;
}

.set-card-benefit-padding{
padding:32px 32px 0px 32px;
}

.set-data-margin-badge{
margin-left:32px;
}


.seers-cmp-cookie-data-hol .seers-cmp-banner-bar{
padding:12px 40px !important;
}

.seers-cmp-cookie-data-hol .seers-cmp-banner-bar .seers-cmp-policy-desc{
font-family: "Nunito", sans-serif !important; 
}

.a#seers-cmp-default-banner-opener{
color:rgba(178, 185, 199, 1);
}

/* Container for the 3D effect */
.dashboard-frame img {
    width: 100%;
    height: auto;
    display: block;
}

/* Ensure the hero has enough space for pinning */
#hero {
    overflow: hidden;
}

/* 1. Ensure the text and buttons are on top */
#hero-text-content {
    position: relative;
    z-index: 10; /* Higher than the dashboard */
}

/* 2. Adjust the dashboard wrapper */
/* Base styles for all devices */
.dashboard-wrapper {
    perspective: 2000px;
    position: relative;
    z-index: 1;
    pointer-events: none;
    width: 100%;
}

/* Desktop (Large Screens) */
@media (min-width: 1200px) {
    .dashboard-wrapper {
        margin-top: -360px;
    }
}

/* Tablets and Small Laptops */
@media (max-width: 1199px) and (min-width: 768px) {
    .dashboard-wrapper {
        margin-top: -250px;
    }
}

/* Mobile Devices */
@media (max-width: 767px) {
    .dashboard-wrapper {
        margin-top: -265px; /* Reduced to prevent overlapping buttons */
        perspective: 1200px; /* Softer perspective for small screens */
    }
}

/* Ensure images inside don't break the layout */
.dashboard-frame {
    pointer-events: auto;
    max-width: 100%;
    margin: 0 auto;
}

/* 3. Re-enable clicks ONLY for the image itself */
.dashboard-frame {
    pointer-events: auto;
    transform: rotateX(60deg) translateY(100px) scale(0.8);
    transform-origin: bottom center;
}

/* Adding #hero makes this more specific than the original rule */
.seers-cmp-cookie-data-hol .seers-cmp-cookie-policy-text p {
    font-size: 16px !important;
}

.set-fw-policy {
    color: #007bff !important;
    text-decoration: none !important;
    padding: 0 4px;
    margin-left: 5px;
}
/* Specific fix for iPad and medium tablets */
@media (min-width: 768px) and (max-width: 1024px) {
    .dashboard-wrapper {
        /* Reduce the negative pull so it sits below the text description */
        margin-top: -128px !important; 
        
        /* Ensure there is enough breathing room at the bottom */
        padding-bottom: 50px;
    }

    .dashboard-frame {
        /* Scale down the tablet mockup slightly to fit the narrower width */
        transform: rotateX(50deg) translateY(50px) scale(0.9);
        width: 90%;
        margin: 0 auto;
    }
}

/* Fix for the text container to ensure it doesn't get crowded */
@media (max-width: 1024px) {
    #hero-text-content {
        padding-left: 20px;
        padding-right: 20px;
        margin-bottom: 20px;
    }
    
    #hero-text-content p {
        /* Ensure the description text doesn't span too wide */
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
    }
}

.feature-title-reclaim-your {
	color:white;
}

.page-id-3 .entry-content,
.page-id-149 .entry-content {
    color: black !important;
}

.set-border-footer-bottom {
    padding-top: 32px;
}

.set-border-footer-bottom-benefit {
    padding-top: 80px
}

.set-border-footer-top {
    padding-top: 32px;
    border-top: 1px solid rgba(231, 231, 231, 1);
    box-shadow: inset 0 -5px 5px -5px rgba(0, 0, 0, 0.2);
}

.set-benefit-btn-padding{
margin-bottom:12px;
}

.set-social-icon-color{
color:#252525 !important;
}

@media (min-width: 992px) {
.set-form-width{
width:28%;
}
}

@media (min-width: 992px) {
.set-form-width-btn{
width:16%;
}
}