/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 12 2026 | 04:21:05 */
/* Overlay */
.tm-popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.65);
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease;
}

.tm-popup-overlay.show {
  opacity: 1;
  visibility: visible;
}

/* Popup Box */
.tm-popup {
  width: 500px;
  max-width: 100%;
  background: #fff;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 40px 80px rgba(0,0,0,.3);
  transform: scale(.92);
  transition: transform .3s ease;
}

.tm-popup-overlay.show .tm-popup {
  transform: scale(1);
}

/* Header */
.tm-popup-header {
   background: linear-gradient(135deg, #f97316, #ea580c);
   color: #ffffff;
   padding: 32px 32px 48px;
   position: relative;
   overflow: hidden;
}

.tm-badge {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .06em;
  opacity: .9;
}

.tm-title {
  font-size: 30px;
  font-weight: 800;
  margin: 10px 0 4px;
  color: #fff;
}

.tm-subtitle {
  font-size: 15px;
  opacity: .9;
}

/* Close Button */
.tm-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: none;
  background: #fff;
  color: #ff6a00;
  font-size: 18px;
  cursor: pointer;
}

/* Body */
.tm-popup-body {
  padding: 0px 32px 32px;
  margin-top: -35px;
  z-index: 9999999;
  position: relative;
}

.tm-logo {
  background: #fff;
  border-radius: 14px;
  padding: 12px 16px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 10px 25px rgba(0,0,0,.12);
  margin-bottom: 20px;
}

.tm-feature {
  display: flex;
  gap: 12px;
  margin-bottom: 16px;
}

.tm-check {
  color: #22c55e;
  font-size: 18px;
  margin-top: 3px;
}

.tm-feature-title {
  font-weight: 600;
}

.tm-feature-desc {
  font-size: 14px;
  color: #6b7280;
}

/* Info Box */
.tm-info {
  border: 1px solid #bebdff;
  border-radius: 14px;
  padding: 13px;
  display: flex;
  gap: 12px;
  margin: 22px 0;
  background: #eff6ff;
  align-items: center;
}

.tm-info strong {
  display: block;
  color: #1c398e;
  font-size: 16px;
}
.tm-info-text p{
  font-size:14px;
  margin-bottom:0;
}
/* CTA */
.tm-cta {
  width: 100%;
  background: linear-gradient(to right, #f97316, #ea580c);
  color: #fff;
  border: none;
  border-radius: 14px;
  padding: 16px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}
.tm-cta:hover {
  background: linear-gradient(to right, #ea580c, #c2410c); /* hover orange-600 → orange-700 */
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);
  transform: scale(1.02);
  color: #fff;
}

.tm-cta:active {
  transform: scale(0.98);
}
.tm-footer {
  text-align: center;
  font-size: 12px;
  color: #6b7280;
  margin-top: 12px;
}
/* Responsive Popup – Mobile Fix */
@media (max-width:768px) {

  .tm-popup {
    width: 100%;
    max-width: 360px;
    border-radius: 18px;
  }

  .tm-popup-header {
    padding: 22px 20px 36px;
  }

  .tm-title {
    font-size: 22px;
    line-height: 1.2;
  }

  .tm-subtitle {
    font-size: 14px;
  }

  .tm-popup-body {
    padding: 0 20px 24px;
    margin-top: -28px;
  }

  .tm-logo img {
    width: 150px;
    height: auto;
  }

  .tm-feature {
    gap: 10px;
    margin-bottom: 14px;
  }

  .tm-feature-title {
    font-size: 14px;
  }

  .tm-feature-desc {
    font-size: 13px;
  }

  .tm-info {
    padding: 12px;
    gap: 10px;
  }

  .tm-clock-icon {
    width: 26px;
    height: 26px;
  }

  .tm-info strong {
    font-size: 14px;
  }

  .tm-info-text p {
    font-size: 13px;
  }

  .tm-cta {
    padding: 14px;
    font-size: 15px;
    border-radius: 12px;
  }

  .tm-footer {
    font-size: 11px;
  }

  .tm-close {
    width: 32px;
    height: 32px;
    font-size: 16px;
    top: 12px;
    right: 12px;
  }
}

/* Team pricing */
.wp-tm-pricing .pricing-box.active .pricing-top-wrap{
	background-color: #169091;
}
.wp-tm-pricing .pricing-box:hover .pricing-top-wrap{
	background-color: #169091;
}
.wp-tm-pricing .pricing-box.active .pricing-plan .title,
.wp-tm-pricing .pricing-box.active .pricing-price .price{
	color: #ffffff;
}
.wp-tm-pricing .pricing-box:hover .pricing-top-wrap .pricing-plan .title,
.wp-tm-pricing .pricing-box:hover .pricing-top-wrap .pricing-price .price{
  color: #ffffff;
}

