.promo-list {
                list-style: none;
                padding: 0;
                text-align: left;
             }

 	    .promo-list li {
		display: flex;
		align-items: center;
		margin-bottom: 10px;
		font-size: 16px;
	   }

             .circle-icon {
             display: inline-flex;
             justify-content: center;
             align-items: center;
             width: 28px;
             height: 28px;
             border-radius: 50%;
             background-color: red;
             color: white;
             margin-right: 10px;
             flex-shrink: 0;
             transition: background-color 0.3s ease;
            }

             .promo-list li:hover .circle-icon {
                background-color: black;
            }

            
            .step-item,
            .step-item h5.title,
            .step-item p.des,
            .step-item h5.title a {
                color: #ffffff !important;
            }

            .step-item p.des {
                color: rgba(255,255,255,0.95) !important;
            }

            .step-item h5.title a { text-decoration: none; }

            .step-item:hover h5.title a,
            .step-item:hover p.des {
                font-weight: 700;
            }

            .step-item { transition: color 0.15s ease, font-weight 0.15s ease; }

           
            .icon-listing .flex-three1 { display: flex; align-items: center; gap: 12px; }
            .icon-listing .flex-three1 i { font-size: 18px; line-height: 1; min-width: 22px; text-align: center; color: #2d7cff; }
            .icon-listing .flex-three1 .pricing-header { width: calc(100% - 34px); margin: 0; }
            @media (max-width: 575px) {
                .icon-listing .flex-three1 { flex-direction: column; align-items: flex-start; gap: 6px; }
                .icon-listing .flex-three1 .pricing-header { width: 100%; }
            }