/*----------------------------------------------
 * 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;
}

.abcbiz-sticker-close-icon svg {
  fill: #fff;
  width: 15px;
  height: 15px;
}

/* ---------------------------------------------
 * 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 0.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: 0.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 0.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, 0.1);
  box-shadow: 0 0.2rem 2.8rem rgba(36, 36, 36, 0.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));
}

/*----------------------------------------------
 * ABC Image Gallery
 * ---------------------------------------------*/
.abcbiz-photos-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.abcbiz-photos-gallery span {
  cursor: pointer;
}

.abcbiz-photos-gallery span img {
  max-width: 100%;
}

.abcbiz-photos-gallery-popup button.mfp-close:hover {
  background-color: transparent;
}

.abcbiz-photos-gallery-popup button.mfp-arrow,
.abcbiz-photos-gallery-popup button.mfp-arrow:hover {
  background-color: transparent;
}
.abcbiz-photos-gallery-popup .mfp-arrow-left::before,
.abcbiz-photos-gallery-popup .mfp-arrow-right::before,
.abcbiz-photos-gallery-popup .mfp-arrow-left::after,
.abcbiz-photos-gallery-popup .mfp-arrow-right::after,
.abcbiz-photos-gallery-popup .mfp-figure::after {
  display: none;
}
.mfp-close:focus {
  outline: none;
  background-color: transparent;
}
.mfp-arrow.mfp-arrow-left.mfp-prevent-close svg {
  transform: rotate(180deg);
}
.abcbiz-photos-gallery-popup .mfp-arrow svg {
  width: 30px;
  height: 30px;
  fill: white;
}
.abcbiz-photos-gallery-item {
    position: relative;
    display: inline-block;
  }
  
  .abcbiz-image-gallery-container {
    position: relative;
    display: inline-block;
    width: auto; 
  }
  
  .abcbiz-image-gallery-container img {
    width: 100%;
    height: auto; 
    display: block;
  }
  
  .abcbiz-photos-gallery-caption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s ease;
  }
  
  .abcbiz-image-gallery-container:hover .abcbiz-photos-gallery-caption {
    opacity: 1;
  }
  
/*----------------------------------------------
 * ABCBiz Mailchimp
 * ---------------------------------------------*/
.abcbiz-mailchimp-single-form {
  display: flex;
  gap: 15px;
}

#abcbiz-mailchimp-form input {
  padding: 15px;
}

#abcbiz-mailchimp-form #abcbiz-mailchimp-email {
  width: 75%;
}

#abcbiz-mailchimp-form #abcbiz-mailchimp-submit {
  width: 25%;
  background-color: crimson;
  color: #fff;
}
#abcbiz-mailchimp-form #abcbiz-mailchimp-submit:hover {
  cursor: pointer;
  background-color: #a03bf4;
}
#abcbiz-mailchimp-inline-submit svg {
  width: 45px;
  height: 45px;
  fill: #fff;
  background-color: #c36;
  padding: 10px;
  border-radius: 100%;
}
#abcbiz-mailchimp-inline-submit svg:hover {
  cursor: pointer;
  background-color: #a03bf4;
}
#abcbiz-mailchimp-inline-submit svg path {
  fill: #fff;
}
button#abcbiz-mailchimp-submit {
  display: flex;
  justify-content: center;
  align-items: center;
}
button#abcbiz-mailchimp-inline-submit {
  position: absolute;
  right: 10px;
  top: 5px;
  padding: 0;
  border: 0;
  cursor: pointer;
  background-color: transparent;
}
button#abcbiz-mailchimp-inline-submit.abcbiz-mailchimp-inline-submit-text {
  right: 6px;
}
button#abcbiz-mailchimp-inline-submit:hover {
  background-color: transparent;
}
#abcbiz-mailchimp-form.abcbiz-mailchimp-single-form.abcbiz-mailchimp-inline-form {
  position: relative;
}
#abcbiz-mailchimp-form.abcbiz-mailchimp-single-form.abcbiz-mailchimp-inline-form #abcbiz-mailchimp-email {
  width: 100%;
  border-radius: 50px;
}
button#abcbiz-mailchimp-inline-submit.abcbiz-mailchimp-inline-submit-text {
  background-color: #c36;
  color: #fff;
  border-radius: 50px;
  padding: 11px;
  width: 110px;
}
button#abcbiz-mailchimp-inline-submit.abcbiz-mailchimp-inline-submit-text:hover {
  background-color: #a03bf4;
  color: #fff;
  cursor: pointer;
}
/*----------------------------------------------
 * ABCBiz Gravity Form
 * ---------------------------------------------*/
