/* ==========================================
   Waqia Single Page
========================================== */

.qgw-single{

    width:100%;

    padding:60px 20px;

    background:#f7f8f7;

}

.qgw-container{

    width:100%;

    max-width:1100px;

    margin:0 auto;

    display:block;

}

.qgw-hero{

    background:#ffffff;

    border-radius:25px;

    padding:50px;

    text-align:center;

    margin-bottom:25px;

    box-shadow:0 15px 40px rgba(0,0,0,.08);


}
/* ==========================================
   Audio Player
========================================== */

.qgw-audio-card{

    background:#ffffff;

    border-radius:20px;

    padding:30px;

    margin-bottom:30px;

    box-shadow:0 10px 30px rgba(0,0,0,.08);

}

.qgw-audio-card h2{

    font-size:26px;

    color:#155e4b;

    margin-bottom:20px;

}

.qgw-audio-card audio{

    width:100%;

    border-radius:12px;

}


/* ==========================================
   Story
========================================== */

.qgw-story{

    background:#ffffff;

    padding:40px;

    border-radius:20px;

    box-shadow:0 10px 30px rgba(0,0,0,.08);

    line-height:2;

    font-size:19px;

}

.qgw-story h2,
.qgw-story h3{

    color:#155e4b;

    margin-top:35px;

}

.qgw-story p{

    margin-bottom:22px;

}


/* ==========================================
   Previous / Next
========================================== */

.qgw-navigation{

    display:flex;

    justify-content:space-between;

    gap:20px;

    margin:40px 0;

}

.qgw-navigation a{

    display:inline-block;

    background:#155e4b;

    color:#fff;

    padding:14px 24px;

    border-radius:10px;

    text-decoration:none;

    font-weight:600;

    transition:.3s;

}

.qgw-navigation a:hover{

    background:#0f4738;

}


/* ==========================================
   Related Waqiat
========================================== */

.qgw-related{

    background:#ffffff;

    padding:35px;

    border-radius:20px;

    box-shadow:0 10px 30px rgba(0,0,0,.08);

    margin-bottom:50px;

}

.qgw-related h2{

    margin-bottom:25px;

    color:#155e4b;

}

.qgw-related ul{

    margin:0;

    padding-left:20px;

}

.qgw-related li{

    margin-bottom:15px;

}

.qgw-related a{

    color:#155e4b;

    text-decoration:none;

    font-weight:600;

}

.qgw-related a:hover{

    text-decoration:underline;

}



.qgw-person-image img{

    width:220px;

    height:220px;

    object-fit:cover;

    border-radius:20px;

    margin:auto;

    display:block;

    border:6px solid #ffffff;

    box-shadow:0 15px 35px rgba(0,0,0,.15);

}

.qgw-title{

    font-size:42px;

    font-weight:700;

    color:#163b32;

    margin:20px 0 10px;

}

.qgw-description{

    color:#555;

    font-size:18px;

    line-height:1.8;

    max-width:700px;

    margin:15px auto 0;

}
/* Toolbar */

.qgw-toolbar{

    display:flex;

    justify-content:center;

    gap:15px;

    background:#ffffff;

    padding:20px;

    margin:30px 0;

    border-radius:18px;

    box-shadow:0 10px 30px rgba(0,0,0,.08);

}

.qgw-toolbar button,
.qgw-toolbar a{

    background:#166b57;

    color:#fff;

    border:none;

    padding:14px 22px;

    border-radius:10px;

    font-weight:600;

    cursor:pointer;

    text-decoration:none;

    transition:.3s;

}
.qgw-toolbar{

    margin:20px 0;

}

.qgw-toolbar button:hover,
.qgw-toolbar a:hover{

    background:#0f4d40;

    transform:translateY(-2px);

} 
/* ==========================
   Share Popup
========================== */

.qgw-share-popup{

	display:none;

	position:fixed;

	inset:0;

	background:rgba(0,0,0,.55);

	z-index:99999;

	align-items:center;

	justify-content:center;

}

.qgw-share-box{

	background:#fff;

	width:380px;

	max-width:92%;

	padding:30px;

	border-radius:18px;

	text-align:center;

}

.qgw-share-box h3{

	margin-bottom:20px;

}

.qgw-share-box a,
.qgw-share-box button{

	display:block;

	width:100%;

	margin-bottom:12px;

	padding:14px;

	border-radius:10px;

	background:#166b57;

	color:#fff;

	text-decoration:none;

	border:none;

	cursor:pointer;

	font-size:16px;

}

/* ==========================================
   Mobile
========================================== */

@media(max-width:768px){

.qgw-hero{

    padding:25px;

}

.qgw-person-image img{

    width:170px;

    height:170px;

}

.qgw-title{

    font-size:30px;

}

.qgw-story{

    padding:25px;

    font-size:17px;

}

.qgw-navigation{

    flex-direction:column;

}

.qgw-navigation a{

    width:100%;

    text-align:center;

}
} 
