img{max-width: 100%;} .backdrop { position: relative; margin-bottom: 62px; } .backdrop-image {filter:saturate(1.4);}
 .poster { position: absolute; left: 32px; bottom: -32px; width: 30%;  object-fit: cover; border-radius: 14px; box-shadow: 0 6px 24px rgba(0,0,0,0.7); border: 4px solid #fff2; z-index:676; } /* Movie Info Widget */  .movie-title { font-size: 1.2rem; font-weight: 700; color: #fdd835; margin-bottom: 8px; letter-spacing: 1px;font-family: sans-serif; } .movie-summary { margin: 3px 0; Margin-top:8px; padding-left:11px;} .imdb-rating-link { color: #ffb300 !important; font-weight: bold; text-decoration: underline; } .movie-info u { text-decoration-color: #7c4dff; font-weight: 600; } /* Section Titles */ .section-title, .mt-box { font-size: 1.2rem; font-weight: 600; padding: 7px 18px; border-radius: 7px; margin: 18px 0 8px 0; display: inline-block; background: linear-gradient(90deg,#7c4dff 0,#00e676 100%); color: #fff; letter-spacing: 1px; } .mt-box.color-4 { background: linear-gradient(90deg,#00bcd4 0,#7c4dff 100%); } .mt-box.color-7 { background: linear-gradient(90deg,#ff1744 0,#ffd600 100%); color:#222; } /* List and HR */ .post-body ul{ margin-left: 2px; padding:1px;} hr { border: none; border-top: 2px solid #ccc; margin: 18px 0; } /* Screenshots */
 
 
  .center-image { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; } .center-image img { border-radius: 10px; box-shadow: 0 4px 18px rgba(0,0,0,0.3); width: 48%; max-width: 370px; margin-bottom: 10px; } 
  
  
  .dbtn{background:linear-gradient(135deg,#0ebac3,#09d261);color:#fff;text-align:center;padding:10px;color:#fff!important;cursor:pointer;border-radius:15%;font-family:Poppins,sans-serif;font-size:15px;font-weight:600;max-width:210px;outline:none;text-transform:uppercase;transition:0.4s ease-in-out;display:inline-block;text-decoration:none;box-shadow:0 3px 6px -3px #fff;display:flex;justify-content:center;gap:10px;align-self:center;margin:15px auto;border-bottom-color:#fff0;border-bottom-style:solid;border-bottom-width:1px;border-left-color:#fff0;border-left-style:solid;border-left-width:1px;border-right-color:#fff0;border-right-style:solid;border-right-width:1px;border-top-color:#fff0;border-top-style:solid;border-top-width:1px}
  
  .dbtn:hover{box-shadow:0 5px 18px cyan;background:cyan}.dbtn1{background:linear-gradient(135deg,#ed0b0b,#f2d152);color:#fff}.dbtn3{background:linear-gradient(135deg,#ff00f1 0%,cyan 100%)}.dbtn2{background:linear-gradient(135deg,#2ea1cf,#ff19d0);color:#fdf8f2}.dbtn4{background:linear-gradient(135deg,gold,green)}.rtg a{color:#00e316} .dbtn i { font-size: 1.3em; } /* Responsive Design */ @media (max-width: 800px) { .movie-widget { margin-left: 0; margin-top: 0; } .poster { position: absolute; display: block; left: 0; bottom: -54px; } @media (max-width: 500px) { .movie-title { font-size: 1.2rem; } .movie-widget { padding: 1px; } .center-image img { width: 100%; max-width: 100%; } } /* Trailer Responsive */ iframe { border-radius: 4px; } 
  }
 #downloadLinks a:nth-child(9) {
  background: linear-gradient(45deg, crimson, #1c0032); box-shadow: 0px 6px 15px -2px crimson;
}

#downloadLinks a:nth-child(2) {
  background: linear-gradient(45deg, #00ff42, #000); box-shadow: 0px 6px 15px -2px green; }

#downloadLinks a:nth-child(3) {
  background: linear-gradient(45deg, red, #000); box-shadow: 0px 6px 15px -2px red; } 


#downloadLinks a:nth-child(4) {
  background: linear-gradient(45deg, cyan, #00251c); box-shadow: 0px 6px 15px -2px cyan; }

#downloadLinks a:nth-child(5) {
  background: linear-gradient(135deg, #f953c6, #b91d73); /* pink-red */
}

#downloadLinks a:nth-child(6) {
  background: linear-gradient(135deg, #00c6ff, #0072ff); /* skyblue-blue */
}


   /* Extra */ 
  ::-webkit-scrollbar { width: 8px; background: #222; } ::-webkit-scrollbar-thumb { background: #7c4dff; border-radius: 8px; }   
 .pics{display: flex;justify-content: flex-start;overflow-x: auto;flex-wrap: nowrap; gap:10px;} 
 .pics img{max-width: 250px;border-radius: 8px;}
