/* Design 3 - Bangladeshi Style */
body {
   width: 1080px;
   margin: 0 auto;
   font-family: 'SolaimanLipi', 'Hind Siliguri', sans-serif;
}

.pps-design3-container {
   max-width: 800px;
   margin: 0 auto;
   padding: 15px;
}

.pps-frame {
   background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
   border: 12px solid #4a6baf;
   border-radius: 8px;
   box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
   position: relative;
   overflow: hidden;
}

.pps-frame-inner {
   background: white;
   border: 1px solid #dee2e6;
}

.pps-header {
   display: flex;
   justify-content: space-between;
   align-items: center;
   padding: 15px 20px;
   background: linear-gradient(to right, #4a6baf, #3a56a0);
   color: white;
}

.pps-logo img {
   width: 100%;
}

.pps-date {
   font-size: 16px;
   font-weight: 600;
}

.pps-featured-image {
   height: 350px;
   overflow: hidden;
   position: relative;
}

.pps-featured-image img {
   width: 100%;
   height: 100%;
   object-fit: cover;
}

.pps-no-image {
   background: #e9ecef;
   height: 350px;
   display: flex;
   align-items: center;
   justify-content: center;
   color: #adb5bd;
   font-size: 50px;
}

.pps-content {
   padding: 25px;
   text-align: center;
}

.pps-title {
   font-size: 36px;
   line-height: 1.4;
   color: #2c3e50;
   margin-bottom: 20px;
   font-weight: 700;
}

.pps-meta {
   margin-top: 25px;
   color: #4a6baf;
   font-size: 18px;
   font-weight: 600;
}

.pps-footer {
   display: flex;
   align-items: center;
   padding: 15px 25px;
   background: linear-gradient(to right, #4a6baf, #3a56a0);
   color: white;
}

.pps-qr img {
   width: 70px;
   height: 70px;
   margin-right: 20px;
   background: white;
   padding: 5px;
}

.pps-site-info {
   flex-grow: 1;
}

.pps-site-name {
   font-size: 22px;
   font-weight: 700;
   margin-bottom: 5px;
}

.pps-url {
   font-size: 14px;
   opacity: 0.9;
}

.pps-download-container {
   text-align: center;
   margin-top: 25px;
}

.pps-download-btn {
   background: #e74c3c;
   color: white;
   border: none;
   padding: 12px 30px;
   font-size: 18px;
   border-radius: 5px;
   cursor: pointer;
   transition: all 0.3s;
   font-family: 'SolaimanLipi', 'Hind Siliguri', sans-serif;
   font-weight: 600;
}

.pps-download-btn:hover {
   background: #c0392b;
   transform: translateY(-2px);
   box-shadow: 0 5px 15px rgba(231, 76, 60, 0.4);
}

.pps-download-btn i {
   margin-right: 8px;
}

.banner_ads {
   width: 776px;
}

.banner_ads img {
   width: 100%;
}

.site-icon {
   max-width: 200px;
   max-height: 80px;
}