
/* footer css */
/* ================= FOOTER BACKGROUND ================= */

.ctcl-footer{
background:url("/static/images/footer-final-bg.png") no-repeat center;
background-size:cover;
padding:40px 0 20px;
color:#fff;
font-family: 'Poppins', sans-serif;
}



/* ================= GLASS CARD ================= */

.footer-card{
background:rgba(255,255,255,0.06);
border:1px solid rgba(255,255,255,0.08);
border-radius:16px;
padding:18px;
backdrop-filter:blur(10px);
height:100%;
transition:0.3s;
}

.footer-card:hover{
background:rgba(255,255,255,0.08);
}



/* ================= MAP ================= */

.map-frame iframe{
width:100%;
height:320px;
border-radius:10px;
border:0;
}

.map-bottom{
display:flex;
justify-content:space-between;
align-items:center;
margin-top:12px;
}

.map-text h6{
font-size:18px;
margin-bottom:3px;
font-weight: 600;
}

.map-text span{
font-size:14px;
opacity:.8;
}



/* ================= DIRECTION BUTTON ================= */

.direction-btn{
background: linear-gradient(135deg, #1b8cff, #00e0ff);
padding:7px 16px;
border-radius:20px;
color:#fff;
text-decoration:none;
font-size:15px;
transition:0.3s;
font-weight: 600;
}

.direction-btn:hover{
/* background:#1d65e6; */
box-shadow: 0 5px 15px rgba(0,200,255,0.4);
}



/* ================= LOGO ================= */

.footer-logo{
width:140px;
margin-bottom:12px;
}



/* ================= DESCRIPTION ================= */

.about-card p{
font-size:16px;
line-height:1.4;
opacity:.9;
}



/* ================= SOCIAL ICONS ================= */

.social-icons{
margin-top:12px;
}

.social-icons a{
display:inline-flex;
width:34px;
height:34px;
justify-content:center;
align-items:center;
border-radius:8px;
background:rgba(255,255,255,0.1);
margin-right:6px;
color:#fff;
font-size:14px;
transition:0.3s;
}

.social-icons a:hover{
background:linear-gradient(135deg,#1b8cff,#00e0ff);
}



/* ================= TITLES ================= */

.footer-title{
font-size:16px;
margin-bottom:12px;
font-weight:600;
color: #4FC3F7;
}



/* ================= LINKS ================= */

.footer-links{
list-style:none;
padding:0;
margin:0;
}

.footer-links li{
margin-bottom:6px;
}

.footer-links a{
color:#c9d5ff;
text-decoration:none;
font-size:16px;
transition:0.2s;
}

.footer-links a:hover{
color:#fff;
}

/* ================= IMPACT ================= */

.impact-card{
text-align:center;
display:flex;
flex-direction:column;
justify-content:center;
}

.impact-title{
letter-spacing:1px;
font-size:16px;
opacity:.8;
font-weight: 700;
color: #4FC3F7;
}

.impact-card h2{
font-size:38px;
margin:6px 0;
color:#fff;
font-weight:700;
}

.impact-unit{
font-size:14px;
margin-bottom:6px;
}

.impact-desc{
font-size:13px;
opacity:.8;
}



/* ================= SUBSCRIBE ================= */
/* SUBSCRIBE CARD */

.subscribe-card{
margin-top:25px;
display:flex;
justify-content:space-between;
align-items:center;
background:rgba(255, 255, 255, 0.06);
border:1px solid rgba(255,255,255,0.08);
border-radius:16px;
padding:22px 28px;
backdrop-filter:blur(12px);
}



/* TITLE WITH ICON */

.subscribe-title{
display:flex;
align-items:center;
gap:10px;
margin-bottom:5px;
}

.subscribe-title img{
width:26px;
height:26px;
}

.subscribe-title h4{
font-size:18px;
margin:0;
font-weight: 600;
}



/* DESCRIPTION */

.subscribe-left p{
font-size:13px;
opacity:.8;
}



/* FORM */

.subscribe-form{
display:flex;
align-items:center;
background:rgba(0,0,0,0.55);
border-radius:40px;
padding:4px;
border:1px solid rgba(255,255,255,0.08);
}



/* EMAIL FIELD */

.subscribe-form input{
border:none;
background:transparent;
color:#fff;
padding:12px 16px;
width:260px;
outline:none;
font-size:14px;
}



/* BUTTON */

.subscribe-form button{
border:none;
padding:10px 24px;
border-radius:30px;
color:#fff;
font-size:15px;
cursor:pointer;
font-weight: 600;
background:linear-gradient(135deg,#1b8cff,#00e0ff);
transition:0.3s;
}

.subscribe-form button:hover{
transform:translateY(-1px);
box-shadow:0 5px 15px rgba(0,200,255,0.4);
}

@media(max-width:768px){

.subscribe-card{
flex-direction:column;
gap:15px;
text-align:center;
}

.subscribe-form{
width:100%;
}

.subscribe-form input{
width:100%;
}

}
/* ================= BOTTOM ================= */

.footer-bottom{
margin-top:15px;
display:flex;
justify-content:space-between;
align-items:center;
border-top:1px solid rgba(255,255,255,0.1);
padding-top:10px;
font-size:13px;
opacity:.9;
}

.dev-logo{
height:18px;
margin-left:6px;
}



/* ================= BOTTOM LINKS ================= */

.footer-bottom-links a{
margin-left:12px;
color:#c9d5ff;
text-decoration:none;
font-size:13px;
}

.footer-bottom-links a:hover{
color:#fff;
}



/* ================= RESPONSIVE ================= */

@media(max-width:991px){

.subscribe-card{
flex-direction:column;
gap:15px;
text-align:center;
}

.subscribe-right{
justify-content:center;
}

.footer-bottom{
flex-direction:column;
gap:8px;
text-align:center;
}

}



@media(max-width:768px){

.map-frame iframe{
height:180px;
}

.footer-card{
padding:15px;
}

.subscribe-right{
width:100%;
}

.subscribe-right input{
width:100%;
}

}



@media(max-width:576px){

.footer-logo{
width:120px;
}

.social-icons a{
width:30px;
height:30px;
}

.impact-card h2{
font-size:32px;
}

}
/* CONTACT ITEM */

.contact-item{
display:flex;
align-items:center;
gap:10px;
margin-bottom:10px;
font-size:16px;
opacity:.9;
}



/* ICON SIZE */

.contact-icon{
width:18px;
height:18px;
object-fit:contain;
flex-shrink:0;
}
@media(max-width:768px){

.contact-icon{
width:16px;
height:16px;
}

.contact-item{
font-size:13px;
}

}
.head-img{
    width: 40px !important;
    height: 40px !important;
}