.striven-signup-card-page-navigation-wrap.w-full.md\:w-1\/2.lg\:w-1\/4.xl\:w-1\/4 {
    background: #f5f5f5;
    /* padding: 14px; */
    margin: 0px 0px;
	border-radius: 8.5px;
}


.striven-signup-card-page-navigation-wrap:hover {
	background-image: radial-gradient(#84cecd57, #4894ac57, #05528657) !important;
}

/* .striven-signup-card-page-navigation {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
} */

.striven-signup-card-page-navigation img {
	border-top-left-radius: 8.5px; 
  	border-top-right-radius: 8.5px;
}

.striven-signup-card-text-area-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px 21px 17px 21px;
    margin: 20px 0px;
	gap:19px;
}

.striven-signup-card-heading-wrap {
    border: 2px solid #1b394d;
    /* color: red !important; */
    /* background: #409A39; */
    display: flex;
    border-radius: 30px;
    padding: 6.2px 19px;
    gap: 7px;
}

.striven-signup-card-heading-wrap img {
  transition: transform 0.3s ease;
}

.striven-signup-card-page-navigation:hover .striven-signup-card-heading-wrap img {
  transform: translateX(5px);
}

.striven-signup-card-heading {
	font-size:18px;
	font-weight:700;
	display:inline-block;
	color:#1B394D;
}

.striven-signup-card-page-navigation-wrap:nth-of-type(1).xl\:w-1\/4 .striven-signup-card-heading {
    color: #ffff;
}

.striven-signup-card-page-navigation-wrap:nth-of-type(1).xl\:w-1\/4 .striven-signup-card-sub-text {
	color:#fff;
}

.striven-signup-card-sub-text p {
	font-weight:600 !important;
	font-size:19px;
}

.section-heading.text-center {
    margin-bottom: 5%;
}

/* Design for the first card  */
.striven-signup-card-page-navigation-wrap:nth-of-type(1).xl\:w-1\/4 {
    margin-right: .7% !important;  
}

