/* Design 3 - Bangladeshi Style */
body {
   font-family: 'SolaimanLipi', 'Hind Siliguri', sans-serif;
   background: #f0f2f5;
   margin: 0;
   padding: 20px;
}

.pps-design3-container {
   max-width: 800px;
   margin: 0 auto;
   padding: 15px;
}

.pps-frame {
   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: 4px 15px;
   color: rgb(0, 0, 0);
}
.fav-con img{
  height: 25px;
    width: auto;
    border: 1px solid #000;
    border-radius: 50%;
    padding: 3px;
}
.pps-logo img {
  height: 20px;
    width: auto;
}
.logo-round{
   position: absolute;
    left: 0;
    right: 0;
    top: -45px;
}
.logo-round img{
   height: 55px;
    width: auto;
}
.pps-date {
   font-size: 18px;
   font-weight: 600;
}

.pps-featured-image {
   height: 440px;
   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;
       position: relative;
   text-align: center;
   background: #eee;
}

.pps-title {
     font-size: 50px;
    line-height: normal;
    color: #c9171e;
    margin-bottom: 10px;
    font-weight: 700;
}

.pps-meta {
   margin-top: 25px;
   color: #000;
   font-size: 20px;
   font-weight: 600;
}
.down-arrow{
   color: #000;
}

.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;
}