body {
      font-family: "Inter", sans-serif;
      margin: 0;
      padding: 0;
      background: #fff;
      color: #1a2b3b;
    }

    .pricing-section {
      max-width: 950px;
      margin: 60px auto;
      padding: 0 20px;
    }

    .pricing-header {
      font-size: 28px;
      font-weight: 700;
      margin-bottom: 120px !important;
      color: #003459;
      margin-top: 20px;
    }

    .pricing-container {
      display: grid;
      grid-template-columns: 1fr 250px 250px;
      gap: 15px !important;
       overflow: hidden;
    }

    .features-col {
      padding: 20px;
      background: #fff;
      font-size: 15px;
    }

    .features-col h3 {
      color: #00a896;
      font-weight: 600;
      margin-bottom: 20px;
    }

    .feature-item {
      display: flex;
       align-items: center;
       flex-direction: column;
      justify-content: start;
      padding: 14px 0;
      border-bottom: 1px solid #f1f5f9;
      font-size: 14px;
      line-height: 1.5;
      width: 100%;
    }
    .feature-item-typography {
      display: flex;
       align-items: start;
       flex-direction: column;
      justify-content: start;
      padding: 14px 0;
      border-bottom: 1px solid #e6e6e6;
      font-size: 14px;
      line-height: 1.5;
      width: 100%;
      min-width: 405px;
    
    }
    .feature-item-typography:last-child {
      border-bottom: none;

    }

    .feature-item-typography > h3 {
      font-size: 16px;
      font-weight: 600;
      margin-bottom: 8px;
      color: #003459;
    }

    .feature-item-check {
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 14px 0;
      border-bottom: 1px solid #e6e6e6;
      font-size: 14px;
      line-height: 1.5;
      width: 100%;
    }
    .features-col {
     display: flex;
     flex-direction: column;
      align-items: start;
       padding: 14px 0 14px 14px;
       
       font-size: 14px;
      line-height: 1.5;
    }
 .features-col > .feature-item {
        justify-content: start;
        padding: 14px 0;
        border-bottom: 1px solid #f1f5f9;
        font-size: 14px;
        line-height: 1.5;
        width: 100%;
 }
 .features-col > .feature-item > p {
    font-size: 10px;
 }
    .feature-item:last-child {
      border-bottom: none;
    }

    .plan-col {
      background: #e6f2f3;
      text-align: center;
      padding: 20px 0;
      border-left: 1px solid #e5e7eb;
      display: flex;
      flex-direction: column;
      justify-content: start;
      border-radius: 10px;
    }

    .plan-col.alt {
      background: #ecf3fa;
    }

    .price {
      font-size: 32px;
      font-weight: 700;
      margin-bottom: 5px;
      color: #003459;
    
    }

    .plan-subtext {
      font-size: 13px;
      color: #475569;
      margin-bottom: 15px;
    }
 

    .btn-pricing {
      background: #098289;
      color: #fff;
      padding: 10px 18px;
      font-size: 14px;
      font-weight: 600;
      border-radius: 6px;
      text-decoration: none;
      display: inline-block;
      margin-bottom: 90px;
      margin-left: 10px;
      margin-right: 10px;
     }
     body > section.pricing-section > div > div:nth-child(2) > a:nth-child(20) {
      margin-bottom: 0%;
     }
    .btn-pricing-alt {
      background: #005f99;
        color: #fff;
      padding: 10px 18px;
      font-size: 14px;
      font-weight: 600;
      border-radius: 6px;
      text-decoration: none;
      display: inline-block;
      margin-bottom: 90px;
         margin-left: 10px;
      margin-right: 10px;
    }
    body > section.pricing-section > div > div.plan-col.alt > a:nth-child(20) {
      margin-bottom: 0;
    }

    .btn:hover {
      opacity: 0.9;
    }

    .check{
      color: white;
      font-size: 18px;
      background-color: #098289;
       padding: 5px;
      border-radius: 100%;
      width: 20px;
      height: 20px;
    }
body > section.pricing-section > div > div:nth-child(2) > div:nth-child(5) {
  margin-top: 13px;
}
body > section.pricing-section > div > div:nth-child(2) > div:nth-child(6) {
  margin-top: 34px;
}
body > section.pricing-section > div > div:nth-child(2) > div:nth-child(7) {
  margin-top: 16px;
}

body > section.pricing-section > div > div:nth-child(2) > div:nth-child(8) {
  margin-top: 11px;
}
body > section.pricing-section > div > div:nth-child(2) > div:nth-child(9) {
  margin-top: 13px;
}



 body > section.pricing-section > div > div:nth-child(2) > div:nth-child(10) {
    margin-top: 26px;
  }

    .check.alt {
      color: white;
      background-color: #005f99;
      padding: 5px;
      border-radius: 100%;
      width: 20px;
      height: 20px;
    }

 



body > section.pricing-section > div > div.plan-col.alt > div:nth-child(5) {
  margin-top: 13px;
}
body > section.pricing-section > div > div.plan-col.alt > div:nth-child(6) {
  margin-top: 34px;
}
body > section.pricing-section > div > div.plan-col.alt > div:nth-child(7) {
  margin-top: 16px;
}

body > section.pricing-section > div > div.plan-col.alt > div:nth-child(8) {
  margin-top: 11px;
}
body > section.pricing-section > div > div.plan-col.alt > div:nth-child(9) {
  margin-top: 13px;
}



    .more-features {
      color: #00a896;
      font-size: 14px;
      margin-top: 15px;
      display: inline-block;
      cursor: pointer;
    }

    @media (max-width: 768px) {
      .pricing-container {
        grid-template-columns: 1fr;
        display: none;
      }

      .plan-col, .plan-col.alt {
        border-left: none;
        border-top: 1px solid #e5e7eb;
      }
      .feature-item {
        padding: 0%;
      }
    }



    /* Link-style features */