.gravity-forms-missing-notice {
  margin: 1.5rem 0;
  padding: 1.25rem 1.5rem;
  border-left: 4px solid #d39e00;
  color: #684e00;
  background-color: #ffe799;
  font-size: 16px;
  font-family: "Helvetica Neue", Arial, sans-serif;
  line-height: 1.6;
  border-radius: 5px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  font-weight: 400;
}

.abcbiz-gravity-form-label-hide .gfield_label {
  display: none !important;
}
.abcbiz-gravity-form-sub-label-hide .gform-field-label:not(.gfield_label) {
  display: none !important;
}

/*----------------------------------------------
 * ABCBiz Template Slider
 * ---------------------------------------------*/
.abcbiz-addons-template-slider-wrapper .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #072e48;
  opacity: 1;
}
.abcbiz-addons-template-slider-wrapper
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #0190ef;
}

.abcbiz-addons-template-slider-wrapper .swiper-button-prev,
.abcbiz-addons-template-slider-wrapper .swiper-button-next {
  color: #000;
}

.abcbiz-addons-template-slider-wrapper .swiper-button-prev::after,
.abcbiz-addons-template-slider-wrapper .swiper-button-next::after {
  font-size: 20px;
}
.abcbiz-template-swiper-container {
position: relative;
}
.abcbiz-template-swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.abcbiz-template-swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  will-change: transform;
  border-style: solid;
  border-width: 0;
  transition-duration: .5s;
  transition-property: border, background, transform;
  overflow: hidden;
}
.swiper-backface-hidden .abcbiz-template-swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.abcbiz-template-slider-pagination .swiper-pagination {
  bottom: 0;
}
.abcbiz-template-slider-nav > div {
  width: 40px;
  height: 40px;
  background-color: #1178f5;
  border-radius: 50%;
  fill: #fff;
  padding: 8px;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  cursor: pointer;
  color: #fff;
}
.abcbiz-template-slider-nav .swiper-button-next, .abcbiz-template-slider-nav .swiper-button-prev {
  color:#fff;
}
.abcbiz-template-slider-nav .swiper-button-next:hover, .abcbiz-template-slider-nav .swiper-button-prev:hover {
  background-color: #045ecc;
  color: #fff;
}
/*----------------------------------------------
* ABCbiz Cost Estimation
* ---------------------------------------------*/
.abcbiz-pricing-calculator {
  background-color: #F9F9F9;
  border-radius: 16px 16px 16px 16px;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #2C7973;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 40px 40px 40px 40px;
}

.abcbiz-pricing-cal-heading h2 {
  color: #666666;
  font-family: 'Poppins';
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
}

.abcbiz-pricing-label {
  display: flex;
  gap: 15px;
}
.abcbiz-pricing-label label {
  font-size: 16px;
  font-weight: 500;
  color: #666666;
  font-family: 'Poppins';
  font-style: normal;
  cursor: pointer;
}

.abcbiz-pricing-label label:first-child {
  margin-left: -5px;
}

.abcbiz-pricing-cal-pages-top {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}

.abcbiz-pricing-cal-pages-top h2 {
  color: #666666;
  font-family: 'Poppins';
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
}

.abcbiz-pricing-cal-pages-top {
  color: #666666;
  font-family: 'Poppins';
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
}

.abcbiz-pricing-cal-range-slider input {
  width: 100%;
  cursor: pointer;
}

.abcbiz-pricing-cal-range-bottom {
  display: flex;
  justify-content: space-between;
}

.abcbiz-pricing-cal-range-bottom p {
  margin-top: 6px;
}

.abcbiz-pricing-cal-total-price {
  border-top: 1px solid #6666661A;
  margin-top: 50px;
  padding-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.abcbiz-pricing-cal-total-price p {
  color: #666;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 31px;
  width: inherit;
  margin: 0;
}

.abcbiz-pricing-cal-total-price #cb-total-price {
  white-space: pre;
  word-break: break-all;
  font-weight: bold;
  font-size: 40px;
  line-height: 120%;
  color: #021C1E;
  text-transform: capitalize;
  margin: 0;
}

.abcbiz-pricing-cal-submit-button {
  margin-top: 30px;
  display: flex;
}

