     .toggle-wrapper {
    max-width: 1240px;
    margin: 10px auto;
        margin-bottom: 50px;
    font-family: "Segoe UI", sans-serif;
  }

  .toggle-buttons {
    display: flex;
    justify-content: center;
    gap: 16px;
  }

  .toggle-btn {
    flex: 1;
    max-width: 220px;
    padding: 5px 15px;
    background-color: #f1f1f1;
    color: #007bff;
    border: none;
    border-radius: 12px 12px 0 0;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0, 123, 255, 0.1);
    transition: all 0.3s ease;
  }

  .toggle-btn:hover {
    transform: scale(1.03);
  }

  .toggle-button {
    flex: 1;
    max-width: 220px;
    padding: 5px 15px;
    background-color: #f1f1f1;
    color: #007bff;
    border: none;
    border-radius: 12px 12px 0 0;
    font-size: 18px;
    font-weight: normal;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0, 123, 255, 0.1);
    transition: all 0.3s ease;
  }

  .toggle-button:hover {
    transform: scale(1.03);
  }


  .regular-active {
    background-color: #FF403A !important;
    color: white !important;
    transform: scale(1.05);
  }

  .premium-active {
  
  background: #1877f2;
background: linear-gradient(90deg,#1877f2 0%, #7a0dfe 80%);
background: -webkit-linear-gradient(90deg,#1877f2 0%, #7a0dfe 80%);
background: -moz-linear-gradient(90deg,#1877f2 0%, #7a0dfe 80%);
    color: white !important;
    transform: scale(1.05);
  }

  .content-section {
    padding: 30px;
    border: 1px solid #ddd;
    border-top: none;
    border-radius: 0 0 12px 12px;
    background-color: #fff;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    text-align: center;
  }

  .regularsub-active {
    border-top: 4px solid #FF403A;
  }

  .highactive-active {
    border-top: 4px solid #0866FF;
  }
  
   .headtitle {
     font-weight: bold; font-size: 25px;margin-bottom: 10px;
  }
  

  @media (max-width: 600px) {
  
     .toggle-button {
    flex: 1;
    max-width: 150px;
    padding: 5px 20px;
    background-color: #f1f1f1;
    color: #007bff;
    border: none;
    border-radius: 12px 12px 0 0;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0, 123, 255, 0.1);
    transition: all 0.3s ease;
  }
  
  }



    .features-container {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 5px;
      max-width: 1000px;
      margin: 0 auto;
    }

    .feature-button {
    
      background-color: #E7E9EB;
      color: #000;
      text-align: left;
      padding: 3px 10px;
      font-weight: bold;
      font-size : 14px;
      border-radius: 2px;
      box-shadow: 0 2px 5px rgba(0,0,0,0.1);
      transition: background 0.3s ease;
      min-width: 100px;
    }
  	 .green-icon {
  color: green;
}

  

    @media (max-width: 600px) {
      .feature-button {
      flex: 1 1 calc(50% - 20px);
      width : 90%;
        font-size : 11px;
        padding: 3px 3px;
      
      
      }
    }


.container-product-table {
      max-width: 1500px;
      margin: 0 auto;
      padding: 10px;
 margin-bottom: 30px;
    }

    .row {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
    }

    .table-body {
      width: 16%;
      padding: 10px;
      box-sizing: border-box;
    }

    .tagline {
      font-size: 18px;
      color: #333;
      text-align: center;
      font-weight: normal;
      max-width: 1000px;
      margin: 0 auto;
      display: block;
    margin-bottom: 10px;
    }

    .price {
      list-style-type: none;
      border: 0 solid #eee;
      margin: 0;
      padding: 0;
      transition: 0.3s;
    }

    .price:hover {
      box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.2);
    }

   
    .price li {
      padding: 5px;
      box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
      text-align: center;
    }

    .price .option {
      font-size: 16px;
      background-color: #fff;
      box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
      line-height: 1;
    }

    .price .itemcolor {
      background-color: #eee;
      font-size: 35px;
      border-bottom-left-radius: 25px;
      border-bottom-right-radius: 25px;
      padding: 10px;
    }

    .price .product-item {
      background-color: #eee;
      font-size: 28px;
      font-weight: 400;
      color: #000;
    }

/* Reusable color classes */
.red-bg {
  background-color: #FD403A;
  color: #fff;
}

.zero-bg {
  background-color: #053BD5;
  color: #fff !important; /* force text color */
}


.blue-bg {
  background-color: #0866FF;
  color: #fff;
}

.pink-bg {
  background-color: #E1306C;
  color: #fff;
}

/* Keep styling structure, remove dependency on --primary-red */
.price .product-quantity {
  font-size: 28px;
  padding: 5px 0;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  text-align: center;
}

.price .product-title {
  font-size: 18px;
  padding: 0 0 12px;
  text-align: center;
}

.price .button {
  display: inline-block;
  border: none;
  padding: 5px 25px;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}


    .price .button:hover {
      background-color: #381928;
    }
    
    
  .save {
    background-color: #000;
    color: #C3C3C3;
    font-size: 18px;
  }

  .starting {
    background-color: #EEEEEE;
    font-size: 18px;
  }

  .pricing {
    color: #002255;
    background-color: #fff;
  }
  .per-title {
    color: yellow;
    
  }
  
h1 {
    color: #000;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
     margin-bottom: 15px;
}


/* Define shared styles */
.price .product-quantity,
.price .product-title,
.price .button {
  color: #fff;
}




    @media only screen and (max-width: 768px) {
      .table-body {
        width: 50%;
      }
    }

    @media only screen and (max-width: 500px) {
     .table-body {
    width: 90%;
    max-width: 280px;
    padding: 10px;
    box-sizing: border-box;
    margin: 0 auto; /* Center on small screens */
      }
   

h1 {
    color: #000;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
     margin-bottom: 15px;
}

.tagline {
 font-size: 14px;
  max-width: 1000px;
font-weight : bold;
margin-bottom: 10px;
   
}


 }



/*/////////////////////PRICE TABLE END///////////////////////*/
                                             
                                              
.heading {
    font-size: 32px;
    font-weight: 700;
    color: #333;
}
.subheading {
    font-size: 18px;
    color: #666;
    margin-top: 10px;
}
.stepoints {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
    margin-top: 30px;
    padding: 20px;
}
.stepoint {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgb(0 0 0 / .1);
    transition: transform 0.3s ease-in-out;
}
.stepoint:hover {
    transform: translateY(-5px);
}
.stepoint-number {
    font-size: 36px;
    font-weight: 700;
    color: #d32f2f;
}
.stepoint-title {
    font-size: 20px;
    font-weight: 700;
    margin-top: 10px;
    color: #333;
}
.stepoint-description {
    font-size: 16px;
    color: #666;
    margin-top: 5px;
}
@media (max-width:768px) {
    .stepoints {
    grid-template-columns: 1fr;
}

}.section-container {
    max-width: 1240px; 
    margin: 40px auto;
    padding: 30px;
    background-color: #fff;

    border-radius: 30px;
    box-shadow: 0 4px 10px rgb(0 0 0 / .1);
  
}
.section-text {
    font-size: 18px;
    line-height: 1.6;
    color: #555;
    padding: 0 20px;
}
.highlight {
    color: #d32f2f;
    font-weight: 700;
}
.cta-button {
    display: inline-block;
    margin-top: 20px;
    padding: 12px 25px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    background: #d32f2f;
    border: none;
    border-radius: 5px;
    text-decoration: none;
    transition: 0.3s ease-in-out;
}
.cta-button:hover {
    background: #b71c1c;
}
.cta-container {
    text-align: center;
    background: #5796fc;
    background: linear-gradient(90deg, #5796fc 0%, #b2dbfe 80%);
    background: -webkit-linear-gradient(90deg, #5796fc 0%, #b2dbfe 80%);
    background: -moz-linear-gradient(90deg, #5796fc 0%, #b2dbfe 80%);
    color: #000;
    padding: 40px 20px;
    border-radius: 10px;
    margin: 40px auto;
    max-width: 1250px;
    box-shadow: 0 4px 10px rgb(0 0 0 / .1);
}
.cta-title {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 10px;
}
.cta-text {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 20px;
}
.cta-button {
    display: inline-block;
    padding: 12px 24px;
    font-size: 18px;
    font-weight: 700;
    color: #d32f2f;
    background: #fff;
    border-radius: 5px;
    text-decoration: none;
    transition: 0.3s ease-in-out;
}
.cta-button:hover {
    background: #f5f5f5;
}
@media (max-width:600px) {
    .cta-title {
    font-size: 22px;
}
.cta-text {
    font-size: 16px;
}
.cta-button {
    font-size: 16px;
    padding: 10px 20px;
}
}.table-width {
    max-width: 1000px;
}
.title-text {
    font-size: 18px;
    text-align: center;
    max-width: 1000px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.middlemenu {
    justify-content: center;
    align-items: center;
    text-align: center;
}



}
.select-option {
    padding: 5px;
    border: 2px solid green;
    background-color: #f0f0f0;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    color: blue;
}

.textheader {
    font-size: 24px;
    font-weight: 700;
    margin: 20px;
}


  
 
    .flag-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(30px, 1fr));
      gap: 4px;
      max-width: 1200px;
      margin: 0 auto;
    }
    .flag-card {
      background: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 3px;
      border-radius: 4px;
      box-shadow: 0 0 2px rgba(0, 0, 0, 0.05);
    }
    .flag-card img {
      max-width: 28px;
      max-height: 18px;
      object-fit: cover;
      border-radius: 3px;
    }