.feature-link {
  color: #008080;
  font-weight: 600;
  cursor: pointer;
  text-decoration: underline;
}

/* Expandable rows (Security, Support, Admin) */
.expandable {
  border-bottom: 1px solid #f1f5f9;
  font-size: 14px;
  font-weight: 500;
  color: #008080;
}

.expandable .expand-title {
  display: inline-block;
  cursor: pointer;
}








   .testimonial-card {
      display: flex;
      align-items: center;
      background-color: #e9f4f6; /* light blue background */
      padding: 30px;
      border-radius: 10px;
      max-width: 800px;
      box-sizing: border-box;
      gap: 20px;
      margin: 40px auto 0 auto;
    }

    .testimonial-card .image-box {
      width: 80px;
      height: 80px;
      border-radius: 10px;
      background-color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden;
      flex-shrink: 0;
    }

    .testimonial-card .image-box img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .testimonial-content {
      color: #000;
    }

    .testimonial-content p {
      font-size: 16px;
      line-height: 1.5;
      margin: 0 0 15px 0;
    }

    .testimonial-content .author {
      font-weight: bold;
      font-size: 14px;
      margin-bottom: 3px;
    }

    .testimonial-content .role {
      font-size: 14px;
      color: #333;
    }



    /* pricing mobile code adjustments */

    
        .pricing-mobile-container {
            display: flex;
            flex-direction: column;
            gap: 20px;
            display: none;
        }

        /* Pricing Cards */
        .pricing-card {
            background: #e6f2f3;
            border-radius: 12px;
            padding: 24px;
            text-align: center;
        }

        .pricing-card.secondary {
            background: #ecf3fa;
        }

        .pricing-card .price {
            font-size: 2.5rem;
            font-weight: 700;
            color: #1a1a1a;
            margin-bottom: 4px;
        }

        .pricing-card .price span {
            font-size: 1rem;
            font-weight: 400;
            color: #666;
        }

        .pricing-card p {
            font-size: 0.875rem;
            color: #666;
            line-height: 1.5;
            margin-bottom: 20px;
        }

        .pricing-card h2 {
            font-size: 1.5rem;
            font-weight: 600;
            color: #1a1a1a;
            margin-bottom: 12px;
        }

        .cta-btn {
            width: 100%;
            padding: 14px 24px;
            border: none;
            border-radius: 6px;
            font-size: 0.95rem;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .btn-primary {
            background: #00796b;
            color: white;
        }

        .btn-primary:hover {
            background: #138496;
        }

        .btn-secondary {
            background: #2d5f8d;
            color: white;
        }

        .btn-secondary:hover {
            background: #1e4a6f;
        }

        /* Pricing Info */
        .pricing-info {
            display: flex;
            justify-content: center;
            gap: 40px;
            margin: 20px 0;
            font-size: 0.95rem;
            font-weight: 500;
        }

        .pricing-info span:first-child {
            color: #17a2b8;
        }

        .pricing-info span:last-child {
            color: #2d5f8d;
        }

        /* Features Section */
        .features-section {
            margin-top: 30px;
        }

        .features-section h3 {
            font-size: 1.125rem;
            font-weight: 600;
            color: #1a1a1a;
            margin-bottom: 24px;
            text-align: center;
        }

        .feature-item {
            background: white;
         
            margin-bottom: 16px;
         }

        .feature-item h4 {
            font-size: 1rem;
            font-weight: 600;
            color: #1a1a1a;
            margin-bottom: 8px;
            text-align: center;
        }

        .feature-item p {
            font-size: 0.875rem;
            color: #666;
            line-height: 1.5;
            text-align: center;
            margin-bottom: 16px;
        }

        .check-row {
            display: flex;
            justify-content: center;
            width: 100%;
            margin-top: 16px;
        }

        .checkmark-div-primary {
          width: 100%;
          padding: 30px 0;
            display: flex;
            align-items: center;
            justify-content: center;
            background-color: #e6f2f3;
        }

        .checkmark-div-secondary {
          width: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
             background-color: #ECF3FA;
        }

        .checkmark {
            width: 36px;
            height: 36px;
            background: #17a2b8;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 16px;
            font-weight: bold;
        }

        .checkmark.secondary {
            background: #2d5f8d;
        }

        @media (max-width: 480px) {
       

            .pricing-card .price {
                font-size: 2.25rem;
            }

            .pricing-card {
                padding: 20px;
            }

            .pricing-info {
                gap: 30px;
                font-size: 0.875rem;
            }
 
            body {
                padding: 0;
            }
        
            
          }


          @media (max-width: 768px) {
            .pricing-mobile-container {
              display: flex;
            }
          }


          
    .menu {
      width: 100%;
     
      margin: auto;
      border: 1px solid #e0e0e0;
      border-radius: 6px;
      overflow: hidden;
      background: #fff;
    }

    .menu-item {
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 16px;
      border-bottom: 1px solid #e0e0e0;
      font-size: 18px;
      color: #00796b;
      cursor: pointer;
    }

    .menu-item:last-child {
      border-bottom: none;
    }

    .menu-item span.icon {
      font-size: 22px;
      margin-right: 12px;
    }

    /* Mobile-friendly */
    @media (max-width: 600px) {
      .menu-item {
        padding: 14px;
        font-size: 16px;
      }
      .menu-item span.icon {
        font-size: 20px;
        margin-right: 10px;
      }
    }