.abcbiz-pricing-cal-submit-button a {
  color: #fff;
  font-family: "Roboto", Sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 16px;
  background-color: #c634f7;
  border-radius: 4px 4px 4px 4px;
  padding: 15px 10px;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  transition: all 0.4s;
}

.abcbiz-pricing-cal-submit-button a:hover {
  background-color: #0649e7;
  color: #fff;
}

.abcbiz-pricing-option input[type="radio"] {
  display: none;
}

.abcbiz-pricing-options {
  display: flex;
  gap: 15px;
  margin-top: 10px;
}

.abcbiz-cost-est-pack-radio {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #4CAF50; 
  position: relative;
  cursor: pointer;
  margin-right: 10px;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}


.abcbiz-pricing-option input[type="radio"]:checked + .abcbiz-cost-est-pack-radio {
  background-color: #4CAF50;
  border-color: #4CAF50;
}


.abcbiz-pricing-option input[type="radio"]:checked + .abcbiz-cost-est-pack-radio::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background-color: white;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}


.abcbiz-pricing-label-text {
  font-size: 16px;
  color: #333; 
  cursor: pointer;
  transition: color 0.3s ease;
}
label.abcbiz-pricing-option {
  display: flex;
  gap: 3px;
  align-items: center;
}

.abcbiz-pricing-option:hover .abcbiz-cost-est-pack-radio {
  border-color: #45a049; /
}

.abcbiz-pricing-option:hover .abcbiz-pricing-label-text {
  color: #45a049;
}

/* Style for the range slider wrapper */
.abcbiz-pricing-cal-range-slider {
  position: relative;
  padding: 20px 0;
}

/* Style for the range input slider */
.abcbiz-range-slider {
  --active-color: #0f4fff;  /* Default active color */
  --inactive-color: #300bff;  /* Default inactive color */
  --thumb-color: #ffee00;  /* Default thumb color */

  -webkit-appearance: none;
  width: 100%;
  height: 8px;
  background: linear-gradient(to right, var(--active-color) 50%, var(--inactive-color) 50%); /* Initial fill */
  border-radius: 5px;
  outline: none;
  transition: background 0.3s ease;
}

.abcbiz-range-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  background: var(--thumb-color);  /* Thumb color from variable */
  border-radius: 50%;
  cursor: pointer;
}

.abcbiz-range-slider::-moz-range-thumb {
  width: 20px;
  height: 20px;
  background: var(--thumb-color);  /* Thumb color from variable */
  border-radius: 50%;
  cursor: pointer;
}



/*----------------------------------------------
 * ABCbiz Modren Post Grid
 * ---------------------------------------------*/
 .abcbiz-modren-posts-grid-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto; 
  grid-gap: 20px;
  height: 100%; 
  align-items: stretch;
}

.abcbiz-modren-single-post {
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between; 
  position: relative;
  overflow: hidden;
}

/* Style for the first post to span the full height */
.abcbiz-modren-posts-grid-wrapper > .abcbiz-modren-single-post:first-child {
  grid-column: 1 / 2;
  grid-row: 1 / 3; 
  height: 100%;
}

/* Style for the second and third posts */
.abcbiz-modren-posts-grid-wrapper > .abcbiz-modren-single-post:nth-child(2),
.abcbiz-modren-posts-grid-wrapper > .abcbiz-modren-single-post:nth-child(3) {
  grid-column: 2 / 3;
  grid-row: auto; 
  height: 100%;
}

.abcbiz-modren-single-post-thumbnail img {
  width: 100%;
  height: auto;
  display: block;
}

.abcbiz-modren-single-post-contents {
  padding: 15px;
  flex-grow: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: linear-gradient(0deg, #010218 0%, rgba(1, 24, 11, 0) 100%);
  border-radius: 0 0 10px 10px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-end;
  padding-left: 25px;
  min-height: 200px;
}

.abcbiz-modren-single-post-title h3 {
  margin: 0 0 10px;
  font-size: 27px;
}

.abcbiz-modren-single-post-title h3 a {
  text-decoration: none;
  color: #fff;
  font-weight: bold;
}

.abcbiz-modren-single-post-info ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 15px;
}

.abcbiz-modren-single-post-info li {
  font-size: 0.9rem;
  color: #777;
  gap: 5px;
  display: flex;
  align-items: center;
}

