/*----------------------------------------------
 * Global
 * ---------------------------------------------*/
 .clearfix::after {
    content: "";
    display: table;
    clear: both;
}

.abcbiz-elementor-btn-outline {
    text-align: center;
    margin-top: 40px;
}

.abcbiz-elementor-btn-outline a {
    border-radius: 3px;
    border: 1px solid #448E08;
    padding: 10px 15px;
    display: inline-block;
    color: #448E08;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
}

.abcbiz-elementor-btn-outline a:hover {
    background-color: #448E08;
    color: #fff;
}

/* ---------------------------------------------
 * WP Menu
 * --------------------------------------------- */
 .abcbiz-responsive-menu, .abcbiz-mob-menu-icon-wrap {
    display: none;
    outline: none;
}

.abcbiz-mobilemenu {
    display: none;
}

.abcbiz-wp-menu-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 60px;
    background: transparent;
    transition: all 0.5s ease;
}

.abcbiz-wp-menu-container ul {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
}

.abcbiz-wp-menu-container ul li {
    position: relative;
    display: flex;
    align-items: center;
}

.abcbiz-wp-menu-container ul li:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -19px;
    border-top: 1px solid #c4c4c1;
    width: 16px;
    transform: rotate(115deg);
    transform-origin: 0% 0%;
    margin-top: -8px;
}

.abcbiz-wp-menu-container ul li:last-child:after {
    display: none;
}

.abcbiz-wp-menu-container ul ul li:after {
    display: none;
}

.abcbiz-wp-menu-container ul li:last-child a {
    padding-right: 0;
}

.abcbiz-wp-menu-container ul li.hover,
.abcbiz-wp-menu-container ul li:hover {
    position: relative;
}

.abcbiz-wp-menu-container ul ul {
    z-index: 99999;
    background: #efeeef;
    width: 220px;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 130%;
    left: 0;
    transition: all 0.5s ease;
    border-top: 2px solid #813eee;
    display: block;
}

.abcbiz-wp-menu-container ul ul li {
    background: #efeeef;
    width: 100%;
    border-bottom: 1px solid #dadada;
    padding: 5px 0;
    display: flex;
    justify-content: space-between;
}

.abcbiz-wp-menu-container ul ul li:last-child {
    border-bottom: 0;

}

.abcbiz-wp-menu-container > ul > li > a {
    position: relative;
    display: inline-flex;
    align-items: center;
    padding: 0 17px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
    transition: color 0.5s ease;
}

.abcbiz-wp-menu-container ul ul li a {
    position: relative;
    display: inline-flex;
    align-items: center;
    padding: 5px 13px;
    font-weight: normal;
    letter-spacing: 1px;
    font-size: 11px;
    line-height: 1.5;
    width: 100%;
}

.abcbiz-wp-menu-container ul ul li.hover,
.abcbiz-wp-menu-container ul ul li:hover {
    background: #efeeef;
    position: relative;
}

.abcbiz-wp-menu-container ul ul ul {
    left: 100%;
    top: 20%;
    border-top: 1px solid #dadada;
}

.abcbiz-wp-menu-container ul li:hover>ul {
    visibility: visible;
    top: 100%;
    opacity: 1;
}

.abcbiz-wp-menu-container ul ul li:hover>ul {
    visibility: visible;
    top: 0;
    opacity: 1;
}

.abcbiz-wp-menu-container ul li .abcbiz-submenu-icon {
    vertical-align: middle;
    margin-left: -10px;
    margin-right: 15px;
    margin-top: 3px;
}

.abcbiz-wp-menu-container ul li .abcbiz-submenu-icon svg {
    width: 20px;
    height: 20px;
    display: block;
}

.abcbiz-wp-menu-container ul ul li .abcbiz-submenu-icon svg{
    width: 16px !important;
    height: 16px !important;
    display: block;
}

@media screen and (max-width: 950px) {

    .abcbiz-wp-menu-container {
        display: none;
    }

    .abcbiz-mob-menu-icon-wrap {
        display: flex;
        justify-content: flex-end;
    }

    .abcbiz-responsive-menu svg {
        width: 32px; 
        height: 32px;
    }
    
    .abcbiz-responsive-menu {
        display: inline-block;
        cursor: pointer;
        transition: all 0.5s;
    }
    
    .abcbiz-mobilemenu {
        display: none;
        flex-direction: column;
        left: 0;
        position: absolute;
        top: 100%;
        width: 100%;
        border-top: 2px solid #6146ec;
        background: #fff;
        z-index: 4572;
    }
    
    .abcbiz-mobilemenu ul {
        list-style: none;
        margin: 0;
        padding: 5px 0;
        display: flex;
        flex-direction: column;
    }
    
    .abcbiz-mobilemenu ul li {
        border-bottom: 1px solid #ededed;
        margin-left: 0;
        position: relative;
        box-sizing: border-box;
    }

    .abcbiz-mobilemenu ul li:last-child {
        border-bottom: 0;
    }

    .abcbiz-mobilemenu ul li a {
        color: #333; 
        font-size: 16px;
        padding: 6px 15px;
        text-transform: uppercase;
        width: 100%;
        display: inline-block;
    }
    .abcbiz-mobilemenu ul li ul li a {
        color: #444; 
        font-size: 14px; 
        text-transform: none;
    }
    .abcbiz-mobilemenu ul.sub-menu {
        position: static; 
        opacity: 1; 
        border: none; 
        margin: 0; 
        padding: 0; 
        display: none; 
        transition: none;
    }
    .abcbiz-mobilemenu .sub-toggle {
        background: #6146ec; 
        color: #ffffff; 
        cursor: pointer; 
        height: 30px; 
        line-height: 30px; 
        position: absolute; 
        right: 15px; 
        text-align: center; 
        top: 3px; 
        width: 30px; 
        display: block;
        font-size: 18px;
    }

}

/* ---------------------------------------------
 * Sticker Text
 * --------------------------------------------- */
 .abcbiz-elementor-sticker-text-area {
    position: relative;
    width: 100%;
    box-sizing: border-box;
}

.abcbiz-sticker-contents-area {
    display: flex;
    width: 100%;
    align-items: center; 
}

.abcbiz-sticker-close-icon {
    position: absolute;
    cursor: pointer;
    padding: 5px;
    line-height: 1;
    z-index: 31;
}

.abcbiz-sticker-text {
    font-size: 18px;
}

.abcbiz-sticker-btn {
    white-space: nowrap;
    font-size: 18px;
}

.abcbiz-sticker-btn a{
    transition: all 0.4s;
}

/* ---------------------------------------------
 * Image & Text Scroll
 * --------------------------------------------- */

 @keyframes abcbizltrscroll {
    0% { transform: translateX(-100%); }
    100% { transform: translateX(100%); }
}

@keyframes abcbizrtlscroll {
    0% { transform: translateX(100%); }
    100% { transform: translateX(-100%); }
}

.abcbiz-elementor-img-scroll-container {
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
}

.abcbiz-scroll-contents {
    display: flex;
}

