/*!

Theme Name: movie

Theme URI: http://underscores.me/

Author: Underscores.me

Author URI: http://underscores.me/

Description: Description

Version: 1.0.0

Tested up to: 5.4

Requires PHP: 5.6

License: GNU General Public License v2 or later

License URI: LICENSE

Text Domain: movie

Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready



This theme, like WordPress, is licensed under the GPL.

Use it to make something cool, have fun, and share what you've learned.



movie is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.

Underscores is distributed under the terms of the GNU GPL v2 or later.



Normalizing styles have been helped along thanks to the fine work of

Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/

*/

/*--------------------------------------------------------------

>>> TABLE OF CONTENTS:

----------------------------------------------------------------

# Generic

	- Normalize

	- Box sizing

# Base

	- Typography

	- Elements

	- Links

	- Forms

## Layouts

# Components

	- Navigation

	- Posts and pages

	- Comments

	- Widgets

	- Media

	- Captions

	- Galleries

# plugins

	- Jetpack infinite scroll

# Utilities

	- Accessibility

	- Alignments



--------------------------------------------------------------*/

/*--------------------------------------------------------------

# Generic

--------------------------------------------------------------*/

/* Normalize

--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document

	 ========================================================================== */

/**

 * 1. Correct the line height in all browsers.

 * 2. Prevent adjustments of font size after orientation changes in iOS.

 */

html {
  line-height: 1.15;

  -webkit-text-size-adjust: 100%;
}

/* Sections

	 ========================================================================== */

/**

 * Remove the margin in all browsers.

 */

body {
  margin: 0;
}

/**

 * Render the `main` element consistently in IE.

 */

main {
  display: block;
}

/**

 * Correct the font size and margin on `h1` elements within `section` and

 * `article` contexts in Chrome, Firefox, and Safari.

 */

h1 {
  font-size: 2em;

  margin: 0.67em 0;
}

/* Grouping content

	 ========================================================================== */

/**

 * 1. Add the correct box sizing in Firefox.

 * 2. Show the overflow in Edge and IE.

 */

hr {
  box-sizing: content-box;

  height: 0;

  overflow: visible;
}

/**

 * 1. Correct the inheritance and scaling of font size in all browsers.

 * 2. Correct the odd `em` font sizing in all browsers.

 */

pre {
  font-family: monospace, monospace;

  font-size: 1em;
}

/* Text-level semantics

	 ========================================================================== */

/**

 * Remove the gray background on active links in IE 10.

 */

a {
  background-color: transparent;
}

/**

 * 1. Remove the bottom border in Chrome 57-

 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.

 */

abbr[title] {
  border-bottom: none;

  text-decoration: underline;

  text-decoration: underline dotted;
}

/**

 * Add the correct font weight in Chrome, Edge, and Safari.

 */

b,
strong {
  font-weight: bolder;
}

/**

 * 1. Correct the inheritance and scaling of font size in all browsers.

 * 2. Correct the odd `em` font sizing in all browsers.

 */

code,
kbd,
samp {
  font-family: monospace, monospace;

  font-size: 1em;
}

/**

 * Add the correct font size in all browsers.

 */

small {
  font-size: 80%;
}

/**

 * Prevent `sub` and `sup` elements from affecting the line height in

 * all browsers.

 */

sub,
sup {
  font-size: 75%;

  line-height: 0;

  position: relative;

  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content

	 ========================================================================== */

/**

 * Remove the border on images inside links in IE 10.

 */

img {
  border-style: none;
}

/* Forms

	 ========================================================================== */

/**

 * 1. Change the font styles in all browsers.

 * 2. Remove the margin in Firefox and Safari.

 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;

  font-size: 100%;

  line-height: 1.15;

  margin: 0;
}

/**

 * Show the overflow in IE.

 * 1. Show the overflow in Edge.

 */

button,
input {
  overflow: visible;
}

/**

 * Remove the inheritance of text transform in Edge, Firefox, and IE.

 * 1. Remove the inheritance of text transform in Firefox.

 */

button,
select {
  text-transform: none;
}

/**

 * Correct the inability to style clickable types in iOS and Safari.

 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**

 * Remove the inner border and padding in Firefox.

 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;

  padding: 0;
}

/**

 * Restore the focus styles unset by the previous rule.

 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**

 * Correct the padding in Firefox.

 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**

 * 1. Correct the text wrapping in Edge and IE.

 * 2. Correct the color inheritance from `fieldset` elements in IE.

 * 3. Remove the padding so developers are not caught out when they zero out

 *		`fieldset` elements in all browsers.

 */

legend {
  box-sizing: border-box;

  color: inherit;

  display: table;

  max-width: 100%;

  padding: 0;

  white-space: normal;
}

/**

 * Add the correct vertical alignment in Chrome, Firefox, and Opera.

 */

progress {
  vertical-align: baseline;
}

/**

 * Remove the default vertical scrollbar in IE 10+.

 */

textarea {
  overflow: auto;
}

/**

 * 1. Add the correct box sizing in IE 10.

 * 2. Remove the padding in IE 10.

 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;

  padding: 0;
}

/**

 * Correct the cursor style of increment and decrement buttons in Chrome.

 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**

 * 1. Correct the odd appearance in Chrome and Safari.

 * 2. Correct the outline style in Safari.

 */

[type="search"] {
  -webkit-appearance: textfield;

  outline-offset: -2px;
}

/**

 * Remove the inner padding in Chrome and Safari on macOS.

 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**

 * 1. Correct the inability to style clickable types in iOS and Safari.

 * 2. Change font properties to `inherit` in Safari.

 */

::-webkit-file-upload-button {
  -webkit-appearance: button;

  font: inherit;
}

/* Interactive

	 ========================================================================== */

/*

 * Add the correct display in Edge, IE 10+, and Firefox.

 */

details {
  display: block;
}

/*

 * Add the correct display in all browsers.

 */

summary {
  display: list-item;
}

/* Misc

	 ========================================================================== */

/**

 * Add the correct display in IE 10+.

 */

template {
  display: none;
}

/**

 * Add the correct display in IE 10.

 */

[hidden] {
  display: none;
}

/* Box sizing

--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.

@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */

*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------

# Base

--------------------------------------------------------------*/

/* Typography

--------------------------------------------- */

body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;

  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu,
    Cantarell, "Helvetica Neue", sans-serif;

  font-size: 1rem;

  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;

  font-family: "Courier 10 Pitch", courier, monospace;

  line-height: 1.6;

  margin-bottom: 1.6em;

  max-width: 100%;

  overflow: auto;

  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;

  cursor: help;
}

mark,
ins {
  background: #fff9c0;

  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements

--------------------------------------------- */

body {
  background: #fff;
}

hr {
  background-color: #ccc;

  border: 0;

  height: 1px;

  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0;

  padding: 0;
}

ul {
  list-style: none;
}

ol {
  list-style-type: none;
}

/* li > ul,

li > ol {

  margin-bottom: 0;

  margin-left: 1.5em;

} */

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;

  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;

  width: 100%;
}

/* Links

--------------------------------------------- */

a {
  color: #4169e1;
}

/* a:visited {

  color: #800080;

} */

/* a:hover,

a:focus,

a:active {

  color: #191970;

} */

/* a:focus {

  outline: thin dotted;

} */

a:hover,
a:active {
  outline: 0;
}

/* Forms

--------------------------------------------- */

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;

  border-color: #ccc #ccc #bbb;

  border-radius: 3px;

  background: #e6e6e6;

  color: rgba(0, 0, 0, 0.8);

  line-height: 1;

  padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;

  border: 1px solid #ccc;

  border-radius: 3px;

  padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------

# Layouts

--------------------------------------------------------------*/

/*--------------------------------------------------------------

# Components

--------------------------------------------------------------*/

/* Navigation

--------------------------------------------- */

.main-navigation {
  display: block;

  width: 100%;
}

.main-navigation ul {
  display: none;

  list-style: none;

  margin: 0;

  padding-left: 0;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);

  float: left;

  position: absolute;

  top: 100%;

  left: -999em;

  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;

  top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  display: block;

  left: auto;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation li {
  position: relative;
}

.main-navigation a {
  display: block;

  text-decoration: none;
}

/* Small menu. */

.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: flex;
  }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;

  flex: 1 0 50%;
}

/* Posts and pages

--------------------------------------------- */

.sticky {
  display: block;
}

/* .post,

.page {

  margin: 0 0 1.5em;

} */

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;

  margin: 0 0 1.5em;
}

/* Comments

--------------------------------------------- */

.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets

--------------------------------------------- */

.widget {
  margin: 0 0 1.5em;
}

.widget select {
  max-width: 100%;
}

/* Media

--------------------------------------------- */

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;

  margin-bottom: 0;

  margin-top: 0;

  padding: 0;
}

/* Make sure logo link wraps around logo image. */

.custom-logo-link {
  display: inline-block;
}

/* Captions

--------------------------------------------- */

.wp-caption {
  margin-bottom: 1.5em;

  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;

  margin-left: auto;

  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries

--------------------------------------------- */

.gallery {
  margin-bottom: 1.5em;

  display: grid;

  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;

  text-align: center;

  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------

# Plugins

--------------------------------------------------------------*/

/* Jetpack infinite scroll

--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */

.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------

# Utilities

--------------------------------------------------------------*/

/* Accessibility

--------------------------------------------- */

/* Text meant only for screen readers. */

.screen-reader-text {
  border: 0;

  clip: rect(1px, 1px, 1px, 1px);

  clip-path: inset(50%);

  height: 1px;

  margin: -1px;

  overflow: hidden;

  padding: 0;

  position: absolute !important;

  width: 1px;

  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;

  border-radius: 3px;

  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);

  clip: auto !important;

  clip-path: none;

  color: #21759b;

  display: block;

  font-size: 0.875rem;

  font-weight: 700;

  height: auto;

  left: 5px;

  line-height: normal;

  padding: 15px 23px 14px;

  text-decoration: none;

  top: 5px;

  width: auto;

  z-index: 100000;
}

/* Do not show the outline on the skip link target. */

#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments

--------------------------------------------- */

.alignleft {
  /*rtl:ignore*/

  float: left;

  /*rtl:ignore*/

  margin-right: 1.5em;

  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/

  float: right;

  /*rtl:ignore*/

  margin-left: 1.5em;

  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;

  display: block;

  margin-left: auto;

  margin-right: auto;

  margin-bottom: 1.5em;
}

.main {
  margin-top: 60px;
}

/* Modern TMDb Styles */

.tmdb-container {
  max-width: 1400px;

  margin: 0 auto;

  padding: 40px 20px;
}

/* Movie Grid */

.tmdb-movies-grid {
  display: grid;

  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));

  gap: 30px;

  margin-bottom: 50px;
}

