#toggleSection {
    display: none;
    opacity: 0;
    height: 0;
    overflow: hidden;
    transition: opacity 0.3s ease, height 0.3s ease;
}

#toggleSection.visible {
    display: block;
    opacity: 1;
    height: auto;
}
.uk-card-body {
    padding:30px 30px!important;
}
.blog-listing.style-two .post.type-post > .outer > .inner{
      padding:30px!important;
}


.uk-button{
        padding-top:0px!important;;
}



.scamtext{
    font-size:14px!important;
}

@media (min-width: 960px) {
.uk-heading-hero {
font-size: 58px;
line-height: 75px;
}

.scamtext{
    font-size:20px!important;;
}
}








/*seo table price*/ 


.uk-table th {
        border: 1px solid #ececec; 
    }
    .uk-table td {
        border: 1px solid #ececec;
    }
    
    
     /* Ensure table cells fit the content */
    .uk-table td, .uk-table th {
        white-space: nowrap !important; 
      
    }
    
       .uk-table {
            table-layout: auto !important; 
        }

    /* Make the table scrollable on mobile */
    @media (max-width: 600px) {
        .uk-table {
            table-layout: auto !important; /* Allow dynamic width based on content */
        }

        .uk-table th, .uk-table td {
            word-break: break-word !important; /* Prevent overflow on small devices */
        }

        .uk-overflow-auto {
            -webkit-overflow-scrolling: touch !important; /* Smooth scrolling for mobile devices */
        }
        
    }


 .uk-accordion > li .uk-accordion-title{
            border-bottom:0px!important;
        }
        .price-table{
            table-layout: fixed; 
            width: 100%;
        }
        .price-tbody{
            background: #fff !important;
        }
        
        .uk-table th{
            vertical-align:top !important;
        }

      

/* x*/

/*SSM Package*/






.pricing-box {
    background: #fff;
    box-shadow: 9px 10px 21.09px 8.91px rgba(150, 146, 138, 0.3);
    text-align: center;
    padding: 40px 45px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.pricing-box::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background-image: url(../images/shape.webp);
    height: 205px;
    z-index: -1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.mb-20 {
    margin-bottom: 20px;
}

.pricing-btn {
    margin-top: 20px;
}



.title-line {
    width: 45px;
    height: 3px;
    margin: 0 auto;
}



.pricing-icon.services-icon {
    font-size: 28px;
    line-height: 60px;
}

.pricing-icon.services-icon {
    height: 60px;
    width: 60px;
    background-image: none;
    background-color: #fff;
    font-size: 28px;
    line-height: 60px;
    margin: 20px auto 75px;
    border-radius: 50%;
}


.pricing-head .title{
    color:#fff;
}

.services-icon i{
    color:red;
}

.content-border{
    border-left: 1px solid #E9204F;
    border-right: 1px solid #E9204F;
    padding-right:30px;
}

.price-sub-title{
    margin-bottom:10px !important;
}

.active-number{
    color:#E9204F;
}


/**/ 





/* Package sections: Features Boxes */
.item.feature-box {
  position: relative; }
  .item.feature-box > a> .inner {
    position: relative;
    background-color: #FFFFFF;
    min-height: 340px;
    padding: 40px;
    -webkit-box-shadow: 0 1px 30px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 30px 1px rgba(0, 0, 0, 0.1); }
    .item.feature-box > a> .inner .icon {
      color: #E9204F; }
    .item.feature-box > .inner .title {
      font-size: 1.2rem;
      margin: 30px 0 5px 0; }
    .item.feature-box > .inner .line {
      margin-top: 0; }
    .item.feature-box > .inner .description {
      margin: 0; }
  .item.feature-box:hover > a> .inner, .item.feature-box.uk-active > a> .inner {
    background-color: #E9204F !important;
    -webkit-box-shadow: 0 10px 50px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 10px 50px 1px rgba(0, 0, 0, 0.3);
    -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
    -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
    transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01); }
    .item.feature-box:hover > a> .inner  .icon,
    .item.feature-box:hover > a> .inner  .title,
    .item.feature-box:hover >  a>.inner .description, .item.feature-box.uk-active >  a> .inner .icon,
    .item.feature-box.uk-active > a> .inner .title,
    .item.feature-box.uk-active >  a> .inner .description {
      color: #FFFFFF; }
    .item.feature-box:hover > a> .inner .line, .item.feature-box.uk-active > a> .inner .line {
      border-color: #FFFFFF !important; }
      
      
      
       
       .item.feature-box a> .inner  .package-btn {
      color: #E9204F !important;
      font-size:18px !important;
     font-weight:700 !important;
     text-decoration: underline !important;
          
      }
    .item.feature-box:hover > a> .inner  .package-btn {
      color: #ffffff !important;
      font-size:18px !important;
     font-weight:700 !important;
     text-decoration: underline !important;
          
      }
      
     .item.feature-box.uk-active > a> .inner .package-btn{
           color: #FFFFFF !important;
            font-size:18px !important;
     font-weight:700 !important;
     text-decoration: underline !important;
      }