.abcbiz-img-scroll-item {
    display: inline-flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    flex-grow: 0;
    flex-shrink: 0;
    overflow: hidden;
    flex-direction: column;
    border: 1px solid #ccc;
}

.abcbiz-img-scroll-img img {
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.abcbiz-img-scroll-title {
    word-wrap: break-word;
    font-size: 20px;
    line-height: 1.01;
}

/* ---------------------------------------------
 * Animated Text
 * --------------------------------------------- */
 .abcbiz-elementor-anim-text-area .abcbiz-anim-text-headline {
    margin: 0;
    font-size: 30px;
    line-height: 1.2;
    color: #333;
 }

/* ---------------------------------------------
 * Count Down
 * --------------------------------------------- */
 #abcbizcountdisplay {
    margin: 20px;
    text-align: center;
  }
  
  #abcbizcountdisplay #abcbizcounttime {
    font-size: 24px;
    margin-top: 10px;
  }
  
  #abcbizcounttime {
    display: flex;
    align-items: center;
  }
  
  #abcbizcountexpired {
      display: none;
  }
  
  .abcbiz-count-down-single {
      display: flex;
      flex: 1;
      background: #f1f1f1;
      color: #000;
  }  

  .abcbiz-expired-btn {
    margin-top: 10px;
  }

  .abcbiz-expired-btn a{
    display: inline-block;
  }

/* ---------------------------------------------
 * Card Info
 * --------------------------------------------- */
 .abcbiz-card-info-wrap {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.08);
     }

    .abcbiz-card-style-two-area .abcbiz-card-info-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    }

    .abcbiz-card-image {
    position: relative;
    width: 100%;
    }

    .abcbiz-card-image img {
    width: 100%;
    height: 100% !important;
    vertical-align: bottom;
    object-fit: cover;
    }

    .abcbiz-card-style-two-area figure.abcbiz-card-image {
    margin-bottom: 0 !important;
    }

    .abcbiz-card-icon {
    position: relative;
    width: 100%;
    }

    .abcbiz-card-icon i{
    font-size: 100px;
    }

    .abcbiz-card-icon svg{
    width: 100px;
    height: 100px;
    }

    .abcbiz-badge {
    display: inline-block;
    position: absolute;
    bottom: -10px;
    right: 15px;
    z-index: 67;
    font-size: 12px;
    }

    .abcbiz-card-content {
    padding: 0 20px 20px 20px;
    flex: 1;
    }

    h3.abcbiz-card-title {
    font-size: 22px;
        line-height: 1.2;
    }

    .abcbiz-card-text p {
        margin: 0;
    }

    .abcbiz-card-button {
        display: flex;
    }

    .abcbiz-card-button a {
        display: inline-block;
        border: 1px solid #2f44eb;
        transition: all 0.4s;
    }

    .abcbiz-card-button i {
        font-size: 16px;
    }

    .abcbiz-card-button svg {
        width: 16px;
        height: 16px;
    }

    span.abcbiz-btn-icon {
        position: relative;
    }


/* ---------------------------------------------
 * Icon Box
 * --------------------------------------------- */
.abcbiz-elementor-icon-box-area {
    background: #F9F9F9;
    text-align: center;
    padding: 40px 30px;
    padding-top: 30px;
    transition: background-color 0.3s ease, border-radius 0.3s ease; 
}

.abcbiz-elementor-icon-box-icon {
    position: relative;  
}

.abcbiz-elementor-icon-box {
    display: flex;
    flex-direction: column;
}
.abcbiz-ele-icon-box-hover {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.abcbiz-ele-icon-box-normal svg path {
    /* stroke: red; */
}

.abcbiz-ele-icon-box-hover svg path {
    /* fill: blue; */
}

.abcbiz-elementor-icon-box-icon img {}

.abcbiz-elementor-icon-box-title {
    margin-top: 10px;
    color: #000;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.abcbiz-elementor-icon-box-content p {
    margin-top: 10px;
    color: #717171;
    leading-trim: both;
    text-edge: cap;
    font-family: Roboto;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;  
    text-transform: capitalize;
    margin-bottom: 10px;
}

.abcbiz-elementor-icon-box-button a {
    margin-top: 10px;
    background-color: #448E08;
    padding: 15px 5px;
    border-style: solid;
    border-width: 0px 0 0 5px;
    border-color: #FE4D05;
    display: inline-block;
    color: #FFF;
    font-family: Roboto;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    width: 100%;
}

.abcbiz-elementor-icon-box-button a i {
    margin-left: 10px;
}

.abcbiz-elementor-icon-box-area:hover {
    background-color: #448E08;
    border-radius: 100px 0px;

}

.abcbiz-elementor-icon-box-area:hover .abcbiz-elementor-icon-box-title,
.abcbiz-elementor-icon-box-area:hover .abcbiz-elementor-icon-box-content p {
    color: white;
}

.abcbiz-elementor-icon-box-area:hover .abcbiz-elementor-icon-box-button a {
    color: #448E08;
    background-color: #fff;
}
.abcbiz-single-icon-box-three-area {
    display: flex;
    align-items: center;
    gap: 10px;
}
.abcbiz-single-icon-box-three-area .abcbiz-single-icon-box-icons {
    position: relative;
}

/*----------------------------------------------
 * Portfolio
 * ---------------------------------------------*/
.abcbiz-elementor-portfolio-area {
    position: relative;
}

.abcbiz-elementor-portfolio-item {
    position: relative;
    overflow: hidden;
}

.abcbiz-elementor-portfolio-item img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.4s ease;
}

.abcbiz-elementor-portfolio-item:hover img {
    transform: scale(1.1);
}

.abcbiz-portfolio-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: opacity 0.4s ease;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 20px;
}

.abcbiz-elementor-portfolio-item:hover .abcbiz-portfolio-overlay {
    opacity: 1;
}

.abcbiz-portfolio-title,
.abcbiz-portfolio-subtitle {
    text-align: left;
    color: #fff;
    margin: 5px 0;
}

.abcbiz-portfolio-title {
    font-size: 1.5em;
    position: relative;
}

.abcbiz-portfolio-subtitle {
    font-size: 1em;
    color: #ccc;
    position: relative;
}

/*----------------------------------------------
 * Image Hover
 * ---------------------------------------------*/
.abcbiz-elementor-img-hover-area {
    position: relative;
}

.abcbiz-elementor-img-hover-item {
    position: relative;
    overflow: hidden;
}

.abcbiz-elementor-img-hover-item img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.4s ease;
}

.abcbiz-elementor-img-hover-item:hover img {
    transform: scale(1.1);
}

.abcbiz-img-hover-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: opacity 0.4s ease;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 20px;
}

.abcbiz-elementor-img-hover-item:hover .abcbiz-img-hover-overlay {
    opacity: 1;
}

.abcbiz-img-hover-title,
.abcbiz-img-hover-subtitle {
    text-align: left;
    color: #fff;
    margin: 5px 0;
}

.abcbiz-img-hover-title {
    font-size: 1.5em;
    position: relative;
}

.abcbiz-img-hover-subtitle {
    font-size: 1em;
    color: #ccc;
    position: relative;
}

