/* General Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, sans-serif; 
    background-color: white;
    color: #333;
}
.tagtat{
    font-size: 14px !important;
}
header {
    background-color: white;
    padding: 10px;
}

@media (min-width: 992px) {
    header {
    padding: 10px;
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 0;
}
}

a {
    color: #fd0094; /* Green color for all links */
    text-decoration: none; /* Optional: Remove underline from links */
}
/* Add this CSS to your theme's stylesheet or a custom CSS file */
#morebutton {
    text-align: right !important;
}

a:hover,
a:focus {
    color: #000; /* Darker color on hover/focus */
    text-decoration: none; /* Optional: Add underline on hover/focus */
}


.header-container {
    display: flex;
    justify-content: center; /* Center the logo */
    align-items: center;
    position: relative; /* Allows positioning the toggle menu on mobile */
}

.logo{
    width: 180px;
    max-width: 100%;
    height: auto;
    margin-left: 10px;
}

.logo-section h1 {
    font-size: 24px;
    color: #fd0094;
    font-weight: bold;
    font-family: Arial, sans-serif;
    text-align: center; /* Center text */
}

.menu-toggle {
    position: absolute;
    right: 20px; /* Positioning the toggle button to the right */
    display: block;
    background: none;
    border: none;
    color: inherit;
    
}

.menu-toggle i {
    font-size: 28px;
    color: #fd0094;
}


/* New CSS Update  Start */


    
    /* Navigation bar styling */
.nav-mobile {
    background-color: #fd0094;
    padding: 6px 0;
    position: relative;
    width: 100%;
    z-index: 1000;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    overflow-x: auto;
    white-space: nowrap;
    display: block;
    scrollbar-width: none;
    -ms-overflow-style: none;
    transition: top 0.3s ease-in-out;
}

/* Hide scrollbar */
.nav-mobile::-webkit-scrollbar {
    display: none;
}

/* Navigation icons */
.nav-icons {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-flex;
    align-items: center;
    gap: 20px;
}

/* Navigation links */
.nav-icons li {
    flex-shrink: 0;
    text-align: center;
    min-width: 70px;
}

.nav-icons a {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    font-size: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
    padding: 10px;
    transition: color 0.3s;
}

/* Navigation link text */
.nav-icons span {
    text-transform: uppercase;
    font-size: 14px !important;
   letter-spacing: 1px;
}

/* Hover effect */
.nav-icons a:hover {
    color: white;
}


/*  Sidebar sticky */
@media (min-width: 1024px) {
  .content-wrapper {
    display: flex;
    align-items: flex-start;
  }

  .post-list-sidebar {
    position: sticky;
    top: 35px;
    overflow-y: auto;
    flex: 0 0 396px;
  }
}
/*  Sidebar sticky end */

.new-gap {padding-bottom: 10px;}
.new-gap2 {padding-bottom: 5px;}


/*  no-results */
.no-results-container {
    width: 100%;
    margin: 0;
		margin-top: 10px;
	margin-bottom: 25px;
	border: 1px solid #ccc;
    border-radius: 8px 8px;
    background-color: #fff;
    font-family: Arial, sans-serif;
    box-sizing: border-box;
    text-align: center;
}

/* Banner */
.no-results-banner {
    background-color: #800000;
    color: #fff;
    padding: 15px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.no-results-banner span {
    display: block;
    margin-top: 5px;
    font-size: 16px;
}

/* Banner Link */
.request-link {
    color: #ffd700;
    text-decoration: underline;
}

.request-link:hover {
    color: #fff;
    text-decoration: none;
}

/* Message */
.no-results-message {
    padding: 20px;
    font-size: 16px;
    color: #333;
	font-weight: 500;
	line-height: 1.5em;
    text-align: center;
}
/* no-results end */

/* Container */
.allmovies-default-post-list {
    display: flex;
	width: 100%;
    flex-direction: column;
    max-width: 800px;
    margin: 0 auto;
	gap: 5px;
}

.allmovies-default-post-list-item:hover {
    background-color: #f5f5f5; /* Light grey background on hover */
}

/* Each list item */
.allmovies-default-post-list-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    border: 1px solid #ddd;
    padding: 1px;
	    transition: background 0.3s ease;
 border-radius: 3px;
}

.allmovies-default-post-list-thumb {
    width: 90px;              /* fixed width */
    height: 120px;             /* fixed height */
    overflow: hidden;          /* hide overflow */
	border-radius: 3px 0 0 3px;
    flex-shrink: 0;             /* prevent shrinking */
}

.allmovies-default-post-list-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;         /* crop to fill box */
    display: block;
}


/* Info section */
.allmovies-default-post-list-info {
    flex: 1;
}

