body {
    /*margin: 0;*/
    /*font-family: 'Rubik', sans-serif;*/
    /*background-color: #fff;*/
    /*color: #111;*/
    /*overflow-x: hidden;*/
  }
  .top-banner {
  width: 100%;
  overflow: hidden;
}



 .modal {
      display: none;
      position: fixed;
      z-index: 999;
      padding-top: 100px;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      overflow: auto;
      background-color: rgba(0, 0, 0, 0.6);
    }

    .modal-content {
      background-color: #fff;
      margin: auto;
      padding: 30px;
      border-radius: 8px;
      width: 90%;
      max-width: 400px;
      position: relative;
    }

    .close {
      color: #aaa;
      position: absolute;
      top: 10px;
      right: 20px;
      font-size: 28px;
      font-weight: bold;
      cursor: pointer;
    }

    .close:hover {
      color: #000;
    }

    .form-group {
      margin-bottom: 15px;
    }

    .form-group input,
    .form-group textarea {
      width: 100%;
      padding: 8px;
      border-radius: 5px;
      border: 1px solid #ccc;
    }

    .form-group button {
      background-color: #007bff;
      color: white;
      border: none;
      padding: 10px;
      width: 100%;
      border-radius: 5px;
      cursor: pointer;
    }

    .form-group button:hover {
      background-color: #0056b3;
    }


.banner-image {
  width: 100%;
  height: 350px;
  display: block;
}

  
  .seo-container {
    padding: -8px 20px;
    max-width: 1200px;
    margin: auto;
    text-align: center;
    position: relative;
  }
  
  .main-heading {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 10px;
  }
  
  .sub-heading {
    font-size: 20px;
    color: #333;
    margin-bottom: 40px;
  }
  
  .pricing-box {
    background: linear-gradient(to right, #32b3a8cf, #007bff);
    color: #fff;
    padding: 40px 30px;
    border-radius: 60px;
    max-width: 1000px;
    margin: auto;
    box-sizing: border-box;
  }
  
  .pricing-box h2 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
  }
  
  .pricing-box p {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.6;
    color: #111;
  }
  
  .side-icons {
    position: absolute;
    top: 50%;
    right: 40px;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  
  .icon {
    width: 60px;
    height: 60px;
    background: #fff;
    border: 2px solid #7cc189;
    border-radius: 50%;
    font-size: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #32b3b2;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    cursor: pointer;
  }
  
  .icon:hover {
    background: #e0f7f5;
  }
  /*body {*/
  /*  font-family: 'Rubik', sans-serif;*/
  /*  background: #f9f9f9;*/
  /*  margin: 0;*/
  /*  padding: 0;*/
  /*}*/
  
  .pricing-section {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
    padding: 60px 20px;
    flex-wrap: wrap;
    width: 100%;
  }
  
  .plan-box{
    background: rgb(242, 237, 237);
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
    padding: 30px 20px;
    width: 300px;
    text-align: center;
    
    transition: 0.3s;
  }
   
   
  .plan-box h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
    color:#403783e6;
  }
  
  .plan-box ul {
    list-style: none;
    padding: 0;
    margin: 0 0 25px;
  }
  
  .plan-box ul li {
    font-size: 16px;
    font-weight: 400;
    color: black;
    margin: 10px 0;
  }
  
  .price {
    font-size: 36px;
    font-weight: 700;
    color: #111;
  }
  
  .per-month {
    font-size: 18px;
    color: #444;
    margin-bottom: 20px;
  }
  
  .book-btn {
    padding: 12px 24px;
    border: none;
    color: white;
    font-size: 16px;
    font-weight: 600;
    border-radius: 6px;
    cursor: pointer;
    transition: 0.3s;
  }
  
  .book-btn.orange {
    background-color: #007bff;
  }
  
  .book-btn.purple {
    background-color: #007bff;
  }
  
  .book-btn.green {
    background-color: #007bff;
  }
  
/*   body {*/
/*  margin: 0;*/
/*  font-family: 'Rubik', sans-serif;*/
/*  background-color: #fff;*/
/*}*/

