/* ===== FOOTER WRAPPER ===== */

.ptv-footer-wrapper {
background: white;
padding-top:70px;
color:#cccccc;
}

/* ===== HEADING ===== */

.ptv-footer-heading {
color:var(--primary);
font-size:20px;
font-weight:600;
margin-bottom:20px;
}

/* ===== TEXT ===== */

.ptv-footer-text {
line-height:1.6;
margin-bottom:20px;
color: #000;
}

/* ===== CONTACT LIST ===== */

.ptv-footer-contact-list {
list-style:none;
padding:0;
color: #000;
}

.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:#000000;
transition:0.3s;
}

.ptv-footer-links-list a:hover {
color: var(--primary);
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: var(--secondary);
border-radius:50%;
font-size:20px;
text-decoration:none;
color:var(--primary);
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:var(--secondary);
border-radius: 20px
}

.ptv-footer-bottom-bar p {
margin:0;
color:#ffffff;
font-size:14px;
}
.ptv-footer-link { 
color:var(--primary) !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;
}
}
