/* Center top buttons */
.top-buttons {
  text-align: center;
  margin-bottom: 20px;
}

/* Top buttons style (INDIVIDUAL & PRIVATE OFFICE) */
.top-btn {
  background-color: #28a745;
  color: white;
  border: none;
  padding: 10px 20px;
  margin: 5px;
  border-radius: 30px;
  font-weight: bold;
  transition: all 0.3s ease;
  cursor: pointer;
}

.top-btn:hover {
  background-color: #218838;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.top-btn.active {
  background-color: #1e7e34;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2);
  transform: translateY(1px);
}

/* Box container with white background */
.plan-box {
  background: #222222;
  border: 2px solid #28a745;
  border-radius: 20px;
  padding: 20px;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* Tab buttons (DAILY, WEEKLY, etc.) inside box */
.tab-btn {
  background-color: white;
  color: #28a745;
  border: 2px solid #28a745;
  padding: 8px 18px;
  margin: 5px;
  border-radius: 20px;
  font-weight: bold;
  transition: all 0.3s ease;
  cursor: pointer;
}

.tab-btn:hover {
  background: #28a745;
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.tab-btn.active {
  background: #1e7e34;
  border-color: #1e7e34;
  color: white;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2);
  transform: translateY(1px);
}

/* Plan card styles */
.plan-card {
  background-color: #6c757d;
  color: rgb(255, 255, 255);
  border-radius: 20px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  padding: 30px 20px;
  margin: 30px;
  min-width: 260px;
  max-width: 350px;
  min-height: 400px;
  position: relative;
  transition: all 0.3s ease;
}

.plan-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
}

.plan-ribbon {
  position: absolute;
  top: -15px;
  left: 20px;
  padding: 6px 16px;
  border-radius: 8px;
  font-weight: bold;
  color: white;
  font-size: 1rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.plan-price {
  font-size: 1.8rem;
  font-weight: bold;
  margin: 20px 0 10px;
}

.plan-price small {
  font-size: 1rem;
  color: #e0e0e0;
}

.plan-features {
  list-style: none;
  padding: 0;
  text-align: left;
  padding-left: 25px;
}

.plan-features li {
  margin: 10px 0;
  font-size: 0.95rem;
  position: relative;
  padding-left: 25px;
}

.plan-features i {
  color: #00f539;
  margin-right: 8px;
  margin-top: 6px;
  position: absolute;
  left: 0;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .plan-box {
    width: 95%;
    padding: 15px;
  }
  
  .tab-btn {
    padding: 6px 12px;
    font-size: 0.9rem;
    margin: 3px;
  }
  
  .plan-card {
    min-width: 220px;
    margin: 15px;
    padding: 20px 15px;
  }
}

.tab-header {
  display: flex;
  justify-content: center;
  margin-bottom: -1px;
}



.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 2.2;
    color: white;
}

.main-tab-btn {
  padding: 10px 20px;
  border: 2px solid #242424;
  background-color: #b8b8b83b;
  cursor: pointer;
  font-weight: bold;
  border-radius: 8px 8px 0 0;
  margin: 0 5px;
  z-index: 2;
  position: relative;
  color: white;
}

.main-tab-btn.active {
  background-color: #ffffff;
  border-bottom: 2px solid #ffffff;
  z-index: 2;
  color: rgb(0, 0, 0);
}


.tab-box {
  border-top: 3px solid #ccc;
  border-right: none;
  border-bottom: none;
  border-left: none;
  border-radius: 0;
  padding: 20px 15px;
  background-color: #252525;
  max-width: 1920px;
  margin: auto;
}


.tab-btn {
  margin: 4px;
  padding: 8px 16px;
  border: 1px solid #ccc;
  background: #f8f9fa;
  font-weight: bold;
  color: #333;
  border-radius: 4px;
  cursor: pointer;
}
s
.tab-btn.active {
  background-color: #007bff;
  border-color: #007bff;
}


.tab-btn.active {
    background: #1e7e34;
    border-color: #1e7e34;
    color: white;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2);
    transform: translateY(1px);
}
.ta

.plan-card {
    background-color: #0e4758;
    color: rgb(255, 255, 255);
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    padding: 30px 20px;
    margin: 30px;
    min-width: 260px;
    max-width: 350px;
    min-height: 400px;
    position: relative;
    transition: all 0.3s ease;
}


.plan-card:nth-child(-n+4) {
    flex: 1 1 calc(25% - 24px);
    min-width: 250px;
    background-color: #343a40
}


/* Animation for plan cards when they appear */
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

.plan-card {
  animation: fadeIn 0.5s ease forwards;
}