.striven-signup-card-page-navigation-wrap:nth-of-type(1) {
    position: relative;
    background-image: radial-gradient(circle at 100% 50%, #84CECD, #4894AC, #055286) !important;
}

.striven-signup-card-page-navigation-wrap:nth-of-type(1):hover {
    background-image: radial-gradient(circle at 100% 50%, #84CECD, #4894AC, #055286) !important;
}

.striven-signup-card-page-navigation-wrap:nth-of-type(1) .striven-signup-card-heading-wrap {
	background:#1B394D !important;
}

.striven-signup-card-page-navigation-wrap:nth-of-type(1) .striven-signup-card-subtext-wrap {
	color:white;
}

.striven-signup-card-page-navigation-wrap:nth-of-type(1) .title-tag-img::before {
    top: -15px;
    width: 100%;
    z-index: 1;
    position: absolute;
    content: "Most Popular";
    display: block;
    font-size: 1.2rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background: #233d4e;
    padding: 5px;
    border-top-left-radius: 8.5px;
    border-top-right-radius: 8.5px;
}

.striven-signup-card-page-navigation-wrap:nth-of-type(1).xl\:w-1\/4 {
    transform: scale(1.04);
    transform-origin: bottom center;
    transition: transform 0.3s ease-in-out;
}

.striven-signup-card-img {
    height: 25vh !important;
}

.striven-signup-card-page-navigation-wrap:nth-of-type(1) .striven-signup-card-img {
    height: 25vh !important;
    margin-top: 11px !important;
}

.striven-signup-card-page-navigation-wrap:nth-of-type(1) .striven-signup-card-page-navigation img {
	border-radius:0px !important;
}

.striven-signup-card-page-navigation {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.striven-signup-card-text-area-wrap {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.striven-signup-card-form {
    margin-top: auto;
	width:100%;
}

.striven-signup-card-form .gform_wrapper .secondary-button-class .gform_footer input[type="submit"] {
    border-radius: 5px;
    background: #409A39 !important;
    box-shadow: 0 2px 4px rgba(0,0,0,0.25)!important;
    padding: 10px 28px !important;
    color: #fff;
    border: none;
    font-size: 16px;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 100%;
}

/* POINTS SECTION STYLING WITH LIST */
.striven-signup-card-points-wrap {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 12px 16px;
    margin-top: 16px;
    background-color: #f5f5f5;
    border-radius: 6px;
    list-style: none;
    margin-left: 0;
}

.striven-signup-card-point-item {
    position: relative;
    padding-left: 32px;
    font-weight: 600;
    font-size: 14px;
    color: #1B394D;
}

/* INACTIVE STATE - Light circle with dark checkmark */
.striven-signup-card-point-item::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e0e0e0;
    border-radius: 50%;
    color: #1B394D;
    font-weight: bold;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
}

/* ACTIVE STATE - Dark blue circle with white checkmark */
.striven-signup-card-page-navigation-wrap.is-active .striven-signup-card-point-item::before {
    background-color: #055286;
    color: #ffffff;
}

.striven-signup-card-page-navigation-wrap.is-active .striven-signup-card-point-item {
    color: #055286;
}

/* First card (popular) special styling */
.striven-signup-card-page-navigation-wrap:nth-of-type(1) .striven-signup-card-points-wrap {
    background-color: rgba(255, 255, 255, 0.15);
}

.striven-signup-card-page-navigation-wrap:nth-of-type(1) .striven-signup-card-point-item {
    color: #ffffff;
}

.striven-signup-card-page-navigation-wrap:nth-of-type(1) .striven-signup-card-point-item::before {
    background-color: rgba(255, 255, 255, 0.3);
    color: #ffffff;
}

.striven-signup-card-page-navigation-wrap:nth-of-type(1).is-active .striven-signup-card-point-item::before {
    background-color: #ffffff;
    color: #055286;
}

@media (max-width: 767px) {
	.striven-signup-card-page-navigation-wrap .striven-signup-card-sub-text {
    text-align: left;
}
	.striven-signup-card-heading {
    font-size: 16px;
}
	.striven-signup-card-page-navigation-wrap {
		transform: scale(0.98);
		transform-origin: bottom center;
		transition: transform 0.3s ease-in-out;
}
	.striven-signup-card-page-navigation-wrap:nth-of-type(1) {
		transform: scale(0.98) !important;
		transform-origin: bottom center;
		transition: transform 0.3s ease-in-out;
	}
	.striven-signup-card-page-navigation-wrap:nth-of-type(1).xl\:w-1\/4 {
    margin-right: 0% !important;  
}
}

@media (min-width: 1025px) and (max-width: 1279px) {
	.striven-signup-card-page-navigation-wrap:nth-of-type(1).xl\:w-1\/4 {
    margin-right: 0% !important;  
}

	.striven-signup-card-page-navigation-wrap:nth-of-type(1).xl\:w-1\/4 {
		transform: scale(1.03);
	}
		
	.striven-signup-card-page-navigation-wrap.xl\:w-1\/4 {
    	width: 23% !important;
	}
	
	.striven-signup-card-page-navigation-wrap.w-full.md\:w-1\/2.lg\:w-1\/4.xl\:w-1\/4 {
    margin: 0px 10px;
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
	.striven-signup-card-page-navigation-wrap.xl\:w-1\/4 {
    	width: 45% !important;
	}
	
	.striven-signup-card-page-navigation-wrap.w-full.md\:w-1\/2.lg\:w-1\/4.xl\:w-1\/4 {
    margin: 10px 10px;
	}
}

@media (min-width: 1280px) {
  .striven-signup-card-page-navigation-wrap:nth-of-type(1).xl\:w-1\/4 {
    width: 24.24% !important;
}
	
   .striven-signup-card-page-navigation-wrap.xl\:w-1\/4:not(:nth-of-type(1)) {
    width: 23.666667% !important;
    margin: 0px 5px !important;
}
}