/* Movie Card */

.tmdb-movie-card {
  background: #fff;

  border-radius: 6px;

  overflow: hidden;

  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);

  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;

  position: relative;
}

.tmdb-movie-card:hover {
  transform: translateY(-8px);

  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}

.movie-poster {
  position: relative;

  overflow: hidden;

  aspect-ratio: 2/3;
}

.movie-poster img {
  width: 100%;

  height: 100%;

  object-fit: cover;

  transition: transform 0.5s ease;
}

.tmdb-movie-card:hover .movie-poster img {
  transform: scale(1.1);
}

/* Overlay */

.movie-overlay {
  position: absolute;

  top: 0;

  left: 0;

  right: 0;

  bottom: 0;

  background: linear-gradient(to top, rgba(0, 0, 0, 0.9), transparent);

  display: flex;

  align-items: center;

  justify-content: center;

  opacity: 0;

  transition: opacity 0.3s ease;
}

.tmdb-movie-card:hover .movie-overlay {
  opacity: 1;
}

.view-details-btn {
  display: flex;

  align-items: center;

  gap: 8px;

  padding: 12px 24px;

  background: #79c142;

  color: #fff;

  border-radius: 8px;

  text-decoration: none;

  font-weight: 600;

  transition: background 0.3s ease;
}

.view-details-btn:hover {
  background: #b20710;
}

/* Rating Badge */

.movie-rating {
  position: absolute;

  top: 12px;

  right: 12px;

  background: rgba(0, 0, 0, 0.8);

  backdrop-filter: blur(10px);

  padding: 6px 12px;

  border-radius: 20px;

  display: flex;

  align-items: center;

  gap: 6px;

  color: #fff;

  font-weight: 700;

  font-size: 14px;
}

/* Movie Info */

.movie-info {
  padding: 10px;

  position: absolute;

  z-index: 99;

  bottom: 0;

  color: #fff;

  width: 100%;

  text-align: center;

  background: linear-gradient(
    180deg,
    transparent,
    rgba(0, 0, 0, 0.65) 28%,

    rgba(0, 0, 0, 0.65)
  );
}

.movie-title {
  font-size: 18px;

  font-weight: 700;

  margin: 0;

  color: #fff;

  line-height: 1.4;

  display: -webkit-box;

  -webkit-line-clamp: 2;

  -webkit-box-orient: vertical;

  overflow: hidden;
}

.movie-release {
  display: flex;

  align-items: center;

  gap: 6px;

  color: #666;

  font-size: 13px;

  margin-bottom: 12px;

  display: none;
}

.movie-overview {
  color: #555;

  font-size: 14px;

  line-height: 1.6;

  margin: 0;

  display: none;
}

/* Pagination */

.tmdb-pagination {
  display: flex;

  justify-content: center;

  align-items: center;

  gap: 15px;

  flex-wrap: wrap;

  margin-top: 50px;

  padding: 20px;
}

.page-btn {
  display: flex;

  align-items: center;

  gap: 8px;

  padding: 12px 20px;

  background: #fff;

  color: #333;

  border: 2px solid #e0e0e0;

  border-radius: 10px;

  text-decoration: none;

  font-weight: 600;

  transition: all 0.3s ease;
}

.page-btn:hover {
  background: #79c142;

  color: #fff;

  border-color: #79c142;
}

.page-numbers {
  display: flex;

  gap: 8px;

  align-items: center;
}

.page-num {
  min-width: 44px;

  height: 44px;

  display: flex;

  align-items: center;

  justify-content: center;

  background: #fff;

  color: #333;

  border: 2px solid #e0e0e0;

  border-radius: 10px;

  text-decoration: none;

  font-weight: 600;

  transition: all 0.3s ease;
}

.page-num:hover {
  background: #f5f5f5;

  border-color: #79c142;
}

.page-num.active {
  background: #79c142;

  color: #fff;

  border-color: #79c142;
}

.page-dots {
  color: #999;

  font-weight: 700;
}

/* Detail Page */

.tmdb-detail-container {
  position: relative;

  min-height: 100vh;
}

.movie-backdrop {
  position: absolute;

  top: 0;

  left: 0;

  right: 0;

  height: 600px;

  background-size: cover;

  background-position: center;

  z-index: 0;
}

.backdrop-overlay {
  position: absolute;

  inset: 0;

  background: linear-gradient(
    to bottom,

    rgba(0, 0, 0, 0.3),
    rgba(255, 255, 255, 1) 90%
  );
}

.movie-detail-content {
  position: relative;

  z-index: 1;

  max-width: 1200px;

  margin: 0 auto;

  padding: 60px 20px;

  display: flex;

  gap: 40px;

  flex-wrap: wrap;
}

.movie-detail-poster {
  flex: 0 0 350px;

  position: sticky;

  top: 20px;

  align-self: flex-start;
}

.movie-detail-poster img {
  width: 100%;

  border-radius: 20px;

  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.movie-detail-info {
  flex: 1;

  min-width: 300px;
}

.detail-title {
  font-size: 42px;

  font-weight: 800;

  margin: 0 0 20px;

  color: #fff;
}

.movie-meta {
  display: flex;

  gap: 20px;

  flex-wrap: wrap;

  margin-bottom: 20px;
}

.meta-item {
  display: flex;

  align-items: center;

  gap: 8px;

  background: rgba(255, 255, 255, 0.9);

  padding: 10px 16px;

  border-radius: 10px;

  font-weight: 600;

  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.movie-genres {
  display: flex;

  gap: 10px;

  flex-wrap: wrap;

  margin-bottom: 30px;
}

.genre-tag {
  padding: 8px 16px;

  background: #79c142;

  color: #fff;

  border-radius: 20px;

  font-size: 14px;

  font-weight: 600;
}

.movie-overview-section {
  background: #fff;

  padding: 30px;

  border-radius: 16px;

  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);

  margin-bottom: 30px;
}

.movie-overview-section h2 {
  margin: 0 0 15px;

  font-size: 24px;

  color: #1a1a1a;
}

.movie-overview-section p {
  line-height: 1.8;

  color: #555;

  font-size: 16px;

  margin: 0;
}

/* Cast Grid */

.movie-cast {
  background: #fff;

  padding: 30px;

  border-radius: 16px;

  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);

  margin-bottom: 30px;
}

.movie-cast h2 {
  margin: 0 0 20px;

  font-size: 24px;
}

.cast-grid {
  display: grid;

  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));

  gap: 20px;
}

.cast-member {
  text-align: center;
}

.cast-member img {
  width: 100%;

  aspect-ratio: 2/3;

  object-fit: cover;

  border-radius: 12px;

  margin-bottom: 10px;
}

.actor-name {
  font-weight: 700;

  color: #1a1a1a;

  margin: 0 0 4px;

  font-size: 14px;
}

.character-name {
  color: #666;

  font-size: 13px;

  margin: 0;
}

.back-button {
  display: inline-flex;

  align-items: center;

  gap: 10px;

  padding: 14px 28px;

  background: #79c142;

  color: #fff;

  border-radius: 10px;

  text-decoration: none;

  font-weight: 600;

  transition: background 0.3s ease;
}

.back-button:hover {
  background: #000;
}

/* Responsive */

@media (max-width: 768px) {
  .tmdb-movies-grid {
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));

    gap: 20px;
  }

  .movie-detail-content {
    flex-direction: column;
  }

  .movie-detail-poster {
    flex: 0 0 auto;

    max-width: 300px;

    margin: 0 auto;

    position: relative;
  }

  .detail-title {
    font-size: 28px;
  }

  .cast-grid {
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));

    gap: 15px;
  }

  .movie-detail-info {
    min-width: unset;
  }
}

.tmdb-error {
  text-align: center;

  padding: 40px;

  background: #fff3cd;

  border: 1px solid #ffc107;

  border-radius: 10px;

  color: #856404;
}

/* Search Container */

.tmdb-search-container {
  max-width: 1400px;

  margin: 0 auto;

  padding: 40px 20px;
}

/* Search Form */

.tmdb-search-form {
  margin-bottom: 40px;
}

.search-wrapper {
  position: relative;

  max-width: 700px;

  margin: 0 auto;

  display: flex;

  align-items: center;

  background: #fff;

  border-radius: 50px;

  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);

  padding: 8px 8px 8px 20px;

  transition: all 0.3s ease;
}

/* .search-wrapper:focus-within {
  box-shadow: 0 12px 40px rgba(229, 9, 20, 0.2);

  transform: translateY(-2px);
} */

.search-icon {
  color: #999;

  margin-right: 12px;

  flex-shrink: 0;
}

.movie-search-input {
  flex: 1;

  border: none;

  outline: none;

  font-size: 16px;

  padding: 12px;

  color: #333;

  background: transparent;
}

.movie-search-input::placeholder {
  color: #999;
}

.search-submit-btn {
  display: flex;

  align-items: center;

  gap: 8px;

  padding: 12px 28px;

  background: #79c142;

  color: #fff;

  border: none;

  border-radius: 50px;

  font-size: 16px;

  font-weight: 600;

  cursor: pointer;

  transition: all 0.3s ease;

  white-space: nowrap;
}