/*----------------------------------------------
 * Team Member
 * ---------------------------------------------*/
.abcbiz-elementor-team-member-area {
    display: block;
    width: 100%;
    box-sizing: border-box;
}

.abcbiz-elementor-teammember-single-item-area {
    transition: 0.3s ease-out;
    position: relative;
}

.abcbiz-elementor-teammember-single-item-area::before {
    content: '';
    position: absolute;
    width: 100%;
    height: calc(100% - 5px);
    background: rgba(0, 0, 0, 0.574);
    transform: scale(0);
    transition: 0.3s ease-out;
    border-radius: 5px;
    z-index: 1;
    top: 0;
    left: 0;
}

.abcbiz-elementor-teammember-single-item-area:hover::before {
    transform: scale(1);
    transition: 0.3s;
}

.abcbiz-ele-team-social {
    position: absolute;
    right: 10px;
    top: 15px;
    z-index: 5;
}

.abcbiz-ele-team-image {
    width: 100%;
    height: auto;
    overflow: hidden;
    border-radius: 5px;
}

.abcbiz-ele-team-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    transform: scale(1);
    border: 5px solid #448E08 !important;
    border-radius: 5px !important;
}

.abcbiz-ele-team-footer {
    border-radius: 5px;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.08);
    position: absolute;
    bottom: -30px;
    left: 20px;
    right: 20px;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: bottom 0.3s ease;
    z-index: 3;
}

.abcbiz-elementor-teammember-single-item-area:hover .abcbiz-ele-team-footer {
    bottom: 30px;
}

.abcbiz-ele-team-link svg {
    width: 40px;
    height: 40px;
}

h4.abcbiz-ele-team-name {
    color: #181818;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
    transition: color 0.3s ease;
    list-style: 1;
}

h4.abcbiz-ele-team-name a {
    color: #181818;
    display: inline-block;
}

.abcbiz-ele-team-designation {
    color: #448E08;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 0;
}

.abcbiz-ele-team-social {
    text-align: center;
}

.abcbiz-ele-team-social svg {
    cursor: pointer; 
}

ul.abcbiz-team-member-social-links li svg {
    width: 20px;
    height: 20px;
}

.abcbiz-ele-team-social-overlay {
    background-color: rgba(255, 255, 255, 1);
    position: relative;
    margin-top: 15px;
    opacity: 0;
    transition: opacity 0.3s ease, height 0.3s ease, transform 0.3s ease;
    visibility: hidden;
    height: 0;
    transform: scale(0);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}

.abcbiz-ele-team-social:hover .abcbiz-ele-team-social-overlay {
    opacity: 1;
    visibility: visible;
    height: 100%;
    transform: scale(1);
}

.abcbiz-ele-team-social-overlay::before {
    content: '';
    top: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 10px 5px;
    border-color: transparent transparent rgba(255, 255, 255, 1) transparent;
}

.abcbiz-ele-team-social-overlay ul {
    margin: 0;
    padding: 10px 15px;
    text-align: center;
}

.abcbiz-ele-team-social-overlay ul li {
    list-style: none;
    margin-bottom: 5px;
}

.abcbiz-ele-team-social-overlay ul li:last-child {
    margin-bottom: 0;
}

.abcbiz-ele-team-social-overlay ul li a i,
.abcbiz-ele-team-social-overlay ul li a svg {
    color: #448E08;
    fill: #448E08;
}

/*---------------------------
    Team Member Style Two
-----------------------------*/
.abcbiz-team-single-item-style-two {
    overflow: hidden;
    position: relative;
}

.abcbiz-team-single-item-style-two:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 98%;
    background: rgba(0, 0, 0, 0.574);
    transform: scale(0);
    transition: 0.3s ease-out;
    border-radius: 5px;
    z-index: 1;
}

.abcbiz-team-single-item-style-two:hover::before {
    transform: scale(1);
    transition: 0.3s;
}


.abcbiz-ele-team-style-two-info {
    position: absolute;
    bottom: 35px;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    z-index: 1;
}

#abcbiz-elementor-team-name.abcbiz-elementor-team-name {
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    transition: 0.3s ease;
}

.abcbiz-team-single-item-style-two:hover h3.abcbiz-ele-team-name {
    bottom: 35px;
    transition: 0.3s ease;
    position: relative;
}

h3.abcbiz-ele-team-name {
    font-size: 26px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.3px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 0px;
}

h3.abcbiz-ele-team-name a {
    color: transparent;
    -webkit-text-stroke: 1px white;
    text-stroke: 1px white;
    margin-bottom: 0;
}

.abcbiz-ele-team-style-two-info p.abcbiz-ele-team-designation {
    color: #448E08;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

.abcbiz-ele-team-social-overlay.abcbiz-team-style-two-social {
    background-color: transparent;
    position: relative;

}

.abcbiz-ele-team-social-overlay.abcbiz-team-style-two-social::before {
    display: none;
}

.abcbiz-team-single-item-style-two:hover .abcbiz-ele-team-social-overlay.abcbiz-team-style-two-social {
    opacity: 1;
    height: auto;
    transform: scale(1);
    visibility: visible;
}

.abcbiz-team-style-two-social.abcbiz-ele-team-social-overlay ul {
    margin: 0;
    text-align: center;
    display: flex;
    gap: 13px;
    padding: 0;
}

.abcbiz-team-style-two-social.abcbiz-ele-team-social-overlay ul li {
    margin-bottom: 0;
}

.abcbiz-team-style-two-social.abcbiz-ele-team-social-overlay ul li a {
    padding: 5px;
}

.abcbiz-team-style-two-social ul li a svg {
    fill: #fff;
    width: 20px;
    height: 20px;
}

.abcbiz-ele-team-style-two-info .abcbiz-ele-team-designation {
    opacity: 0;
    transition: 0.3s ease;
    visibility: hidden;
    transform: translateY(20px);
    transform: scale(0);
    bottom: 70px;
    position: absolute;
}

.abcbiz-team-single-item-style-two:hover .abcbiz-ele-team-designation {
    opacity: 1;
    transition: 0.3s ease;
    visibility: visible;
    transform: translateY(0px);
    transform: scale(1);
}

/*---------------------------
 * Team Member Style Three
-----------------------------*/

.abcbiz-team-member-style-three-area {
    width: 100%;
    max-width: 700px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.17);
    border-radius: 20px;
    transition: box-shadow .4s;
    box-sizing: border-box;
}

.abcbiz-team-member-style-three-area:hover {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}

.abcbiz-style-three-team-image img {
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
}

.abcbiz-style-three-team-contents {
    box-sizing: border-box;
    padding: 25px 20px;
}

h4.abcbiz-style-three-team-designation {
    margin: 0 0 5px 0;
    font-size: 18px;
    font-weight: 500;
}

h3.abcbiz-style-three-team-name {
    margin: 0 0 15px 0;
    font-size: 25px;
    font-weight: 700;
}

.abcbiz-style-three-team-ontact-info {
    margin-bottom: 15px;
}

.abcbiz-style-three-team-phone, .abcbiz-style-three-team-email {
    font-size: 16px;
}

