.elementor-43 .elementor-element.elementor-element-5a92d8e{--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;}/* Start custom CSS for html, class: .elementor-element-a682d99 */.trc-footer {
  background: #002656;
  color: #fff;
  font-family: "Inter","Poppins",sans-serif;
}

/* CTA */
.trc-footer-cta {
  padding: 30px 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(255,255,255,0.2);
}

.trc-footer-cta-left {
  display: flex;
  gap: 20px;
  align-items: center;
}

.trc-footer-cta-icon {
  width: 55px;
  height: 55px;
  border: 2px solid #00A2F2;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #00A2F2;
  font-size: 22px;
}

.trc-footer-cta h3 {
  margin: 0;
  font-size: 22px;
}

.trc-footer-cta p {
  margin: 5px 0 0;
  opacity: 0.8;
}

.trc-footer-cta-btn {
  background: #00A2F2;
  padding: 14px 28px;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
}

.trc-footer-cta-btn:hover {
  background: #fff;
  color: #002656;
}

/* MAIN */
.trc-footer-main {
  display: grid;
  grid-template-columns: repeat(6,1fr);
  gap: 30px;
  padding: 40px 70px;
}

.trc-footer-brand img {
  width: 220px;
  margin-bottom: 15px;
}

.trc-footer-brand p {
  font-size: 14px;
  opacity: 0.8;
}

.trc-footer-socials {
  display: flex;
  gap: 12px;
  margin-top: 15px;
}

.trc-footer-socials a {
  width: 34px;
  height: 34px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.trc-footer-socials a:hover {
  background: #00A2F2;
}

/* COL */
.trc-footer-col h4,
.trc-footer-contact h4 {
  font-size: 14px;
  margin-bottom: 15px;
}

.trc-footer-col a,
.trc-footer-contact a {
  display: block;
  color: #ccc;
  text-decoration: none;
  margin-bottom: 10px;
}

.trc-footer-col a:hover,
.trc-footer-contact a:hover {
  color: #00A2F2;
}

/* BOTTOM */
.trc-footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.2);
  padding: 15px 70px;
  display: flex;
  justify-content: space-between;
}

.dev-by a {
  color: #00A2F2;
}

/* MOBILE */
@media(max-width:991px){
  .trc-footer-main {
    grid-template-columns: 1fr 1fr;
    padding: 30px 20px;
  }

  .trc-footer-cta {
    flex-direction: column;
    gap: 15px;
    padding: 20px;
  }

  .trc-footer-bottom {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }
}

@media(max-width:600px){
  .trc-footer-main {
    grid-template-columns: 1fr;
  }
}
/* 🔥 FORCE ALL FOOTER HEADINGS WHITE */
.trc-footer h3,
.trc-footer h4,
.trc-footer-cta h3 {
  color: #ffffff !important;
}

/* CTA text fix */
.trc-footer-cta p {
  color: rgba(255,255,255,0.85) !important;
}

/* ICON circle color fix */
.trc-footer-cta-icon {
  border-color: #00A2F2 !important;
  color: #00A2F2 !important;
}

/* BUTTON (keep white text always) */
.trc-footer-cta-btn {
  background: #00A2F2 !important;
  color: #ffffff !important;
}

.trc-footer-cta-btn:hover {
  background: #ffffff !important;
  color: #002656 !important;
}

/* FOOTER LINKS */
.trc-footer a {
  color: rgba(255,255,255,0.85);
}

.trc-footer a:hover {
  color: #00A2F2;
}

/* DEVELOPED BY */
.dev-by a {
  color: #00A2F2;
}/* End custom CSS */