.search-submit-btn:hover {
  /* background: linear-gradient(135deg, #b20710, #8b0509); */

  transform: scale(1.05);
}

.clear-search-btn {
  display: flex;

  align-items: center;

  justify-content: center;

  width: 36px;

  height: 36px;

  background: #f0f0f0;

  border-radius: 50%;

  margin-left: 10px;

  color: #666;

  transition: all 0.3s ease;

  flex-shrink: 0;
}

.clear-search-btn:hover {
  background: #79c142;

  color: #fff;

  transform: rotate(90deg);
}

/* Search Results Header */

.search-results-header {
  text-align: center;

  margin-bottom: 30px;
}

.search-results-header h2 {
  font-size: 32px;

  color: #1a1a1a;

  margin: 0 0 10px;
}

.search-term {
  color: #79c142;

  font-weight: 800;
}

.results-count {
  text-align: center;

  font-size: 16px;

  color: #666;

  margin-bottom: 30px;
}

.results-count strong {
  color: #79c142;
}

/* Popular Movies Header */

.popular-movies-header {
  text-align: center;

  margin-bottom: 40px;
}

.popular-movies-header h2 {
  font-size: 36px;

  font-weight: 800;

  color: #1a1a1a;

  margin: 0 0 10px;
}

.popular-movies-header p {
  font-size: 18px;

  color: #666;

  margin: 0;
}

/* No Results */

.no-results {
  text-align: center;

  padding: 80px 20px;

  background: #fff;

  border-radius: 20px;

  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.no-results svg {
  color: #ccc;

  margin-bottom: 20px;
}

.no-results h3 {
  font-size: 28px;

  color: #1a1a1a;

  margin: 0 0 10px;
}

.no-results p {
  font-size: 16px;

  color: #666;

  margin: 0 0 30px;
}

.browse-btn {
  display: inline-flex;

  align-items: center;

  gap: 10px;

  padding: 14px 32px;

  background: linear-gradient(135deg, #79c142, #b20710);

  color: #fff;

  border-radius: 50px;

  text-decoration: none;

  font-weight: 600;

  transition: all 0.3s ease;
}

.browse-btn:hover {
  background: linear-gradient(135deg, #b20710, #8b0509);

  transform: translateY(-2px);
}

/* Responsive Search */

@media (max-width: 768px) {
  .search-wrapper {
    padding: 6px 6px 6px 15px;
  }

  .movie-search-input {
    font-size: 14px;

    padding: 10px 8px;
  }

  .search-submit-btn {
    padding: 10px 20px;

    font-size: 14px;
  }

  .search-submit-btn svg {
    display: none;
  }

  .search-icon {
    width: 20px;

    height: 20px;
  }

  .search-results-header h2 {
    font-size: 24px;
  }

  .popular-movies-header h2 {
    font-size: 28px;
  }
}

/* All previous movie card and pagination CSS remains the same */

/* Genre Container */

.tmdb-genre-container {
  max-width: 1400px;

  margin: 0 auto;

  padding: 40px 20px;
}

.genre-header {
  text-align: center;

  margin-bottom: 50px;
}

.genre-header h2 {
  font-size: 42px;

  font-weight: 800;

  color: #1a1a1a;

  margin: 0 0 15px;
}

.genre-header p {
  font-size: 18px;

  color: #666;

  margin: 0;
}

/* Genre Grid */

.tmdb-genre-grid {
  display: grid;

  grid-template-columns: repeat(4, 1fr);

  gap: 24px;
}

.tmdb-genre-grid[data-columns="3"] {
  grid-template-columns: repeat(3, 1fr);
}

.tmdb-genre-grid[data-columns="5"] {
  grid-template-columns: repeat(5, 1fr);
}

.tmdb-genre-grid[data-columns="6"] {
  grid-template-columns: repeat(6, 1fr);
}

/* Genre Card */

.genre-card {
  position: relative;

  background: linear-gradient(135deg, #fff 0%, #f8f9fa 100%);

  border-radius: 20px;

  padding: 40px 20px;

  text-align: center;

  text-decoration: none;

  overflow: hidden;

  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);

  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);

  border: 2px solid transparent;
}

.genre-card::before {
  content: "";

  position: absolute;

  top: 0;

  left: 0;

  right: 0;

  bottom: 0;

  background: linear-gradient(135deg, #79c142, #b20710);

  opacity: 0;

  transition: opacity 0.4s ease;

  z-index: 0;
}

.genre-card:hover::before {
  opacity: 1;
}

.genre-card:hover {
  transform: translateY(-10px) scale(1.02);

  box-shadow: 0 20px 50px rgba(229, 9, 20, 0.3);

  border-color: #79c142;
}

.genre-icon {
  position: relative;

  z-index: 1;

  width: 80px;

  height: 80px;

  margin: 0 auto 20px;

  display: flex;

  align-items: center;

  justify-content: center;

  background: rgba(229, 9, 20, 0.1);

  border-radius: 50%;

  transition: all 0.4s ease;
}

.genre-card:hover .genre-icon {
  background: rgba(255, 255, 255, 0.2);

  transform: scale(1.1) rotate(10deg);
}

.genre-icon svg {
  color: #79c142;

  transition: color 0.4s ease;
}

.genre-card:hover .genre-icon svg {
  color: #fff;
}

.genre-name {
  position: relative;

  z-index: 1;

  font-size: 20px;

  font-weight: 700;

  color: #1a1a1a;

  margin: 0 0 15px;

  transition: color 0.4s ease;
}

.genre-card:hover .genre-name {
  color: #fff;
}

.genre-arrow {
  position: relative;

  z-index: 1;

  display: flex;

  align-items: center;

  justify-content: center;

  opacity: 0;

  transform: translateX(-10px);

  transition: all 0.4s ease;
}

.genre-card:hover .genre-arrow {
  opacity: 1;

  transform: translateX(0);
}

.genre-arrow svg {
  color: #fff;
}

/* Genre Movies Page */

.tmdb-genre-movies-container {
  max-width: 1400px;

  margin: 0 auto;

  padding: 40px 20px;
}

.genre-movies-header {
  margin-bottom: 40px;
}

.back-to-genres {
  display: inline-flex;

  align-items: center;

  gap: 8px;

  padding: 10px 20px;

  background: #f5f5f5;

  color: #333;

  border-radius: 10px;

  text-decoration: none;

  font-weight: 600;

  margin-bottom: 20px;

  transition: all 0.3s ease;
}

.back-to-genres:hover {
  background: #79c142;

  color: #fff;

  transform: translateX(-5px);
}

.genre-title {
  font-size: 48px;

  font-weight: 800;

  color: #79c142;

  margin: 0 0 10px;

  background-clip: text;
}

.genre-description {
  font-size: 18px;

  color: #666;

  margin: 0;
}

.movies-count {
  text-align: center;

  font-size: 16px;

  color: #666;

  margin-bottom: 30px;

  padding: 15px;

  background: #f8f9fa;

  border-radius: 10px;
}

.movies-count strong {
  color: #79c142;

  font-weight: 700;
}

/* Responsive Genre Grid */

@media (max-width: 1200px) {
  .tmdb-genre-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .tmdb-genre-grid[data-columns="5"],
  .tmdb-genre-grid[data-columns="6"] {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .tmdb-genre-grid {
    grid-template-columns: repeat(2, 1fr);

    gap: 16px;
  }

  .tmdb-genre-grid[data-columns="3"],
  .tmdb-genre-grid[data-columns="4"],
  .tmdb-genre-grid[data-columns="5"],
  .tmdb-genre-grid[data-columns="6"] {
    grid-template-columns: repeat(2, 1fr);
  }

  .genre-card {
    padding: 30px 15px;
  }

  .genre-icon {
    width: 60px;

    height: 60px;

    margin-bottom: 15px;
  }

  .genre-icon svg {
    width: 36px;

    height: 36px;
  }

  .genre-name {
    font-size: 16px;
  }

  .genre-header h2 {
    font-size: 32px;
  }

  .genre-title {
    font-size: 32px;
  }
}

@media (max-width: 480px) {
  .tmdb-genre-grid {
    grid-template-columns: 1fr;
  }

  .genre-card {
    padding: 25px;
  }
}

.movie-tagline {
  font-size: 20px;

  font-style: italic;

  color: #000;

  margin: 0 0 20px;

  padding: 15px;

  background: #fff;

  border-left: 4px solid #79c142;

  border-radius: 8px;
}

/* You May Also Like Section */

.movie-recommendations {
  background: #fff;

  /* padding: 30px; */

  border-radius: 16px;

  /* box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08); */

  margin-bottom: 30px;
}

.movie-recommendations h2,
.movie-recommendations h4 {
  margin: 0 0 25px;

  font-size: 24px;

  color: #000;

  display: flex;

  align-items: center;

  gap: 10px;
}

/* .movie-recommendations h2::before {

  content: "";

  width: 4px;

  height: 24px;

  background: linear-gradient(135deg, #79c142, #b20710);

  border-radius: 2px;

} */

/* Recommendations Grid */

.recommendations-grid {
  display: grid;

  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));

  gap: 20px;
}

.recommendation-card {
  text-decoration: none;

  display: block;

  transition: transform 0.3s ease;

  position: relative;
}

.recommendation-card:hover {
  transform: translateY(-8px);
}

/* Recommendation Poster */

.recommendation-poster {
  position: relative;

  aspect-ratio: 2/3;

  border-radius: 6px;

  overflow: hidden;

  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);

  margin-bottom: 12px;
}

.recommendation-poster img {
  width: 100%;

  height: 100%;

  object-fit: cover;

  transition: transform 0.5s ease;
}

.recommendation-card:hover .recommendation-poster img {
  transform: scale(1.1);
}

/* Recommendation Overlay */

.recommendation-overlay {
  position: absolute;

  top: 0;

  left: 0;

  right: 0;

  bottom: 0;

  background: linear-gradient(to top, rgba(0, 0, 0, 0.9), transparent);

  display: flex;

  align-items: center;

  justify-content: center;

  opacity: 0;

  transition: opacity 0.3s ease;
}

.recommendation-card:hover .recommendation-overlay {
  opacity: 1;
}

.recommendation-overlay svg {
  color: #fff;

  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
}

/* Recommendation Rating Badge */

.recommendation-rating {
  position: absolute;

  top: 10px;

  right: 10px;

  background: rgba(0, 0, 0, 0.85);

  backdrop-filter: blur(10px);

  padding: 4px 8px;

  border-radius: 12px;

  display: flex;

  align-items: center;

  gap: 4px;

  color: #fff;

  font-weight: 700;

  font-size: 12px;

  z-index: 2;
}

/* Recommendation Info */

.recommendation-info {
  text-align: center;

  position: absolute;

  bottom: 0;

  width: 100%;

  text-align: center;

  background: linear-gradient(
    180deg,
    transparent,
    rgba(0, 0, 0, 0.65) 28%,

    rgba(0, 0, 0, 0.65)
  );

  z-index: 99;

  border-radius: 6px;
}

.recommendation-year {
  font-size: 12px;

  color: #666;

  margin: 0;

  display: none;
}

/* Responsive */

@media (max-width: 1024px) {
  .recommendations-grid {
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));

    gap: 16px;
  }
}

