.elementor-widget-container .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-container .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-container.premium-cursor-ftext .premium-global-cursor-{{ID}} .premium-cursor-follow-text{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-container .premium-global-cursor-{{ID}}{color:var( --e-global-color-primary );fill:var( --e-global-color-primary );}.elementor-widget-container .premium-global-badge-{{ID}} .premium-badge-text{color:var( --e-global-color-secondary );}.elementor-widget-container:not(.premium-gbadge-custom) .premium-global-badge-{{ID}} .premium-badge-container, .elementor-widget-container.premium-gbadge-custom .premium-global-badge-{{ID}} .premium-badge-container{background-color:var( --e-global-color-primary );}.elementor-widget-container .premium-global-badge-{{ID}} .premium-badge-icon{color:var( --e-global-color-secondary );fill:var( --e-global-color-secondary );}.elementor-698 .elementor-element.elementor-element-1fe09bd{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-html .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-html .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-html.premium-cursor-ftext .premium-global-cursor-{{ID}} .premium-cursor-follow-text{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-html .premium-global-cursor-{{ID}}{color:var( --e-global-color-primary );fill:var( --e-global-color-primary );}.elementor-widget-html .premium-global-badge-{{ID}} .premium-badge-text{color:var( --e-global-color-secondary );}.elementor-widget-html:not(.premium-gbadge-custom) .premium-global-badge-{{ID}} .premium-badge-container, .elementor-widget-html.premium-gbadge-custom .premium-global-badge-{{ID}} .premium-badge-container{background-color:var( --e-global-color-primary );}.elementor-widget-html .premium-global-badge-{{ID}} .premium-badge-icon{color:var( --e-global-color-secondary );fill:var( --e-global-color-secondary );}.elementor-698 .elementor-element.elementor-element-d140e8c{padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-d140e8c *//* -------------------- WRAPPER -------------------- */
.p-desc-wrapper {
  max-width: 850px;
  margin: auto;
  text-align: center;
  position: relative;
  padding: 15px; /* small padding for mobile breathing room */
}

/* -------------------- TOP HEADING -------------------- */
.p-top-heading {
  font-size: 22px;
  font-weight: 700;
  color: #ff8c00;
  margin-bottom: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.15); /* subtle text glow */
}

/* -------------------- MOVING ORANGE GLOW BORDER -------------------- */
.border-animate {
  position: relative;
  padding: 4px; /* slightly thicker for better glow */
  border-radius: 25px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.border-animate::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 25px;
  background: linear-gradient(
    120deg,
    #ff7b00,
    #ffb347,
    #ff7b00,
    #ffb347
  );
  background-size: 300% 300%;
  animation: borderMove 5s linear infinite; /* faster animation */
  z-index: -1;
}

.border-animate::after {
  content: "";
  position: absolute;
  inset: 4px;
  border-radius: 21px;
  background: transparent;
  z-index: -1;
}

@keyframes borderMove {
  0% { background-position: 0% 50%; }
  50% { background-position: 300% 50%; }
  100% { background-position: 0% 50%; }
}

/* -------------------- GLASS PRODUCT BOX -------------------- */
.glass-product-box {
  position: relative;
  background: rgba(255, 255, 255, 0.85); /* slightly brighter */
  -webkit-backdrop-filter: blur(14px);
          backdrop-filter: blur(14px);
  padding: 36px;
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,0.6);
  box-shadow: 0 12px 45px rgba(0,0,0,0.18); /* deeper shadow for pop */
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.glass-product-box:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 60px rgba(0,0,0,0.22);
}

/* Dim Orange Decorations */
.glass-product-box::before,
.glass-product-box::after {
  content: "";
  position: absolute;
  background: radial-gradient(circle,
              rgba(255,160,0,0.12) 0%,
              rgba(255,160,0,0.05) 40%,
              transparent 75%);
  width: 180px;
  height: 180px;
  border-radius: 50%;
  filter: blur(8px); /* slightly stronger blur */
  z-index: -1;
}

.glass-product-box::before { top: -50px; left: -50px; }
.glass-product-box::after { bottom: -60px; right: -60px; }

/* -------------------- TITLE -------------------- */
.p-title {
  font-size: 30px;
  font-weight: 800;
  color: #ff7b00;
  margin-bottom: 14px;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.12);
}

/* -------------------- SUBTITLE -------------------- */
.p-sub {
  font-size: 16px;
  color: #222;
  margin-bottom: 28px;
  font-weight: 500;
  line-height: 1.5;
}

/* -------------------- FEATURES LIST -------------------- */
.p-features {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}

.p-features li {
  margin-bottom: 16px;
  padding-left: 40px;
  position: relative;
  line-height: 1.6;
  font-size: 17px;
  color: #222;
  transition: color 0.3s ease;
}

.p-features li:hover {
  color: #ff7b00;
}

.p-features li strong {
  color: #ff8400;
  font-weight: 700;
}

/* Green Check Icon */
.p-features li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 20px;
  color: #00a651;
  font-weight: 800;
}

/* -------------------- RESPONSIVE -------------------- */
@media(max-width: 600px) {
  .glass-product-box { padding: 24px; }
  .p-title { font-size: 22px; }
  .p-top-heading { font-size: 18px; }
  .p-sub { font-size: 15px; }
  .p-features li { font-size: 15px; padding-left: 30px; }
  .glass-product-box::before,
  .glass-product-box::after { width: 140px; height: 140px; }
}
/* -------------------- CENTERED BADGE -------------------- */
.p-badge {
  display: inline-block;           /* allows horizontal centering */
  background-color: #00a651;       /* green */
  color: #fff;                     /* white text */
  font-weight: 700;
  font-size: 14px;
  padding: 8px 16px;
  border-radius: 16px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
  margin: 0 auto 20px auto;        /* centers and adds space below */
  text-align: center;
}/* End custom CSS */