/* OOm Dev - XP  Start */

.elementor-widget-text-editor p:last-child{
	margin: 0 !important;
}

footer#site-footer {
    display: none;
}

/* Promotions */
.promo-category a.elementor-post-info__terms-list-item {
    text-transform: capitalize;
}

/* Floating WhatsApp */
button.oom-widget-chat-button {
    bottom: 100px !important;
}
.oom-widget-popup {
    bottom: 180px !important;
}

label.elementor-field-label {
    margin-left: 15px;
}

p.oom-widget-chat-header-title {
    display: flex;
    align-items: center;
}

/* Services */
.service-cont .services-txt {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    visibility: hidden;
    transition: all 1s ease;
}
.service-cont:hover .services-txt {
    max-height: 200px; 
    opacity: 1;
    visibility: visible;
}

/* Blogs */
span.elementor-button-text:hover {
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 5px;
}

.blog-main .featured-img img {
    transition: transform 0.4s ease;
}

.blog-main .featured-img:hover img {
    transform: scale(1.2);
}

/* #blog-category-btn summary.e-n-accordion-item-title {
    border: 1px solid #0E7178 !important;
    width: 42%;
}

#blog-archive-btn summary.e-n-accordion-item-title {
    border: 1px solid #0E7178 !important;
    width: 38%;
} */

/* Promotions Form */
span.elementor-message.elementor-message-danger.elementor-help-inline.elementor-form-help-inline {
    font-size: 14px !important;
}

.blog-box {
	height: 100%;
}

.readmore-text {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    -webkit-box-orient: vertical;
}

.readmore-text.show {
	-webkit-line-clamp: 200;
    line-clamp: 200;
}

@media (max-width: 1440px) {
	#blog-category-btn summary.e-n-accordion-item-title {
		border: 1px solid #0E7178 !important;
		width: 65%;
	}

	#blog-archive-btn summary.e-n-accordion-item-title {
		border: 1px solid #0E7178 !important;
		width: 55%;
	}
}

@media (max-width: 1024px) {
	#blog-category-btn summary.e-n-accordion-item-title {
		border: 1px solid #0E7178 !important;
		width: 100%;
	}

	#blog-archive-btn summary.e-n-accordion-item-title {
		border: 1px solid #0E7178 !important;
		width: 90%;
	}
}

@media (max-width: 395px) {

	#blog-category-btn summary.e-n-accordion-item-title {
		border: 1px solid #0E7178 !important;
		width: 50%;
	}

	#blog-archive-btn summary.e-n-accordion-item-title {
		border: 1px solid #0E7178 !important;
		width: 45%;
	}
}


/* OOm Dev - XP  End */

.jet-radio-list .jet-radio-list__decorator {
    display: none !important;
}

@media (min-width: 1792px) {
    .oom-promo-3rd {
        padding: 0px !important;
    }
}

/* OOm Dev - K  Start */
/* ═══ OOM Timeline (How It Works) ═══ */
.oom-timeline {
  width: 100%;
  padding: 40px 20px;
}
.oom-timeline-track {
  display: grid;
  grid-template-columns: repeat(var(--timeline-cols, 5), 1fr);
  position: relative;
  max-width: 100%;
  margin: 0 auto;
}
.oom-timeline-step {
  position: relative;
  text-align: center;
  padding-top: 50px;
  padding-left: 12px;
  padding-right: 12px;
  margin-bottom: 40px;
}
/* connecting line between dots — hidden on row-end / last item via PHP-added class */
.oom-timeline-step:not(.no-connector)::after {
  content: '';
  position: absolute;
  top: 15px;
  left: 60%;
  width: 80%;
  height: 2px;
  background: #d8d8d8;
  z-index: 1;
}
.oom-timeline-dot {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #0E7178;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Quicksand', sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #0E7178;
  z-index: 2;
}
.oom-timeline-title {
  font-family: 'Quicksand', sans-serif;
  font-size: 20px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 28px;
  letter-spacing: 0;
  margin: 0 0 8px;
  color: #0E7178;
}
.oom-timeline-desc {
  font-family: 'Quicksand', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
  color: #333333;
}
@media (max-width: 768px) {
  .oom-timeline-track {
    display: flex;
    flex-direction: column;
  }
  .oom-timeline-track::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15px;
    width: 2px;
    height: auto;
    background: #d8d8d8;
    z-index: 1;
  }
  .oom-timeline-step {
    text-align: left;
    padding-top: 0;
    padding-left: 55px;
    padding-bottom: 32px;
    padding-right: 0;
    margin-bottom: 0;
  }
  .oom-timeline-step::after {
    display: none !important;
  }
  .oom-timeline-step:last-child {
    padding-bottom: 0;
  }
  .oom-timeline-dot {
    top: 0;
    left: 15px;
    transform: translateX(-50%);
  }
}
/* 
@media (min-width: 768px) and (max-width: 880px) {
  .oom-promo-text {
    padding: 10px;
  }
} */