@media (max-width: 768px) {
  .recommendations-grid {
    grid-template-columns: repeat(3, 1fr);

    gap: 12px;
  }

  .movie-recommendations {
    padding: 20px;
  }

  .recommendation-title {
    font-size: 13px;
  }

  /* .page-title h1::before {

    height: 0 !important;

    width: 0 !important;

  } */
}

@media (max-width: 480px) {
  .recommendations-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Optional: Horizontal Scroll Layout [web:76][web:79] */

.recommendations-grid.horizontal-scroll {
  display: flex;

  gap: 20px;

  overflow-x: auto;

  scroll-snap-type: x mandatory;

  padding-bottom: 15px;

  scrollbar-width: thin;

  scrollbar-color: #79c142 #f0f0f0;
}

.recommendations-grid.horizontal-scroll::-webkit-scrollbar {
  height: 8px;
}

.recommendations-grid.horizontal-scroll::-webkit-scrollbar-track {
  background: #f0f0f0;

  border-radius: 10px;
}

.recommendations-grid.horizontal-scroll::-webkit-scrollbar-thumb {
  background: #79c142;

  border-radius: 10px;
}

.recommendations-grid.horizontal-scroll .recommendation-card {
  flex: 0 0 180px;

  scroll-snap-align: start;
}

.showing-count {
  text-align: center;

  font-size: 14px;

  color: #666;

  margin: -10px 0 0;

  display: none;
}

.movie-list-wrapper .col-lg-2 {
  display: inherit;
}

.movie-search-input {
  border: none !important;
}

.blog-item {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);

  padding: 10px;

  border-radius: 6px;
}

.blog-item img {
  width: 100%;

  display: block;
}

.blog-item .blog-content a,
.blog-item a {
  color: #000;

  text-decoration: none;
}

.blog-item .blog-content h5 {
  padding-top: 10px;

  color: #000;

  line-height: 1.3em;
}

.blog-item .blog-content p {
  font-size: 16px;

  line-height: 1.5em;
}

.movie-overlay svg {
  color: #fff;
}

footer {
  background-color: #1e1e1e !important;

  color: #fff !important;

  padding: 20px 0;
}

footer h5 {
  color: #79c142;

  font-size: 18px;

  font-weight: 400;
}

footer ul {
  margin: 0;

  padding: 0;

  list-style: none;
}

footer ul li a {
  color: #ccc;

  text-decoration: none;

  font-size: 16px;

  padding-bottom: 5px;
}

footer ul li {
  padding-bottom: 5px;
}

.brand-wrap p {
  line-height: 1.5em;
}

.brand-wrap p:first-child {
  margin-bottom: 0;
}

.copyright p {
  color: #fff;

  font-size: 16px;

  margin: 0;
}

.subscribe-wrap button {
  background: #79c142;

  border-color: #79c142;

  padding: 4px;

  font-size: 14px;

  border-bottom-left-radius: 0;

  border-top-left-radius: 0;
}

.subscribe-wrap input[type="email"] {
  border-bottom-right-radius: 0;

  border-top-right-radius: 0;
}

.blog-lists .col-lg-3,
.blog-lists-wrapper .col-lg-3 {
  display: inherit;
}

.pagination .page-numbers {
  display: inline-block;

  height: 40px;

  width: 40px;

  line-height: 36px;

  border: 2px solid #e3e5ee;

  text-align: center;

  color: #0c1636;

  border-radius: 4px;

  margin-right: 5px;

  font-size: 15px;

  font-weight: 500;

  text-decoration: none;
}

.pagination .page-numbers.current {
  background-color: #79c142;

  border-color: #79c142;

  color: #fff;
}

.page-title h1,
.page-title h2 {
  margin: 0 0 25px;

  font-size: 28px;

  color: #79c142;

  display: flex;

  align-items: center;

  gap: 10px;

  line-height: 1.5em;
}

body.home .page-title h2,
.page-title h1 {
  color: #000;
}

body.home .page-title h2 {
  border-bottom: 1px solid #77be41;
  padding-bottom: 10px;
}

/* .page-title h1::before {

  content: "";

  width: 4px;

  height: 24px;

  background: linear-gradient(135deg, #79c142, #b20710);

  border-radius: 2px;

} */

.blog-detail-main {
  /* margin-top: 60px; */

  margin-bottom: 120px;
}

.blog-details-post {
  padding-right: 30px;
}

.blog-details-post .single-blog-post {
  margin-top: 40px;
}

.single-blog {
  width: 100%;
}

.single-blog .blog-image {
  position: relative;

  overflow: hidden;

  border-radius: 10px;
}

.single-blog .blog-image a {
  display: block;
}

.blog-details-post a {
  color: #79c142;
}

.single-blog.blog-detail .blog-image a img {
  width: 100%;

  height: auto;
}

.single-blog .blog-image a img {
  transition: all 0.3s linear;

  /* height: 300px; */

  object-fit: cover;

  width: 100%;
}

.blog-details-post .single-blog-post.single-blog .blog-content {
  padding: 30px 0px 0px;

  width: 100%;

  left: 0;

  bottom: 0px;

  transform: translateX(0);

  margin-top: 0px;

  background: #ffffff;

  position: relative;
}

.blog-details-post .single-blog-post.single-blog .blog-content .blog-meta .tag {
  font-size: 15px;

  line-height: 30px;

  font-weight: 500;

  color: #79c142;

  margin-right: 15px;
}

.single-blog .blog-content .blog-meta span {
  font-size: 13px;

  line-height: 24px;

  font-weight: 500;

  color: #999999;

  margin-right: 15px;
}

.single-blog .blog-content .title {
  font-size: 22px;

  line-height: 30px;

  font-weight: 600;

  /* color: #0e0e0e; */

  padding-right: 15px;

  margin-top: 15px;
}

.blog-details-post .single-blog-post.single-blog .blog-content .title {
  font-size: 36px;

  line-height: 1.2em;
}

.blog-details-post .blog-details-content .blog-details-tag-share {
  display: flex;

  flex-wrap: wrap;

  justify-content: space-between;

  align-items: center;

  margin-top: 65px;

  padding-top: 20px;

  border-top: 1px solid #e3e3e5;
}

.blog-details-post
  .blog-details-content
  .blog-details-tag-share
  .blog-details-tag {
  padding-top: 20px;
}

.blog-details-post
  .blog-details-content
  .blog-details-tag-share
  .blog-details-tag
  .sidebar-widget {
  margin-top: 0;

  display: flex;

  align-items: center;
}

.blog-details-post
  .blog-details-content
  .blog-details-tag-share
  .blog-details-tag
  .sidebar-widget
  .label {
  font-size: 14px;

  line-height: 30px;

  font-weight: 700;

  color: #333333;

  margin-right: 10px;
}

.blog-details-post .blog-details-content ul,
.blog-details-post .blog-details-content ol {
  padding-left: 20px;
}

.sidebar-widget .sidebar-tag li {
  display: inline-block;

  margin-bottom: 10px;

  margin-right: 4px;
}

.blog-details-post
  .blog-details-content
  .blog-details-tag-share
  .blog-details-tag
  .sidebar-widget
  .sidebar-tag
  li {
  margin-bottom: 0px;
}

.sidebar-widget .sidebar-tag li a {
  display: inline-block;

  border-radius: 5px;

  padding: 8px 15px;

  font-size: 14px;

  font-family: "Helvetica", sans-serif;

  font-weight: 400;

  color: #666666;

  line-height: 18px;

  background: #f9f9f9;

  transition: all 0.3s linear;
}

.blog-details-post .blog-details-content .techwix-post-pagination {
  display: flex;

  flex-wrap: wrap;

  background: #ffffff;

  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;

  padding: 10px 30px;

  margin-top: 80px;

  overflow: hidden;

  position: relative;
}

.blog-details-post .blog-details-content .techwix-post-pagination::before {
  position: absolute;

  content: "";

  width: 1px;

  background-color: #e1e1e1;

  left: 50%;

  transform: translateX(-50%);

  top: 30px;

  bottom: 30px;
}

.blog-details-post
  .blog-details-content
  .techwix-post-pagination
  .previous-post,
.blog-details-post .blog-details-content .techwix-post-pagination .next-post {
  width: 50%;
}

.blog-details-post
  .blog-details-content
  .techwix-post-pagination
  .blog-pagination-post {
  display: flex;

  align-items: center;

  padding: 30px 0;
}