/* Category badge */
.allmovies-default-post-list-category {
	margin-top: 15px;
    display: inline-block;
    background: #fd0094;
    color: #fff;
    font-size: 0.6rem;
    font-weight: 600;
    padding: 4px 6px;
    border-radius: 4px 0;
    text-transform: uppecase;
    margin-bottom: 6px;
    text-decoration: none;
    transition: background 0.2s ease;
	font-family: inherit !important;
		 text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.allmovies-default-post-list-category:hover {
	    color: #fff;
    background: #000;
}

/* Post title */
.allmovies-default-post-list-title {
    font-size: 16px;
	font-weight: bolder;
    margin: 4px 0 8px 0;
}

.allmovies-default-post-list-title a {
    text-decoration: none;
    color: inherit;
    transition: color 0.2s ease;
}

.allmovies-default-post-list-title a:hover {
    color: #fd0094;
}

/* Time ago */
.allmovies-default-post-list-time {
    font-size: 0.76rem;
    color: #777;
}

.allmovies-default-post-list-time i {
    margin-right: 3px;
    color: #777;
    font-size: 12px;
}

.allmovies-has-more-indicator,
.allmovies-is-premium-indicator {
    display: inline-block;
    background: #c0392b; /* deep red */
    color: #fff;
    font-size: 0.6rem;
    font-weight: 600;
    padding: 4px 6px;
    border-radius: 4px 0;
    text-transform: uppercase;
    margin-bottom: 6px;
    margin-left: 5px; /* small space from category badge */
    text-decoration: none;
    transition: background 0.2s ease;
    font-family: inherit !important;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.allmovies-has-more-indicator:hover,
.allmovies-is-premium-indicator:hover {
    background: #a93226; /* darker red on hover */
    color: #fff;
}

/*  no-results */
.no-results-container {
    width: 100%;
    margin: 0;
		margin-top: 10px;
	margin-bottom: 25px;
	border: 1px solid #ccc;
    border-radius: 8px 8px;
    background-color: #fff;
    font-family: Arial, sans-serif;
    box-sizing: border-box;
    text-align: center;
}

/* Banner */
.no-results-banner {
    background-color: #800000;
    color: #fff;
    padding: 15px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.no-results-banner span {
    display: block;
    margin-top: 5px;
    font-size: 16px;
}

/* Banner Link */
.request-link {
    color: #ffd700;
    text-decoration: underline;
}

.request-link:hover {
    color: #fff;
    text-decoration: none;
}

/* Message */
.no-results-message {
    padding: 20px;
    font-size: 16px;
    color: #333;
	font-weight: 500;
	line-height: 1.5em;
    text-align: center;
}
/* no-results end */

/* Ads containers*/

.ads-native-container {
	padding: 0 5px;
}

.ads-footer-container {
	display: none!important;
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 900;
  background: #fff;
  padding: 5px 0 0 0;
  box-shadow: 0 -2px 6px rgba(0,0,0,0.2);
  border-top: 2px solid #999;
  bottom: -100px;
  opacity: 0;
  transition: bottom 0.5s ease, opacity 0.5s ease;
 /* display: flex; */
  justify-content: center;   /* center ad content */
  align-items: center;       /* vertical centering */
}

.ads-content {
  margin: 0 auto;            /* keep ad centered */
}

body.dark-mode .ads-footer-container {
	  background: #222;

}

.ads-footer-container.show {
  bottom: var(--ads-bottom, 0);
  opacity: 1;
}

.ads-footer-container.hide {
  bottom: -100px; /* slide back down off-screen */
  opacity: 0;
}

.ads-close-btn {
  position: absolute;
  top: -14px;
  right: 18px;
  background: red;
	border: 2px solid #999;
  border-bottom: none;              /* remove border-top, it was causing unevenness */
  border-radius: 50%;
  font-size: 18px;
  cursor: pointer;
  line-height: 1;
  color: #fff;

  width: 22px;               /* fixed width */
  height: 22px;              /* fixed height */
  display: flex;             /* flexbox centering */
  align-items: center;
  justify-content: center;

  transition: background 0.3s ease, transform 0.2s ease;
}

.ads-close-btn:hover {
  background: darkred;       /* darker shade on hover */
  transform: scale(1.1);     /* smooth zoom, no shake */
}

a.ad-note {
  background-color: #007BFF;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: white !important;
  padding: 10px 20px;
  font-weight: bold;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  font-family: Arial, sans-serif;
  font-size: 16px;
  border-radius: 3px;
  transition: opacity 0.4s ease;
  text-align: center;
}


.ad-note:hover {
	text-decoration: none!important;
	  color: white !important;
  background-color: #2E4392;
}

.ad-note-container {
  display: flex;
}

.ad-note-container i {
	padding: 0 5px 0 0;
}


/* new-allmovies-cathead */
.new-allmovies-cathead a {
	 text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  text-decoration: none;
  display: inline-block;
}

.new-allmovies-cat-title {
	padding: 0 10px 5px;
	border-radius: 1px!important;
  color: #fff;
	background-color: #fd0094;
  font-size: 16px;
  font-weight: bold;
  margin: 10px 0 0 0;
  position: relative;
	 text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.new-allmovies-arrow {
  font-size: 24px;
  font-weight: 500;
  position: relative;
  left: 3px;
  top: 1px;
  color: #fff;
  opacity: 0.8;
	 text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.new-allmovies-cathead {
  position: relative;
}

.new-allmovies-cathead::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px!important;
  background-color: #fd0094;
  border-radius: 3px;
}

/* new-allmovies-cathead end */

/* all tags */
.allmovies-new-tag-wrapper {
  background-color: #fff;
  font-family: 'Segoe UI', sans-serif;
  padding: 15px;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

.allmovies-new-tag-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 100%;
  box-sizing: border-box;
}

.allmovies-new-tag-item {
  background-color: #fff;
  color: #fd0094;
		border: 1.2px solid #fd0094;
  padding: 5px 10px;
  border-radius: 3px;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.allmovies-new-tag-item:hover {
  background-color: #014d4d;
  color: #fff;
}

.allmovies-post-content-header-wrapper {	
	margin: 10px 0 0;
	border: 1px solid #fd0094;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
}

.allmovies-post-titleh1 {
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); 
	border-top-left-radius: 5px;
		border-top-right-radius: 5px;
  font-size: 10px !important;
  text-align: center;
  font-weight: bold;
  background-color: #fd0094;
  color: #fff;
  padding: 10px 15px;
}

.allmovies-post-content-header {
  display: flex;
  align-items: center;
	justify-content: center;
	flex-wrap: wrap;
  gap: 5px;
  margin-top: 5px;
	margin-bottom: 4px;
	margin-left: 5px;
}

.post-image-content {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
}

.allmovies-post-category, .real-post-date, .share-toggle, .comment-count {
  display: flex;
  align-items: center;
  gap: 5px;
  background-color: #fff;
  color: #222 !important;
  border: none;
  padding: 5px;
  border-radius: 3px;
  cursor: pointer;
  font-size: 11px;
}

.allmovies-post-category, 
.allmovies-post-category a, .comment-count i ,
.share-toggle, 
.real-post-date, 
.comment-count a {
  color: #222!important;
  font-size: 11px;
}


/* Hide the search bar by default */
.search-bar {
    display: none;
    padding: 10px;
    background-color: white;
    position: absolute;
    top: 100px; /* Adjust based on your header height */
    right: 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    z-index: 2000;
}

/* Style the search input and button */
.search-bar form {
    display: flex;
    align-items: center;
}

.search-bar input[type="text"] {
    width: 200px;
    padding: px;
    border: 1px solid #ddd;
    border-radius: 3px;
    font-size: 16px;
    margin-right: 10px;
}

.search-bar button {
    padding: 8px 16px;
    background-color: #fd0094;
    color: white;
    border: none;
    border-radius: 3px;
    font-size: 16px;
    cursor: pointer;
}


/* Desktop Navigation */
.navbar {
  position: sticky;
    top: 0;
    background-color: #fd0094;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 14px;
    font-family: Arial, sans-serif;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    width: 100%;
    margin: 0;
    z-index: 1000;
}

.nav-menu {
    display: flex;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.nav-menu li {
    position: relative;
}

.nav-menu a, .dropbtn {
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); 
    color: #ffffff !important;
	border-bottom: 2px solid #fd0094;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    padding: 8px 8px;
    transition: background-color 0.3s, color 0.3s;
    display: block;
}

.nav-menu a::after, .dropbtn::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    background: #ddd;
    left: 50%;
    bottom: 0;
    transition: all 0.25s ease-in-out;
}

.nav-menu a:hover, .dropbtn:hover {
    transition: background-color 0.25s ease-in-out;
}

.nav-menu a:hover::after, .dropbtn:hover::after {
    width: 100%;
    left: 0;
}

/* Dropdown styling */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fd0094;
    min-width: 200px;
    box-shadow: 0px 8px 16px rgba(0,0,0,0.2);
    z-index: 999;
    flex-direction: column;
    gap: 0;
	list-style: none;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0;
    text-align: left;
}

.dropdown-content a {
		border-bottom: 2px solid #fd0094;
	font-size: 12px !important;
    color: white !important;
    padding: 12px 10px;
    text-decoration: none;
    display: block;
    transition: background-color .5s ease-in-out;
}

.nav-menu a.active, .dropbtn.active {
	border-bottom: 2px solid #fff;}

.dropdown-content a.active, .dropbtn.active {
	border-bottom: 2px solid #000;}

.dropdown:hover .dropdown-content {
    display: block !important;
}

/* Hide navigation on mobile */
@media (max-width: 769px) {
    .navbar {
        display: none;
    }
}


/* Default: hide on desktop */
.telegmobile {
  display: flex;
	 justify-content: center;
    margin-top: 20px;
    margin-bottom: -20px;
}

 .telegmobile img {
    width: 300px;
	 height: 100%;
    border-radius: px;
  }

/* Mobile only: show and style */
@media screen and (max-width: 768px) {
  .telegmobile {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: -5px;
  }

  .telegmobile img {
    width: 252px;
  }
}


a.notification {
  background-color: #007BFF;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: white !important;
  padding: 10px 20px;
  font-weight: bold;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  font-family: Arial, sans-serif;
  font-size: 16px;
  border-radius: 3px;
  transition: opacity 0.4s ease;
  text-align: center;
}


.notification:hover {
	text-decoration: none!important;
	  color: white !important;
  background-color: #2E4392;
}

/* Header Telegram Join css */

.allmovies-header-telegram-button-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.allmovies-header-telegram-join-button {
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  padding: 10px 15px;
  margin: 20px 10px 0 10px;
  font-size: 16px;
  font-weight: bold;
  color: #fff!important;
  background-color: #0088cc;
  text-decoration: none;
  border-radius: 3px;
  transition: background-color 0.3s ease;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .allmovies-header-telegram-button-container {
    justify-content: flex-start;
  }

  .allmovies-header-telegram-join-button {
    display: block;
    width: 100%;
  }
}

.allmovies-header-telegram-join-button:hover {
  background-color: #006699;
  color: #fff!important;
  border-radius: 0px;
}

.allmovies-header-telegram-join-button i {
  margin-right: 8px;
}

.allmovies-header-button-content {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Header Telegram Join css End */

/* Post Telegram Join css */

.allmovies-post-telegram-button-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.allmovies-post-telegram-join-button {
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  padding: 10px 15px;
  margin: 20px 0 0 0;
  font-size: 16px;
  font-weight: bold;
  color: #fff!important;
  background-color: #0088cc;
  text-decoration: none;
  border-radius: 3px;
  transition: background-color 0.3s ease;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .allmovies-post-telegram-button-container {
    justify-content: flex-start;
  }

  .allmovies-post-telegram-join-button {
    display: block;
    width: 100%;
  }
}

.allmovies-post-telegram-join-button:hover {
  background-color: #006699;
  color: #fff!important;
  border-radius: 0px;
}

.allmovies-post-telegram-join-button i {
  margin-right: 8px;
}

.allmovies-post-button-content {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Post Telegram Join css end*/

/* Main Button Content Styling */
.button-content {
    display: block;
}

 /* Latest Movies Container */
.allmovies-latest-list {
    width: 100%;
    max-width: 1200px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    padding: 15px 0 0 0;
}

.page-post-item {
	padding: 0 0 5px 0;}


/* Individual Movie Item */
.allmovies-latest-list-item {
	 padding: 0 0 5px 0;
    position: relative;
    background-color: #fff;
    border: 1px solid #ddd;
	 box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease; 
	border-radius: 3px;
    overflow: hidden;
    transition: transform 0.2s;
}

/* Thumbnail Container */
.allmovies-latest-list-thumbnail {
    position: relative;
    width: 100%;
    height: 200px;
    display: block;
    justify-content: center;
    align-items: center;
}

/* Image Styling */
.allmovies-latest-list-thumbnail img {
    width: 100%;
    display: block;
    object-fit: cover;
    height: 200px; /* Adjust the height to maintain aspect ratio */
}

/* Title Styling */
.allmovies-latest-list-title {
    padding: 10px;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    text-align: left;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Category Badge */
.allmovies-category-badge {
    position: absolute;
    top: 0;
    right: 0;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
background-color: rgb(0, 34, 34);		border: 1px solid grey;
    color: #fff;
	margin: 6px 6px;
    font-size: 11px;
    font-weight: bold;
    padding: 4px 6px;
    border-radius: 3px;
    z-index: 10;
}


/* Post Date */
.allmovies-post-date {
    display: flex;
    align-items: center;
  font-family: 'Lora', serif;
  font-size: 11px;
   font-weight: 500;
    color: #555555;
    margin: 8px 0 0 10px;
    text-align: left;
    position: relative;
}

/* Calendar Icon */
.allmovies-date-icon {
    font-size: 11px;
    margin-right: 3px;
    opacity: 0.7;
}

/* Hover effect for song items */
.allmovies-latest-list-item:hover {filter: brightness(97%);
  transform: translateY(0);
    transition: 0.3s ease-in-out;
	 box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}


/* Hover effect for title */
.allmovies-latest-list-title:hover {
    color: #fd0094;
}

/* Hover effect for images */
.allmovies-latest-list-thumbnail img:hover {
    filter: brightness(80%);
    transition: transform 0.3s ease-in-out, filter 0.3s ease-in-out;
}

.allmovies-part2-indicator {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    margin: -5px 0 10px 10px;
    padding: 3px 5px;
    font-size: 12px;
    font-weight: bold;
    color: darkred;
    background-color: #fff;
    border: 1.25px solid darkred;
    border-radius: 3px;
    position: above;
    bottom: 10px;
    left: 10px;
    z-index: 10;
    text-shadow: none;
}

.allmovies-part2-indicator i {
    font-size: 13px;
	opacity: 0.9;
}

.allmovies-premium-indicator {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    margin: -5px 0 10px 10px;
    padding: 3px 5px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    background-color: darkred;
    border: 1px solid darkred;
    border-radius: 3px;
    position: above;
    bottom: 10px;
    left: 10px;
    z-index: 10;
    text-shadow: none;
}

.allmovies-premium-indicator i {
    font-size: 13px;
	opacity: 0.9;
}


/* Scrollbar START */

.allmovies-post-list::-webkit-scrollbar,
.allmovies-latest-list::-webkit-scrollbar {
	display: none; 
    width: 6px !important; /* Adjust scrollbar width */
}

.allmovies-post-list::-webkit-scrollbar-track,
.allmovies-latest-list::-webkit-scrollbar-track {
    background: #f1f1f1; /* Light gray track */
}

.allmovies-post-list::-webkit-scrollbar-thumb,
.allmovies-latest-list::-webkit-scrollbar-thumb {
    background: #fd0094; /* Deep green scrollbar */
    border-radius: 3px;
}

.allmovies-post-list::-webkit-scrollbar-thumb:hover,
.allmovies-latest-list::-webkit-scrollbar-thumb:hover {
    background: #014040; /* Slightly darker on hover */
}

@media (min-width: 1024px) {
    .allmovies-post-list,
    .allmovies-latest-list {
        scrollbar-width: none; /* Firefox */
        -ms-overflow-style: none; /* Internet Explorer 10+ */
    }

    .allmovies-post-list::-webkit-scrollbar,
    .allmovies-latest-list::-webkit-scrollbar {
        display: none; /* Chrome, Safari, Opera */
    }
}


/* Scrollbar END */

.view-all-movies {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    background-color: #f9f9f9;
    border: 2px dashed #ccc;
    color: #333;
}


    /* Posts container */
.allmovies-post-list {
	width: 100%;
    max-width: 700px;
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
}

/* Individual Song Item */
.allmovies-post-list-item {
    position: relative;
    min-width: 180px; /* Adjusted for smaller thumbnails */
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    overflow: hidden;
    scroll-snap-align: start;
    transition: transform 0.2s;
}

/* Thumbnail Container */
.allmovies-post-list-thumbnail {
    position: relative;
    width: 100%; /* Set fixed width */
    height: 100px; /* Set fixed height */
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Remove extra margins and adjust size */
.allmovies-post-list-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Title Styling - Smaller text */
.allmovies-post-list-title {
    padding: 5px 5px 15px 5px;
    font-size: 14px;
    font-weight: bold;
    color: #333;
    text-align: left;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Limits text to 2 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; /* Ensures overflowed text gets "..." */
    white-space: normal;
}


/* Hover effect for song items */
.allmovies-post-list-item:hover {
  transform: translateY(-3px);
    transition: 0.3s ease-in-out;
}

/* Hover effect for title */
.allmovies-post-list-title:hover {
    color: none;
}

/* Hover effect for images */
.allmovies-post-list-thumbnail img:hover {
    filter: brightness(80%);
    transition: 0.3s ease-in-out;
}
  


/* Mobile Search Box */
.mobile-search-box {
    margin: 25px auto 0;
    position: relative;
    background-color: white;
    padding: 10px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    border: 1px solid #fd0094;
    width: 95%;
    max-width: 100%;
    text-align: center;
}

/* Search Form */
.mobile-search-box form {
    display: flex;
    align-items: center;
    gap: 10px;
}

/* Search Input */
.mobile-search-box input[type="text"] {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 3px;
    font-size: 16px;
}

/* Search Button */
.mobile-search-box button {
    padding: 10px;
    background-color: #fd0094;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    border-radius: 3px;
    font-size: 16px;
    cursor: pointer;
}

/* Show Only on Mobile */
@media (max-width: 600px) {
    .mobile-search-box {
        display: block !important;
    }
}

@media (min-width: 601px) {
    .mobile-search-box {
        display: none !important;
    }
}

/* Mobile Search Box END */

/* Post List */
.post-list {
    margin-top: 5px;
}

/* Post Item */
.post-item {
    display: flex;
    margin-bottom: 20px;
    padding: 20px;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease;
}

.post-item:hover {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}

/* Post Image */
.post-image a img {
    width: 100px;
    height: 80px;
    object-fit: cover;
    border-radius: 3px;
    margin-right: 15px;
    transition: transform 0.3s ease;
}

.post-image a:hover img {
    transform: scale(1.05);
}

/* Post Details */
.post-details {
    flex-grow: 1;
}

/* Post Title */
.post-title a {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    text-decoration: none;
}

.post-title a:hover {
    color: #fd0094;
}

/* Post Category */
.post-category {
    font-size: 12px;
    font-weight: bold;
    color: #fd0094;
    background-color: #fff;
    border: 1px solid #fd0094;
    padding: 5px;
    border-radius: 3px;
    display: inline-block;
    margin-top: 5px;
}

.post-category a {
    text-decoration: none;
    color:#fd0094;
}

.post-category a:hover {
    text-decoration: underline;
}


/* Download Button Start */
.button-container {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    width: 100%;
    max-width: 100%;
}

.button-container::-webkit-scrollbar {
    display: none;
}

.myxl-head {
    border: 2px solid #fd0094;
    color: #fff !important;
    padding: 6px 12px;
    text-transform: none;
    border-radius: 3px;
		margin-top: 5px;
	  font-weight: 600;
    background-color: #fd0094;
    text-decoration: none;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: background-color 0.3s ease, color 0.3s ease, border 0.3s ease;
    flex-shrink: 0;
}

.myxl-head::before {
    content: "\f061";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    margin-right: 8px;
    display: inline-block;
    vertical-align: middle;
}

.myxl-head:hover {
    text-decoration: none !important;
    background-color: #fff;
    color: #fd0094 !important;
}

/* Responsive Design for Mobile */
@media (max-width: 600px) {
    .button-container {
        gap: 6px;
    }
    .myxl-head {
        padding: 5px 10px;
        font-size: 14px;
    }
}
/* Download Button End */

/* Title Heading Start */
.album-header {
    border: 1px solid #ddd;
    margin: 10px 0 5px 0;
    background: #fd0094;
    border-radius: 3px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.album-heading a {
    color: white !important;
}

.album-heading {
    font-size: 16px;
    font-weight: bold;
    color: white !important;
    border-radius: 3px 15px 0 3px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    padding: 10px;
    margin: 0;
    display: block;
    text-align: center;
    width: 100%;
}
/* Title Heading End */


/* New CSS Update  End */

/* Desktop Navigation Styles */
.nav-desktop {
    background-color: white;
    padding: 10px;
    border-radius: 10px;
}

.nav-menu {
    list-style: none;
    display: flex;
    justify-content: center;
}

.nav-menu li {
    margin: 0 15px;
}

.nav-menu li a {
    text-decoration: none;
    color: #333;
    font-size: 16px;
}
.wp-caption-text{
    display: none;
}
.size-medium {
  display: block;
  margin: 0 auto;
  max-width: 100%; /* Ensures responsiveness */
}

.aligncenter {
    clear: both;
    margin: 20px 10px 10px 40px;
}
.schema{
    display: none;
}

/* Media Query for Laptop Design */
@media (min-width: 768px) {
    /* Hide mobile icons and menu toggle on larger screens */
    .nav-mobile {
        display: none;
    }
    audio {
        width: 50% !important;
    }
    
    .container {
      margin: 0 125px 50px 125px !important;
    }
    
    .image-caption {
        left: 40% !important;
    }

    .social-container{
        width: 100% !important;
    }
    
    .social-icon{
        font-size: 24px !important;
    }
    
    .post-image-content {
    height: auto;
    width: 100%;
}
    
   
    .menu-toggle{
        margin-right: 60px;
        margin-top: 20px;
        cursor: pointer;
    }

    /* Center the logo for desktop view */
    .header-container {
        justify-content: center;
    }
    
    .post-title h2 {
    font-size: 16px !important;
   
}

.post-title h1{
    font-size: 26px !important;
}
    
    .author-text {
    font-size: 15px !important;
}

.author-name {
    font-size: 15px !important;
}

.post-date {
    font-size: 15px !important;
}



    /* Show desktop navigation on larger screens */
    .nav-desktop {
        display: block;
    }
}

@media (max-width: 767px) {
    
    
    /* Hide desktop menu on mobile screens */
    .nav-desktop {
        display: none;
    }

    /* Show mobile icons and menu toggle on smaller screens */
    .nav-mobile {
        display: block;
    }

    .menu-toggle {
        display: block;
        
        
    }

    .header-container {
        justify-content: space-between;
    }
}
/* General Styles for Homepage Body */
.homepage-body {
    background-color: #fff;
    max-width: 1200px;
    margin: 0 auto;
    border-radius: 10px;
 
}

/* Trending Now Title */
.trending-now {
    background-color: #fd0094;
    color: white;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    padding: 12px 20px; /* Reduced padding for narrower background */
    font-size: 14px; /* Reduced font size */
    text-align: center;
    margin-bottom: 5px;
    font-weight:800;
    display: flex;/* Ensures the width is only as wide as the content */
    border-radius: 3px;
}

/* Post List */
.post-list {
    margin-top: 5px;
}

.post-item {
    display: flex;
    margin-bottom: 20px;
    padding: 20px;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    text-decoration: none;
    color: inherit;
    transition: box-shadow 0.3s ease;
}

.post-item:hover {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    
}

.post-image img {
    width: 100px;
    height: 80px;
    object-fit: cover;
    border-radius: 3px;
    margin-right: 15px;
}

.post-details {
    flex-grow: 1;
}

.post-title {
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: bold;
    color: #333;
}

/* Next Post Link */
.next-post {
    display: block;
    background-color: #fd0094;
    color: white;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    font-size: 16px;
    margin-top: 20px;
    border-radius: 3px;
    transition: background-color 0.3s ease;
}


/* Responsive Styles */
@media (max-width: 768px) {
    .post-title {
        font-size: 14px; /* Adjusted for mobile */
    }

    .trending-now {
        font-size: 14px; /* Smaller font size on mobile */
    }
}





/* Footer Styles */
.footer {
    background-color: #000;
    color: white;
    padding: 20px 0;
    text-align: center;
    font-size: 14px;
    border-top: 3px solid #fd0094;
}

@media (min-width: 992px) {
    .footer {
    background-color: #000;
    color: white;
    padding: 20px 0;
    text-align: center;
    font-size: 14px;
    border-top: 3px solid #fd0094;
    width: 1240px;
    margin: 0 auto;
}
}

.footer .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.footer-links {
    display: flex;
    flex-wrap: wrap; /* Allows wrapping to the next line */
    justify-content: center;
    margin-bottom: 15px;
}

.footer-links a {
    color: white;
    text-decoration: none;
    margin: 5px 15px;
    font-weight: 700;
    transition: color 0.3s ease;
    font-size: 16px; /* Increased font size */
}

.footer-links a:hover {
    color: #fd0094;
}

.social-media {
    margin-bottom: 15px;
}

.social-media a {
    color: white;
    font-size: 24px;
    margin: 0 10px;
    transition: color 0.3s ease;
}

.social-media a:hover {
    color: #fd0094;
}

.social-icon {
    text-decoration: none;
    font-size: 22px;
}
/* Facebook icon color */
.social-icon[href*="facebook.com"] {
    color: #1877F2; /* Facebook blue */
}

/* Twitter icon color */
.social-icon[href*="twitter.com"] {
    color: #1DA1F2; /* Twitter blue */
}

/* WhatsApp icon color */
.social-icon[href*="whatsapp.com"] {
    color: #25D366; /* WhatsApp green */
}

/* Telegram icon color */
.social-icon[href*="t.me"] {
    color: #0088cc; /* Telegram blue */
}

/* Link copy icon color */
#copy-link {
    color: #333; /* Dark gray for link copy */
}
#copy-link1{
    color: #333;
}

/* Hover effect for social icons */
.social-icon:hover {
    opacity: 0.8; /* Slightly dim on hover */
}


.copy-notification {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #333;
    color: #fff;
    padding: 10px 20px;
    border-radius: 3px;
    font-size: 14px;
    z-index: 9999;
    opacity: 1;
    transition: opacity 0.5s;
}

.copy-notification.fade-out {
    opacity: 0;
}


.dmca {
    margin-bottom: 15px;
}

.dmca img {
    width: 100px;
    height: 20px;
}

.copyright {
    font-size: 12px;
    color: #ccc;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .footer-links {
        flex-direction: row;
        justify-content: center; /* Center the links */
        margin-bottom: 10px;
    }

    .footer-links a {
        font-size: 14px; /* Adjust size for mobile */
        margin: 5px 10px;
    }

    .social-media a {
        font-size: 20px;
    }
    
   
    
}

/* Hide the search bar by default */
.search-bar {
    display: none;
    padding: 10px;
    background-color: white;
    position: absolute;
    top: 60px; /* Adjust based on your header height */
    right: 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    z-index: 2000;
}

/* Style the search input and button */
.search-bar form {
    display: flex;
    align-items: center;
}

.search-bar input[type="text"] {
    width: 200px;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 3px;
    font-size: 16px;
    margin-right: 10px;
}

.search-bar button {
    padding: 8px 16px;
    background-color: #fd0094;
    color: white;
    border: none;
    border-radius: 3px;
    font-size: 16px;
    cursor: pointer;
}



#trend{
    margin-top: 20px;
}

/* General styling */
.container {
    padding: 10px;
}

/* Breadcrumb styling */
.breadcrumb {
    font-size: 14px;
    padding: 5px 0;
}

.breadcrumb a {
    text-decoration: none;
    color: #fd0094;
    transition: color 0.3s;
}

.breadcrumb a:hover {
    color: #c20248;
}

.breadcrumb .separator {
    background: none;
    padding: 0 2px;
    color: #666;
}

.breadcrumb span {
    color: #555;
}

/* Post Title */
.post-title h1 {
    font-size: 24px;
    margin-top: 10px;
}

.post-title h2 {
    font-size: 14px;
    color: gray;
    margin-bottom: 10px;
    margin-top: 10px;
}

/* Author Info */
.author-info {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.author-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
}

.author-name {
    font-size: 13px;
    color: #fd0094;
    font-weight: 700;
}

.verified-badge {
    width: 12px;
    height: 12px;
    position: relative; /* or 'absolute' */
    top: 3px; /* Adjust the value as needed */
}

.post-date {
    color: gray;
    font-size: 12px;
}
.author-text{
    color: gray;
    font-size: 12px;
    display: inline;
    
}

/* Post Image Container */
.post-image-container {
    position: relative;
    margin-bottom: 10px;
}

.post-image-content {
    max-width: 100%;
    height: auto;
    width: 100%;
}

.image-caption {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 5px 10px;
    font-size: 14px;
    text-align: center;
    width: 80%;
}

/* Telegram Button */
.telegram-button {
    background-color: #fd0094;
    color: white;
    padding: 10px 20px;
    text-align: center;
    border-radius: 3px;
    display: block;
    margin-bottom: 10px;
    text-decoration: none;
}
.telegram-button:hover {
    color: white;
}


/* Post Content */
.post-content {
    font-size: 16px;
    margin-bottom: 20px;
}

.post-content > p {
    margin-bottom: 20px;
    line-height: 1.6;
}

.post-content p:first-of-type {
    font-weight: bold;
}

/* Social Icons */
.social-icons {
    margin-top: 20px;
}

.social-icons a {
    display: inline-block;
    margin-right: 10px;
}

.social-icons img {
    width: 40px;
    height: 40px;
}

/* Separator Line */
.separator {
    height: 1px;
    background-color: #e0e0e0;
}

/* Container for post content */
.post-content {
    max-width: 800px; /* Limit width for readability */
    font-family: Arial, sans-serif; /* Clean, professional font */
    line-height: 1.6; /* Improve readability */
    color: #333; /* Dark text color for readability */
}

.post-content {
  word-wrap: break-word;       /* legacy support */
  overflow-wrap: break-word;   /* modern browsers */
  word-break: break-word;      /* ensures breaking */
}


/* Headings */
.post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6 {
    font-family: 'Arial', serif; /* Serif font for headings */
    color: #222; /* Slightly darker color for headings */
    margin-top: 1.5em; /* Space above headings */
    margin-bottom: 0.5em; /* Space below headings */
    line-height: 1.4; /* Improve spacing for headings */
}

/* Links */
.post-content a {
    color: #fd0094; /* Green color for links */
    text-decoration: none; /* Remove underline */
}

.post-content a:hover {
    text-decoration: underline; /* Underline on hover */
}

/* Lists */
.post-content ul, .post-content ol {
    padding-left: 20px; /* Indent lists */
}

.post-content li {
    margin-bottom: 10px; /* Space between list items */
}

/* Images */
.post-content img {
    max-width: 100%; /* Responsive images */
    height: auto; /* Maintain aspect ratio */
    border-radius: 3px; /* Rounded corners for images */
    margin: 10px 0; /* Margin for spacing */
}

/* Blockquotes */
.post-content blockquote {
    border-left: 4px solid #fd0094; /* Green border for blockquote */
    padding-left: 15px; /* Space inside blockquote */
    margin: 20px 0; /* Margin for spacing */
    font-style: italic; /* Italicize text */
    color: #555; /* Slightly lighter color */
    background-color: #f1f1f1; /* Light background */
    border-radius: 3px; /* Rounded corners for blockquote */
}

/* Code Blocks */
.post-content pre {
    background-color: #333; /* Dark background for code blocks */
    color: #f8f8f2; /* Light text color */
    padding: 10px; /* Padding inside code blocks */
    border-radius: 3px; /* Rounded corners for code blocks */
    overflow-x: auto; /* Scrollbar for long lines */
}

/* Tables */
.post-content table {
    width: 100%; /* Full width */
    border-collapse: collapse; /* Collapse borders */
    margin: 20px 0; /* Margin for spacing */
}

.post-content th, .post-content td {
    padding: 10px; /* Padding inside cells */
    border: 1px solid #ddd; /* Light border */
    text-align: left; /* Left align text */
}

.post-content th {
    background-color: #f4f4f4; /* Light background for headers */
    font-weight: bold; /* Bold headers */
}

/* Style Post tags */
.post-tags {
  margin: 30px 0;
  font-size: 14px;
  color: #333;
  text-align: left;
  overflow-x: auto;       /* enable horizontal scroll */
  -webkit-overflow-scrolling: touch; /* smooth scrolling on mobile */
	scrollbar-width: none;
}


.post-tags::-webkit-scrollbar {
  display: none;                 /* Chrome, Safari: hide scrollbar */
}

.post-tags p {
  margin: 0;
  display: flex;
  flex-wrap: nowrap;      /* prevent wrapping, force horizontal */
  align-items: center;
  gap: 10px;
}

.post-tags a {
  display: inline-block;
  background: #fd0094;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  padding: 6px 12px;
  border-radius: 3px;
  font-size: 13px;
  transition: all 0.3s ease;
  white-space: nowrap;    /* keep each tag on one line */
}

.post-tags a:hover {
  background: #000;
  color: #fff;
  transform: none;
}

.post-tags-icon {
  flex: 0 0 auto;         /* icon stays fixed at start */
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000;
  color: #fff!important;
  text-decoration: none;
  padding: 6px 15px;
  border-radius: 3px;
  font-size: 16px;
  transition: all 0.3s ease;
}


/* Style for the call-to-action section */
.rating-call-to-action {
    margin: 20px 0;
    font-size: 16px;
    color: #333;
    text-align: left; /* Align text to the left */
}

.rating-call-to-action p {
    margin: 10px 0;
}

.rating-call-to-action strong {
    font-weight: bold;
}

.rating-link {
    display: inline-block;
    padding: 10px 15px;
    background-color: #fd0094; /* Adjust as needed */
    color: #fff;
    text-decoration: none;
    border-radius: 3px;
}

.rating-link:hover {
    color: #fff;
}


/* Style for the post image wrapper */
.post-image-wrapper {
    position: relative;
    display: inline-block;
}

/* Style for the number overlay */
#post-number-1,
#post-number-2,
#post-number-3,
#post-number-4,
#post-number-5,
#post-number-6, 
#post-number-7,
#post-number-8,
#post-number-9,
#post-number-10 {
    position: absolute;
    top: 55%;
    left: 33%;
    transform: translate(-50%, -50%);
    width: 30px; /* Adjust size as needed */
    height: 30px; /* Adjust size as needed */
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%; /* Round border */
    font-size: 14px; /* Adjust font size */
    font-weight: bold;
    color: #fff; /* White text color */
    background-color: #fd0094; /* Green background */
    z-index: 10; /* Ensure it is above the image */
     margin-left: 40%;
}


/* Add more specific styles for other number IDs if needed */
#trending-now{
    margin-top: 10px;
}


/* Style for the SVG icon */
#trend svg {
    margin-left: 10px; /* Space between text and icon */
    margin-top: -3px;
    vertical-align: middle; /* Aligns the icon with the text */
}
.hiphopkray-related-post {
    display: flex;
    align-items: center;
    justify-content: flex-start; /* Align content to the left */
    margin-top: 20px;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 3px;
    background-color: #f9f9f9;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    max-width: 100%; /* Ensure full width on mobile */
}

.hiphopkray-related-post:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    color: #333;
}

.hiphopkray-related-post-link {
    text-decoration: none;
    display: flex;
    color: #333 !important;
    width: 100%;
    font-size: 14px;
}

.hiphopkray-related-post-image {
    flex-shrink: 0;
    margin-right: 20px;
}

.hiphopkray-related-post-image img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 3px;
}

