.elementor-304 .elementor-element.elementor-element-e70b6fb{--display:flex;}.elementor-304 .elementor-element.elementor-element-e70b6fb:not(.elementor-motion-effects-element-type-background), .elementor-304 .elementor-element.elementor-element-e70b6fb > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-14813f8 );}.elementor-304 .elementor-element.elementor-element-e192248{--display:flex;}.elementor-304 .elementor-element.elementor-element-e192248:not(.elementor-motion-effects-element-type-background), .elementor-304 .elementor-element.elementor-element-e192248 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:radial-gradient(at bottom center, var( --e-global-color-7ec92e0 ) 0%, var( --e-global-color-b71712c ) 100%);}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-586c843 *//* =============================
   CURSOR GLOW – REVENUE CTRL
============================= */

.rc-cursor-glow {
  position: fixed;
  top: 0;
  left: 0;
  width: 420px;
  height: 420px;
  pointer-events: none;
  z-index: 0;

  transform: translate(-50%, -50%);

  background: radial-gradient(
    circle,
    rgba(233,24,19,0.18),
   
   
    transparent 60%
  );

  filter: blur(20px);
  opacity: 0.9;
}

/* DISABLE ON MOBILE */
@media (max-width: 768px) {
  .rc-cursor-glow {
    display: none;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9ab06ae *//* =============================
   REVENUE CTRL – FOOTER
============================= */

.rc-footer {
  
  color: #fff;
  padding: 50px 20px 40px;
}

/* MAIN GRID */
.rc-footer-main {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.2fr 1.2fr;
  gap: 40px;
}

/* BRAND */
.rc-footer-logo {
 width: 150px;
  margin-bottom: 20px;
}

.rc-footer-brand p {
  color: #d6d6d6;
  font-size: 0.9rem;
  line-height: 1.6;
}

.rc-footer-socials {
  display: flex;
  gap: 12px;
  margin-top: 20px;
}

.rc-footer-socials a {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: rgba(255,255,255,0.15);
  color: #fff;
  text-decoration: none;
}

/* COLUMNS */
.rc-footer-col h4 {
  margin-bottom: 18px;
  font-size: 1rem;
  color: white;
}

.rc-footer-col a,
.rc-footer-col span,
.rc-footer-col p {
  display: block;
  color: #d0d0d0;
  font-size: 0.85rem;
  margin-bottom: 10px;
  text-decoration: none;
}

/* HIGHLIGHT */
.rc-footer-highlight {
  margin-top: 16px;
  padding: 16px;
  border-radius: 14px;
  background: rgba(255,255,255,0.15);
}

.rc-footer-highlight strong {
  display: block;
  margin-bottom: 6px;
}

/* BOTTOM */
.rc-footer-bottom {
  margin-top: 80px;
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,0.25);

  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.rc-footer-bottom p {
  font-size: 0.8rem;
  color: #ccc;
}

.rc-footer-badges {
  display: flex;
  gap: 20px;
  font-size: 0.8rem;
  color: #ddd;
}

/* MOBILE */
@media (max-width: 900px) {
  .rc-footer-main {
    grid-template-columns: 1fr;
  }

  .rc-footer-bottom {
    text-align: center;
    justify-content: center;
  }
}

/* =============================
   FOOTER LINK HOVER GLOW
============================= */

.rc-footer a {
  position: relative;
  transition: color 0.3s ease;
}

.rc-footer a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0;
  height: 2px;
  background: linear-gradient(
    90deg,
    #e91813,
    #882c61,
    #0f3d7c
  );
  transition: width 0.35s ease;
}

.rc-footer a:hover::after {
  width: 100%;
}

.rc-footer-socials a:hover {
  box-shadow: 0 0 20px rgba(233,24,19,0.6);
  transform: translateY(-3px);
}

.rc-footer-socials svg {
  width: 18px;
  height: 18px;
  fill: #fff;
}/* End custom CSS */