footer .f-item > img {
     margin-bottom: 0px; 
}
.default-padding {
  /*  padding-top: 120px;*/
     padding-bottom: 40px!important; 
}

.padd-bot{
 padding-bottom: 44px;   
}
.pricing-item.active {
    background: var(--color-primary);
}

.col-hed{
     background:rgb(57,175,237)!important;
}
.strong{
    text: strong;
}
.lodder-center{
    text-align:center;
}
.default-padding{
    padding: 50pxpx;
}
.default-top-padding{
    padding-top: 20px;
}



/* Base styles for the progress wrap */
/* Scroll progress container */
.progress-wrap {
    position: fixed;
    right: 30px;
    bottom: 30px;
    height: 56px;
    width: 56px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #fff;
    box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.1);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transition: all 300ms ease-in-out;
}

/* Show progress button when active */
.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* Hover effect */
.progress-wrap:hover {
    background: var(--ztc-text-text-2);
    transform: translateY(-5px);
    box-shadow: 0 0 15px 0 var(--ztc-text-text-16);
    transition: all 0.4s ease-in-out;
    color: var(--ztc-text-text-1);
}

/* SVG path settings */
.progress-wrap svg {
    width: 50px;
    height: 50px;
    position: absolute;
}




.progress-wrap::after {
    content: "\f062";  /* Up arrow icon */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 20px;
    color: var(--ztc-text-text-2);
    position: absolute;
    text-align: center;
    line-height: 56px;
    left: 0;
    top: 0;
    height: 56px;
    width: 56px;
    z-index: 2;
}



/* Circular progress path */
.progress-wrap svg .progress-path {
    fill: none;
    stroke: rgb(57,175,237); /* Blue color */
    stroke-width: 4;
    stroke-linecap: round;
    stroke-dasharray: 307.87; /* Full circle */
    stroke-dashoffset: 307.87; /* Start empty */
    transition: stroke-dashoffset 100ms linear;
}

.wi-info{
    width: 270px;
}

.items-display{
    display: flex;
  
    text-align: center;
}
@media (max-width: 768px) { /* Adjust breakpoint as needed */
    .items-display {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .features-area .item .info {
 text-align: center;
}

}

.img-cont {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    padding: 20px;
    border: 1px solid #d5d6d7;
}

.success {
    color: green;
    font-weight: bold;
    margin-bottom: 20px;
}

.error {
    color: red;
    font-weight: bold;
    margin-bottom: 20px;
}



.whatsAppBtn {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #25d366;
    display: block;
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 9999;
    text-align: center;
    border-radius: 50%;
    font-size: 22px;
    color: #fff;
    animation: bounce 2s infinite
}

@keyframes bounce {
    0%,100%,20%,50%,80% {
        transform: translateY(0)
    }

    40% {
        transform: translateY(-20px)
    }

    60% {
        transform: translateY(-10px)
    }
}


.fetures-button{
    display: flex;
    justify-content: center;
}