.mid-footer{
    height: auto;
    position: relative;
    background-image: url(/images/footer-bg.png?fee48a2370cf7bfb3e8af3b476986aba);
    background-size: cover;
    background-position: center;
    padding: 151px 0px 0px 0px;
    z-index: 1; 
}
.footer-links li a:hover {
    color: #F58220 !important;
}
/* Add overlay */
.mid-footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #10035beb;
    z-index: -1; /* Place it behind the content */
}
img.footer-layer {
    top: -7px !important;
    height: 244px;
    -o-object-fit: cover;
    object-fit: cover;
}
footer {
    padding-top: 130px;
}
img.footer-sports-layer {
    top: -332px !important;
    z-index: 2;
}

.email-input {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 5px;
    background: transparent;
    color: white;
    font-size: 16px;
}
.email-input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.6);
}
.email-input::placeholder {
    color: rgba(255, 255, 255, 0.6);
}
.send-icon {
    top: 23px;
    right: 15px;
    transform: translateY(-50%);
    color: #F58220; /* Orange-red color */
    cursor: pointer;
}
.send-icon:hover {
color: #ffffff; 
}
.email-input{
    border: 1px solid #fff !important;
    padding: 10px !important;
}

.social-icons a {
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 25rem;
    margin-right: 10px;
    transition: background 0.3s ease, transform 0.3s ease;
}

.social-icons a i {
    color: #0546A7;
    transition: color 0.3s ease;
    font-size: 20px !important;
}

/* Hover effect */
.social-icons a:hover {
    background: #F58220;
    transform: scale(1.1);
}

.social-icons a:hover i {
    color: #fff;
}
h4.text-heading {
    position: relative;
    display: inline-block;
}

h4.text-heading::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px; /* Adjusts the spacing between text and underline */
    width: 30px; /* Adjust the underline length */
    height: 3px; /* Adjust the thickness of the underline */
    background-color: white;
}
.footer-links li{
    list-style: none;
}
.footer-links li a{
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 28px;
}
.footer-links li{
 padding-bottom: 10px;
}
.bottom-footer{
    background-color: #10035B;
}
.pulseplay a {
    color: #FF6E11 !important;
    text-decoration: underline;
}
.pulseplay a:hover {
    color: #ffffff !important;
    text-decoration: underline;
}