.abcbiz-style-three-team-phone svg, .abcbiz-style-three-team-email svg{
    width: 18px;
    height: 18px;
    margin-right: 5px;
    position: relative;
}

.abcbiz-style-three-team-icons ul {
    margin: 0 0 5px 0;
    padding: 0;
    list-style: none;
}

.abcbiz-style-three-team-icons ul li{
    display: inline-block;
    margin: 0 7px 7px 0;
}

.abcbiz-style-three-team-button svg {
    width: 20px;
    height: 20px;
    margin-left: 1px;
    position: relative;
}

/*----------------------------------------------
 * Post Category List
 * ---------------------------------------------*/
.abcbiz-ele-post-cat.cat-list-view {
    list-style-type: none;
    padding: 0;
}

.abcbiz-ele-post-cat.cat-list-view div.abcbiz-ele-category-item {
    padding: 5px 0;
}

.abcbiz-ele-post-cat.cat-list-view a {
    display: inline;
    text-decoration: none;
    color: inherit;
}

.abcbiz-ele-post-cat.cat-list-view i {
    display: inline-block;
    vertical-align: middle;
    margin-right: 7px;
}

.abcbiz-ele-post-cat.cat-list-view i.eicon-chevron-double-right {
    font-size: 16px;
}

/*----------------------------------------------
 * Testimonial
 * ---------------------------------------------*/

.abcbiz-testimonial-single-item {
    background-color: #e6ebf2;
    padding: 30px;
    border-radius: 5px;
    position: relative;
}

.abcbiz-testimonial-header {
    display: flex;
    gap: 20px;
    align-items: center;
}

#abcbiz-testimonial-client-img img {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    max-width: 100% !important;
    object-fit: cover;
    object-position: top;
}

.abcbiz-testimonial-client-info h3 {
    color: #ffff;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3em;
    margin-bottom: 10px;
}

.abcbiz-testimonial-client-info p {
    color: #448E08;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3em;
    margin-bottom: 0;
}

.abcbiz-testimonial-content p {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3rem;
    margin-top: 20px;
}

.abcbiz-testimonial-rating {
    margin-top: 20px;
}

.abcbiz-testimonial-rating i {
    color: #D3A500;
    font-size: 14px;
    font-weight: 400;
    margin-right: 5px;
}

.abcbiz-testimonial-quote {
    position: absolute;
    top: 40px;
    right: 65px;
}
.swiper.abcbiz-testimonial-slider {
    padding-bottom: 65px;
}
.abcbiz-testimonial-slider-nav-bar button.abcbiz-testimonial-arrow {
    cursor: pointer;
    border: 0; 
    position: absolute;
    top: 40%;
    z-index: 1;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}
.abcbiz-testimonial-slider-nav-bar button.abcbiz-testimonial-arrow.abcbiz-testimonial-arrow-right {
    right: -60px;
    outline: none;
}
.abcbiz-testimonial-slider-nav-bar button.abcbiz-testimonial-arrow svg {
    width: 40px;
    height: 40px;
    background-color: #6247ed;
    border-radius: 50%;
    fill: #fff;
    padding: 8px;
}
.abcbiz-testimonial-slider-nav-bar button.abcbiz-testimonial-arrow.abcbiz-testimonial-arrow-right svg {
    transform: rotate(180deg);
}
.abcbiz-testimonial-slider-nav-bar button.abcbiz-testimonial-arrow.abcbiz-testimonial-arrow-left {
    left: -60px;
    outline: none;
}
.abcbiz-testimonial-slider .abcbiz-testimonial-arrow.slick-disabled,
.abcbiz-testimonial-slider .abcbiz-testimonial-arrow.slick-disabled
{
    opacity: .25;
}
.abcbiz-testimonial-slider-nav-bar .abcbiz-testimonial-arrow:hover svg {
    background-color: #FFAB01;
    color: #fff;
    fill: #fff;
    transition: 0.3s ease;
}
 .swiper-pagination.abcbiz-testimonial-slider-pagination{    
    display: flex;
    justify-content: center;
}
.swiper-pagination.abcbiz-testimonial-slider-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}
.swiper-pagination.abcbiz-testimonial-slider-pagination .swiper-pagination-bullet-active {
    background-color:#448E08;
}

