	.top-books-boxoffice ul li a {
    text-decoration: none !important;
}
	.share-section {
  display: none;
}
	@media only screen and (max-width: 768px) {
		#movies-container{
			padding: 0px;
		}
	}
	@media only screen and (min-width: 767px) {
		#movies-container{
			padding: 20px;
		}
	}

.share-buttons {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}
	.share-buttons a {
    text-decoration: none;
    font-size: 20px;
    transition: transform 0.2s ease;
}
	.movie-item img {
    width: 19px;
    height: 19px;
    border-radius: 8px;
}
.inside-header.grid-container {
    padding-top: 2px;
    padding-bottom: 2px;
}
.top-books-boxoffice {
    background-color: #f0f6fc;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    margin-top: 20px;
}
.top-books-boxoffice h3 {
    font-size: 18px;
    margin-bottom: 4px;
    color: white;
    text-align: center;
    background: #0073aa;
    padding: 15px;
    width: 100%;
    border-radius: 4px;
}

.top-books-boxoffice ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.top-books-boxoffice li {
    padding: 10px;
    border-bottom: 1px solid #eee;
    font-size: 16px;
    color: #444;
    transition: background 0.2s ease-in-out;
    cursor: pointer;
}

.top-books-boxoffice li:hover {
    background-color: #f7f7f7;
    border-radius: 5px;
}

    #right-sidebar{
        display: none !important;
    }
    .site-content .content-area{
        width: 100% !important;
		background: #f0f6fc,!important;
    }
    .grid-container {
    max-width: 1490px !important;
    }
    .left_div_MV{
        width: 75% !important;
/* 		height: 90vh; */
		overflow-y: scroll;
    }
    .common_div_MV{
        display: flex;
    }
    .entry-title,.entry-header{
        display: none !important;
    }
    .entry-content{
        margin-top: 0px !important;
    }
    .inside-article{
        background: transparent !important;
    }
.common_div_MV {
    display: flex;
    gap: 20px;
    max-width: 1490px;
    margin: auto;
}
.left_div_MV {
    width: 75%;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

#movie-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    margin-bottom: 20px;
}

#movie-filters input, 
#movie-filters select, 
#movie-filters button {
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 14px;
}

#apply-filters {
    background-color: #0073aa;
    color: white;
    cursor: pointer;
}

#apply-filters:hover {
    background-color: #005f8a;
}
.movie-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.movie-item {
    width: calc(33.333% - 20px);
    border: 1px solid #ddd;
    padding: 15px;
    background: #f9f9f9;
    border-radius: 8px;
    transition: box-shadow 0.3s ease-in-out;
}

.movie-item:hover {
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}
.movie-details {
            margin-top: 10px;
            padding-top: 10px;
            border-top: 1px solid #ccc;
        }
.details {
    display: none;
}
.show-details {
    display: block !important;
}
.right_div_MV {
    width: 25%;
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}
#movies-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
 
    max-width: 100%;
}
.movie-item {
    width: calc(33.333% - 20px); 
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    padding: 15px;
    text-align: center;
}

.movie-item:hover {
    transform: translateY(-5px);
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.15);
}
.movie-item img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}
.movie-details {
    display: none;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #ddd;
	text-align: left;
}
.toggle-details {
    cursor: pointer;
}
@media (max-width: 1024px) {
    .movie-item {
        width: calc(50% - 20px);
    }
}
@media (max-width: 768px) {
    .movie-item {
        width: 100%; 
    }
}
button#load-more-movies{
    background-color: #0073aa;
    margin-left: 20px !important;
    margin-top: 19px !important;
}
.show_mre_mve{
    cursor:pointer;
}

@media (max-width: 1024px) {
    .movie-item {
        width: calc(50% - 20px);
    }
    .common_div_MV {
        flex-direction: column;
    }
    .right_div_MV {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .movie-item {
        width: 100%;
    }
    .left_div_MV {
    width: 100% !important;
}
    #movie-filters {
        flex-direction: column;
    }
    #movie-filters input, #movie-filters select, #movie-filters button {
        width: 100%;
    }
}
.movie-container{
    width: 100% !important;
}


/* Overlay style */
@media (min-width: 769px) {
	.inside-header.grid-container{
		height: 95px;
	}
	
	}
.show-details strong {
    color: #1e73be;
}
	.show-details p {
    margin-bottom: 12px;
}
	.details_div{
		width: 79% !important;
		text-align:left !important;
	}
	/* Hero Section Styles */
.hero {
  background: url('https://slimwiki.com/images/home/top-section-background.svg') no-repeat center center;
  background-size: cover;
  padding: 80px 20px;
  color: #333;
	margin-bottom: 29px;
}

.hero-content {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.text {
  flex: 1 1 500px;
  padding: 20px;
}

.text h1 {
  font-size: 3rem;
  margin-bottom: 20px;
  color: #2c3e50;
}

.text p {
  font-size: 1.2rem;
  margin-bottom: 30px;
  color: #555;
}

.cta-button {
  display: inline-block;
  padding: 12px 25px;
  background-color: #3498db;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  border-radius: 5px;
  transition: background 0.3s ease;
}

.cta-button:hover {
  background-color: #2980b9;
}

.hero-image {
  flex: 1 1 400px;
  text-align: center;
}

.hero-image img {
  max-width: 100%;
  height: auto;
}
.inside-article {
    padding: 0px !important;
}
	main#main {
    margin: 0 !important;
}
.for_pluggin{
		height: 90vh;
	}
	@media (min-width: 1024px) and (max-width: 1440px) {
		.common_div_MV{
			width: 1190px;
			    max-width: 1490px;
				margin: auto;
				width: 1290px !important;
			margin-top: 19px;
			margin-bottom: 19px;
		}
		.common_div_MVRigght{
			width: 29%;
		}
		.for_pluggin{
		width: 79% !important;
	}
	}