.hiphopkray-related-post-title {
    flex-grow: 1;
    font-size: 14px;
    font-weight: bold;
    text-align: left; /* Align text to the left */
}




/* Media Query for Desktop View */
@media (min-width: 768px) {
    .hiphopkray-related-post {
        max-width: 500px; /* Set the desired width for desktop */
        margin: 20px 0; /* Align to the left by removing auto margin */
    }

    .hiphopkray-related-post-image img {
        width: 120px; /* Slightly larger image on desktop */
        height: 120px;
    }

    .hiphopkray-related-post-title {
        font-size: 18px; /* Slightly larger font size for desktop */
    }
}
/* Wrapper for the content and sidebar */
.content-wrapper {
    display: flex;
    flex-direction: row;
    width: 100%;
}

/* Main content area */
.main-content {
    width: 75%; /* Adjust the width as needed */
    box-sizing: border-box;
    padding-top: 20px;
}

.main2-content {
    width: 75%; /* Adjust the width as needed */
    box-sizing: border-box;
    padding-top: 40px;
}

@media (max-width: 767px) {
.main2-content {
    width: 99%; /* Adjust the width as needed */
    box-sizing: border-box;
    padding-top: 20px;
}
}

/* Sidebar */
.post-list-sidebar {
    width: 40%; /* Adjust the width as needed */
    box-sizing: border-box;
    padding: 20px 0 20px 25px;
}

