


 body {
      font-family: 'Inter', sans-serif;
      background-color: #f8fafc;
      color: #333333;
      overflow-x: hidden;
      padding: 0px !important;
    }

    /* --- Hero Section (fixed header) --- */
    .hero-section {
      text-align: center;
      padding: 60px 15px 20px;
      background: linear-gradient(180deg, #eef3fa 0%, #f8fafc 100%);
      /* border-bottom: 1px solid #e2e8f0; */
      /* position: sticky;
      top: 0;
      left: 0; */
      width: 100%;
      z-index: 10;
      /* box-shadow: 0 4px 12px rgba(0,0,0,0.04); */
    }
    .hero-section h4 {
      color: #0c2340;
      font-weight: 700;
      font-size: 14px;
      text-transform: uppercase;
      letter-spacing: 1.5px;
      margin-bottom: 12px;
    }
    .hero-section h1 {
      color: #0c2340;
      font-weight:700;
      font-size:38px;
      margin-top: 0;
      margin-bottom: 25px;
      line-height: 1.2;
    }

    /* Highlighting Text Effect */
    .highlight-text {
      background: linear-gradient(120deg, #e05a2b 0%, #ff7a45 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      position: relative;
      display: inline-block;
    }

    /* Alert Promo Banner */
    .alert-banner {
      background-color: #edf5ff;
      border: 1px solid #cce3ff;
      border-radius: 30px;
      display: inline-block;
      padding: 10px 24px;
      font-size: 13px;
      font-weight: 600;
      color: #0c2340;
      margin-bottom: 30px;
      box-shadow: 0 2px 10px rgba(88, 80, 236, 0.05);
    }
    .alert-banner span {
      color: #3b82f6;
      font-weight: 700;
    }

    /* --- Desktop View Controls --- */
    .desktop-pricing-wrapper {
      background-color: #ffffff;
      border-radius: 12px;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
      margin-bottom: 30px;
      border: 1px solid #e2e8f0;
      overflow: visible;
      /* padding-top: 25px;  */
    }

    .pricing-table {
      width: 100%;
      border-collapse: collapse;
      table-layout: fixed;
    }
    .pricing-table th, .pricing-table td {
      border: 1px solid #edf2f7;
      text-align: center;
      padding: 12px 12px;
      vertical-align: middle;
      font-size: 14px;
    }

    /* Header styling */
    .pricing-table th {
      background-color: #ffffff;
      font-weight: 700;
      color: #0c2340;
    }
    .pricing-table th.feature-col {
      text-align: left;
      padding-left: 24px;
      background-color: #fafbfc;
      font-size: 18px;
      width: 24%;
    }
    /* Sticky header row: only Features/Essential/Professional/Premium/Premium Pro/Enterprise row sticks */
    :root {
      --header-offset: 258px;
    }
    @media (max-width: 991px) {
      :root { --header-offset: 232px; }
    }
    @media (max-width: 480px) {
      :root { --header-offset: 212px; }
    }
    .pricing-table thead tr:first-child th {
      position: sticky;
      top:70px;
      z-index:5;
      box-shadow: 0 2px 8px rgba(0,0,0,0.05);
      background:#f0f6fd;
    }

    .pricing-table .sticky-header {
      position: sticky;
      top: 120px;
    z-index:4;
      background-color: #ffffff; 
    }
     .pricing-table .sticky-header2 {
      position: sticky;
      top: 185px;
     z-index:4;
      background-color: #ffffff; 
    }

    .plan-header {
      font-size: 18px;
      font-weight: 700;
      margin-bottom: 0px;
      color: #0c2340;
    }
    .price-text {
      font-size: 20px;
      font-weight: 700;
      color: #0c2340;
      margin-bottom: 2px;
    }
    .old-price {
      text-decoration: line-through;
      color: #7b8694;
      font-size: 14px;
      display: block;
      margin-bottom: 2px;
    }
    .launch-offer {
      color: #e05a2b;
      font-size: 10px;
      font-weight: 700;
    }

    /* Column Accent Highlights */
    .popular-header-cell {
      position: relative;
      background-color: #fcfdfe !important;
      /* padding-top: 20px !important; */
    }

    /* "Most Popular" Badge styled with gradients and safe elevation */
    .popular-badge {
      position: absolute;
      top: -15px;
      left: 50%;
      transform: translateX(-50%);
      background: linear-gradient(135deg, #ff9800 0%, #e05a2b 100%);
      color: #ffffff !important;
      font-size: 10px; 
      padding: 5px 16px;
      border-radius: 20px;
      /* text-transform: uppercase; */
      letter-spacing: 0.8px;
      /* box-shadow: 0 4px 10px rgba(224, 90, 43, 0.35); */
      z-index: 10;
      white-space: nowrap;
      display: inline-block;
    }

    /* .enterprise-cell {
      background-color: #fff6f4 !important;
    } */

    /* Checkmarks & Crosses */
    .check-yes {
      color: #3b82f6;
      font-size: 15px;
      font-weight: bold;
    }
    .check-no {
      color: black;
      font-size: 15px;
      font-weight: bold;
    }

    /* Table Rows Striping */
    .pricing-table tbody tr:nth-child(even) {
      background-color: #fafbfc;
    }
    .pricing-table td.feature-name {
      text-align: left;
      padding-left: 24px;
      font-weight: 600;
      color: #303030;
      background:#f7faff;
    }

    /* Bottom Buttons */
    .action-cell {
      padding: 24px 12px !important;
    }
    .btn-table-action {
      background: #ff4905;
      color: #fff;
      border: 1.5px solid #cbd5e0;
      font-weight:600;
      font-size: 14px;
      padding: 10px 18px;
      border-radius: 6px;
      width: 100%;
      transition: all 0.2s ease;
      margin-top: 5px;
    }
    .btn-table-action:hover {
      /* background-color: #0c2340; */
      color: #ffffff !important;
      border-color: #fff !important;
    }
    /* .enterprise-cell .btn-table-action {
      border-color: #e05a2b;
      color: #e05a2b;
    }
    .enterprise-cell .btn-table-action:hover {
      background-color: #e05a2b;
      color: #ffffff;
    } */

    /* --- Mobile & Tablet Toggled Pricing Cards (< 992px) --- */
    .mobile-pricing-wrapper {
      margin-bottom: 60px;
    }
    .mobile-tabs {
      border: none;
      margin-bottom: 25px;
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: 8px;
    }
    .mobile-tabs > li {
      float: none;
      display: inline-block;
    }
    .mobile-tabs > li > a {
      border: 1px solid #cbd5e0 !important;
      color: #4a5568 !important;
      border-radius: 20px !important;
      font-weight: 700;
      font-size: 12px;
      padding: 8px 16px;
      transition: all 0.2s ease;
      background: #ffffff;
    }
    .mobile-tabs > li.active > a,
    .mobile-tabs > li.active > a:hover,
    .mobile-tabs > li.active > a:focus {
      background-color: #0c2340 !important;
      color: #ffffff !important;
      border-color: #0c2340 !important;
      box-shadow: 0 4px 10px rgba(12, 35, 64, 0.2);
    }
    .mobile-tabs > li:nth-child(5).active > a {
      background-color: #e05a2b !important;
      border-color: #e05a2b !important;
    }

    /* Mobile Cards Wrapper */
    .plan-card {
      background: #ffffff;
      border: 1px solid #e2e8f0;
      border-radius: 12px;
      padding: 30px 20px;
      box-shadow: 0 8px 25px rgba(0,0,0,0.03);
      max-width: 480px;
      margin: 0 auto;
    }

    .plan-card.has-badge {
      margin-top: 25px;
      position: relative;
    }

    .plan-card-header {
      text-align: center;
      border-bottom: 1px solid #edf2f7;
      padding-bottom: 20px;
      margin-bottom: 20px;
    }
    .plan-card-header h2 {
      font-size: 24px;
      font-weight: 800;
      color: #0c2340;
      margin: 10px 0 10px;
    }
    .plan-card .price-wrapper {
      margin: 15px 0;
      padding: 10px 0;
    }
    .price-wrapper-annual {
      border-top: 1px dashed #edf2f7;
      margin-top: 5px !important;
    }
    .price-block-label {
      font-size: 16px;
      font-weight: 700;
      color: #4a5568;
      margin-bottom: 4px;
      text-transform: uppercase;
      letter-spacing: 0.4px;
    }
    .price-block-sub {
      font-weight: normal;
      text-transform: none;
      color: #a0aec0;
      font-size: 12 px;
      letter-spacing: 0;
    }
    .plan-card-features {
      list-style: none;
      padding: 0;
      margin: 0 0 25px;
    }
    .plan-card-features li {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 12px 0;
      border-bottom: 1px dashed #edf2f7;
      font-size: 13px;
    }
    .plan-card-features li span.f-name {
      color: #4a5568;
      font-weight: 600;
    }

    /* --- Self-contained responsive switching (does not depend on Bootstrap JS/CSS) --- */
    .desktop-only { display: block; }
    .mobile-only { display: none; }

    @media (max-width: 991px) {
      .hero-section h1 {
        font-size: 32px;
      }
      .desktop-only { display: none !important; }
      .mobile-only { display: block !important; }
      #contact-sales{    margin-top: 0px !important;}
    }
    @media (max-width: 480px) {
      .hero-section h1 {
        font-size: 26px;
      }
    }

    /* Prevent feature text from being clipped on narrow screens */
    .plan-card-features li {
      flex-wrap: wrap;
      row-gap: 4px;
    }
    .plan-card-features li span.f-name {
      flex: 1 1 60%;
      min-width: 0;
    }
    .plan-card-features li > span:last-child {
      flex: 0 0 auto;
      text-align: right;
    }

    /* Custom tab buttons (vanilla JS driven, no Bootstrap JS needed) */
    .mobile-tabs {
      list-style: none;
      margin: 0 0 25px;
      padding: 0;
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: 8px;
    }
    .mobile-tab-btn {
      border: 1px solid #cbd5e0;
      color: #4a5568;
      border-radius: 20px;
      font-weight: 700;
      font-size: 12px;
      padding: 8px 16px;
      background: #ffffff;
      cursor: pointer;
      transition: all 0.2s ease;
    }
    .mobile-tab-btn:hover {
      background-color: #f1f5f9;
    }
    .mobile-tab-btn.active {
      background-color: #0c2340;
      color: #ffffff;
      border-color: #0c2340;
      box-shadow: 0 4px 10px rgba(12, 35, 64, 0.2);
    }
    .mobile-tab-btn.active[data-tab="enterprise-tab"] {
      background-color: #e05a2b;
      border-color: #e05a2b;
    }
    .tab-pane { display: none; }
    .tab-pane.active { display: block; }

.essential { color: #2b893a;}
.professional { color: #1b5ecc; }
.premium { color: #fd8d17; }
.premium-pro { color: #6c25c3; }
.enterprise { color: #141c42; }

.essential-border { background-color:#f9fafb !important; }
.professional-border { background-color:#f7f9fe !important; }
.premium-border { background-color:#fffaf8 !important ;}
.premium-pro-border { background-color:#fafafc !important;}
.enterprise-border { background-color:#f5f7f8 !important;}

    /* #f9f9f9
    #e6f7e6
    #e6f0ff
    #fffbe6
    #f9e6ff
    #fff0e6 */
    #monthly-price{font-size: 18px;font-weight: 700;;}

     

  .lists ul li{ font-size: 14px; line-height: 30px; }
#contact-sales{    margin-top: 47px;}
.plan-card .btn-table-action{
    width:100%;
    margin-top:20px;
    display:block;
    text-align:center;
}

.plan-card a{
    text-decoration:none;
}



  /* form moniesh */

  
:root{
    --navy: #002a54;
    --header-navy: #2b478b;
    --page-bg: #f7fafd;
    --label-gray: #595959;
    --value-gray: #808080;
    --border-gray: #e6e9ef;
    --orange-start: #f13800;
    --orange-end: #f4834a;
    --required-red: #ff3d3d;
  }

  .page-wrap{
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 70px 40px;
  }

  .content-row{
    width: 100%;
  }

 

  .headline-col {
    display: flex;
    align-items: center;      
    justify-content: center;  
    min-height: 75vh;       
    text-align: start;

}

.headline {
    color: var(--navy);
    font-weight: 800;
    font-size: 34px;
    line-height: 1.4;
    max-width: 650px;
    margin: 0 auto;
}

  .form-card{
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 25px 50px rgba(20, 30, 70, 0.16);
    overflow: hidden;
    max-width: 420px;
    margin-left: auto;
    margin-right: 0;
  }

  .form-card-header{
    background-color: var(--header-navy);
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    padding: 22px 30px;
    margin: 0;
  }

  .form-card-body{
    padding: 24px 30px 30px 30px;
  }

  .form-group{
    margin-bottom: 14px;
  }

  .form-group label{
    display: block;
    font-size: 11px;
    font-weight: 500;
    color: var(--label-gray);
    margin-bottom: 5px;
  }

  .required-star{
    color: var(--required-red);
    margin-left: 2px;
  }

  .form-control{
    border: 1px solid var(--border-gray);
    border-radius: 5px;
    box-shadow: none;
    height: 40px;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    color: var(--value-gray);
    padding: 8px 12px;
  }

  .form-control:focus{
    border-color: var(--header-navy);
    box-shadow: 0 0 0 2px rgba(43, 71, 139, 0.1);
  }

  .form-control::placeholder{
    color: var(--value-gray);
  }

  .captcha-row{
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
  }

  .captcha-canvas-wrap{
    position: relative;
    display: flex;
    align-items: center;
    border: 1px solid var(--border-gray);
    border-radius: 5px;
    background-color: var(--page-bg);
    overflow: hidden;
    flex-shrink: 0;
  }

  #captchaCanvas{
    display: block;
  }

  .captcha-refresh-btn{
    background: #ffffff;
    border: 1px solid var(--border-gray);
    border-radius: 5px;
    height: 40px;
    width: 40px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: var(--header-navy);
    font-size: 16px;
    transition: background 0.15s ease;
  }

  .captcha-refresh-btn:hover{
    background: var(--page-bg);
  }

  .captcha-error{
    display: none;
    color: var(--required-red);
    font-size: 11px;
    margin-top: 5px;
  }

  .captcha-error.show{
    display: block;
  }

.btn-get-started,
.btn-get-started:hover,
.btn-get-started:focus,
.btn-get-started:active,
.btn-get-started.active,
.btn-get-started:visited {
    width: 100%;
    border: none;
    padding: 13px 0;
    font-size: 15px;
    font-weight: 600;
    color: #fff !important;
    letter-spacing: 0.3px;
    margin-top: 6px;
    background: linear-gradient(90deg, var(--orange-start) 0%, var(--orange-end) 100%) !important;
    transition: opacity 0.2s ease;
    outline: none;
}

.btn-get-started:hover,
.btn-get-started:focus,
.btn-get-started:active {
    opacity: 0.92;
    color: #fff !important;
    background: linear-gradient(90deg, var(--orange-start) 0%, var(--orange-end) 100%) !important;
    border: none;
    outline: none;
}

.btn-get-started:focus,
.btn-get-started:active:focus {
    outline: none !important;
}

  @media (max-width: 991px){
    .headline{
      font-size: 27px;
      margin-bottom: 45px;
    }
    .form-card{
      margin-left: auto;
      margin-right: auto;
    }
    .headline-col{min-height: 0vh;}
  }

  @media (max-width: 480px){
    .page-wrap{
      padding: 35px 16px;
    }
    .headline{
      font-size: 21px;
    }
    .form-card-header{
      font-size: 16px;
      padding: 18px 20px;
    }
    .form-card-body{
      padding: 22px 20px 24px 20px;
    }
    .captcha-row{
      flex-wrap: wrap;
    }
  }

  :root {
  --navy: #002a54;
  --header-navy: #2b478b;
  --page-bg: #f7fafd;
  --label-gray: #595959;
  --value-gray: #808080;
  --border-gray: #e6e9ef;
  --orange-start: #f13800;
  --orange-end: #f4834a;
  --required-red: #ff3d3d;
}

.page-wrap {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 70px 40px;
  background-color: var(--page-bg); 
}

.content-row {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center; 
}

/* 3. Streamline column behavior */
.headline-col {
  display: flex;
  align-items: center;      
  text-align: left;
}

.headline {
      color: var(--navy);
    font-weight: 800;
    font-size: 36px;
    line-height: 1.2;
    max-width: 75%;
    margin: 0;
}

.form-card {
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 25px 50px rgba(20, 30, 70, 0.16);
  overflow: hidden;
  max-width: 420px;
  margin: 0 0 0 auto;
}

@media (max-width: 991px) {
  .content-row {
    display: block; 
  }
  .headline {
    font-size: 28px;
    margin: 0 auto 35px auto;
    text-align: center;
    max-width: 100%;
  }
  .form-card {
    margin: 0 auto;
  }
}

@media (max-width: 480px) {
  .page-wrap {
    padding: 35px 16px;
  }
  .headline {
    font-size: 22px;
  }
  .form-card-header {
    font-size: 16px;
    padding: 18px 20px;
  }
  .form-card-body {
    padding: 22px 20px 24px 20px;
  }
  .captcha-row {
    flex-wrap: wrap;
  }
}

  /* form moniesh */


  /* ---------- Floating Label sitting ON the border line ---------- */
.form-group{
  position: relative;
  margin-top: 10px;
  margin-bottom: 18px;
}

.form-group .form-control{
  height: 48px;
  padding: 12px 12px 10px 12px;
  width: 100%;
  font-size: 15px;
  color: #333;
}

.form-group label{
  position: absolute;
  top: 0;
  left: 12px;
  transform: translateY(-50%);
  margin: 0;
  padding: 0 5px;
  font-size: 12px;
  font-weight: 500;
  color: var(--label-gray);
  background: #ffffff;   /* covers the border line behind the text */
  pointer-events: none;
  z-index: 2;
  line-height: 1;
}

.form-group .form-control:focus{
  border-color: var(--header-navy);
  box-shadow: 0 0 0 2px rgba(43, 71, 139, 0.1);
}


/* modal */


.modal-content{
    border:0;
    border-radius:12px;
    box-shadow:0 15px 45px rgba(0,0,0,.18);
}

.modal-header{
    border-bottom:1px solid #eee;
    padding:25px 30px 20px;
}

.modal-title{
    font-size:28px;
    font-weight:700;
}

.modal-body{
    padding:30px;
}

.modal-footer{
    border-top:1px solid #eee;
    padding:20px 30px;
}

.form-group1{
    margin-bottom:20px;
}

.form-control{
    height:46px;
    border-radius:8px;
    border:1px solid #dcdcdc;
    box-shadow:none;
    font-size:15px;
}

textarea.form-control{
    height:auto;
    min-height:70px;
    resize:vertical;
}

.form-control:focus{
    border-color:#0196d6;
    box-shadow:0 0 6px rgba(1,150,214,.2);
}

label{
    font-weight:600;
    margin-bottom:8px;
    color:#333;
}

.btn-contact{
    background:#ff4905;
    color:#fff;
    border:none;
    border-radius:8px;
    padding:10px 30px;
    font-size:16px;
    font-weight:600;
}

.btn-contact:hover,
.btn-contact:focus,
.btn-contact:active{
    background:#ff4905;
    color:#fff;
}
.text-danger{color:red !important;}





.checkbox {
  margin-top: 12px;
  margin-bottom: 12px;
  padding-left: 0; 
}

/* Label & Text Styling */
.checkbox label.text-muted {
  color: #777777; 
  font-size: 85%; 
  cursor: pointer;
  display: inline-flex;
  align-items: flex-start;
  line-height: 1.4;
  user-select: none;
  padding: 0;
}

.checkbox label.text-muted input[type="checkbox"] {
  position: relative;
  margin-top: 2px;
  margin-right: 8px; 
  margin-left: 0;
  cursor: pointer;
}


/* Spin keyframes for the reload animation */
@keyframes spinAround {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

/* Class applied dynamically via JavaScript during generation resets */
.captcha-spin {
  animation: spinAround 0.6s linear;
}

/* Custom coloring if validation succeeds */
.has-success .captcha-refresh-btn {
  border-color: #3c763d;
  background-color: #dff0d8;
}








/* =========================================================
   VERIFY DETAILS PAGE — new rules only.
   Reused as-is from the project stylesheet: .form-card,
   .form-card-header, .form-card-body, .form-group,
   .required-star, .form-control, .btn-buy (+ premium-col fill
   logic), and the existing --navy/--ink/--muted/--accent/
   --border-gray/--page-bg/--label-gray/--value-gray variables.
   ========================================================= */

/* ---------- Widen the sidebar-style form-card for this layout ---------- */
.form-card-wide {
  max-width: none;
  margin: 0;
}

/* ---------- Read-only / muted input (Contact name, Mobile No, etc.) ---------- */
.form-control-muted {
  background-color: var(--page-bg);
  color: var(--value-gray);
  cursor: not-allowed;
}

/* ---------- Highlighted bank details box ---------- */
.bank-details-box {
  background-color: var(--page-bg);
  border: 1px solid var(--border-gray);
  border-radius: 8px;
  padding: 16px 18px;
}

.bank-details-box p {
  margin-bottom: 8px;
  font-size: 13px;
  color: var(--value-gray);
}

.bank-details-box p:last-child {
  margin-bottom: 0;
}

.bank-details-box strong {
  color: var(--navy);
  font-weight: 600;
}

/* ---------- Solid-fill modifier for .btn-buy used outside .premium-col ---------- */
.btn-buy-filled {
  background: #ff4905;
  color: #fff;
  border-color: #ff4905;
      padding: 6px 16px;
      border-radius:5px;
}

.btn-buy-filled:hover {
  background: #ff4905;
  color: #fff;
}

.btn-buy-sm {
  padding: 7px 16px;
  font-size: 0.8rem;
}

/* ---------- Plan summary card (dark header + stats body) ---------- */
.plan-summary-card {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(20, 33, 61, 0.08);
}

.plan-summary-header {
  background-color: var(--navy);
  padding: 20px 24px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.plan-summary-name {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 4px;
}

.plan-summary-price {
  font-size: 22px;
  font-weight: 700;
}

.plan-summary-body {
  background-color: #fff;
  padding: 20px 24px;
}

.plan-stat-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 18px;
  column-gap: 20px;
}

.plan-stat-label {
  font-size: 12.5px;
  color: var(--muted);
  margin-bottom: 4px;
}

.plan-stat-value {
  font-size: 14px;
  font-weight: 600;
  color: var(--ink);
}

/* ---------- Price / invoice summary card ---------- */
.price-summary-card {
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0 10px 40px rgba(20, 33, 61, 0.05);
  padding: 4px 24px;
}

.price-summary-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0;
  border-bottom: 1px solid var(--border-gray);
  font-size: 13.5px;
  color: var(--ink);
}

.price-summary-row:last-child {
  border-bottom: none;
}

.price-summary-row.total {
  font-weight: 700;
  font-size: 15px;
}

.price-summary-row .muted-tax {
  font-size: 11.5px;
  color: var(--muted);
  font-weight: 400;
  margin-left: 4px;
}

/* ---------- Responsive ---------- */
@media (max-width: 991.98px) {
  .plan-summary-header,
  .plan-summary-body {
    padding: 18px 20px;
  }
}

@media (max-width: 767.98px) {
  .plan-summary-header {
    flex-wrap: wrap;
  }

  .plan-stat-grid {
    grid-template-columns: 1fr 1fr;
  }
}


.free-link {
    color: #ff4905;
    text-decoration: none;
    outline: none;
}

.free-link:hover {
    color: #ff4905;
    text-decoration: none;
}

.free-link:focus,
.free-link:active,
.free-link:focus-visible {
    color: #ff4905;
    text-decoration: none;
    outline: none;
    box-shadow: none;
}



.free-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 700;
    text-decoration: none;
    animation: ctaBounce 1.5s infinite;
}

.free-link i {
    transition: transform 0.3s ease;
}

@keyframes ctaBounce {
    0%, 100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.08);
    }
}

.free-link:hover {
    text-decoration: none;
}

.free-link:hover i {
    transform: translateX(6px);
}


.enterprise-cell .btn-table-action{
  margin-top: 47px !important;
}

.launchs-offer{font-size: 13px;color:#0c2340 !important;}
.launchs-offer1{font-size: 18px;color:#0c2340 !important;}

.sm-text{font-size: 13px;color:#0c2340 !important;}
.md-note{font-size: 18px;color:#0c2340 !important; font-weight: 600;}



.off50 {
    color: #ff4905 !important;
    font-weight: 700;
    font-size: 14px;
    margin-left: 4px;
}


.off50:hover {
    color: #ff4905;
    text-decoration: none;
}

.off50:focus,
.off50:active,
.off50:focus-visible {
    color: #ff4905;
    text-decoration: none;
    outline: none;
    box-shadow: none;
}

.Note{font-size: 18px; font-weight: 700;}

@media (max-width: 767.98px) {
.note-wrap p{margin-top: -50px !important;font-size: 14px;}
}