.blog-details-post
  .blog-details-content
  .techwix-post-pagination
  .blog-pagination-post
  .post-thumb {
  flex-shrink: 0;
}

.techwix-post-pagination img {
  width: 74px;

  height: 74px;

  object-fit: cover;
}

.blog-details-post
  .blog-details-content
  .techwix-post-pagination
  .blog-pagination-post
  .post-thumb
  a
  img {
  border-radius: 10px;

  -o-object-position: center;

  object-position: center;

  -o-object-fit: cover;

  object-fit: cover;
}

.blog-details-post
  .blog-details-content
  .techwix-post-pagination
  .blog-pagination-post
  .post-content {
  flex-grow: 1;

  padding: 0 20px;
}

.blog-details-post
  .blog-details-content
  .techwix-post-pagination
  .blog-pagination-post
  .post-content
  .title {
  font-size: 18px;

  line-height: 22px;

  font-weight: 600;

  color: #0e0e0e;
}

.blog-details-post
  .blog-details-content
  .techwix-post-pagination
  .blog-pagination-post
  .post-content
  .title
  a {
  color: #2c2350;

  text-decoration: none;
}

.blog-details-post
  .blog-details-content
  .techwix-post-pagination
  .blog-pagination-post
  .post-content
  .date {
  font-size: 12px;

  line-height: 22px;

  color: #838383;
}

.blog-sidebar {
  margin-top: 40px;

  margin-left: 0;

  position: sticky;

  top: 40px;
}

.sidebar-widget {
  margin-top: 45px;
}

.blog-sidebar .sidebar-widget-1 {
  margin-top: 0;
}

.sidebar-widget .widget-title {
  margin-bottom: 25px;
}

.sidebar-widget .widget-title .title {
  font-size: 20px;

  font-family: "Helvetica", sans-serif;

  font-weight: 700;

  color: #0e0e0e;

  display: inline-block;
}

.sidebar-widget .recent-posts ul li {
  border-top: 1px solid #e5e5e5;

  padding-top: 30px;

  margin-top: 30px;
}

.sidebar-widget .recent-posts ul li:first-child {
  border-top: 0;

  padding-top: 0;

  margin-top: 0;
}

.sidebar-widget .recent-posts ul li .post-link {
  display: flex;

  align-items: center;
}

.sidebar-widget .recent-posts ul li .post-link .post-thumb {
  margin-right: 20px;
}

.sidebar-widget .recent-posts ul li .post-link .post-thumb img {
  border-radius: 50%;

  image-rendering: crisp-edges;

  height: 75px;

  width: 75px;

  object-fit: cover;
}

.sidebar-widget .recent-posts ul li .post-link .post-text {
  flex: 1;
}

.sidebar-widget .recent-posts ul li .post-link .post-text .title {
  font-size: 16px;

  line-height: 23px;

  font-weight: 600;

  transition: all 0.3s linear;
}

.sidebar-widget .recent-posts ul li .post-link .post-text .post-meta {
  font-size: 12px;

  font-weight: 400;

  line-height: 24px;

  color: #838383;

  display: inline-block;

  margin-top: 5px;
}

.sidebar-widget .category .cate-item {
  border-top: 1px solid #ebebeb;

  padding-top: 10px;

  margin-top: 15px;
}

.sidebar-widget .category .cate-item:first-child {
  border-top: 0;

  padding-top: 0;

  margin-top: 0;
}

.sidebar-widget .category .cate-item a {
  display: flex;

  font-size: 15px;

  font-family: "Helvetica", sans-serif;

  font-weight: 500;

  color: #29303c;

  transition: all 0.3s linear;
}

.sidebar-widget .category .cate-item a .post-count {
  margin-left: auto;

  align-items: flex-start;

  width: 20px;

  height: 20px;

  line-height: 20px;

  text-align: center;

  border-radius: 50%;

  background: #79c142;

  font-size: 14px;

  font-family: "Helvetica", sans-serif;

  font-weight: 400;

  color: #fff;

  transition: all 0.3s linear;
}

.sidebar-widget .sidebar-tag li {
  display: inline-block;

  margin-bottom: 10px;

  margin-right: 4px;
}

.sidebar-widget .sidebar-tag li a {
  display: inline-block;

  border-radius: 5px;

  padding: 8px 15px;

  font-size: 14px;

  font-family: "Helvetica", sans-serif;

  font-weight: 400;

  color: #666666;

  line-height: 18px;

  background: #f9f9f9;

  transition: all 0.3s linear;

  text-decoration: none;
}

.recent-posts a,
.cate-item a {
  text-decoration: none;

  color: #000;
}

@media only screen and (max-width: 1199px) {
  .blog-details-post .blog-details-content .techwix-post-pagination {
    padding: 10px 20px;
  }
}

@media only screen and (max-width: 767px) {
  .blog-details-post .blog-details-content .techwix-post-pagination::before {
    width: auto;

    height: 1px;

    left: 30px;

    right: 30px;

    top: 50%;

    transform: translateY(-50%);

    bottom: auto;
  }

  .blog-details-post
    .blog-details-content
    .techwix-post-pagination
    .previous-post,
  .blog-details-post .blog-details-content .techwix-post-pagination .next-post {
    width: 100%;
  }

  .blog-details-post {
    padding: 0;
  }
}

/* Navbar Styles */

.movie-navbar {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3) !important;

  background-color: #ffffff;

  padding-top: 0.6rem;

  padding-bottom: 0.6rem;

  z-index: 999;
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0,0,0,0.7)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.logo-wrap {
  display: flex;

  align-items: center;
}

.logo-main img {
  height: 36px;

  max-width: 100%;
}

.navbar-nav .menu-item a {
  color: #000000;

  font-size: 16px;

  letter-spacing: 0.06em;

  text-transform: uppercase;

  padding: 5px;

  font-weight: 500;

  position: relative;

  transition: color 0.2s ease;

  white-space: nowrap;

  text-decoration: none;
}

.navbar-nav .menu-item a.active,
.navbar-nav .menu-item a:hover {
  color: #79c142;

  max-width: fit-content;
}

.navbar-nav .menu-item a::after {
  content: "";

  position: absolute;

  left: 1rem;

  right: 1rem;

  bottom: 0.1rem;

  height: 2px;

  background: #79c142;

  transform: scaleX(0);

  transform-origin: center;

  transition: transform 0.2s ease;
}

.navbar-nav .menu-item a:hover::after,
.navbar-nav .menu-item a.active::after {
  transform: scaleX(1);
}

.menu-item {
  position: relative;
}

.sub-menu {
  position: absolute;

  top: 100%;

  left: 0;

  min-width: 220px;

  background-color: #15161c;

  padding: 0.35rem 0;

  margin: 0;

  list-style: none;

  opacity: 0;

  visibility: hidden;

  transform: translateY(10px);

  transition: all 0.2s ease;

  border-radius: 0 0 8px 8px;

  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.8);

  z-index: 1050;

  column-count: 4;

  gap: 00px;
}

.menu-item:hover > .sub-menu {
  opacity: 1;

  visibility: visible;

  transform: translateY(0);
}

.sub-menu .menu-item a {
  display: block;

  padding: 0.4rem 1rem;

  font-size: 0.85rem;

  color: #e9ecef;

  text-decoration: none;

  white-space: nowrap;
}

.sub-menu .menu-item a:hover {
  /* background-color: #21232d; */
}

.search-box .input-group {
  /* max-width: 300px; */
}

.search-box .input-group-text {
  background-color: #ffffff;

  border: none;

  border-right: 0;

  border-radius: 0;
}

.search-box .input-group-text {
  padding-right: 0;

  padding-top: 0;

  padding-bottom: 0;
}

.search-box .input-group-text button {
  background: #79c142;

  border: none;

  border-radius: 0;
}

.search-box .input-group-text i {
  color: #fff;

  font-size: 0.9rem;
}

.search-box .form-control {
  background-color: #ffffff;

  border-color: #343a40;

  border-left: 0;

  border-radius: 0 !important;

  color: #000000;

  padding-left: 10px;
}

.search-box .form-control::placeholder {
  color: #000000;
}

.search-box .form-control:focus {
  color: #000000;
}

.navbar-dark .navbar-toggler {
  border-color: transparent;
}

.navbar-dark .navbar-toggler:focus {
  box-shadow: none;
}

.form-control:focus {
  box-shadow: none;
}

.home-banner img {
  width: 100%;
}

.main-banner {
  position: relative;

  overflow: hidden;
}

.home-banner .hb-desc {
  background: rgba(0, 0, 0, 0.7);

  color: #fff;

  border-radius: 5px;

  bottom: 40px;

  left: 5%;

  padding: 20px;

  right: 30%;

  text-align: left;

  position: absolute;

  opacity: 0;

  transform: translateY(20px);

  transition: all 0.3s ease;

  z-index: 2;
}

.home-banner .swiper-slide:hover .hb-desc {
  opacity: 1;

  transform: translateY(0);
}

.home-banner .main-banner:hover .hb-desc {
  opacity: 1;

  transform: translateY(0);
}

.bn-img img {
  transition: all 0.3s ease;

  height: 400px;

  object-fit: cover;

  object-position: top;
}

.home-banner .main-banner:hover .bn-img img {
  transform: scale(1.05);

  filter: brightness(0.6);
}

.home-banner .swiper-pagination {
  bottom: 20px !important;
}

.home-banner .swiper-pagination-bullet {
  width: 30px;

  height: 3px;

  background: #ffffff;

  opacity: 0.4;

  border-radius: 0%;
}

.home-banner .swiper-pagination-bullet-active {
  opacity: 1;

  background: #ffffff;
}

.home-banner .hb-desc h2 {
  color: inherit;

  font-weight: 500;

  line-height: 1.2;

  font-size: 30px;
}

.home-banner .hb-desc p {
  color: inherit;

  font-weight: 400;

  line-height: 1.2;

  font-size: 20px;
}