/*---------------------------
* Testimonial grids
-----------------------------*/
.abcbiz-testimonial-grids {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.abcbiz-testimonial-grids .abcbiz-testimonial-single-item {
    margin-right: 0;
    margin-left: 0;
}

.abcbiz-elementor-pagination {
    width: 100%;
    margin-top: 15px;
    text-align: center;
}

.abcbiz-elementor-pagination * {
    display: inline-block;
}

/*----------------------------------------------
 * Pricing Table
 * ---------------------------------------------*/
.abcbiz-ele-pricing-table-area {
    border-bottom: 5px solid #448E08;
    border-radius: 4px;
    border-top: 0;
    background: #f6f6f6;
}

.abcbiz-ele-pricing-table-header-area {
    position: relative;
}

.abcbiz-ele-pricing-table-header {
    position: relative;
}

.abcbiz-ele-pricing-table-header svg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.abcbiz-ele-pricing-header-strock {
    margin-top: -124px;
}

.abcbiz-ele-pricing-header-strock svg {
    fill: #FD5009;
}

.abcbiz-ele-pricing-pack-name {
    background-color: #F7F7F7;
    text-align: center;
    min-height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 0 10px 10px;
    width: 235px;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.abcbiz-ele-pricing-pack-name h3 {
    color: #448E08;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 0;
}

.abcbiz-ele-pricing-pack-preiod {
    position: absolute;
    top: 110px;
    left: 0;
    right: 0;
}

.abcbiz-ele-pricing-pack-preiod h3 {
    color: #FFF;
    text-align: center;
    font-family: Roboto;
    font-size: 42px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}

.abcbiz-ele-pricing-pack-preiod h3 sub {
    color: #FFF;
    text-align: center;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.abcbiz-ele-pricing-table-body {
    display: flex;
    justify-content: center;
    padding-left: 10px;
    padding-right: 10px;
}

.abcbiz-ele-pricing-table-body ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.abcbiz-ele-pricing-table-body ul li {
    color: #181818;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

.abcbiz-ele-pricing-table-body ul i {
    color: #448E08;
    font-size: 18px;
    margin-right: 5px;
    position: relative;
    top: 4px;
}
.abcbiz-ele-pricing-table-body ul svg {
    width: 16px;
    height: 16px;
    position: relative;
    top: 4px;
}
.abcbiz-ele-pricing-table-footer {
    text-align: center;
    margin-left: 15px;
    margin-right: 15px;
}

.abcbiz-ele-pricing-table-footer a {
    background-color: #448E08;
    display: inline-flex;
    align-items: center;
    padding: 20px 10px;
    color: #FFF;
    font-family: Roboto;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 40px;
    border-radius: 3px;
    margin-bottom: 50px;
    width: 100%;
    justify-content: center;
}

.abcbiz-ele-pricing-table-footer a {
   gap:10px
}

.abcbiz-ele-pricing-table-area:hover .abcbiz-ele-pricing-table-footer a {
    background-color: #FE4D05;
}

.abcbiz-ele-pricing-table-area:hover .abcbiz-ele-pricing-header-bg svg path {
    fill: #FE4D05;
}

.abcbiz-ele-pricing-table-area:hover .abcbiz-ele-pricing-header-strock svg path {
    fill: #448E08;
}

.abcbiz-ele-pricing-table-area:hover .abcbiz-ele-pricing-pack-name h3 {
    color: #FE4D05;
}

.abcbiz-ele-pricing-table-area:hover {
    border-color: #FE4D05;
}

.abcbiz-ele-pricing-table-footer a,
.abcbiz-ele-pricing-header-bg svg path,
.abcbiz-ele-pricing-header-strock svg path,
.abcbiz-ele-pricing-pack-name h3,
.abcbiz-ele-pricing-table-area {
    transition: all 0.3s ease;
}

.abcbiz-ele-pricing-recommended {
    position: absolute;
    top: -36px;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 5px 5px 0 0;
}

.abcbiz-ele-pricing-recommended:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 36px 13px;
    border-color: transparent transparent #448E08 transparent;
}

.abcbiz-ele-pricing-recommended span {
    color: #fff;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 10px 20px;
    background-color: #FE4D05;
    border-radius: 0 3px 0 0;
}

.abcbiz-ep-recommended-left.abcbiz-ele-pricing-recommended {
    position: absolute;
    top: 35px;
    left: -29px;
    border-radius: 0 0 0 0;
    transform: rotate(270deg);
    z-index: 9;
    right: inherit;
}

.abcbiz-ep-recommended-left.abcbiz-ele-pricing-recommended:after {
    content: '';
    position: absolute;
    top: -10.51px;
    right: 0px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 11px 0px 0px 15px;
    border-color: transparent transparent transparent #448E08;
}

.abcbiz-ep-recommended-left.abcbiz-ele-pricing-recommended::before {
    display: none;
}

.abcbiz-ele-pricing-table-area:hover .abcbiz-ele-pricing-recommended span {
    background-color: #448E08;
}

.abcbiz-ele-pricing-table-area:hover .abcbiz-ep-recommended-left.abcbiz-ele-pricing-recommended:after {
    border-color: transparent transparent transparent #448E08;
}
/*-----------------------------
 * Pricing Standard
 * ----------------------------*/
 .abcbiz-ele-pricing-table-type-standard .abcbiz-ele-pricing-table-header-area {
    background-color: #448E08;
    border-bottom: 10px solid #FE4D05;
}
.abcbiz-ele-pricing-table-type-standard  .abcbiz-ele-pricing-pack-name {
    position: unset;
}
.abcbiz-ele-pricing-table-type-standard .abcbiz-ele-pricing-pack-preiod {
    position: unset;
    padding-top: 30px;
    padding-bottom: 40px;
    
}
.abcbiz-ele-pricing-table-type-standard  .abcbiz-ele-pricing-table-body {
    margin-top: 40px;
}
/*-----------------------------
 * ABC Shape
 * ----------------------------*/
 .abcbiz-shape-area .abcbiz-shape-image img {
    height: auto;
 }


 /*-----------------------------
 * ABC Comment Form
 * ----------------------------*/
 .abcbiz-ele-comment-form .reply a {
    padding: 7px 12px;
    border-radius: 4px;
 }

 .abcbiz-ele-comment-form .form-submit input[type="submit"] {
    padding: 10px 20px;
    border-radius: 4px;
 }


/*----------------------------------------------
 * Blog Fancy
 * ---------------------------------------------*/

.abcbiz-ele-blogs {
    display: flex;
    gap: 30px;
}

.abcbiz-ele-single-first {
    flex-basis: 50%;
}

.abcbiz-ele-single-blog-rem-posts {
    display: flex;
    flex-basis: 50%;
    flex-direction: column;
    gap: 25px;
}

.abcbiz-ele-single-blog-area:not(.abcbiz-ele-single-first) {
    display: flex;
    /* flex-basis: 100%; */
}

.abcbiz-ele-single-blog-area {
    position: relative;
}

.abcbiz-ele-single-first .abcbiz-ele-single-blog-thumbnail {
    max-width: 100%;
}

.abcbiz-ele-single-blog-thumbnail {
    max-width: 240px;
}

.abcbiz-ele-single-blog-thumbnail img {
    max-width: 100%;
    border-radius: 10px !important;
}

.abcbiz-ele-single-blog-rem-posts .abcbiz-ele-single-blog-thumbnail img {
    width: 100%;
    height: 176px;
    object-fit: cover;
}
.abcbiz-ele-single-blog-rem-posts .abcbiz-ele-single-blog-thumbnail {
    height: 176px;
}

.abcbiz-ele-single-blog-content-area {
    width: 470px;
    border-radius: 5px;
    background: #F9F9F9;
    box-shadow: 0px 0px 4px 0px rgba(24, 24, 24, 0.25);
    padding: 20px 30px;
    position: absolute;
    left: 155px;
    top: 15px;
}

.abcbiz-ele-single-first .abcbiz-ele-single-blog-content-area {
    width: 90%;
    margin: 0 auto;
    margin-top: -100px;
    z-index: 9;
    position: relative;
    padding: 35px 40px;
    left: unset;
    top: unset;
}

.abcbiz-ele-single-first .abcbiz-ele-single-blog-info {
    margin-bottom: 15px;
}

.abcbiz-ele-single-blog-info {
    margin-bottom: 5px;
    display: flex;
    gap: 20px;
}

.abcbiz-ele-single-blog-info a {
    color: #777;
    text-align: center;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.abcbiz-ele-single-blog-info i {
    color: #448E08;
    font-size: 16px;
}

.abcbiz-ele-single-blog-title h2 {
    line-height: 1.5rem !important;
}

.abcbiz-ele-single-blog-title a {
    color: #181818;
    font-family: Roboto;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.3em;
}

.abcbiz-ele-single-blog-button a {
    color: #448E08;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.3em;
}

/* ---------------------------------------------
 * Circular Skill
 * --------------------------------------------- */

.abcbiz-ele-skill-circle {
    width: 100%;
    min-height: 170px;
    margin: 0;
    display: inline-block;
    position: relative;
    line-height: 1.2;
    text-align: center;
}

.abcbiz-ele-skill-circle canvas {
    vertical-align: top;
}

.abcbiz-ele-skill-circle strong {
    position: absolute;
    top: 30%;
    left: 0;
    width: 100%;
    line-height: 40px;
    font-size: 30px;
    color: #fff;
}

.abcbiz-ele-skill-circle strong i {
    font-style: normal;
    font-size: 0.6em;
    font-weight: normal;
}

.abcbiz-ele-skill-circle span {
    display: block;
    color: #fff;
    margin-top: 12px;
}

/* ---------------------------------------------
 * Skill Bar
 * --------------------------------------------- */
.abcbiz-ele-skill-bar-percent {
    position: relative;
}

.abcbiz-ele-progress-bar-text span {
    float: right
}

.abcbiz-ele-progress-bar-text {
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 2px;
}

.abcbiz-ele-progress-bar {
    box-shadow: 0 0 0;
    height: 3px;
    margin: 0 0 20px;
    position: relative;
    width: 100%;
}

.abcbiz-ele-progress-bar>span {
    background: #59a818 none repeat scroll 0 0;
    display: block;
    height: 100%;
    width: 0;
}

.abc_skills_bar_percent_tooltip {
    position: absolute;
    top: -50px;
    right: -20px;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 2px;
    background-color: #2B35FF;
    color:#fff;
    padding: 5px 7px;
    border-radius: 4px;
}
.abc_skills_bar_percent_tooltip:after {
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 19px 11.5px 0 11.5px;
    border-color: #2B35FF transparent transparent transparent;
    transform: rotate(0deg);
    position: absolute;
    content: "";
    bottom: -18px;
    left: 0;
    right: 0;
    margin: 0 auto;
 }

/* ---------------------------------------------
* Tabs
* --------------------------------------------- */
.abcbiz-var-tabs .e-n-tabs-heading > button[aria-selected="true"] {
    position: relative;
}
.abcbiz-var-tabs .e-n-tabs-heading > button[aria-selected="true"]:after {
    content: '';
    display: block;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 10px 0 10px 20px;
    border-color: transparent transparent transparent #2B35FF;
    transform: rotate(0deg);
    position: absolute;
    right: -20px;
}

/* ---------------------------------------------
* Before After Image
* --------------------------------------------- */
#abcbiz-before-after-container .twentytwenty-handle:before, #abcbiz-before-after-container .twentytwenty-handle:after {
    box-shadow: none;
}


/* ---------------------------------------------
* PopUp
* --------------------------------------------- */
.abcbiz-popup-trigger {
    cursor: pointer;
}
.abcbiz-popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 9999;
    justify-content: center;
    align-items: center;
}

.abcbiz-popup {
    position: relative;
    border-radius: 5px;
    border: 10px solid #fff;    
    max-width: 90%; 
    width: 900px; 
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);    
}

.abcbiz-popup-close {
    position: absolute;
    top: -25px;
    right: -20px;
    cursor: pointer;
    font-size: 24px;
    color: #333;
}

.abcbiz-popup iframe {
    width: 900; 
    height: 506px; 
}
.abcbiz-popup-close i {
    font-size: 24px;
    color: #333;
    background-color: #f0f0f0;
    padding: 10px;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*----------------------------------------------
 * ABC Shape
 * ---------------------------------------------*/
 .abcbiz-ele-shape {
    width:200px;
    height:200px; 
    background-color: #448E08;  
 }
 .abcbiz-shape-circle.abcbiz-ele-shape {
    border-radius: 100%;    
 }

/*----------------------------------------------
 * ABC Section Title 
 * ---------------------------------------------*/
.abcbiz-elementor-sec-title-divider {
    background: #458f0c;
    display:  inline-block;
    position: relative;
    width: 50px;
}

.abcbiz-elementor-sec-title {
    margin-bottom: 0;
    margin-top: 0;
}


/*----------------------------------------------
 * ABC Post/page Title 
 * ---------------------------------------------*/
 .abcbiz-post-title-tag {
  margin-top: 0;
  margin-bottom: 0;
}

.abcbiz-page-title-tag {
    margin-top: 0;
    margin-bottom: 0;
  }

  /*----------------------------------------------
 * ABC Post info Title 
 * ---------------------------------------------*/
 .abcbiz-ele-posted-on, .abcbiz-ele-posted-by {
    padding-right: 7px;
 }

 .abcbiz-ele-post-tag ul {
    margin: 0;
    padding: 0;

}

/*----------------------------------------------
 * ABC Archive Title 
 * ---------------------------------------------*/
 .abcbiz-archive-title-tag{
    margin-top: 0;
    margin-bottom: 0;
}
 /*----------------------------------------------
 * ABC Post Tag Info
 * ---------------------------------------------*/
.abcbiz-ele-post-tag ul li{
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 6px;
}

.abcbiz-ele-post-tag ul li a{
    padding: 6px 9px;
    border-radius: 4px;
    transition: all .4s;
    display: inline-block;

}

 /*----------------------------------------------
 * ABC Author Bio
 * ---------------------------------------------*/

 .abcbiz-ele-author-bio {
    display: flex;
    padding: 10px;
    column-gap: 20px;
}

.abcbiz-ele-authorleft {
    flex: 0 0 150px;
}

.abcbiz-ele-authorright {
    flex: 1;
}

.abcbiz-author-bio-title {
    margin-bottom: 7px;

}

 /*----------------------------------------------
 * ABC Related Post
 * ---------------------------------------------*/
 .abcbiz-ele-related-post ul {
    list-style: none !important;
    margin: 0 !important;
    padding: 0;
    overflow: hidden;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.abcbiz-ele-related-post ul li {
    box-sizing: border-box;
    text-align: left;
    padding-right: 15px;
    padding-bottom: 15px; 
}

.abcbiz-ele-related-post ul li:last-child {
    padding-right: 0;
}

.abcbiz-ele-related-post .abcbiz-ele-related-post-heading {
    margin-top: 10px;
    margin-bottom: 0;
}

.abcbiz-ele-related-post figure img {
    border-radius: 4px;
    max-width: 100%;
    height: auto;
}

.abcbiz-ele-related-post figure img:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease;
}


 /*----------------------------------------------
 * ABC Blog Grid
 * ---------------------------------------------*/

.abcbiz-ele-four-column-blog,
.abcbiz-ele-four-column-blog .abcbiz-ele-blog-item, .abcbiz-ele-three-column-blog, .abcbiz-ele-two-column-blog {
    box-sizing: border-box;
}

.abcbiz-ele-four-column-blog {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.abcbiz-ele-four-column-blog .abcbiz-ele-blog-item {
    box-sizing: border-box;
}
/* Three column blog area */
.abcbiz-ele-three-column-blog {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap:40px 30px; 
}

/* Blog item styling */
.abcbiz-ele-blog-item {
    box-sizing: border-box; 
}

.abcbiz-ele-three-column-blog {
    width: 100%;
}

.abcbiz-ele-two-column-blog {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}


.abcbiz-ele-blog-thumb figure img {
    width: 100%;
    height: auto;
    border-radius: 3px;
}

.abcbiz-ele-blog-thumb figure img:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease;
}

.abcbiz-ele-blog-title {
    margin: 10px 0 7px 0;
    font-size: 18px;
    font-weight: bold;
}

.abcbiz-ele-blog-meta {
    font-size: 13px;
    color: #666;
    font-style: italic;
    margin: 0;
    padding-bottom: 8px;
    border-bottom: 1px dotted #ccc;
}

.abcbiz-ele-blog-meta .posted-on {
    margin-right: 10px;
}

.abcbiz-ele-blog-excerpt {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.6;
}

.abcbiz-ele-blog-more {
    margin-top: 10px;
}

.abcbiz-ele-blog-more a {
    position: relative;
}

.abcbiz-ele-blog-more a:after {
    width: 20px;
    border-bottom: 1px dashed #A0CE4E;
    bottom: -5px;
    content: "";
    height: 1px;
    left: 50%;
    margin-left: -10px;
    position: absolute;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.abcbiz-ele-blog-more a:hover:after { 
    left: 2%;
    margin-left: 0;
    width: 80%;
}

.abcbiz-ele-pagination-container {
    display: block;
    margin-top: 20px;
    font-size: 14px;
    line-height: 1;
}

.abcbiz-ele-blog-grid .abcbiz-ele-pagination-container {
    text-align: center;
}

.abcbiz-ele-pagination-container a {
    display: inline-block;
    padding: 6px 10px;
    margin: 0 5px;
    text-decoration: none;
    color: #333;
    background-color: #eee;
    border-radius: 5px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.abcbiz-ele-pagination-container .current, .abcbiz-ele-pagination-container a:hover {
    display: inline-block;
    padding: 6px 10px;
    margin: 0 5px;
    text-decoration: none;
    color: #fff;
    background-color: #59a818;
    border-radius: 5px;
}

/*----------------------------------------------
 * ABC Blog List
 * ---------------------------------------------*/
.abcbiz-ele-blog-list-item {
    clear: both;
    margin-bottom: 30px;
    display: inline-block;
    width: 100%;
}

.abcbiz-ele-blog-list-thumb {
    float: left;
    width: 200px;
    margin-right: 20px;
}

.abcbiz-ele-blog-list-content {
    overflow: hidden;
}

.abcbiz-ele-blog-list-thumb figure img {
    width: 100%;
    height: auto;
    border-radius: 3px;
}

.abcbiz-ele-blog-list-thumb figure img:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease;
}

.abcbiz-ele-blog-list-title {
    margin: 0 0 7px 0;
    font-size: 18px;
    font-weight: bold;
}

.abcbiz-ele-blog-list-meta {
    font-size: 13px;
    color: #666;
    font-style: italic;
    margin: 0;
    padding-bottom: 8px;
    border-bottom: 1px dotted #ccc;
}

.abcbiz-ele-blog-list-meta .posted-on {
    margin-right: 10px;
}

.abcbiz-ele-blog-list-excerpt {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.6;
}

.abcbiz-ele-blog-list-more {
    margin-top: 10px;
}

.abcbiz-ele-blog-list-more a {
    position: relative;
}

.abcbiz-ele-blog-list-more a:after {
    width: 20px;
    border-bottom: 1px dashed #A0CE4E;
    bottom: -2px;
    content: "";
    height: 1px;
    left: 50%;
    margin-left: -10px;
    position: absolute;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.abcbiz-ele-blog-list-more a:hover:after { 
    left: 2%;
    margin-left: 0;
    width: 80%;
}

.abcbiz-ele-blog-list-pagi-container{
    display: block;
    margin-top: 20px;
    font-size: 14px;
    line-height: 1;
}

.abcbiz-ele-blog-list-pagi-container a {
    display: inline-block;
    padding: 6px 10px;
    margin: 0 5px;
    text-decoration: none;
    color: #333;
    background-color: #eee;
    border-radius: 5px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.abcbiz-ele-blog-list-pagi-container .current, .abcbiz-ele-blog-list-pagi-container a:hover {
    display: inline-block;
    padding: 6px 10px;
    margin: 0 5px;
    text-decoration: none;
    color: #fff;
    background-color: #59a818;
    border-radius: 5px;
}

/*----------------------------------------------
 * ABC Social Share Icon
 * ---------------------------------------------*/
 .abcbiz-elementor-social-share-area ul {
    margin: 0;
    padding: 0;
 }

 .abcbiz-elementor-social-share-area ul li {
    display: inline-block;
    margin: 0 5px 8px 0;
    text-align: center;
    position: relative;
 }

 .abcbiz-elementor-social-share-area ul li svg{
    position: relative;
 }

 .abcbiz-elementor-social-share-area ul li a{ 
    border-radius: 50%;
    display: inline-block;
 }

/*----------------------------------------------
 * ABC Blockquote
 * ---------------------------------------------*/
 .abcbiz-elementor-block-quote-area {
    width: 100%;
    position: relative;
    padding-left: 50px;
 }

 .abcbiz-elementor-block-quote-area blockquote {
    width: 90%;
    margin: 0;
    font-size: 21px;
    border-left: 3px solid #59a818;
    padding-left: 15px;
    font-weight: 300;
    position: relative;
    word-wrap: break-word;
 }

 .abcbiz-elementor-block-quote-area blockquote:before {
    content: '';
    width: 0;
    height: 0;
 }

 .abcbiz-elementor-block-quote-area .abcbiz-quote-icon {
    position: absolute;
    top: -15px;
    left: 0px;
 }

 .abcbiz-elementor-block-quote-area .abcbiz-quote-icon svg { 
    width: 40px;
    height: 40px;
 }

  /*----------------------------------------------
 * ABC Contact Info & Social Icons
 * ---------------------------------------------*/
.abcbiz-contact-info-address,
.abcbiz-contact-info-mobile,
.abcbiz-contact-info-email {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.abcbiz-contact-info-area svg {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.abcbiz-contact-info-inline .abcbiz-contact-info-area svg {
    margin-right: 6px;
}

.abcbiz-contact-info-address span,
.abcbiz-contact-info-mobile span,
.abcbiz-contact-info-email span {
    display: block;
}

.abcbiz-contact-info-mobile a,
.abcbiz-contact-info-email a {
    text-decoration: none;
    color: black;
    transition: all 0.4s;
}

.abcbiz-contact-info-social-icons ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.abcbiz-contact-info-social-icons ul li {
    margin-right: 10px;
    margin-bottom: 10px;
}

.abcbiz-contact-info-inline .abcbiz-contact-info-social-icons ul li {
    margin-bottom: 0;
}

.abcbiz-contact-info-social-icons ul li svg{
    width: 20px;
    height: 20px;
    transition: all 0.4s;
}

.abcbiz-contact-info-social-icons ul li:last-child {
    margin-right: 0;
}

.abcbiz-contact-info-social-icons ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #f0f0f0;
    text-decoration: none;
    transition: all 0.4s;
}

.abcbiz-contact-info-social-icons ul li a:hover {
    background-color: #ddd;
}

.abcbiz-contact-info-inline {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.abcbiz-contact-info-inline .abcbiz-contact-info-area {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.abcbiz-contact-info-inline .abcbiz-contact-info-address, .abcbiz-contact-info-inline .abcbiz-contact-info-mobile, .abcbiz-contact-info-inline .abcbiz-contact-info-email {
    display: flex;
    align-items: center;
}

 /*----------------------------------------------
 * ABC Search Icon
 * ---------------------------------------------*/
 .abcbiz-ele-search-icon .abcbiz-search-icon-container {
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    justify-content: flex-end;
}

.abcbiz-ele-search-icon .s {
    width: 0;
    padding: 0;
    border: none;
    transition: width 0.5s ease-out;
    opacity: 0;
    outline: none;
}

.abcbiz-ele-search-icon .abcbiz-search-icon {
    cursor: pointer;
    padding: 2px;
}

.abcbiz-ele-search-icon .s.active {
    width: 200px;
    opacity: 1;
    border: 1px solid #3f14db;
    padding: 5px 10px;
}

.abcbiz-search-icon svg {
  width: 30px;
  height: 30px;
}
 
/*----------------------------------------------
 * ABC Search Form
 * ---------------------------------------------*/
.abcbiz-ele-search-form {
    overflow: hidden;
    box-sizing: border-box;
}

.abcbiz-ele-search-form form { 
    width: 100%;
}

.abcbiz-ele-search-form input[type="text"] {
    width: 70%; 
    padding: 0 10px;
    border: 1px solid #053D58;
    box-sizing: border-box;
    float: left;
    outline: none !important;
    background: #fff;
    color: #3D3D3D;
    height: 40px;
}

.abcbiz-ele-search-form input[type="submit"] {
    width: 29%;
    padding: 0 10px;
    border: none;
    cursor: pointer;
    float: right;
    font-size: 13px;
    height: 40px;
}

.abcbiz-ele-search-form input[type="submit"]:hover {
    background-color: #054F6D;
}

/*----------------------------------------------
 * ABC Recent Posts
 * ---------------------------------------------*/
 .abcbiz-ele-recent-post-item {
    margin-bottom: 18px;
 }

.abcbiz-ele-recent-post-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}

.abcbiz-ele-recent-post-meta {
    font-size: 12px;
    color: #666;
    font-style: italic;
    margin-bottom: 5px;
}

.abcbiz-ele-recent-post-meta .posted-on {
    margin-right: 10px;
}

.abcbiz-ele-recent-post-more {
    font-size: 15px;
}

/*----------------------------------------------
 * ABC Counter
 * ---------------------------------------------*/
 .abcbiz-ele-countdown-wrap .abcbiz-ele-counter {
    font-size: 40px;
    font-weight: 300;
}

.abcbiz-ele-countdown-wrap .abcbiz-ele-count-title {
    margin: 0;
    font-size: 16px;
    text-transform: uppercase;
}

.abcbiz-ele-countdown-wrap .counticon {
    font-size: 25px;
    color: #59a818;
}

/*----------------------------------------------
 * ABC Dual Button
 * ---------------------------------------------*/
 .abcbiz-dual-button-area {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0px;
}

.abcbiz-dual-button {
    position: relative;
}

.abcbiz-dual-button a {
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #fff;
    font-size: 15px;
    background-color: rgb(98, 71, 237);
    padding: 15px 30px;
}
.abcbiz-dual-button-area .abcbiz-dual-button-one a{
    background-color: #1e73be;
    border-radius: 50px 0 0 50px; 
}
.abcbiz-dual-button-area .abcbiz-dual-button-one a:hover {
    background-color: #302EFF;
    color: #fff;
}
.abcbiz-dual-button-area .abcbiz-dual-button-two a{  
    border-radius: 0 50px 50px 0;    
}
.abcbiz-dual-button-area .abcbiz-dual-button-two a:hover {
    background-color: #8224e3;
    color: #fff;
}
.abcbiz-dual-button-area .abcbiz-dual-button a svg {
    width: 16px;
    height: 16px;
    fill: #fff;
}

.abcbiz-dual-button-middle-text {
    font-size: 13px;
    font-weight: 600;
    text-transform: capitalize;
    position: absolute;
    right: -16px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    overflow: hidden;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0 0 0 5px rgb(255 255 255 / 40%);
    box-shadow: 0 0 0 5px rgb(255 255 255 / 40%);
    color: #284162;
    text-transform: uppercase;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*----------------------------------------------
 * Back to Top
 * ---------------------------------------------*/
 #abcbiz-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #0349e7;
    color: #ffffff;
    padding: 10px 20px;
    cursor: pointer;
    display: none;
    border-radius: 6px;
    z-index: 789;
    text-align: center;
    font-size: 16px;
    transition: background 0.4s, color 0.4s;
}

#abcbiz-back-to-top:hover {
    background-color: #a03bf4;
}

#abcbiz-back-to-top svg {
    width: 20px;
    height: 20px;
    fill: #fff;
}

.abcbiz-backtop-hidden {
    display: none;
}

.abcbiz-show-always {
    display: inline-block !important;
}

/*----------------------------------------------
 * ABC Working Hours
 * ---------------------------------------------*/
 .abcbiz-business-hours-area ul {
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    -webkit-box-shadow: 0 0.2rem 2.8rem rgba(36,36,36,.1);
    box-shadow: 0 0.2rem 2.8rem rgba(36,36,36,.1);
    list-style: none;
    border-radius: 0 0 10px 10px;
    background: #fff;
}
.abcbiz-business-hours-area ul .abcbiz-business-hour-title {
    display: flex;
    align-items: center;    
    border: 0;
    background: #302EFF;
    text-align: center;
    border-radius: 5px 5px 0px 0px;
    padding: 30px;
    color:#fff;
    font-size: 20px;
}
.abcbiz-business-hours-area ul li.abcbiz-business-hour-item {
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 0;    
    text-align: center;
    border-bottom: 1px solid #eaeaea;
    margin-left: 15px;
    margin-right: 15px;
}
.abcbiz-business-hours-area ul li.abcbiz-business-hour-item span {
    color:#272727;
    font-size: 15px;
}
.abcbiz-business-hours-area ul li.abcbiz-business-hour-item:last-child {
    border-bottom: 0;
}

/*----------------------------------------------
 * ABC CSS Transform
 * ---------------------------------------------*/
 .abcbiz-css-transform-yes {
    transform: translateX(var(--abcbiz-tfx-translate-x, 0)) translateY(var(--abcbiz-tfx-translate-y, 0))
               rotateX(var(--abcbiz-tfx-rotate-x, 0)) rotateY(var(--abcbiz-tfx-rotate-y, 0)) rotateZ(var(--abcbiz-tfx-rotate-z, 0))
               scaleX(var(--abcbiz-tfx-scale-x, 1)) scaleY(var(--abcbiz-tfx-scale-y, 1))
               skewX(var(--abcbiz-tfx-skew-x, 0)) skewY(var(--abcbiz-tfx-skew-y, 0));
}

.abcbiz-css-transform-yes:hover {
    transform: translateX(var(--abcbiz-tfx-translate-x-hover, 0)) translateY(var(--abcbiz-tfx-translate-y-hover, 0))
               rotateX(var(--abcbiz-tfx-rotate-x-hover, 0)) rotateY(var(--abcbiz-tfx-rotate-y-hover, 0)) rotateZ(var(--abcbiz-tfx-rotate-z-hover, 0))
               scaleX(var(--abcbiz-tfx-scale-x-hover, 1)) scaleY(var(--abcbiz-tfx-scale-y-hover, 1))
               skewX(var(--abcbiz-tfx-skew-x-hover, 0)) skewY(var(--abcbiz-tfx-skew-y-hover, 0));
}