.abcbiz-modren-single-post-info li a {
  text-decoration: none;
  color: #ffffff;
}
.abcbiz-modren-single-post-info li span {
  color: #fff;
}
.abcbiz-modren-single-post:first-child .abcbiz-modren-single-post-thumbnail img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.abcbiz-modren-single-post:not(:first-child) .abcbiz-modren-single-post-thumbnail img {
  max-height: 270px;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.abcbiz-modren-single-post-info {
  margin-bottom: 16px;
}
.abcbiz-modren-single-post-thumbnail {
  height: 100%;
}
.abcbiz-modern-one-post {
  flex-basis: 100% !important;
}
/*----------------------------------------------
 * ABCbiz Modren Post Style 2
 * ---------------------------------------------*/
 .abcbiz-modren-posts-styl2-wrapper {
  display: flex;
  gap: 20px;
}

.abcbiz-modren-last-three-posts-wrapper {
  display: flex;
  flex-direction: column;
  gap: 15px;
  flex-basis: 50%;
  background-color: #010218;
  padding: 20px;
  border-radius: 10px;
  justify-content: center;
}

.abcbiz-modren-last-three-posts-wrapper .abcbiz-modren-style2-single-post {
  display: flex;
  gap: 15px;
}
.abcbiz-modren-last-three-posts-wrapper .abcbiz-modren-style2-single-post-content {
  flex-basis: 75%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}


.abcbiz-modren-last-three-posts-wrapper .abcbiz-modren-style2-post-thumbnail {
  flex-basis: 25%;
}

.abcbiz-modren-style2-post-thumbnail img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  border-radius: 6px !important;
}

.abcbiz-modren-style2-post-info ul {
  display: flex;
  list-style: none;
  gap: 20px;
  justify-content: flex-start;
  padding: 0;
}

.abcbiz-modren-style2-post-info ul li {
  display: flex;
  gap: 8px;
  align-items: center;
  color: #fff;
}

.abcbiz-modren-posts-styl2-wrapper > .abcbiz-modren-style2-single-post .abcbiz-modren-style2-single-post-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 20px;
  background: linear-gradient(3600deg, #010218 30.91%, rgba(1, 2, 24, 0) 100%);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border-radius: 8px !important;
}

.abcbiz-modren-posts-styl2-wrapper > .abcbiz-modren-style2-single-post {
  flex-basis: 50%;
  position: relative;
}

.abcbiz-modren-style2-single-post {
  overflow: hidden;
}

.abcbiz-modren-last-three-posts-wrapper * {
  color: #fff;
}

.abcbiz-modren-style2-post-title h3 {
  margin: 0;
  line-height: 1;
  font-size: 22px;
  line-height: 1.3em;
}

.abcbiz-modren-style2-post-title a {
  color: #fff;
}
.abcbiz-modren-style2-post-info a, .abcbiz-modren-style2-post-info span {
  color: #fff;
  font-size: 13px;
}

.abcbiz-modren-style2-post-info a:hover {
  color: #fff;
}

.abcbiz-modren-style2-post-cat a {
  color: #fff;
  background-color: blue;
  padding: 7px 10px;
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
}
.abcbiz-modren-style2-post-cat a:hover {
  color: #fff;
}

.abcbiz-modren-style2-post-cat {
  margin-bottom: 10px;
}

.abcbiz-modren-style2-post-title {
  margin-bottom: 10px;
}

.abcbiz-modren-posts-styl2-wrapper > .abcbiz-modren-style2-single-post .abcbiz-modren-style2-post-thumbnail {
  height: 100%;
}

.abcbiz-modren-style2-post-title a:hover {
  color: #fff;
}

/*----------------------------------------------
 * ABCbiz Modren Post Style 3
 * ---------------------------------------------*/
.abcbiz-modren-posts-grid-style3 {
  grid-template-columns: repeat(3, 1fr);
}
.abcbiz-modren-posts-grid-style3.abcbiz-modren-posts-grid-wrapper > .abcbiz-modren-single-post:first-child {
  grid-column: span 2;
}

.abcbiz-modren-posts-grid-style3.abcbiz-modren-posts-grid-wrapper > .abcbiz-modren-single-post:nth-child(2), .abcbiz-modren-posts-grid-style3.abcbiz-modren-posts-grid-wrapper > .abcbiz-modren-single-post:nth-child(3) {
  grid-column: inherit;
}
.abcbiz-modren-posts-grid-style3 .abcbiz-modren-single-post-title h3 {
  font-size: 22px;
  line-height: 1.2em;
}

