/* ==========================================================
   DailyZour Premium Footer
========================================================== */

.dz-footer{

background:#16361B;

color:#fff;

padding:80px 0 0;

margin-top:0;

}

/* ==========================================================
CONTAINER
========================================================== */

.dz-footer .dz-container{

width:1280px;

max-width:92%;

margin:auto;

}

/* ==========================================================
GRID
========================================================== */

.dz-footer-grid{

display:grid;

grid-template-columns:2fr 1fr 1fr 1.5fr;

gap:50px;

padding-bottom:60px;

}

/* ==========================================================
LOGO
========================================================== */

.dz-footer-logo{

height:60px;

width:auto;

margin-bottom:25px;

}

/* ==========================================================
TEXT
========================================================== */

.dz-footer p{

color:rgba(255,255,255,.78);

line-height:1.9;

font-size:16px;

}

/* ==========================================================
HEADINGS
========================================================== */

.dz-footer h3{

font-size:22px;

margin-bottom:28px;

font-weight:700;

color:#fff;

}

/* ==========================================================
LIST
========================================================== */

.dz-footer ul{

list-style:none;

padding:0;

margin:0;

}

.dz-footer ul li{

margin-bottom:14px;

}

.dz-footer ul li a{

color:rgba(255,255,255,.75);

transition:.3s;

}

.dz-footer ul li a:hover{

color:#7ED957;

padding-left:6px;

}

/* ==========================================================
NEWSLETTER
========================================================== */

.dz-footer-newsletter{

margin-top:20px;

}

.dz-footer-newsletter input{

width:100%;

height:52px;

border:none;

border-radius:10px;

padding:0 18px;

margin-bottom:14px;

font-size:15px;

outline:none;

}

.dz-footer-newsletter button{

width:100%;

height:52px;

border:none;

border-radius:10px;

background:#2E7D32;

color:#fff;

font-size:16px;

font-weight:700;

cursor:pointer;

transition:.35s;

}

.dz-footer-newsletter button:hover{

background:#43A047;

}

/* ==========================================================
BOTTOM
========================================================== */

.dz-footer-bottom{

border-top:1px solid rgba(255,255,255,.08);

padding:28px 0;

text-align:center;

}

.dz-footer-bottom p{

margin:0;

font-size:15px;

color:rgba(255,255,255,.65);

}

/* ==========================================================
RESPONSIVE
========================================================== */

@media(max-width:991px){

.dz-footer-grid{

grid-template-columns:1fr 1fr;

gap:40px;

}

}

@media(max-width:768px){

.dz-footer-grid{

grid-template-columns:1fr;

}

.dz-footer{

text-align:center;

}

}