/* Sidebar post item */
.post-list-sidebar .post-item {
    display: flex;
    margin-bottom: 15px;
    
}

.post-list-sidebar .post-image-wrapper {
    position: relative;
    width: 70px;
    height: 70px;
    margin-right: 10px;
}

.post-list-sidebar .post-number {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fd0094;
    color: white;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: bold;
}

.post-list-sidebar .post-info {
    flex: 1;
}

.post-list-sidebar .post-title {
    font-size: 12px;
    color: #333;
    margin-left: 3rem;
}

/* Responsive design for smaller screens */
@media (max-width: 768px) {
    .content-wrapper {
        flex-direction: column;
    }

    .main-content, .post-list-sidebar {
        width: 100%;
        padding: 0;
        
    }

    /* Adjust the post list layout for mobile view */
    .post-list-sidebar {
        display: flex;
        flex-direction: column; /* Stack items vertically */
    }

    .post-list-sidebar .post-item {
        display: flex;
        align-items: flex-start; /* Align items to the top */
        margin-bottom: 20px; /* Space between items */
        
        border-bottom: 1px solid #ddd; /* Optional border for separation */
    }

    .post-list-sidebar .post-image-wrapper {
        margin-right: 20px; /* Increase space between image and text */
    }

    .post-list-sidebar .post-image {
        width: 120px; /* Adjust image size for mobile */
        height: 120px; /* Adjust image size for mobile */
        display: block; /* Ensure the image displays as a block */
    }

    .post-list-sidebar .post-number {
       
    display: flex;
    margin-bottom: 20px;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
    text-decoration: none;
    color: inherit;
    transition: box-shadow .3s ease;
}
    

    .post-list-sidebar .post-info {
        display: flex;
        flex-direction: column;
        justify-content: center; /* Center text vertically */
    }

    .post-list-sidebar .post-title {
        font-size: 14px; /* Adjust font size for mobile */
        margin-bottom: 5px; /* Add space below the title */
    }
}