.home-banner .hb-desc a {
  font-size: 17px;

  background: #79c142;

  border-color: #79c142;
}

.brand-wrap img {
  width: 280px;

  margin-bottom: 10px;
}

body.page-id-11 .main {
  margin-top: 0px !important;
}

body.page-id-11 .main .single-page > .container-fluid {
  padding: 0;
}

body.page-id-8 .main {
  margin-top: 0;
}

.home-banner {
  margin-bottom: 30px;

  margin-top: 15px;
}

.video-box {
  position: relative;
}

.video-img {
  position: relative;
}

.video-box:hover .video-overlay {
  opacity: 1;
}

.video-overlay svg {
  color: #fff;
}

.video-overlay {
  position: absolute;

  top: 0;

  left: 0;

  right: 0;

  bottom: 0;

  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);

  display: flex;

  align-items: center;

  justify-content: center;

  opacity: 0;

  transition: opacity 0.3s ease;

  border-radius: 12px;
}

.video-list {
  margin: 60px 0;
}

.video-list h2,
.video-list h4 {
  margin: 0 0 25px;

  font-size: 28px;

  color: #000;

  display: flex;

  align-items: center;

  gap: 10px;
}

/* .video-list h2::before {

  content: "";

  width: 4px;

  height: 24px;

  background: linear-gradient(135deg, #79c142, #b20710);

  border-radius: 2px;

} */

.video-box a {
  color: #000;

  text-decoration: none;
}

.video-box img {
  width: 100%;

  border-radius: 12px;
}

.video-box a {
  font-size: 18px;

  line-height: 1.5em;

  padding-top: 10px;

  text-decoration: none;

  color: #000;
}

.video-link {
  display: block;

  font-weight: 500;
}

.suggest-video h2 {
  font-size: 24px;
  color: #77be41;
  margin-bottom: 10px;

  line-height: 1.3em;
}

.video-detail {
  margin: 30px 0;
}

.video-detail-image {
  position: relative;
}

.video-content {
  margin-bottom: 60px;
}

.video-detail-image svg {
  position: absolute;

  top: 50%;

  left: 50%;

  right: 0;

  bottom: 0;

  display: flex;

  align-items: center;

  justify-content: center;

  transition: opacity 0.3s ease;

  border-radius: 12px;

  color: #fff;
}

.video-detail .video-detail-image img {
  width: 100%;

  border-radius: 12px;
}

.video-box:hover .movie-overlay {
  opacity: 1;
}
.blog-content ul,
.blog-content ol {
  padding-left: 20px;
}
.blog-content nav > ul a {
  text-decoration: none;
}
@media (max-width: 1400px) {
  body.home .tmdb-slider-section > .container-xxl {
    padding: 0;
  }
}

@media (max-width: 1200px) {
  .home-banner .hb-desc h2 {
    font-size: 20px;
  }

  .home-banner .hb-desc p {
    font-size: 16px;
  }

  .home-banner .hb-desc a {
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  .current-menu-item {
    border: none;

    margin: 0;
  }

  .navbar-collapse.show {
    right: 0;
  }

  ul.navbar-nav > li {
    width: 100%;
  }

  header .navbar-nav .menu-item.menu-item-has-children::after {
    content: "";

    position: absolute;

    border-style: solid;

    border-color: #000;

    transform: rotate(45deg);

    border-width: 0 3px 3px 0;

    width: 12px;

    height: 12px;

    top: 16px;

    right: 25px;
  }

  header .navbar-nav .menu-item-has-children.sub-open > ul.sub-menu {
    display: block !important;

    position: relative;

    transition: none;

    transform: none;

    opacity: 1;

    visibility: visible;

    border-radius: 0;

    margin: 0;

    padding: 0 !important;

    box-shadow: none;

    top: auto;

    left: 0;

    background-color: rgb(109, 109, 109);
  }

  header .navbar-nav > li.menu-item-has-children ul.sub-menu a {
    margin-bottom: 0;

    display: block;

    color: #fff;
  }

  header .navbar-nav > li.menu-item-has-children ul.sub-menu a:hover {
    color: #79c142;
  }

  header .navbar-nav .sub-menu a {
    font-size: 16px;
  }

  .menu-item:hover > .sub-menu {
    opacity: 0;

    visibility: hidden;

    transform: none;
  }

  header .navbar-nav .menu-item-has-children:hover ul.sub-menu {
    display: none;
  }

  header .menu-item + .menu-item {
    margin-left: 0;

    /* border-top: 1px solid #000000; */
  }

  header .navbar-nav a {
    font-size: 16px;

    width: 100%;

    display: block;

    padding: 15px !important;

    line-height: 1;

    border: 0;
  }

  ul.navbar-nav {
    padding-top: 40px;

    width: 100%;

    overflow-x: hidden;
  }

  .navbar-collapse {
    padding: 0;

    float: left;

    width: 100%;

    position: fixed;

    left: auto;

    right: -100%;

    top: 0;

    z-index: 11;

    transition: 0.4s;

    height: 100vh !important;

    border: 0;

    display: block;

    background: #ffffff;

    overflow: auto;
  }

  button.close-btn {
    width: 40px;

    height: 40px;

    background: transparent;

    border: 0;

    right: 10px;

    position: absolute;

    font-size: 28px;

    color: #000000 !important;

    padding: 0;

    z-index: 2;

    transition: 0.6s;

    top: 10px;

    cursor: pointer;

    line-height: 40px;

    text-align: center;
  }

  .navbar-nav .menu-item a::after {
    display: none;
  }

  .home-banner .hb-desc {
    /* display: none; */

    width: 90%;

    margin: 0 auto;
  }

  .home-banner > .container,
  body.home .tmdb-slider-section > .container-xxl {
    padding: 0;
  }
}

@media (max-width: 768px) {
  .sub-menu {
    column-count: 3;

    padding: 20px !important;
  }

  header .navbar-nav > li.menu-item-has-children ul.sub-menu a {
    font-size: 14px;

    padding: 10px !important;
  }
}

@media (max-width: 495px) {
  .logo-main img {
    height: 24px;
  }

  header .input-group .input-group-text {
    padding: 0px;
  }

  header form .form-control {
    padding: 0px 7px;
  }

  .search-box .form-control {
    font-size: 10px;
  }

  .navbar-dark .navbar-toggler {
    margin-top: 10px;
  }

  .sub-menu {
    column-count: 2;

    padding: 40px !important;
  }
}

.movie-lists > * {
  flex: 0 0 auto;

  width: 50%;
}

@media (min-width: 576px) {
  .movie-lists > * {
    flex: 0 0 auto;

    width: 25%;
  }
}

@media (min-width: 992px) {
  .movie-lists > * {
    flex: 0 0 auto;

    width: 16.66666667%;
  }
}

@media (min-width: 1200px) {
  /* .movie-lists > * {

    flex: 0 0 auto;

    width: 12.5%;

  } */
}

.contact-section {
  padding: 80px 0;
}

.contact-header {
  text-align: center;

  margin-bottom: 60px;
}

.contact-main-title {
  font-size: 48px;

  font-weight: 800;

  color: #1a1a1a;

  margin-bottom: 15px;

  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);

  -webkit-background-clip: text;

  -webkit-text-fill-color: transparent;

  background-clip: text;
}

.contact-subtitle {
  font-size: 18px;

  color: #666;

  max-width: 600px;

  margin: 0 auto;
}

/* Contact Info Cards */

.contact-info-card {
  background: #fff;

  border-radius: 16px;

  padding: 30px;

  display: flex;

  align-items: flex-start;

  gap: 20px;

  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);

  transition: all 0.3s ease;

  margin-bottom: 20px;

  height: 100%;
}

.contact-info-card:hover {
  transform: translateY(-5px);

  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.contact-icon {
  width: 60px;

  height: 60px;

  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);

  border-radius: 50%;

  display: flex;

  align-items: center;

  justify-content: center;

  flex-shrink: 0;

  color: #fff;

  font-size: 24px;
}

.contact-info-content h3 {
  font-size: 18px;

  font-weight: 700;

  color: #1a1a1a;

  margin-bottom: 8px;
}

.contact-info-content p {
  font-size: 15px;

  color: #666;

  margin: 0;
}

.contact-info-content a {
  color: #667eea;

  text-decoration: none;

  transition: color 0.3s ease;
}

.contact-info-content a:hover {
  color: #764ba2;
}

/* Social Media */

.contact-social {
  background: #fff;

  border-radius: 16px;

  padding: 30px;

  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.contact-social h3 {
  font-size: 18px;

  font-weight: 700;

  color: #1a1a1a;

  margin-bottom: 20px;
}

.social-links {
  display: flex;

  gap: 15px;

  flex-wrap: wrap;
}

.social-link {
  width: 45px;

  height: 45px;

  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);

  border-radius: 50%;

  display: flex;

  align-items: center;

  justify-content: center;

  color: #fff;

  transition: all 0.3s ease;

  text-decoration: none;

  font-size: 20px;
}

.social-link:hover {
  transform: translateY(-3px);

  box-shadow: 0 5px 15px rgba(102, 126, 234, 0.4);

  color: #fff;
}

/* Contact Form */

