.elementor-2686 .elementor-element.elementor-element-4024d54{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2686 .elementor-element.elementor-element-fdd45c3 .tx-logo img{width:260px;}/* Start custom CSS for tx_footers, class: .elementor-element-fdd45c3 *//* Social Media column only */
.as-footer-1-wrap .as-footer-1-widget:nth-child(4) ul.wa-ul.as-footer-1-menu {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    justify-content: flex-start;  /* keep icons left aligned */
    gap: 15px;
    padding: 0;
}

/* Remove bullets */
.as-footer-1-wrap .as-footer-1-widget:nth-child(4) ul li {
    list-style: none;
}

/* Force PDF items to new row */
.as-footer-1-wrap .as-footer-1-widget:nth-child(4) ul li a[href$=".pdf"] {
    display: block;
    margin-top: 15px;
}

/* Make PDF li full row */
.as-footer-1-wrap .as-footer-1-widget:nth-child(4) ul li:has(a[href$=".pdf"]) {
    flex: 0 0 100%;
}

/* Smaller Button Style */
.as-footer-1-wrap .as-footer-1-widget:nth-child(4) ul li a[href$=".pdf"] {
    width: 170px;              /* smaller width */
    padding: 10px 14px;         /* smaller padding */
    margin-top: 12px;
    background-color: #a855f7;
    color: #fff !important;
    border-radius: 10px;       /* slightly smaller curve */
    font-weight: 500;
    text-align: center;
    font-size: 15px;           /* smaller text */
    box-shadow: 0 3px 10px rgba(160, 32, 240, 0.35);
    transition: 0.3s ease;

}

/* Hover */
.as-footer-1-wrap .as-footer-1-widget:nth-child(4) ul li a[href$=".pdf"]:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(160, 32, 240, 0.5);
}



/* Keep all footer columns in one row */
.as-footer-1-wrap {
    display: flex !important;
    flex-wrap: nowrap !important;   /* prevent wrapping */
    justify-content: space-between;
}

/* Make each footer widget equal width */
.as-footer-1-wrap .as-footer-1-widget {
    flex: 1;
}



.community-btn {
  background: #a855f7;
  color: #fff;
  padding: 10px 15px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 400;
  display: inline-block;
  transition: 0.3s ease;
}

.community-btn:hover {
  background: white;
}

/* Center Footer Bottom Content */
.as-footer-1-bottom {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    flex-direction: column !important;
    text-align: center !important;
    gap: 8px;
}

/* Make both texts full width */
.as-footer-1-copyright,
.as-footer-1-make {
    width: 100% !important;
    text-align: center !important;
}

/* Disable animation ONLY for social icons */
.as-footer-1-wrap .as-footer-1-widget:nth-child(4) ul li a {
    transition: none !important;
    transform: none !important;
    box-shadow: none !important;
}

/* Remove hover effects completely */
.as-footer-1-wrap .as-footer-1-widget:nth-child(4) ul li a:hover {
    transform: none !important;
    box-shadow: none !important;
    opacity: 1 !important;
}/* End custom CSS */