.company_short_desc {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.main_list_post {
    position: relative;
}
.company_package_fixedDiamond,
.company_package_fixedPlatinum {
    position: absolute;
    top: 27px;
    left: 37px;
    padding: 2px 20px;
    z-index: 999;
    color: #fff;
}

.show-more-tagline.ms-2 {
    color: #11A698;
    font-size: 16px;
}

.company_package_fixedFree {
    background: #d2e1ed;
}
.main_list_post h5 {
    /* background-color: #00a699; */
    color: #00a699;
    font-size: 25px;
    font-weight: 500;
}
.main_list_post h5 a {
    color:  #00a699;
    text-decoration: none;
}
.main_list_post h5 a:hover {
    color: #00a699;
}

.custom-box {
    width: 1383px !important;
    max-width: 100%;
    border-radius:10px;
}
.text_div {
    padding: 10px;
}

.read-more-link {
    color: #11A698;
    font-size: 16px;
}
.fa.fa-map-marker {
    background: #D9D9D9;
    padding: 10px 13px;
    border-radius: 50%;
}
.paragraph-one {
    font-size: 18px;
    font-weight: 400;
}
.sidebar-main ul {
    margin: 0;
    padding: 0;
}
.sidebar-main .widget.widget_block,
.sidebar-main .widget.widget_nav_menu {
    background-color: #fff;
    padding: 20px;
}
.sidebar-main .widget.widget_block li,
.sidebar-main .widget.widget_nav_menu li {
    border-bottom: 1px solid #ccc;
    padding: 0;
}
.company_sidebar_style h5,
.sidebar-main .widget.widget_nav_menu h2 {
    background-color: #00a699;
    padding: 10px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}
.company_sidebar_style li a,
.sidebar-main .widget.widget_block li a,
.sidebar-main .widget.widget_nav_menu li a {
    color: #000;
    text-decoration: none;
    font-size: 15px;
}
.sidebar-main .widget.widget_nav_menu h2 {
    font-size: 15px !important;
}
.company_sidebar_style h5 {
    font-size: 15px;
}
.company_sidebar_style li {
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
}
.company_sidebar_style li a:hover {
    color: red;
}
.main_list_post img {
    padding: 48px 40px 48px 40px;
    width: 260px;
    max-width: 263px;
    max-height: 200px;
}

.paragraph-img {
    border-radius: 12px;
}
@media (min-width: 922px) {
    .ast-container {
        max-width: 1380px;
    }
}
@media (max-width: 722px) {
    .main_list_post {
        position: relative;
        padding: 20px !important;
    }

}

@media(max-width:320px){
        .main_list_post img {
     max-width: 230px !important; 
}
}
@media(max-width:1024px){
.main_list_post img {
    max-width: 211px !important;
}
} 
.company_package_fixed {
    position: absolute;
    top: -40px;
    left: -18px;
    padding: 3px 10px;
    z-index: 10;
    border-radius: 25px;
    font-size: 13px;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.package-badge {
    display: flex;
    align-items: center;
}

.package-icon img {
    width: 200px;
    /*height: 16px;*/
    margin-right: 6px;
}

.custom-box {
  position: relative;
  display: inline-block;
}

.custom-box .btn-danger {
  position: relative;
  padding: 14px 30px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  border: none;
  border-radius: 8px;
  overflow: hidden;
  z-index: 1;
  cursor: pointer;
}

/* Shine on hover */
.custom-box .btn-danger::after {
  content: '';
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(120deg, rgba(255,255,255,0.2), rgba(255,255,255,0.6), rgba(255,255,255,0.2));
  transform: skewX(-20deg);
}

.custom-box:hover .btn-danger::after {
  animation: shine 2s ease-in-out;
}

.custom-box:hover .btn-danger {
   animation: pulseGlow 3s infinite;
}

/* Pulse Glow Animation */
@keyframes pulseGlow {
  0% {
    box-shadow: 0 0 0 0 rgba(220, 53, 68, 0.7);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(0, 123, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 123, 255, 0);
  }
}

/* Shine Sweep Animation */
@keyframes shine {
  0% {
    left: -75%;
  }
  100% {
    left: 125%;
  }
}

@keyframes pulseGlow {
    0% {
        /*box-shadow: 0 0 0px rgba(0, 123, 255, 0.7);*/
        background-color:#00a699;
        transform: scale(1);
    }
    50% {
        /*box-shadow: 0 0 20px rgba(0, 123, 255, 0.9);*/
         background-color:#046bd2;
        transform: scale(1.02);
    }
    100% {
        /*box-shadow: 0 0 0px rgba(0, 123, 255, 0.7);*/
         background-color:#00a699;
        transform: scale(1);
    }
}



#multi-step-form button{
   animation: shine 3s ease-in-out infinite, pulseGlow 3s ease-in-out infinite;
    transition: all 0.3s ease-in-out;
}