.comparison-section {
  padding: 40px 20px;
  text-align: center;
}

.comparison-section h1 {
  font-size: 24px;
  color: #007bff;
  margin-bottom: 40px;
}

.comparison-section h1 span {
  color: #9dc63f;
}

.table-wrapper {
  overflow-x: auto;
}

.pricing-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 900px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.pricing-table thead tr {
  background-color: #007bff;
}

.pricing-table th,
.pricing-table td {
  padding: 16px;
  text-align: center;
  font-size: 16px;
}

.pricing-table .feature-heading {
  text-align: left;
  font-size: 18px;
  font-weight: 700;
  color: #2a9a9f;
}

.plan-title {
  font-weight: 700;
  font-size: 18px;
  color: #fff;
}

.plan-price {
  font-size: 22px;
  font-weight: bold;
  color: #000;
}

.plan-price span {
  font-weight: normal;
  font-size: 14px;
  color: #555;
}

.pricing-table tbody tr:nth-child(even) {
  background-color: #f7f7f7;
}

.pricing-table td:first-child {
  text-align: left;
  font-weight: 500;
  color: #333;
}

.pricing-table .check-icon{
  color: #03c988!important;
}
.pricing-table td {
  color: #000;
}

.pricing-table td:contains('✔'),
.pricing-table td:has-text('✔') {
  color: black;
  font-size: 18px;
}
/*body {*/
/*  margin: 0;*/
/*  font-family: Arial, sans-serif;*/
/*  background: #fff;*/
/*}*/

h1 {
  text-align: center;
  margin-top: 40px;
  font-size: 28px;
  color: #007bff;
}

h1 span {
  color: #8cc63f;
}

.table-wrapper {
  overflow-x: auto;
  margin: 20px;
}

table {
  width: 95%;
  margin: auto;
  border-collapse: collapse;
  box-shadow: 0 0 10px #ccc;
}

thead {
  background-color: #e8edf0;
}

thead th {
  padding: 20px;
  font-size: 18px;
  color: #319b9f;
}

thead th span {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #000;
}

td {
  text-align: center;
  padding: 14px;
  font-size: 16px;
}

tr:nth-child(even) td {
  background-color: #f7f7f7;
}

tr.section-title td {
  background: #81dadaa2;
  font-weight: bold;
  color: #319b9f;
  font-size: 18px;
  text-align: left;
}

td:first-child {
  text-align: left;
  font-weight: bold;
}

td:contains("✔") {
  color: black;
}

td:contains("❌") {
  color:#007bff;
  
}

/* table line */


.floating-icons {
  position: fixed;
  top: 80%;
  right: 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  z-index: 999;
}

.icon {
  width: 50px;
  height: 50px;
  background-color: #dff6f3;
  border: 2px solid #87d14c;
  border-radius: 50%;
  background-size: 60%;
  background-position: center;
  background-repeat: no-repeat;
}

.icon.phone {
  background-image: url('https://cdn-icons-png.flaticon.com/512/597/597177.png');
}

.icon.mail {
  background-image: url('https://cdn-icons-png.flaticon.com/512/561/561127.png');
}