.contact-form-wrapper {
  background: #fff;

  border-radius: 16px;

  padding: 40px;

  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.form-title {
  font-size: 28px;

  font-weight: 700;

  color: #1a1a1a;

  margin-bottom: 30px;
}

.form-group {
  margin-bottom: 25px;
}

.form-group label {
  font-size: 14px;

  font-weight: 600;

  color: #333;

  margin-bottom: 8px;

  display: block;
}

.required {
  color: #e74c3c;
}

.input-icon {
  position: relative;
}

.input-icon i {
  position: absolute;

  left: 15px;

  top: 50%;

  transform: translateY(-50%);

  color: #000;

  font-size: 18px;

  z-index: 1;
}

.input-icon .form-control {
  padding: 10px;
}

.contact-form-wrapper .form-group p {
  margin-bottom: 0;
}

.form-control {
  width: 100%;

  padding: 12px 15px;

  font-size: 15px;

  border: 2px solid #e0e0e0;

  border-radius: 10px;

  transition: all 0.3s ease;

  background: #f8f9fa;
}

.form-control:focus {
  outline: none;

  border-color: #667eea;

  background: #fff;

  box-shadow: 0 0 0 4px rgba(102, 126, 234, 0.1);
}

textarea.form-control {
  resize: vertical;

  min-height: 150px;

  padding-left: 15px;
}

.btn-submit {
  width: 100%;

  padding: 15px 30px;

  font-size: 16px;

  font-weight: 700;

  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);

  color: #fff;

  border: none;

  border-radius: 10px;

  display: flex;

  align-items: center;

  justify-content: center;

  gap: 10px;

  transition: all 0.3s ease;

  cursor: pointer;
}

.btn-submit:hover {
  transform: translateY(-2px);

  box-shadow: 0 10px 30px rgba(102, 126, 234, 0.4);
}

/* Map Section */

.contact-map {
  margin-top: 60px;

  border-radius: 16px;

  overflow: hidden;

  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.map-container {
  width: 100%;

  height: 450px;
}

.map-container iframe {
  width: 100%;

  height: 100%;

  border: none;
}

/* Success Message */

.alert {
  padding: 15px 20px;

  border-radius: 10px;

  margin-bottom: 25px;

  display: none;

  align-items: center;

  gap: 12px;

  font-size: 15px;
}

.alert-success {
  background: #d4edda;

  color: #155724;

  border: 1px solid #c3e6cb;
}

.alert-danger {
  background: #f8d7da;

  color: #721c24;

  border: 1px solid #f5c6cb;
}

.video-box-header p {
  margin-bottom: 0;

  font-size: 15px;

  line-height: 1.5em;
}
.home-banner .hb-banner {
  height: 60svh;
}
.home-desc {
  position: absolute;
  bottom: 30px;
  color: #fff;
  width: 50%;
  padding: 19px;
}
.home-desc a {
  color: #fff;
  text-decoration: none;
}
.fix-box-wrap {
  display: none;
}

/* Responsive */

@media (max-width: 991px) {
  .contact-section {
    padding: 60px 0;
  }

  .contact-main-title {
    font-size: 36px;
  }

  .contact-form-wrapper {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .contact-section {
    padding: 40px 0;
  }

  .contact-main-title {
    font-size: 28px;
  }

  .contact-info-card {
    padding: 20px;
  }

  .contact-icon {
    width: 50px;

    height: 50px;

    font-size: 20px;
  }

  .contact-form-wrapper {
    padding: 25px;
  }

  .form-title {
    font-size: 24px;
  }

  .social-links {
    justify-content: center;
  }

  .map-container {
    height: 300px;
  }
  .home-banner .hb-banner {
    height: 50svh;
  }
  .home-desc {
    width: 100%;
  }
}

.not-found-btn {
  background: #79c142;

  color: #fff;

  padding: 5px 30px;

  font-size: 18px;
}

.error-404 {
  margin-bottom: 60px;
}

.subscribe-wrap .input-group > p {
  display: flex;

  align-items: start;

  margin-bottom: 0;
}

.header-search-input {
  border: 1px solid #79c142 !important;
}

.header-search-input input {
  border: none !important;
}

.header-search-input input:focus {
  box-shadow: none !important;
}

.contact-form-wrapper br {
  display: none;
}

.video-slider-box {
  position: relative;
}

.video-slider-box svg {
  color: #fff;
}

.video-slider-box:hover .video-overlay {
  opacity: 1;
}

.video-slider-box a {
  margin-bottom: 30px;
}

.video-slider .swiper-pagination-bullet {
  background: #000;
}

.video-slider .swiper-pagination-bullet-active {
  background: #000;
}

.video-slider-box iframe,
.video-slider-box img {
  border-radius: 12px;
}

.video-slider .swiper-pagination {
  bottom: 0 !important;
}

.video-slider-box img,
.video-slider-box iframe {
  width: 100%;

  height: 700px;

  object-fit: cover;

  object-position: top;
}

.video-slider-box .video-link {
  font-size: 18px;

  line-height: 1.5em;

  padding-top: 10px;

  text-decoration: none;

  color: #000;

  font-weight: 500;
}

.fix-box-wrap {
  position: fixed;

  bottom: 10px;

  right: 0;

  z-index: 999;
}

.fix-box-wrap iframe {
  /* width: 380px; */

  /* border-radius: 0px 0px 10px 10px; */

  /* height: 180px; */
}

.fix-box {
  position: relative;
}

.video-box-header {
  display: grid;

  grid-template-columns: 1fr 30px;

  align-items: center;

  /* border-radius: 10px 10px 0px 0px; */

  background: #000;

  color: #fff;

  padding: 0px 10px;
}

.video-box-header i {
  text-align: end;

  font-size: 22px;
}

.fix-box iframe {
  pointer-events: none;
}

.video-link-overlay {
  position: absolute;

  inset: 0;

  z-index: 10;

  cursor: pointer;
}
.blog-meta {
  font-size: 15px;
  color: #000;
  margin-top: 10px;
}

.blog-category {
  margin-left: 6px;
}

.links-section .quick-link,
.links-section .quick-cat-link {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 30px;
}
.video-list .links-section .quick-link a {
  padding: 10px;
  color: #000;

  text-decoration: none;
  background: #ddd;
  border-radius: 6px;
  font-size: 15px;
}
.quick-cat-link a {
  padding: 10px;
  color: #fff;
  text-decoration: none;
  background: #79c142;
  border-radius: 6px;
  font-size: 15px;
}
.landing-image img {
  width: 100%;
  height: 100svh;
  object-fit: fill;
  object-position: center;
  filter: blur(6px);
}
.quick-link.quick-link-btn a {
  background: none;
  padding: 0;
}
.landing-section .landing-content {
  position: absolute;
  z-index: 9;
  background: #fff;
  max-width: 600px;
  margin: 0 auto;
  left: 0;
  right: 0;
  padding: 10px;
  border-radius: 6px;
  bottom: 40%;
}
.video-btn {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 15px;
}

.video-btn .btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 5px 10px;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.video-btn svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

/* Watch button */
.watch-btn {
  background: #79c142;
  color: #fff !important;
}

.watch-btn:hover {
  background: #79c142;
  transform: translateY(-2px);
}

/* Download button */
.download-btn {
  background: transparent;
  color: #79c142;
  border: 2px solid #79c142;
}

.download-btn:hover {
  background: #79c142;
  color: #fff;
  transform: translateY(-2px);
}
.video-page-btn {
  margin-bottom: 20px;
}
.video-btn.video-page-btn .btn {
  padding: 12px 24px;
  font-size: 16px;
}
.video-btn.video-page-btn svg {
  width: 24px;
  height: 24px;
}
.post-share {
  /* margin-top: 40px; */
  padding-top: 20px;
  border-top: 1px solid #e5e5e5;
}

.share-label {
  display: block;
  font-weight: 600;
  margin-bottom: 12px;
  color: #333;
}

.share-buttons {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.share-btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #f5f5f5;
  color: #555;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
}

.share-btn svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

/* Brand colors on hover */
.share-btn.fb:hover {
  background: #1877f2;
  color: #fff;
}

.share-btn.x:hover {
  background: #000;
  color: #fff;
}

.share-btn.wa:hover {
  background: #25d366;
  color: #fff;
}
.share-btn.copy {
  position: relative;
}
.share-btn.copy:hover {
  background: #79c142;
  color: #fff;
}
.copy-toast {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  background: #000;
  color: #fff;
  padding: 10px 18px;
  border-radius: 30px;
  font-size: 14px;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
}

.copy-toast.show {
  opacity: 1;
  bottom: 40px;
}

.share-btn:hover {
  transform: translateY(-3px);
}
.vid-dow-title {
  margin-bottom: 20px;
}
.dov-btn-box {
  text-align: center;
  border: 1px solid #79c142;
  padding: 10px;
  margin-bottom: 20px;
  max-width: 600px;
  border-radius: 6px;
}
.dov-btn-box p {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
}
.dov-btn-box a {
  text-decoration: none;
  padding: 10px;
  background: #79c142;
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 10px;
  display: block;
  width: max-content;
  margin: 0 auto;
}
body.page-id-1445 .main {
  margin-top: 0;
}
body.home .tmdb-pagination {
  display: none;
}

body.home .movie-list-wrapper {
  margin-bottom: 30px;
}

body.home .movie-recommendations {
  padding: 0;
}
.landing-content a {
  font-size: 18px;
  width: 100%;
  background: #79c142;
  border-color: #79c142;
  margin-top: 20px;
  font-weight: 600;
  padding: 10px;
}
.landing-content a:hover {
  background: #79c142;
  border-color: #79c142;
}
.landing-content p:last-child {
  margin-bottom: 0;
}
.featured-link a {
  text-decoration: none;

  color: #fff;
}

.featured-link h3 {
  font-size: 20px;
}

.wpcf7-response-output {
  margin-top: 10px !important;

  margin-left: 0 !important;
}

body.privacy-policy .single-page ul,
body.privacy-policy .single-page ol {
  padding-left: 20px;

  margin-bottom: 1.5em;
}

body.privacy-policy .single-page ul li {
  list-style: disc;
}

.modern-select {
  position: relative;
  min-width: 220px;
}

.modern-select select {
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 12px 42px 12px 16px;
  border-radius: 10px;
  border: 1px solid #dfe6da;
  background-color: #fff;
  font-size: 14px;
  font-weight: 500;
  color: #333;
  cursor: pointer;
  transition: all 0.25s ease;
}

.modern-select::after {
  content: "▾";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  font-size: 20px;
  color: #79c142;
}

.modern-select select:hover {
  border-color: #79c142;
}

.modern-select select:focus {
  outline: none;
  border-color: #79c142;
  box-shadow: 0 0 0 3px rgba(121, 193, 66, 0.2);
}

.modern-select option {
  padding: 10px;
}

.filter-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: end;
}

.video-breadcrumb ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;

  list-style: none;
  padding: 0;
  margin: 0 0 16px;
}