/*----------------------------------------------
 * ABCbiz Modren Post Style 4
 * ---------------------------------------------*/
 .abcbiz-modern-post-style4-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
 }
 .abcbiz-modern-post-style4-wrapper .abcbiz-modern-single-post-style4:first-child {
  grid-column: span 2;
 }
 .abcbiz-modern-single-post-style4 {
  border: 1px solid #E8EAF1;
  border-radius: 20px;
 }
 .abcbiz-modern-post-style4-wrapper .abcbiz-modren-sps4-thumbnail img {
  width: 100%;
  object-fit: cover;
  border-radius: 20px 20px 0 0;
  aspect-ratio: 1;
 }
 .abcbiz-modern-post-style4-wrapper .abcbiz-modern-single-post-style4:first-child .abcbiz-modren-sps4-thumbnail img {
  border-radius: 20px 20px 0 0;
  max-height: 500px;  
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1;
 }
 .abcbiz-modern-sps4-content {
  padding: 20px;
 }
 .abcbiz-modern-sps4-category a {
  color: #fff;
  background-color: blue;
  padding: 7px 10px;
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  display: inline-block;
 }
 .abcbiz-modern-sps4-category {
  margin-bottom: 10px;
 }
 .abcbiz-modern-sps4-category a:hover {
  color: #fff;
 }
 .abcbiz-modern-sps4-title {
  margin-bottom: 10px;
 }
 .abcbiz-modern-sps4-title.abcbiz-modren-single-post-title a {
  font-size: 26px;
  line-height: 1.3em;
  color: #000000;
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
 }
 .abcbiz-modern-sps4-title.abcbiz-modren-single-post-title a:hover {
  color: #434343;
 }
 .abcbiz-modern-post-style4-wrapper .abcbiz-modren-single-post-info a {
  color: #010218;
  font-size: 13px;
 }
 .abcbiz-modern-post-style4-wrapper .abcbiz-modren-single-post-info span {
 color:#155DFF;
 }
 .abcbiz-modern-post-style4-wrapper .abcbiz-modren-single-post-info a:hover {
  color: #434343;
 }
 .abcbiz-modern-post-style4-wrapper .abcbiz-modren-single-post-info {
  margin-bottom: 0;
}

/*----------------------------------------------
 * ABCbiz Modren Post Style 5
 * ---------------------------------------------*/
 .abcbiz-modern-post-style5-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
 }
 .abcbiz-modern-post-style5-wrapper .abcbiz-modern-single-post-style4 {
  display: flex;
  gap: 20px;
  padding: 15px;
}
.abcbiz-modern-post-style5-wrapper .abcbiz-modren-sps4-thumbnail {
  flex-basis: 30%;
}
.abcbiz-modern-post-style5-wrapper .abcbiz-modern-sps4-content {
  flex-basis: 70%;
}
.abcbiz-modern-post-style5-wrapper  .abcbiz-modren-sps4-thumbnail img {
  width: 100%;
  object-fit: cover;
  max-height: 230px;
  border-radius: 10px;
  height: 100%;
}
.abcbiz-modern-post-style5-wrapper .abcbiz-modren-single-post-info span {
  color: #155DFF;
  font-size: 13px;
}
.abcbiz-modern-post-style5-wrapper .abcbiz-modren-single-post-info a {
  color: #111111;
  font-size: 13px;
  font-weight: 400;
}
.abcbiz-modern-post-style5-wrapper .abcbiz-modren-single-post-info {
  margin-bottom: 0;
}

/*----------------------------------------------
 * ABCbiz Modren Post Style 6
 * ---------------------------------------------*/
 .abcbiz-modren-posts-grid-style6.abcbiz-modren-posts-grid-wrapper > .abcbiz-modren-single-post:first-child {
  grid-row: 1 / 4;
 }


/*----------------------------------------------
 * ABCbiz Modren Post Style 7
 * ---------------------------------------------*/

.abcbiz-modren-posts-grid-style7.abcbiz-modren-posts-grid-wrapper > .abcbiz-modren-single-post:first-child {
  grid-column: 1 / 2;
  grid-row: 2 / 4; 
  height: 100%;
}

.abcbiz-modren-posts-grid-style7.abcbiz-modren-posts-grid-wrapper > .abcbiz-modren-single-post:nth-child(2),
.abcbiz-modren-posts-grid-style7.abcbiz-modren-posts-grid-wrapper > .abcbiz-modren-single-post:nth-child(3) {
  grid-column: 1 / 2;
  grid-row: 1 / 2; 
  height: 100%;
}