.icon.up {
  background-color: #46c7c4;
  background-image: url('https://cdn-icons-png.flaticon.com/512/130/130906.png');
}


    table {
      border-collapse: collapse;
      width: 100%;
      text-align: center;
    }

    th, td {
      padding: 15px;
      border: 1px solid #ddd;
    }

    th {
      background-color: #0e968e59;
      color: black 
      font-size: 20px;
      text-align: left;
    }

    td:first-child {
      text-align: left;
      background-color: #f9f9f9;
      font-weight: 500;
    }

    .tick {
      color: green;
      font-size: 20px;
    }

    .cross {
      color: #007bff;
      font-size: 16px;
    }

    .plan-button {
      background-color: #007bff;
      color: white;
      padding: 15px 25px;
      border: none;
      font-weight: bold;
      font-size: 18px;
      border-radius: 10px;
      cursor: pointer;
    }

    /* Floating icons */
    .floating-icons {
      position: fixed;
      top: 40%;
      right: 20px;
      display: flex;
      flex-direction: column;
      gap: 15px;
      z-index: 1000;
    }

    .floating-icons img {
      width: 45px;
      height: 45px;
      cursor: pointer;
      transition: transform 0.3s;
    }

    .floating-icons img:hover {
      transform: scale(1.1);
    }

    .up-arrow {
      position: fixed;
      bottom: 20px;
      right: 20px;
      background-color: #22a6b3;
      padding: 10px;
      border-radius: 5px;
      cursor: pointer;
    }

    .up-arrow img {
      width: 25px;
      height: 25px;
    }

  
  
  .form-container {
    background: #e6e6e6;
    padding: 40px;
    max-width: 80%;
    margin: 100px auto;
    border-radius: 60px;
    text-align: center;
  }
  
  .form-container h1 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  
  .subheading {
    color: #444;
    font-size: 20px;
    margin-bottom: 30px;
  }
  
  .inputs {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
  }
  
  .inputs input {
    padding: 15px 20px;
    font-size: 16px;
    border: 2px solid #ccc;
    border-radius: 40px;
    min-width: 220px;
  }
  
  .cta-button {
    padding: 15px 30px;
    font-size: 18px;
    border: none;
    border-radius: 40px;
    background: linear-gradient(to right, #2dc1b4, #a8e063);
    color: #000;
    cursor: pointer;
  }
  
  .floating-icons {
    position: fixed;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  
  .icon {
    width: 50px;
    height: 50px;
    background: #fff;
    border: 3px solid #2dc1b4;
    border-radius: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 60%;
    cursor: pointer;
  }
  
  .icon.phone {
    background-image: url('https://img.icons8.com/ios-filled/50/phone.png');
  }
  
  .icon.mail {
    background-image: url('https://img.icons8.com/ios-filled/50/secured-letter.png');
  }
  
  .icon.up-arrow {
    background-image: url('https://img.icons8.com/ios-filled/50/up-squared.png');
    background-color: #2dc1b4;
    border: none;
    border-radius: 10px;
  }




.pricing-section {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

.package {
  width: 300px;
  border-radius: 40px 40px 0 0;
  overflow: hidden;
  background: white;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
  text-align: center;
}

.package .header {
  background-color:#0051ffed;
  color: white;
  padding: 30px 20px;
  font-size: 28px;
  font-weight: bold;
}

.package .content {
  padding: 30px 20px;
}

.package p {
  font-size: 18px;
  color: #222;
  margin-bottom: 30px;
  line-height: 1.5;
}

.package h1 {
  font-size: 80px;
  color: #007bff;
  margin-bottom: 20px;
  font-weight: bold;
}

.package h1 span {
  font-size: 40px;
  vertical-align: top;
}

.package h3 {
  font-size: 22px;
  font-weight: bold;
  color: #111;
  margin-bottom: 15px;
}

.package ul {
  list-style: none;
  padding: 0;
}

.package ul li {
  font-size: 16px;
  color: #444;
  margin-bottom: 10px;
}

/* Special styling for the middle (Startup) box */
.startup {
  background-color: #1f33b1c2;
  color: white;
}

.startup .content p,
.startup .content h3,
.startup .content ul li {
  color: white;
}

.startup h1 {
  color: #007bff;
}
/* Animation keyframes */
@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Apply animation to headings and content */
.main-heading,
.sub-heading,
.pricing-box,
.package {
  animation: fadeUp 1s ease forwards;
  opacity: 0;
}

/* Animation delays to stagger appearance */
.main-heading {
  animation-delay: 0.2s;
}

.sub-heading {
  animation-delay: 0.4s;
}

.pricing-box {
  animation-delay: 0.6s;
}

.package {
  animation-delay: 0.8s;
}
/* table style */

 @media (min-width:340px) and (max-width:500px){
    .form-container{
        max-width:100%!important;
        
    } 
 }