.custom-card {
  border-radius: 15px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease-in-out;
}

.custom-card button {
  transition: transform 0.3s ease-in-out;
}
.custom-card button:hover {
  transform: translateY(-5px);
}

.whatsapp-card {
  border: 1px solid rgba(19, 94, 108, 0.4);
  box-shadow: 0px 26px 40px rgba(188, 202, 255, 0.13);
  border-radius: 28px;
}

.sms-card {
  background: #ffffff;
  background-image: url(../assets/plans/patttern.svg);
  background-size: cover;
  background-position: top;
  border: 1px solid rgba(19, 94, 108, 0.4);
  box-shadow: 0px 26px 40px rgba(188, 202, 255, 0.13);
  border-radius: 28px;
}

.sms-card .badge-offer {
  background-color: #FFFFFF;
  color: var(--primary-color);
  border-radius: 38px;
  font-weight: 400;
  padding: 6px 10px;
  transform: translateY(-20%);
  font-size: clamp(12px, 2vw, 1rem);
}

.btn-get-started {
  border-radius: 12px;
  padding: 10px 20px;
  width: 100%;
}

 .btn-get-started.accent {
  background-color: #004f66;
  color: #fff !important;
}

.whatsapp-card .btn-get-started {
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
}

.custom-card div:first-child img {
  width: clamp(44px, 3.5vw, 56px);

  height: clamp(44px, 3.5vw, 56px);
}

.feature-list img {
  width: clamp(24px, 2.5vw, 28px);
  height: clamp(24px, 2.5vw, 28px);
}
.feature-list h5 {
  font-weight: 400 !important;
  font-size: clamp(16px, 2vw, 18px);
}
.nav-tabs.plan-tabs{
  border:none
}
.custom-pill-tabs {
  background-color: #fff;
  border: 1px solid #e1e5e8;
  border-radius: 50px;
  padding: 4px;
  display: inline-flex;
  gap: 4px;
}

.custom-pill-tabs .nav-link {
  border-radius: 50px;
  padding: 0.7rem 2rem !important; 
  font-weight: 600;
  min-width: 120px;
  color: #000;
  background-color: transparent;
  transition: all 0.3s ease;
}

.custom-pill-tabs .nav-link.active {
background: linear-gradient(101.9deg, #135E6C 41.29%, #00252C 94.42%);
  color: #fff !important;
}
.custom-pill-tabs .nav-link:not(.active):hover:after {
width:0;
}