/* end of post sidebar for single content*/

/*VIDEO SECTION CSS*/

/* Unique styling for the video section */
.video-section {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* Two columns on larger screens */
    gap: 15px;
    margin: 20px auto;
    max-width: 1200px; /* Adjust as needed */
}

/* Ensure the grid items are properly styled */
.video-item {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    overflow: hidden;
    position: relative;
    transition: transform 0.2s;
}


/* Styling for the video thumbnail */
.video-thumbnail {
    position: relative;
}

.video-thumbnail img {
    width: 100%;
    height: 200px;
    display: block;
    object-fit: cover;
}

/* Play icon styling */
.play-icon {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: #fd0094; /* Green accent color */
    color: white;
    padding: 5px;
    border-radius: 50%;
    font-size: 20px;
}

/* Video title styling */
.video-title {
    padding: 10px;
    font-size: 14px;
    font-weight: bold;
    color: #333;
}

.video-title small {
    display: block;
    font-size: 12px;
    color: #777;
}

/* Responsive design for mobile view */
@media (max-width: 768px) {
    .video-section {
        grid-template-columns: repeat(2, 1fr); /* Ensure 2 columns on mobile */
    }

    .video-thumbnail img {
        width: 100%; /* Full width for mobile */
        height: 100px; /* Maintain aspect ratio */
    }

    .video-title {
        font-size: 12px; /* Adjust font size for mobile */
    }
}

/* Ensure the grid is responsive and maintains 2x2 layout on very small screens */
@media (max-width: 480px) {
    .video-section {
        grid-template-columns: repeat(2, 1fr); /* Two columns for small screens */
    }
}

/* END OF HOME VIDEO CSS*/
/* Pagination Container */
.pagination {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

/* Pagination Links */
.pagination a {
    display: inline-block;
    margin: 0 5px;
    padding: 8px 16px;
    font-size: 14px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    color: #fff;
    background-color: #fd0094; /* Green background for the links */
    border-radius: 3px;
    text-decoration: none;
    transition: background-color 0.3s ease, color 0.3s ease;
}

/* Active Pagination Link */
.pagination .current {
    background-color: #fd0094; /* Darker color for the active page */
    color: #fff; /* Off-White text for the active page */
    border: 2px solid #fd0094; /* Green border for the active page */
    font-weight: bold;
    padding: 8px 16px; /* Adjust padding to account for border */
    border-radius: 3px;
}

/* Hover Effects */
.pagination a:hover {
    background-color: #fd0094; /* Slightly darker Green on hover */
    color: #fff;
}

/* Previous/Next Text */
.pagination .prev, .pagination .next {
    font-weight: bold;
    margin-top: 10px;
}

/* Additional Styling for Mobile */
@media (max-width: 768px) {
    .pagination a {
        padding: 6px 12px;
        font-size: 13px;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5) !important;
    }

    .pagination .current {
        padding: 6px 12px;
        font-size: 13px;
    }
}

/* Style for the Page Title */
.page-title {
    background-color: #fd0094;
    color: #fff;
    padding: 12px 20px;
    text-align: center;
    font-size: 16px;
	 text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    font-weight: bold;
	  margin-top: -10px;
    margin-bottom: 15px;
    border-radius: 3px;
}

/* General Styling for Category, Tag, and Author Post Items */
.page-posts {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin-top: 10px;
}

.page-post-item {
    padding: 0 0 5px 0;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    overflow: hidden;
    transition: transform 0.2s;
}


.page-post-thumbnail {
    position: relative;
}

.page-post-thumbnail img {
    width: 100%;
    display: block;
    object-fit: cover;
    height: 200px; /* Adjust the height to maintain aspect ratio */
}

