/* ===== FOOTER WRAPPER ===== */

.ptv-footer-wrapper {
background:#0c0c0c;
padding-top:70px;
color:#cccccc;
}

/* ===== HEADING ===== */

.ptv-footer-heading {
color:#fba931;
font-size:20px;
font-weight:600;
margin-bottom:20px;
}

/* ===== TEXT ===== */

.ptv-footer-text {
line-height:1.6;
margin-bottom:20px;
}

/* ===== CONTACT LIST ===== */

.ptv-footer-contact-list {
list-style:none;
padding:0;
}

.ptv-footer-contact-list li {
margin-bottom:10px;
}

/* ===== QUICK LINKS ===== */

.ptv-footer-links-list {
list-style:none;
padding:0;
}

.ptv-footer-links-list li {
margin-bottom:12px;
}

.ptv-footer-links-list a {
text-decoration:none;
color:#cccccc;
transition:0.3s;
}

.ptv-footer-links-list a:hover {
color:#fba931;
padding-left:6px;
}

/* ===== SOCIAL ICONS ===== */

.ptv-footer-social-icons {
display:flex;
gap:15px;
margin-top:15px;
margin-left: 100px;
}

.ptv-footer-social-link {
width:45px;
height:45px;
display:flex;
align-items:center;
justify-content:center;
background:#1a1a1a;
border-radius:50%;
font-size:20px;
text-decoration:none;
color:#fba931;
transition:0.3s;
}

.ptv-footer-social-link:hover {
background:#3d422f;
transform:translateY(-4px);
}

/* ===== COPYRIGHT ===== */

.ptv-footer-bottom-bar {
border-top:1px solid #222;
text-align:center;
padding:20px;
margin-top:40px;
background:#000;
}

.ptv-footer-bottom-bar p {
margin:0;
color:#999;
font-size:14px;
}
.ptv-footer-link { 
color:#fba931 !important;
text-decoration:none;
transition:0.3s;    
}
/* ===== RESPONSIVE ===== */

@media(max-width:768px){

.ptv-footer-wrapper {
text-align:center;
}

.ptv-footer-social-icons {
justify-content:center;
}
.ptv-footer-social-icons {
margin-left: 0px;
}
}