.video-breadcrumb li {
  font-size: 14px;
  color: #666;
}

.video-breadcrumb li a {
  color: #79c142;
  text-decoration: none;
  font-weight: 500;
}

.video-breadcrumb li a:hover {
  text-decoration: underline;
}

/* Separator */
.video-breadcrumb li:not(:last-child)::after {
  content: "›";
  margin-left: 8px;
  color: #ccc;
}

.video-breadcrumb .current {
  color: #333;
  font-weight: 600;
}

.movie-card {
  width: 100%;
  max-width: 520px;
  background: #ffffff;
  border-radius: 18px;
  padding: 26px;
  /* box-shadow: 0 18px 40px rgba(0, 0, 0, .08); */
}

.movie-card h2 {
  position: relative;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.2px;
  margin-bottom: 22px;
  background: linear-gradient(90deg, #111827, #4f46e5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.movie-card h2::after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: -8px;
  width: 100%;
  width: 42px;
  height: 3px;
  border-radius: 3px;
  background: linear-gradient(90deg, #6366f1, #4f46e5);
}

.movie-card .info {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.movie-card .item {
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  align-items: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e7eb;
}

.movie-card .item:last-child {
  border-bottom: none;
}

.movie-card .item h5 {
  font-size: 14px;
  font-weight: 700;
  color: #374151;
}

.movie-card .item h6 {
  font-size: 14px;
  font-weight: 500;
  color: #111827;
  text-align: right;
}

.wp-block-list li {
  margin-bottom: 8px;
}
.video-content .wp-block-list {
  list-style: none;
  padding-left: 0;
}

.video-content .wp-block-list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
}

.video-content .wp-block-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 17px;
  height: 17px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIC02LjUgMzYgMzYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgZmlsbD0iIzAwMDAwMCI+PGcgaWQ9IlNWR1JlcG9fYmdDYXJyaWVyIiBzdHJva2Utd2lkdGg9IjAiPjwvZz48ZyBpZD0iU1ZHUmVwb190cmFjZXJDYXJyaWVyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPjwvZz48ZyBpZD0iU1ZHUmVwb19pY29uQ2FycmllciI+IDx0aXRsZT5yaWdodC1hcnJvdzwvdGl0bGU+IDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiA8ZyBpZD0iaWNvbnMiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiA8ZyBpZD0idWktZ2FtYmxpbmctd2Vic2l0ZS1saW5lZC1pY25vcy1jYXNpbm9zaHVudGVyIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjEyLjAwMDAwMCwgLTE1OS4wMDAwMDApIiBmaWxsPSIjNzhjMjQwIiBmaWxsLXJ1bGU9Im5vbnplcm8iPiA8ZyBpZD0ic3F1YXJlLWZpbGxlZCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNTAuMDAwMDAwLCAxMjAuMDAwMDAwKSI+IDxwYXRoIGQ9Ik0xODcuMTA4MDEyLDM5LjI5MDI4NTcgTDE5Ny42NDk4MDQsNDkuNzQxNzA0MyBMMTk3LjcwODk5NCw0OS43OTU5MTY5IEMxOTcuODg5MTQxLDQ5Ljk3NDU1NDMgMTk3Ljk4NjE0Myw1MC4yMDQ0MTgyIDE5OCw1MC40MzgyMjI3IEwxOTgsNTAuNTYxNzc3MyBDMTk3Ljk4NjE0Myw1MC43OTU1ODE4IDE5Ny44ODkxNDEsNTEuMDI1NDQ1NyAxOTcuNzA4OTk0LDUxLjIwNDA4MzEgTDE5Ny42NTcxLDUxLjI0Nzk4MDMgTDE4Ny4xMDgwMTIsNjEuNzA5NzE0MyBDMTg2LjcxNzY5NCw2Mi4wOTY3NjE5IDE4Ni4wODQ4NjUsNjIuMDk2NzYxOSAxODUuNjk0NTQ3LDYxLjcwOTcxNDMgQzE4NS4zMDQyMyw2MS4zMjI2NjY4IDE4NS4zMDQyMyw2MC42OTUxMzg3IDE4NS42OTQ1NDcsNjAuMzA4MDkxMSBMMTk0LjcwMjY2Niw1MS4zNzM4NDk2IEwxNjIuOTk5NDcsNTEuMzc0NjI5MSBDMTYyLjQ0NzQ3OCw1MS4zNzQ2MjkxIDE2Miw1MC45MzA4OTk3IDE2Miw1MC4zODM1MzE4IEMxNjIsNDkuODM2MTYzOSAxNjIuNDQ3NDc4LDQ5LjM5MjQzNDUgMTYyLjk5OTQ3LDQ5LjM5MjQzNDUgTDE5NC40Njc3OSw0OS4zOTE2NTUxIEwxODUuNjk0NTQ3LDQwLjY5MTkwODkgQzE4NS4zMDQyMyw0MC4zMDQ4NjEzIDE4NS4zMDQyMywzOS42NzczMzMyIDE4NS42OTQ1NDcsMzkuMjkwMjg1NyBDMTg2LjA4NDg2NSwzOC45MDMyMzgxIDE4Ni43MTc2OTQsMzguOTAzMjM4MSAxODcuMTA4MDEyLDM5LjI5MDI4NTcgWiBNMTk3LjExNTM1Nyw1MC4zODI2OTMgTDE4Ni40MDEyNzksNjEuMDA4OTAyNyBMMTk3LjAwMjE1MSw1MC41MDAyMDQ2IEwxOTcuMDAyMjUyLDUwLjQ5NjM3MTkgTDE5Ni45NDMxNDIsNTAuNDQyNTg1IEwxOTYuODgyNzM3LDUwLjM4MjY5MyBMMTk3LjExNTM1Nyw1MC4zODI2OTMgWiIgaWQ9InJpZ2h0LWFycm93Ij4gPC9wYXRoPiA8L2c+IDwvZz4gPC9nPiA8L2c+PC9zdmc+");
}
.video-content .seo-main {
  padding-left: 20px;
}

.video-content .seo-main li {
  list-style-type: disc;
  position: relative;
  padding-left: 6px;
}
.video-content .seo-main li::marker {
  color: #78c240; /* change to any color you want */
}

.video-content .seo-main li::before {
  content: none !important;
  display: none !important;
}
.recommendation-title {
  font-size: 18px !important;
  font-weight: 600 !important;
  color: #fff !important;
  margin: 0 0 4px !important;
  line-height: 1.3 !important;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: block !important;
  padding-bottom: 10px;
}
.blog-content .wp-block-rank-math-toc-block {
  padding: 20px 0;
}
body.single-video .video-content-wrapper a {
  text-decoration: none;
}
.video-wrap iframe {
  width: 100%;
  height: 500px;
}
.video-box a {
  cursor: pointer;
}
body.home .video-list {
  margin-top: 30px;
}
.page-id-1445 {
  overflow: hidden;
}

.page-id-1445 header,
.page-id-1445 footer {
  filter: blur(6px);
  opacity: 0.7;
  pointer-events: none;
  user-select: none;
}

.page-id-1445 header a,
.page-id-1445 footer a {
  pointer-events: none;
}

header,
footer {
  transition:
    filter 0.3s ease,
    opacity 0.3s ease;
}
.page-id-1445 .fix-box-wrap {
  display: none !important;
}
@media (max-width: 768px) {
  .modern-select {
    min-width: 100%;
  }

  .filter-wrap {
    gap: 0;
    margin-top: 10px;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav {
    gap: 10px;
  }
}

@media (max-width: 991px) {
  .video-slider-box img,
  .video-slider-box iframe {
    height: 560px;
  }
}

@media (max-width: 767px) {
  .video-slider-box img,
  .video-slider-box iframe {
    height: 400px;
  }

  .fix-box-wrap {
    display: none;
  }
}

@media (max-width: 576px) {
  .video-slider-box img,
  .video-slider-box iframe {
    height: 250px;
  }
}
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: #fff;
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease;
}
header.hide {
  transform: translateY(-100%);
}

header.show {
  transform: translateY(0);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}
.header-spacer {
  height: 30px;
}
.blog-read-btn {
  color: #79c142 !important;
}
.blog-details-post h2 a,
.blog-details-post h3 a {
  color: #79c142;
  text-decoration: none;
  font-size: 30px;
}
.blog-details-post h2 a:hover,
.blog-details-post h3 a:hover {
  text-decoration: underline;
}
.post-widget-item-content h4 {
  line-height: 20px;
}
.page-template-new-home .main {
  margin-top: 0;
}
.new-home-logo img {
  width: 300px;
  margin-bottom: 20px;
  max-width: 100%;
}
.new-home {
  padding: 180px 0;
  background-color: #99a1af;
}
.video-btn-footer {
  position: absolute;
  background: #79c142;
  color: #fff;
  text-decoration: none;
  padding: 8px;
  font-size: 14px;
  right: 0px;
  top: -40px;
  width: max-content;
  margin-top: 0;

  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.video-timer {
  text-align: center;
}
.ring-timer {
  position: relative;
  width: 30px;
  height: 30px;
}

.progress-ring {
  transform: rotate(-90deg);
}

.progress-ring-circle {
  stroke-dasharray: 81.68;
  stroke-dashoffset: 0;
  transition: stroke-dashoffset 1s linear;
}

.video-timer {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
}
@media (max-width: 768px) {
  .new-home-logo img {
    width: 150px;
  }
  .new-home {
    padding: 120px 0;
  }
}