.page-post-title {
    padding: 10px;
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

.page-post-title a {
    text-decoration: none;
    color: #333;
}

.page-post-title a:hover {
    color: #e74c3c; /* Accent color on hover */
}

/* Sidebar Styles */
.sidebar-desktop {
    float: right;
    width: 25%;
    margin-left: 20px; /* Adjust as needed */
}


.desktop-nav {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

.desktop-nav li {
    position: relative;
}

.desktop-nav li a {
    color: #333; /* Text color */
    
    text-decoration: none;
    display: block;
}

.desktop-nav li a:hover,
.desktop-nav li:hover > a {
    color: #fff;
}

/* Hide the dropdown menu by default */
.nav-menu .dropdown-menu {
    display: none;
    position: absolute;
    background-color: #333;
    list-style: none;
    padding: 10px;
    margin: 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    width: 150px;
}

/* Ensure the parent is positioned relatively for the absolute dropdown */
.nav-menu .menu-item-has-children {
    position: relative;
}

/* Show the dropdown menu on hover */
.nav-menu .menu-item-has-children:hover .dropdown-menu {
    display: block;
}

/* Optional: Style the dropdown menu items */
.nav-menu .dropdown-menu li {
    margin-bottom: 10px;
}

.nav-menu .dropdown-menu li:last-child {
    margin-bottom: 0;
}

.nav-menu .dropdown-menu li a {
    text-decoration: none;
    color: #fff;
}

.listen-section {
    margin-top: 10px;
}

.listen-section p {
    font-weight: bold;
    margin-bottom: 10px;
}

audio {
    display: block;
    margin-bottom: 10px;
    margin-top: 10px;
    width: 100%;
}

.download-button {
    display: inline-block;
    background-color: #fd0094;
    color: white;
    text-decoration: none;
    border-radius: 3px;
    font-weight: bold;
}

.download-button .button {
    display: inline-flex;
    align-items: center;
    background-color: #fd0094;
    color: white;
    text-transform: uppercase;
    padding: 10px 20px;
    font-size: 14px;
    border-radius: 3px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease;
    gap: 10px; /* Space between text and icon */
}

.download-button .button svg {
    margin-left: 8px; /* Space between text and icon */
    fill: white; /* Icon color */
}
.youtube-embed {
    text-align: center;
}

.youtube-embed iframe {
    max-width: 100%;
    height: 300px;
}

.download-button .button {
    display: inline-flex;
    align-items: center;
    background-color: #fd0094;
    color: white;
    text-transform: uppercase;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 3px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease;
    gap: 10px; /* Space between text and icon */
}

.download-button .button svg {
    margin-left: 8px; /* Space between text and icon */
    fill: white; /* Icon color */
}

.download-button .button:hover {
    background-color: #fd0094; /* Darker green on hover */
}
/* 404 Page Styles */
.error-404 {
    text-align: center;
    padding: 60px 20px;
}

.error-404 .page-title {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin-bottom: 20px;
}

.error-404 .page-content {
    font-size: 16px;
    color: #555;
    margin-bottom: 30px;
}

.error-404 .page-content p {
    margin: 0;
}

.error-404 a {
    color: #fd0094;
    text-decoration: none;
    font-weight: bold;
}

.error-404 a:hover {
    text-decoration: underline;
}

/* Search Form Styles */
.search-form {
    display: inline-block;
    margin-top: 20px;
    font-size: 1.5em;
}

.search-form input[type="search"] {
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 3px;
    width: 200px;
    max-width: 100%;
    box-sizing: border-box;
}

.search-form input[type="search"]:focus {
  
    outline: none;
}

.search-form input[type="submit"] {
    padding: 10px 20px;
    border: none;
    border-radius: 3px;
    background-color: #0073e6;
    color: white;
    cursor: pointer;
    font-size: 1em;
    margin-left: 10px;
}

.search-form input[type="submit"]:hover {
    background-color: #005bb5;
}

/* Base styles: mobile-first fluid 16:9 ratio */
.responsive-video {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.responsive-video:before {
    content: "";
    display: block;
    padding-top: 56.25%; /* 16:9 ratio */
}
.responsive-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* Tablet: fixed size for screens 768px to 1023px */
@media (min-width: 768px) and (max-width: 1023px) {
    .responsive-video {
        position: relative;
        width: 640px;
        height: 360px;
        padding: 0;
    }
    .responsive-video iframe {
        position: static;
        width: 100%;
        height: 100%;
    }
}

/* iPad: fixed size for screens 1024px to 1199px */
@media (min-width: 1024px) and (max-width: 1199px) {
    .responsive-video {
        position: relative;
        width: 800px;
        height: 450px;
        padding: 0;
    }
    .responsive-video iframe {
        position: static;
        width: 100%;
        height: 100%;
    }
}

/* How to Download Banner CSS */
.how-to-download-banner {
  display: block;
  text-align: center;
  background-color: lightyellow;
  color: #000;
  padding: 10px;
  margin: 0 auto;
	margin-bottom: -10px;
  font-size: 16px;
  font-weight: bold;
  border: 1px solid #cfc063;
  border-radius: 3px;
  width: fit-content;            /* Fits content on PC/Tablet */
  transition: background 0.5s ease;
	margin-top: 30px;
}

.how-to-download-banner a {
  color: #000;
  text-decoration: none;
}

.how-to-download-banner:hover {
  background-color: #f0e6a5;
}

/* Mobile view: full width */
@media (max-width: 600px) {
  .how-to-download-banner {
    width: 100%;                 /* Stretch across mobile screen */
    box-sizing: border-box;      /* Keep padding inside width */
  }
}


.post-title-keywords {
    display: none; 
}

.post-title-keywords {
    background: lightyellow;
	font-size: 0.45rem;
	padding: 10px;
	font-style: italic;
	border-bottom: 1px solid #fd0094;
}

/* Mobile view: small text */
@media (max-width: 400px) {
	.post-title-keywords {
			font-size: 0.40rem;
	}
}

.new-allmovies-marg {
	margin-top: 45px;
	margin-bottom: -45px;
}


/* Related Post Heading */

.slmovies-relatedposts-heading {
	background: #fd0094;
	color: #fff;
	margin: 40px 0 5px 0;
	padding: 8px;
	border-radius: 3px;
	font-size: 16px;
	border: 1px solid #ddd;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
/* Related Post Heading End */



/* Title Heading Start */
.search-title-header {
    border: 1px solid #ddd;
    margin-top: -10px;
    margin-bottom: 10px;
    background: #fd0094;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
	    border-radius: 0;
}

.search-title-heading a {
    color: white !important;
}

.search-title-heading {
    font-size: 16px;
    font-weight: bold;
    color: white !important;
    border-radius: 0!important;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    padding: 10px;
    margin: 0;
    display: block;
    text-align: center;
    width: 100%;
}
/* Title Heading End */


/* Header with heading and View All link */
.sureloaded-movies-featured-loop-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0 0 0;
	border-bottom: 2px solid #fd0094;
}

.sureloaded-movies-featured-loop-header h3 {
		padding: 8px 8px 6px 8px;
	background-color: #fd0094;
}

.featured-heading {
  font-size: 16px;
  font-weight: bold;
  margin: 0;
	color: #fff;
		text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.featured-view-all {
	border: 1px solid #fd0094;
  font-size: 12px;
  color: #fd0094;
	padding: 3px 3px 2.5px 3px;
	border-radius: 3px;
	font-weight: bold;
	margin-right: 0;
  text-decoration: none;
}

.featured-view-all:hover {
  text-decoration: none;
	color: #000;
		border: 1px solid #000;

}

/* Wrapper centers the entire list */
.sureloaded-movies-featured-loop-wrapper-center {
  margin: 0 0 20px 0;
  display: flex;
  width: au;
			max-width: auto;
}


/* Horizontal scroll layout */
.sureloaded-movies-featured-loop-wrapper {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  padding: 10px;
  scroll-snap-type: x mandatory;
}

.sureloaded-movies-featured-loop-wrapper::-webkit-scrollbar {
  display: none;
}

.sureloaded-movies-featured-loop-wrapper::-webkit-scrollbar-thumb {
   display: none;
}

/* Each card */
.sureloaded-movies-featured-loop-item {
  flex: 0 0 auto;
  width: 160px;
  background: #fff;
  border-radius: 3px;
  overflow: hidden;
  border: 1px solid #ddd;
  transition: background 0.3s ease, box-shadow 0.25s ease;
  scroll-snap-align: start;
}

.sureloaded-movies-featured-loop-item:hover {
  background: #f5f5f5;
}

/* Thumbnail wrapper with 16:9 aspect ratio */
.sureloaded-movies-featured-loop-thumb {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9 ratio (9/16 = 0.5625 → 56.25%) */
  overflow: hidden;
}

/* Image fills the wrapper */
.sureloaded-movies-featured-loop-thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* ensures proper cropping */
  transition: transform 0.3s ease-in-out;
}

/* Info */
.sureloaded-movies-featured-loop-info {
  padding: 8px;
  line-height: 1.2rem;
  text-align: center;
}

/* Title */
.sureloaded-movies-featured-loop-title {
  font-size: 14px;
  margin: 0;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
	text-align: left;
}

.sureloaded-movies-featured-loop-title a {
  color: #333;
  text-decoration: none;
}

.sureloaded-movies-featured-loop-title a:hover {
  color: #fd0094;
}


/* Join On Telegram CSS */

/* Tablet view: full width */
@media (max-width: 992px) {
 .sureloaded-header-telegram {
	margin-bottom: 20px!important;
} 
}

/* Mobile view: full width */
@media (max-width: 600px) {
 .sureloaded-header-telegram {
	margin-bottom: 30px!important;
} 
}

.sureloaded-header-telegram-button-container-single,
.sureloaded-header-telegram-button-container {
	display: nne;
  justify-content: center;
  margin: 30px 0 0 0;
  padding: 0 10px;
  text-align: center;
}

.sureloaded-header-telegram-button-container-single {
	  padding: 0 0;
}

.sureloaded-header-button-content {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;   /* add ... at the end */
  text-align: center;
}

.sureloaded-header-telegram-join-button {
  margin: 0 auto;
  background: linear-gradient(135deg, #0088cc, #00bfff);
  color: #fff;
  text-decoration: none;
  padding: 16px 24px;
  border-radius: 3px;
  font-weight: 600;
  font-size: 18px;
  box-shadow: 0 4px 12px rgba(0, 136, 204, 0.4);
  transition: background 0.5s ease, box-shadow 0.3s ease;
  display: inline-flex;       /* default for PC/tablet */
  align-items: center;
  justify-content: center;
  text-align: center;
}

.sureloaded-header-telegram-join-button:hover {
  background: linear-gradient(135deg, #00bfff, #0088cc);
  transform: none;
  box-shadow: 0 6px 16px rgba(0, 136, 204, 0.5);
}

a.sureloaded-header-telegram-join-button:hover {
  color: #fff !important;
}

.sureloaded-header-button-content i {
  margin-right: 8px;
  font-size: 18px;
}

/* 🌙 Dark Mode Variant with Glow */
body.dark-mode .sureloaded-header-telegram-join-button {
  background: linear-gradient(135deg, #1a1a1a, #333);
  color: #00bfff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.6),
              0 0 8px rgba(0, 191, 255, 0.4);
  transition: background 1.5s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

body.dark-mode .sureloaded-header-telegram-join-button:hover {
  background: linear-gradient(135deg, #333, #1a1a1a);
  color: #00bfff !important;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.8),
              0 0 12px rgba(0, 191, 255, 0.6);
  transform: translateY(-2px);
}

/* 📱 Mobile: make button full width */
@media (max-width: 400px) {
  .sureloaded-header-telegram-join-button {
    display: flex; 
		width: 100%;
		padding: 12px 12px;
		font-size: 16px;
  }

	
	.sureloaded-header-button-content i {
  margin-right: 5px;
  font-size: 16px;
}

}
/* Join On Telegram CSS End*/


/* Warning Heading */
.warning-header {
  position: relative;
  width: 100%;
	top: 0;
  background-color: #FFBABA;
  color: #333;
  padding: 15px 40px 15px 15px;
  font-weight: bold;
  text-align: center;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
  z-index: 9999;
	margin-bottom: 10px;
	font-size: 14px;
}

    .warning-header .close-btn {
      position: absolute;
      top: 10px;
      right: 15px;
      font-size: 20px;
      font-weight: bold;
      color: #000;
      cursor: pointer;
    }
/* Warning Heading End */


/* Title Heading Start */
.album-header {
    border: 1px solid #ddd;
    margin: 10px 0 5px 0;
    background: #fd0094;
    border-radius: 3px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.album-heading a {
    color: white !important;
}

.album-heading {
    font-size: 16px;
    font-weight: bold;
    color: white !important;
    border-radius: 3px 15px 0 3px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    padding: 10px;
    margin: 0;
    display: block;
    text-align: center;
    width: 100%;
}
/* Title Heading End */


/* new-allmovies-cathead */
.new-allmovies-cathead a {
	 text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  text-decoration: none;
  display: inline-block;
}

.new-allmovies-cat-title {
	padding: 0 10px 5px;
	border-radius: 1px!important;
  color: #fff;
	background-color: #fd0094;
  font-size: 16px;
  font-weight: bold;
  margin: 10px 0 0 0;
  position: relative;
	 text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.new-allmovies-arrow {
  font-size: 24px;
  font-weight: 500;
  position: relative;
  left: 3px;
  top: 1px;
  color: #fff;
  opacity: 0.8;
	 text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.new-allmovies-cathead {
  position: relative;
}

.new-allmovies-cathead::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px!important;
  background-color: #fd0094;
  border-radius: 3px;
}

/* new-allmovies-cathead end */


/* delete up later. */

/* Wrapper centers the entire list */
.sureloaded-movies-default-loop-wrapper-center {
  margin: 0 0 0 0;
  display: flex;
  justify-content: center;
  width: 100%;
}

/* Change grid to list */
.sureloaded-movies-default-loop-wrapper {
  display: flex;
  flex-direction: column;   /* stack items vertically */
  gap: 5px;                /* spacing between list items */
  width: 100%;
  max-width: 800px;         /* optional: limit width for readability */
}

/* Each card now spans full width */
.sureloaded-movies-default-loop-item {
  display: flex;
  flex-direction: row;      /* image left, info right */
  align-items: flex-start;
  background: #fff;
  border-radius: 3px;
  overflow: hidden;
  border: 1px solid #ddd;
  transition: background 0.3s ease, box-shadow 0.25s ease;
  padding: 1px;
}

.sureloaded-movies-default-loop-item:hover {
    background-color: #f5f5f5; /* Light grey background on hover */
}


/* Thumbnail smaller, aligned left */
.sureloaded-movies-default-loop-thumb {
  width: 90px;
    height: 120px;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
	border-radius: 3px 0 0 3px;
  margin-right: 5px;
}

.sureloaded-movies-default-loop-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
	transition: transform 0.3s ease-in-out;
}

/* Info takes remaining space */
.sureloaded-movies-default-loop-info {
  flex: 1;
  line-height: 1.4rem;
  padding: 0;
}


.sureloaded-movies-default-loop-info {
	line-height: 1.4rem;
  padding: 8px;
}

/* Meta row: category + has more side by side */
.sureloaded-movies-default-loop-meta {
  display: flex;
  align-items: center;
  gap: 8px;   /* spacing between badges */
  margin-bottom: 5px;
}


/* Loop badges */
.premium-badge,
.coming-soon-badge {
  position: absolute;
  top: 10px;       /* distance from the top */
  right: 10px;     /* distance from the right */
  padding: 5px 10px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  border-radius: 3px;
  display: inline-flex;
  align-items: center;
  gap: 5px;        /* space between icon and text */
}

/* Different background colors for clarity */
.premium-badge {
	color: #222;
  background-color: #f1c40f; /* gold-like color */
}

.coming-soon-badge {
  background-color: #555; /* neutral dark gray */
}


.sureloaded-movies-default-loop-premium,
.sureloaded-movies-default-loop-has-more ,
.sureloaded-movies-default-loop-category {
 display: inline-block;
  font-size: 0.6rem;
  font-weight: bold;
  color: #fff;
  background: #fd0094;
 padding: 5px 5px 4px 5px;
  border-radius: 2px;
  text-transform: capitalize;
  letter-spacing: 0.2px;
	line-height: 1;
	transition: background 0.4s ease;
	margin-bottom: 2px;
		text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);

}

.sureloaded-movies-default-loop-premium {
  background: #f1c40f;
	border: 1px solid #555;
	color: #000;
}


.sureloaded-movies-default-loop-has-more {
	background: darkgreen;
}

.sureloaded-movies-default-loop-category:hover {
  color: #fff;
	  background: rgba(0,0,0,9); /* semi-transparent background */

}

.sureloaded-movies-default-loop-title {
  font-size: 15px;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden; 
  text-overflow: ellipsis;
	  font-weight: bold;
		margin-bottom: 4px;
}


.sureloaded-movies-default-loop-title a {
  color: #333;
  text-decoration: none;
}
.sureloaded-movies-default-loop-title a:hover {
  color: #fd0094;
}

.sureloaded-movies-default-loop-time {
  font-size: 0.72rem;
  color: #777;
  display: flex;
  align-items: center;
  gap: 5px;
}

.sureloaded-movies-default-loop-time i {
  color: #999;
	  font-size: 0.7rem;
}
/* Default loop End. */

/* Wrapper centers the entire list */
.sureloaded-movies-related-loop-wrapper-center {
  margin: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}

/* Grid layout */
.sureloaded-movies-related-loop-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* mobile: 2 columns */
  gap: 10px;
  width: 100%;
  max-width: auto;
	margin: 0;
}

 /* tablet/desktop: 4 columns */
@media (min-width: 600px) {
  .sureloaded-movies-related-loop-wrapper {
    grid-template-columns: repeat(4, 1fr);
		margin: 0 0;
  }
}

/* Each card */
.sureloaded-movies-related-loop-item {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 3px;
  overflow: hidden;
  border: 1px solid lightpink;
  transition: background 0.3s;
}

.sureloaded-movies-related-loop-item:hover {
  background: #f1f1f1;
}

/* Thumbnail */
.sureloaded-movies-related-loop-thumb {
  width: 100%;
  height: 160px;
  overflow: hidden;
}

.sureloaded-movies-related-loop-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


/* Info */
.sureloaded-movies-related-loop-info {
  padding: 5px 5px 0 5px;
  line-height: 1.2rem;
}


/* Title */
.sureloaded-movies-related-loop-title {
  font-size: 14px;
  margin: 0 0 5px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
	text-align: center;
}

.sureloaded-movies-related-loop-title a {
  color: #333;
  text-decoration: none;
}

.sureloaded-movies-related-loop-title a:hover {
  color: #fd0094;
}

/* Time */
.sureloaded-movies-related-loop-time {
	display: none!important;
  font-size: 0.72rem;
  color: #666;
  display: flex;
  align-items: center;
  gap: 5px;
	margin-top: 8px;
}

.sureloaded-movies-related-loop-time i {
  color: #999;
  font-size: 0.7rem;
}

/* End */

/* Tab buttons */
.tabs {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
	gap: 5px;
}
.tab-link {
	    width: 100%;
		border-radius: 3px;
    background: #eee;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    font-weight: bold;
    margin: 0;
    transition: background 0.3s;
}
.tab-link.active {
    background: #333;
    color: #fff;
}

/* Tab content */
.tab-content {
    display: none;
}
.tab-content.active {
    display: block;
	margin-bottom: 25px;
}
.tab-content ul {
    display: flex;
    flex-wrap: wrap;          /* allow multiple rows */
    gap: 10px;                /* spacing between items */
    list-style: none;
    padding: 0;
    margin: 0;
    justify-content: flex-start; /* align items to the left */
}
.tab-content li {
    display: block;
    background: #f9f9f9;
    padding: 6px 10px;
    border: 1px solid #ddd;
    border-radius: 3px;
    transition: background 0.3s;

    /* Ellipsis setup */
    white-space: nowrap;         /* force single line */
    overflow: hidden;            /* hide overflow */
    text-overflow: ellipsis;     /* show ... */
}

.tab-content a {
    display: flex; 
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    color: #fd0094;
    font-size: 14px;
    font-weight: bold;
    width: 100%;
}

.search-text {
    flex: 1;
    min-width: 0;              /* critical for flex ellipsis */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.search-count {
    flex-shrink: 0;             /* always visible */
    margin-left: 5px;
}

.cleanup-button button {
	background: #fd0094;
	color: #fff;
	font-weight: bold;
	padding: 10px;
	margin: 10px 0 30px  0;
}

.tab-content li:hover {
    background: #f0f0f0;
}
.tab-content a {
    text-decoration: none;
    color: #fd0094;
	font-size: 14px;
    font-weight: bold;
    display: block;
}
.tab-content a:hover {
    text-decoration: underline;
}


.like-box {
  margin: 35px 0 20px 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 18px;
  background: #fff;
  border: 1px solid #ddd;
  padding: 14px 14px;
  border-radius: 3px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  width: 100%;
}

/* Base button */
.like-button {
  align-self: center;
  background-color: #333;
  padding: 8px 18px;
  border-radius: 3px;
  border: none;
  color: #fff !important;
  font-size: 13px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px; /* space between icon and text */
  transition: all 0.3s ease; /* smooth transition */
}

.like-button i {
  transition: transform 0.3s ease, color 0.3s ease;
}

/* Hover state */
.like-button:hover {
  background-color: #444;
  color: #ff4d6d;
}

/* Disabled state */
.like-button:disabled {
  background-color: #999;
  color: #666;
  cursor: not-allowed;
}

/* Liked state */
.like-button.liked {
  background-color: #ff4d6d; /* pink/red background */
  color: #fff;              /* white text */
  border-color: #ff1f4d;
}

.like-button.liked i {
  color: #fff;
  transform: scale(1.3); /* pop effect */
  animation: heartbeat 0.6s ease; /* heartbeat animation */
}

/* Heartbeat animation */
@keyframes heartbeat {
  0%   { transform: scale(1); }
  25%  { transform: scale(1.4); }
  50%  { transform: scale(1.1); }
  75%  { transform: scale(1.3); }
  100% { transform: scale(1); }
}

/* Like counter */
.like-count {
  font-size: 20px;
  font-weight: bold;
  color: #444;
}

.like-count i {
  margin-right: 5px;
	  font-size: 22px;
}

/* Like message with fade-in */
.like-message {
  font-size: 13px;
  color: darkgreen;
  font-style: italic;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.like-message.show {
  opacity: 1;
}




/* ////////////////////// */


.feature-like-box {
  margin-top: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.feature-like-button {
  background: none;   /* remove background */
  border: none;
  color: #e50914;     /* red love color */
  font-size: 14px;
  cursor: pointer;
  padding: 0;
}

.feature-like-button:hover {
  color: #b20710;
}

.feature-like-button:disabled {
  color: #666;
  cursor: not-allowed;
}

.feature-like-count {
  font-size: 13px;
  color: #444;
}

.feature-like-count i {
  font-size: 14px;
	margin-right: 1px;
}


/* Genres: 4 row on desktop */
.sl-moviegenres-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin: 0 auto;
  max-width: 1200px;
}


/* Double column on mobile */
@media (max-width: 400px) {
  .sl-moviegenres-grid {
    grid-template-columns: repeat(2, 1fr); 
  }
}

.sl-moviegenres-post-item {
  background: #fff;
  border-radius: 3px;
  overflow: hidden;
	  border: 1px solid #ddd;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  display: flex;
  flex-direction: column;
}

.sl-moviegenres-post-thumb {
	width: 100%;
  height: 160px;
  position: relative;
  overflow: hidden; /* ensures image stays inside container */
}

.sl-moviegenres-post-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sl-moviegenres-post-item:hover {
 background: #f5f5f5;
}


.sl-moviegenres-post-info {
  padding: 8px 0 12px 8px;
}

.sl-moviegenres-post-category {
  font-size: 0.67rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
	
}
.sl-moviegenres-post-title {
  font-size: 1rem;
  margin: 8px 0;
  white-space: nowrap;       /* Prevents text from wrapping */
  overflow: hidden;          /* Hides overflowing text */
  text-overflow: ellipsis;   /* Adds the "..." at the end */
}

.sl-moviegenres-post-title a {
  color: #333;
  text-decoration: none;
}
.sl-moviegenres-post-title a:hover {
  color: #fd0094;
}
.sl-moviegenres-post-time {
  font-size: 0.695rem;
  color: #666;
  display: flex;
  align-items: center;
  gap: 6px;
}

.sl-moviegenres-post-time i {
  color: #999;
}


.alert-link-container{
	padding: 0 10px;
	text-align: center;
}

.alert-link {
    display: block;
	justify-content: center;
    width: auto;
    margin: 35px auto 15px auto;
    padding: 15px;
    text-align: center;
    background: #fff3cd;
    border: 1px solid #ffeeba;
    color: #856404;
    font-weight: bold;
    text-decoration: none;
    border-radius: 3px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    transition: background 0.3s, color 0.3s;
  }

/* Apply inline-block only on larger screens (PC) */
@media (min-width: 1024px) {
  .alert-link {
		    padding: 15px 55px;
    display: inline-block;
  }
}

  .alert-link:hover {
    background: #ffe8a1;
    color: #5c4303;
  }

.faq-container-header{
	 text-align: center;
      color: #fff;
			font-size: 19px;
		  margin-top: 10px; 
	margin-bottom: 25px;
			padding:  10px;
			 border-radius: 3px;
			background-color: #fd0094;
			 font-weight: 700;
}

  .faq-container {
      max-width: 700px;
      margin: auto;
      background: #fff;
      padding: 25px;
      border-radius: 3px;
      box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    }
    
    .faq-item {
      margin-bottom: 25px;
    }

    .faq-question {
      font-weight: bold;
      color: #111;
			font-size: 17px;
      margin-bottom: 8px;
    }

    .faq-answer {
			font-size: 15px;
			line-height: 1.5rem;
			letter-spacing: 0.125px;
      color: #333;
    }


.gap-container {
	margin: -6px 0 40px 0;
}

.gap-container:first-child {
		margin: 0;
}

/* Hide on phones (default) */
.tag-grid {
  display: none;
}

/* Show on tablets and desktops */
@media (min-width: 768px) {
  .tag-grid {
    margin: 20px 0 15px 0;
    display: flex;
    flex-wrap: wrap;   /* allows wrapping if needed */
    gap: 10px;
  }
}


.tag-item {
  display: inline-block;
  padding: 6px 10px;
  background: #f0f0f0;
  text-align: center;
  border-radius: 3px;
  text-decoration: none;
	font-size: 14px;
	font-weight: 600;
}

.tag-item.active {
  background: #0073aa;
  color: #fff;
}


/* Dropdown Styling */
.select-category {
  margin: 0 0;
}

/* Mobile & Tab */
@media (max-width: 992px) {
	.select-category {
  margin: 0 0 10px 0;
}
}

/* Flex wrapper for filters */
.filters-wrapper {
  display: flex;
  flex-direction: column; /* stacked by default (mobile) */
  gap: 15px;              /* spacing between dropdowns */
  margin: 20px 0 10px 0;
}

/* Dropdown styling */
.category-dropdown {
  display: block;
  width: 100%;                /* full width on mobile */
  min-width: 220px;
  padding: 8px 30px 8px 12px;
  font-size: 16px;
  font-weight: 500;
  color: #333;
  background-color: #fff;
  border: 2px solid #fd0095;
  border-radius: 3px;
  appearance: none;           /* remove default arrow */
  cursor: pointer;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  white-space: nowrap;
}

/* Hover and focus states */
.category-dropdown:hover,
.category-dropdown:focus {
  border-color: #fd0095;
  box-shadow: 0 0 8px rgba(253, 0, 149, 0.4);
  outline: none;
}

/* Custom arrow */
.category-dropdown {
  background-image: linear-gradient(45deg, transparent 50%, #fd0095 50%),
                    linear-gradient(135deg, #fd0095 50%, transparent 50%);
  background-position: right 12px center, right 7px center;
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
}

/* Option styling */
.category-dropdown option {
  padding: 6px;
  font-size: 15px;
}

/* Extra spacing for days dropdown */
.days-dropdown {
  margin: 0; /* handled by flex gap */
}

/* Responsive: side by side on desktop */
@media (min-width: 768px) {
  .filters-wrapper {
    flex-direction: row;   /* horizontal layout */
    align-items: center;
    gap: 15px;
  }

  .category-dropdown {
    width: auto;           /* shrink to fit content */
    flex: 1;               /* optional: equal width for both dropdowns */
  }
}


.no-trending-movies-found {
	background: #444;
	border-left: solid 6px #fd0094;
	color: #fff;
	padding: 10px 20px 10px 10px;
	border-radius: 10px;
}

.post-content {
  word-wrap: break-word;       /* legacy support */
  overflow-wrap: break-word;   /* modern browsers */
  word-break: break-word;      /* ensures breaking */
}

/* .copyright-notice css */
.copyright-notice {
  align-items: left;
  margin: 40px 0 10px 0;
  padding: 10px;
  border-radius: 12px;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.6rem;
  color: #333;
  border: 1px solid #000;
  border-left: 5px solid #000;
  background-color: #fafafa;

  /* Smooth box shadow */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

body.dark-mode .copyright-notice {
  color: #eee;
  border: 1px solid #fafafa;
  border-left: 5px solid #fff;
  background-color: #222;

  /* Adjusted shadow for dark mode */
  box-shadow: 0 4px 12px rgba(255, 255, 255, 0.08);
}

.copyright-notice span {
  font-weight: 800;
}

.copyright-notice a {
  text-decoration: underline;
  color: #fd0094;
}
/* .copyright-notice css END */


.allmovies-post-category, .real-post-date, .share-toggle, .comment-count {
  display: flex;
  align-items: center;
  gap: 5px;
  background-color: #fff;
  color: #222 !important;
  border: none;
  padding: 5px;
  border-radius: 3px;
  cursor: pointer;
  font-size: 11px;
}

.allmovies-post-category, 
.allmovies-post-category a, .comment-count i ,
.share-toggle, 
.real-post-date, 
.comment-count a {
  color: #222!important;
  font-size: 11px;
}

/* Delete Above Next Time */

/* Blinking Download start */

a.blink-ad-note {
	margin: 10px 0;
  background-color: #fd0094;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  padding: 10px 20px 8px 20px;
  font-weight: bold;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  font-family: Arial, sans-serif;
  font-size: 16px;
	border: 2px solid #ddd;
  border-radius: 3px;
  transition: opacity 0.4s ease;
  text-align: center;
	text-decoration: none;
}

.blink-ad-note {
  animation: pulse 1.5s infinite; /* run forever */
}

@keyframes pulse {
  0%   { transform: translateX(-50%) scale(1); }
  50%  { transform: translateX(-50%) scale(1.1); } /* grow */
  100% { transform: translateX(-50%) scale(1); }   /* shrink back */
}

.blink-ad-note:hover {
	text-decoration: none!important;
	  color: #fff !important;
	opacity: 0.8; /* dim slightly */
}

.blink-ad-note-container {
  display: flex;
		margin-top: -3px;
		margin-bottom: 0;
}

.blink-ad-note-container i {
	padding: 0 5px 0 0;
	margin-bottom: 0;
}

/* Blinking Download End */

/* new-allmovies-cathead */
.new-allmovies-cathead a {
	 text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  text-decoration: none;
  display: inline-block;
}

.new-allmovies-cat-title {
	padding: 0 10px 5px;
	border-radius: 3px;
  color: #fff;
	background-color: #fd0094;
  font-size: 16px;
  font-weight: bold;
  margin: 10px 0 0 0;
  position: relative;
	 text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.new-allmovies-arrow {
  font-size: 24px;
  font-weight: 500;
  position: relative;
  left: 3px;
  top: 1px;
  color: #fff;
  opacity: 0.8;
	 text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.new-allmovies-cathead {
  position: relative;
}

.new-allmovies-cathead::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background-color: #fd0094;
  border-radius: 3px;
}

/* new-allmovies-cathead end */

   /* Trending List start */
.allmovies-trending-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Individual list item */
.allmovies-trending-list-item {
	    padding: 1px;
    display: flex;
	margin-bottom: 5px;
    align-items: center;
 border: 1px solid #ddd;
	border-radius: 3px;
    transition: background 0.3s;
}

.allmovies-trending-list-item:hover {
    background-color: #f5f5f5;
}

/* Full clickable area */
.allmovies-trending-list-link {
    display: flex;
    align-items: center;
    width: 100%;
    text-decoration: none;
    color: inherit;
}

.allmovies-trending-list-thumbnail {
    position: relative;
    width: 90px;
    height: 120px;
    margin-right: 10px;
    border-radius: 3px;
    overflow: hidden;
    flex-shrink: 0;
		border-radius: 3px 0 0 3px;

}

/* Image fills container */
.allmovies-trending-list-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease, box-shadow 0.3s ease, filter 0.3s ease;
}


/* Numbering plastered at the top-right */
.allmovies-trending-list-number {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: rgba(0,0,0,0.8);
 	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 4px 10px;
    font-size: 12px;
    font-weight: bold;
    border-radius: 5px 0 5px;
}

/* Post Details */
.allmovies-trending-list-details {
    flex-grow: 1;
}

/* Post Title */
.allmovies-trending-list-title {
    font-size: 15px;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden; 
  text-overflow: ellipsis;
	  font-weight: bold;
	line-height: 1.5;
	margin-bottom: 4px;
    margin-right: 15px;
}

.allmovies-trending-list-title a{
	    color: #333;

}

.allmovies-trending-list-date
{
	font-size: 12px;
	  color: #888;

}
	.allmovies-trending-list-date i {
  margin-right: 3px;
  color: #999;
}


.allmovies-trending-list-title:hover a {
    color: #fd0094;
}

/* Trending List End */

/* Ads containers*/

.ads-native-container {
	padding: 0 5px;
}

.ads-footer-container {
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 900;
  background: #fff;
  padding: 5px 0 0 0;
  box-shadow: 0 -2px 6px rgba(0,0,0,0.2);
  border-top: 2px solid #999;
  bottom: -100px;
  opacity: 0;
  transition: bottom 0.5s ease, opacity 0.5s ease;
  display: flex;
  justify-content: center;   /* center ad content */
  align-items: center;       /* vertical centering */
}

.ads-content {
  margin: 0 auto;            /* keep ad centered */
}

body.dark-mode .ads-footer-container {
	  background: #222;

}

.ads-footer-container.show {
  bottom: var(--ads-bottom, 0);
  opacity: 1;
}

.ads-footer-container.hide {
  bottom: -100px; /* slide back down off-screen */
  opacity: 0;
}

.ads-close-btn {
	display: none!important;
  position: absolute;
  top: -14px;
  right: 18px;
  background: red;
	border: 2px solid #999;
  border-bottom: none;              /* remove border-top, it was causing unevenness */
  border-radius: 50%;
  font-size: 18px;
  cursor: pointer;
  line-height: 1;
  color: #fff;

  width: 22px;               /* fixed width */
  height: 22px;              /* fixed height */
  display: flex;             /* flexbox centering */
  align-items: center;
  justify-content: center;

  transition: background 0.3s ease, transform 0.2s ease;
}

.ads-close-btn:hover {
  background: darkred;       /* darker shade on hover */
  transform: scale(1.1);     /* smooth zoom, no shake */
}

a.ad-note {
  background-color: #007BFF;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: white !important;
  padding: 10px 20px;
  font-weight: bold;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  font-family: Arial, sans-serif;
  font-size: 16px;
  border-radius: 3px;
  transition: opacity 0.4s ease;
  text-align: center;
}


.ad-note:hover {
	text-decoration: none!important;
	  color: white !important;
  background-color: #2E4392;
}

.ad-note-container {
  display: flex;
}

.ad-note-container i {
	padding: 0 5px 0 0;
}


  .back-to-top-banner {
	line-height: 1;
    position: fixed;
    bottom: 30px;
    right: 20px;
    opacity: 0;
    visibility: hidden;
    background-color: #333;
    color: #fff !important;
    font-weight: bold;
    font-size: 22px;
    text-align: center;
    padding: 10px;
    text-decoration: none;
    border-radius: 5px;
    transition: opacity 0.4s ease, visibility 0.4s ease, background 0.3s ease;
    cursor: pointer;
    z-index: 999;
  }

  /* Visible state */
  .back-to-top-banner.show {
    opacity: 1;
    visibility: visible;
  }

  .back-to-top-banner:hover {
    background-color: #bbb;
    color: #000 !important;
    text-decoration: none;
  }



.allmovies-footer {
  border-top: 4px solid #fd0094;
  background-color: #212020;
  color: #ddd;
  padding: 40px 20px 80px 20px;
  font-family: 'Segoe UI', sans-serif;

  /* Centering the entire footer */
  margin: 0 auto;
  max-width: 100%; /* Adjust based on your site’s width */
}

.allmovies-footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; /* This centers the inner sections */
  gap: 40px; /* Adds spacing between the two sections */
  margin-bottom: 20px;
}

.allmovies-footer-section {
	border-radius: 3px;
	display: block;
	  border-top: 4px solid #fff;
  border-left: 4px solid #fd0094;
  width: 300px;
	 padding-left: 20px;
	 padding-top: 15px;
  margin-bottom: 20px;
  text-align: left;
	max-width: 100%;
}

.allmovies-footer-section h4 {
  color: #fff;
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: bold;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 2px;
}


.allmovies-footer-section ul {
  list-style: none;
  padding: 0;
}

.allmovies-footer-section ul li {
  margin: 6px 0;
}

.allmovies-footer-section ul li a {
	font-size: 15px;
  color: #aaa;
  text-decoration: none;
}

.allmovies-footer-section ul li a:hover {
  color: #fff;
}

.allmovies-footer-social {
  text-align: center;
  margin-bottom: 20px;
}

.allmovies-footer-social a {
  color: #ccc;
  margin: 0 8px;
  font-size: 20px;
  text-decoration: none;
}

.allmovies-footer-social a:hover {
  color: #fff;
}

.allmovies-footer-bottom {
  text-align: center;
  margin-top: 30px;
  color: #ccc;
}

.allmovies-footer-bottom .dmca img {
  max-width: 120px;
  height: auto;
  margin-bottom: 10px;
}

.allmovies-footer-bottom .copyright {
  font-size: 14px;
}

.gapper {margin-bottom: 20px;}
.gap2 {
   margin-bottom: 10px;
}
.telegram-button-container {
    text-align: center;
    margin-top: 25px;
}

.footerspace {
  margin-top: -20px;
}

/* Hide on screens smaller than 768px */
@media screen and (max-width: 768px) {
  .footerspace {
    display: none;
  }
}

.allmoviescover {
  width: 100%;
  max-width: 707px;
  margin: 0 auto;
  display: block;
  text-align: center;
  margin-bottom: 45px;
}

/* Apply horizontal padding on small screens */
@media screen and (max-width: 768px) {
  .allmoviescover {
    padding: 0 10px; /* Adjust left/right space on mobile */
  }
}

.adnativead {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 25px 0;
}

.galaad {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 25px 10px -10px 10px;
}

.tg-margin{margin: 20px 10px 0 10px}

@media (min-width: 1024px) {
  .tg-margin {
    margin-bottom: -20px;
  }
}