/*----------------------------------------------
 * ABCbiz Modren Post Style 8
 * ---------------------------------------------*/

.abcbiz-modren-posts-grid-style8.abcbiz-modren-posts-grid-wrapper > .abcbiz-modren-single-post:first-child {
  grid-column: 2 / 3; 
  grid-row: 1 / 3; 
  height: 100%;
}

.abcbiz-modren-posts-grid-style8.abcbiz-modren-posts-grid-wrapper > .abcbiz-modren-single-post:nth-child(2),
.abcbiz-modren-posts-grid-style8.abcbiz-modren-posts-grid-wrapper > .abcbiz-modren-single-post:nth-child(3) {
  grid-column: 1 / 2; 
  grid-row: auto; 
  height: 100%;
}

/*----------------------------------------------
 * ABCbiz Popular Post
 * ---------------------------------------------*/
 .abcbiz-popular-posts-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.abcbiz-popular-posts-single-post {
  display: flex;
  gap: 20px;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 10px;
  align-items: center;
}

.abcbiz-popular-post-thumbanil {
  flex-basis: 40%;
}

.abcbiz-popular-post-contents {
  flex-basis: 60%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.abcbiz-popular-post-thumbanil img {
  border-radius: 8px;
  height: 100%;
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1;
}

.abcbiz-popular-post-cat a {
  display: inline-block;
  background-color: #5A49F8;
  color: #fff;
  padding: 5px 8px;
  border-radius: 5px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 400;
}
.abcbiz-popular-post-cat a:hover {
  color: #fff;
}

h3.abcbiz-popular-post-title {
  margin: 8px 0;
  color: #010218;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3em;
}

h3.abcbiz-popular-post-title a {
  color: #010218;
}
.abcbiz-popular-post-meta {
  display: flex;
  gap: 10px;
}

.abcbiz-popular-post-meta span {
  color: #686868;
  font-size: 14px;
  font-weight: 300;
}


.abcbiz-template-swiper-container {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.abcbiz-template-swiper-wrapper {
  display: flex;
  flex-wrap: nowrap;
}

.abcbiz-template-swiper-slide {
  display: block;
  flex-shrink: 0;
  width: 100%; /* Adjust depending on your slider settings */
}

/*-----------------------------------------
* Fetch Posts
*-----------------------------------------*/
.abcbiz-fetch-posts-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.abcbiz-fetch-posts-grid.abcbiz-fetch-posts-list {
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-gap: 20px;
}
.abcbiz-fetch-single-post {
  display: flex;
  gap: 15px;
  border: 1px solid #ddd;
  padding: 10px;
  border-radius: 10px;
}

.abcbiz-fetch-single-post-thumb {
  flex-basis: 30%;
}
.abcbiz-fetch-posts-grid.abcbiz-fetch-posts-list .abcbiz-fetch-single-post{
  flex-direction: column;
}
.abcbiz-fetch-single-post-contents {
  flex-basis: 70%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.abcbiz-fetch-single-post .abcbiz-fetch-single-post-thumb > img {
  border-radius: 8px;
  /* box-shadow: 0 0 1px #666666d6; */
  max-height: 100%;
  max-width: 100%;
  object-fit: cover;
  /* aspect-ratio: 1.5; */
}
.abcbiz-fetch-posts-grid.abcbiz-fetch-posts-list .abcbiz-fetch-single-post .abcbiz-fetch-single-post-thumb > img {
  width: 100%;
  height: auto;
}
.abcbiz-fetch-single-post-cat > p {
  margin: 0;
  background-color: #5A49F8;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 5px;
  color: #fff;
  font-size: 13px;
  font-weight: 300;
}

.abcbiz-fetch-single-post-title h2 { 
  font-weight: 600;
  font-size: 24px;
  line-height: 1.3em;
  margin: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}
.abcbiz-fetch-single-post-title h2 a {
  color: #333;
}
.abcbiz-fetch-single-post-cat {
  display: flex;
  gap: 20px;
  align-items: center;
}
.abcbiz-fetch-single-post-info {
  display: flex;
  gap: 5px;
  align-items: center;
  margin-bottom: 0;
}
.abcbiz-fetch-single-post-info span {
  line-height: 1;
}
.abcbiz-fetch-single-post-info span svg {
  width: 17px;
  height: auto;
}
.abcbiz-fetch-single-post-info p {
  margin: 0;
  font-size: 15px;
}
.abcbiz-fetch-single-post-content p{color: #010218;font-size: 17px;line-height: 1.5em;margin:0}

.abcbiz-fetch-single-post-btn a {
  display: inline-block;
  background-color: #5A49F8;
  color: #fff;
  padding: 6px 20px;
  border-radius: 5px;
  font-size: 14px;
}
.abcbiz-fetch-single-post-btn a:hover {
color: #fff;
background-color: #2811f3;
}
.abcbiz-fetch-single-post-btn {
  margin-bottom: 5px;
  margin-top: 8px;
}

.abcbiz-fetch-posts-pagination {
  margin: 20px 0;
  text-align: center;
  display: flex;
  justify-content: center;
}

.abcbiz-fetch-posts-pagination a,
.abcbiz-fetch-posts-pagination .fetch-posts-current-page,
.abcbiz-fetch-posts-pagination .fetch-posts-dots {
  display: inline-block;
  padding: 10px 15px;
  margin: 0 5px;
  border: 1px solid #777;
  color: #333;
  text-decoration: none;
  border-radius: 5px;
}

.abcbiz-fetch-posts-pagination .fetch-posts-current-page {
  font-weight: bold;
  color: #fff;
  background-color: #5A49F8;
  border-color: #5A49F8;
}

.abcbiz-fetch-posts-pagination a:hover {
  background-color: #5A49F8;
  color: #fff;
  border-color: #5A49F8;
}

.abcbiz-fetch-posts-pagination .fetch-posts-dots {
  padding: 10px 15px;
  background-color: transparent;
  border: none;
  color: #999;
}

/*----------------------------------------------
 * ABCbiz Posts Slider
 * ---------------------------------------------*/

 .abcbiz-posts-slider-area {
  width: 100%;

}

.abcbiz-posts-slider-container {
  width: 100%;
  overflow: hidden;
}

.abcbiz-posts-slider-wrapper {
  display: flex;
  flex-wrap: nowrap;
}

.abcbiz-posts-slider-single-item {
  display: block;
  flex-shrink: 0;
  width: 100%; 
  box-sizing: border-box;
}

.abcbiz-posts-slider-thumbnail img {
  border-radius: 8px;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.abcbiz-posts-slider-thumbnail {
position: relative;
}
.abcbiz-posts-slider-thumbnail::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 5px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 8px;
}
.abcbiz-posts-slider-contents {
  padding: 15px 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 90%;
  flex-direction: column;
  height: 100%;
}

.abcbiz-posts-slider-date {
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 10px;
}
.abcbiz-posts-slider-date svg {
  width: 15px;
  height: auto;
  margin-right: 5px;
  fill: white;
}
.abcbiz-posts-slider-title {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 15px;
  line-height: 1.3em;
}

.abcbiz-posts-slider-title a {
  color: #fff;
  text-decoration: none;
}

.abcbiz-posts-slider-title a:hover {
  color: #cfcfcf;
}

/* Pagination */
.abcbiz-posts-slider-pagination .swiper-pagination {
  position: relative;
  text-align: center;
  margin-top: 20px;
}

.abcbiz-posts-slider-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #ddd;
  margin: 0 5px;
  opacity: 1;
}

.abcbiz-posts-slider-pagination .swiper-pagination-bullet-active {
  background-color: #5A49F8;
}

/* Navigation */
.abcbiz-posts-slider-navigation .swiper-button-next::after,
.abcbiz-posts-slider-navigation .swiper-button-prev::after {
display: none;
}
.abcbiz-posts-slider-navigation .swiper-button-next svg,
.abcbiz-posts-slider-navigation .swiper-button-prev svg{
  width: 40px;
  height: 40px;
  background-color: #5A49F8;
  border-radius: 50%;
  fill: #fff;
  padding: 8px;
}
.abcbiz-posts-slider-navigation .swiper-button-next,
.abcbiz-posts-slider-navigation .swiper-button-prev {
width: auto;
height: auto;
}
.abcbiz-posts-slider-navigation .swiper-button-next:hover,
.abcbiz-posts-slider-navigation .swiper-button-prev:hover {
  color: #010218;
}

/* Thumbnail Styling */
.abcbiz-posts-slider-thumbnail {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}

.abcbiz-posts-slider-thumbnail img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 8px;
  aspect-ratio: 1.4;
}

