          html, body {
    height: 100%;
    overflow: hidden;
}

.container {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

.main-layout {
    flex: 1;
    height: 100%;
    overflow-y: auto;
}

.content-wrapper {
    width: 100%;
    min-height: 100%;
    overflow-y: auto;
    padding-bottom: 150px;
}

.nav-rolling {
    font-family: 'Righteous', sans-serif;
    color: #ff0000;
    font-size: 11px;
    margin-left: -20px;
    white-space: nowrap;
    height: 20px;
    line-height: 20px;
    margin-top:14px;
    font-weight: bold;
     width:30px ;
}

#nav-rolling-text {
    display: inline-block;
     font-family: 'Righteous', sans-serif;
}

#nav-rolling-text.anim {
    animation: fadeSlide .4s ease;
}

@keyframes fadeSlide {
    from {
        opacity: 0;
        transform: translateY(5px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


 

.gul-N5-search-section {
  margin-top: 120px;
  padding: 0 20px 0px;
  position: relative;
  z-index: 5;
}

.gul-N5-search-box {
  max-width: 960px;
  margin: 0 auto;
  background: var(--white-color);
  border-radius: 18px;
  padding: 16px;
  display: flex;
  gap: 12px;
}

.gul-N5-search-field-wrapper {
  flex: 1;
  position: relative;
}

.gul-N5-search-field {
  display: flex;
  align-items: center;
  gap: 10px;
  background: var(--light-white-color);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 0 14px;
}

.gul-N5-search-field i {
  color: var(--secondary-color);
  font-size: 16px;
}

.gul-N5-search-input {
  flex: 1;
  height: 48px;
  border: none;
  outline: none;
  background: transparent;
  font-size: 16px;
  color: var(--black-color);
}

.gul-N5-search-input::placeholder {
  color: var(--secondary-color);
}

.gul-N5-search-button {
  height: 48px;
  padding: 0 30px;
  border-radius: 12px;
  border: none;
  background: #e50914;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
}

.gul-N5-search-suggestions {
  position: absolute;
  top: 58px;
  left: 0;
  right: 0;
  background: var(--white-color);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  overflow: hidden;
  display: none;
}

.gul-N5-search-suggestion {
  display: flex;
  gap: 12px;
  padding: 10px 14px;
  cursor: pointer;
}

.gul-N5-search-suggestion:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.gul-N5-search-suggestion img {
  width: 44px;
  height: 60px;
  object-fit: cover;
  border-radius: 6px;
}

.gul-N5-search-suggestion-content {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.gul-N5-search-suggestion-title {
  font-size: 14px;
  font-weight: 600;
  color: var(--black-color);
}

.gul-N5-search-suggestion-meta {
  font-size: 12px;
  color: var(--secondary-color);
}

.gul-N5-search-hint {
  max-width: 960px;
  margin: 12px auto 0;
  font-size: 13px;
  color: var(--secondary-color);
  padding-left: 6px;
}

@media (max-width: 768px) {
  .gul-N5-search-box {
    flex-direction: column;
  }

  .gul-N5-search-button {
    width: 100%;
  }

  .gul-N5-search-hint {
    text-align: center;
    padding-left: 0;
  }
}



.gul-N5-search-logo-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  width: 100%;
}

.gul-N5-main-logo {
  max-width: 280px;
  height: auto;
  display: block;
}

@media (max-width: 768px) {
  .gul-N5-main-logo {
    max-width: 200px;
  }

  .gul-N5-search-logo-wrapper {
    margin-bottom: 20px;
  }

  .gul-N5-search-box {
    flex-direction: column;
  }

  .gul-N5-search-button {
    width: 100%;
  }
}




.gul-N5-poster-section {
  padding: 40px 0;
}

.gul-N5-poster-container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 20px;
}

.gul-N5-poster-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.gul-N5-poster-grid::-webkit-scrollbar {
  display: none;
}

.gul-N5-poster-card {
  border-radius: 10px;
  overflow: hidden;
  background: var(--light-white-color);
  border: 1px solid var(--border-color);
}

.gul-N5-poster-card img {
  width: 100%;
  aspect-ratio: 2 / 3;
  object-fit: cover;
  display: block;
}

@media (max-width: 1024px) {
  .gul-N5-poster-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 768px) {
  .gul-N5-poster-grid {
    display: flex;
    gap: 14px;
    overflow-x: auto;
  }

  .gul-N5-poster-card {
    flex: 0 0 130px;
  }
}


:root {
  --gulmovie-display-feedback-card:#0000000a;
}

.dark-mode {
  --gulmovie-display-feedback-card:#ffffff04;
}

.gulmovie-feedback-section {
  max-width: 1300px;
  margin: 0 auto;
  padding: 20px 20px;
}

.gulmovie-feedback-header {
  max-width: 720px;
  margin-bottom: 50px;
}

.gulmovie-feedback-header h2 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 14px;
  color: var(--black-color);
  font-family: 'Righteous', sans-serif;
}

.gulmovie-feedback-header p {
  font-size: 14px;
  line-height: 1.9;
  color: var(--secondary-color);
}

.gulmovie-display-feedback-list {
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
  width: 100%;
}

.gulmovie-display-feedback-card {
  background: var(--gulmovie-display-feedback-card);
  border-radius: 10px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.gulmovie-display-feedback-user-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.gulmovie-display-feedback-profile {
  display: flex;
  align-items: center;
  gap: 10px;
}

.gulmovie-display-feedback-profile img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #ccc;
}

.gulmovie-display-feedback-name {
  display: flex;
  flex-direction: column;
}

.gulmovie-display-feedback-name p {
  font-size: 14px;
  color: var(--black-color);
  font-family: 'Righteous', sans-serif;
}

.gulmovie-display-feedback-name span {
  font-size: 13px;
  color: var(--border-color);
}

.gulmovie-display-feedback-feedback-text {
  font-size: 12px;
  line-height: 1.6;
  color: var(--black-color);
}

.gulmovie-display-feedback-feedback-footer {
  margin-top: auto;
  font-size: 12px;
  color: var(--border-color);
  border-top: 1px solid #66666634;
  padding-top: 10px;
  text-align: right;
}

.feedback-user-link {
  text-decoration: none;
  color: inherit;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
}


.gul-N5-about-section {
  padding: 60px 20px;
  max-width: 1300px;
  margin: 0 auto;
}

.gul-N5-about-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: stretch;
}

.gul-N5-about-text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.gul-N5-about-text h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 24px;
  color: var(--black-color);
  font-family: 'Righteous', sans-serif;
}

.gul-N5-about-text p {
  font-size: 14px;
  line-height: 1.9;
  color: var(--secondary-color);
  margin-bottom: 18px;
}

.gul-N5-about-images {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 16px;
  height: 100%;
}

.gul-N5-about-image {
  border-radius: 10px;
  overflow: hidden;
  background: var(--light-white-color);
  border: 1px solid var(--border-color);
}

.gul-N5-about-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 900px) {
  .gul-N5-about-layout {
    grid-template-columns: 1fr;
    gap: 50px;
  }
}


.gul-N5-trust-section {
  padding: 60px 20px;
  max-width: 1300px;
  margin: 0 auto;
}

.gul-N5-trust-header {
  max-width: 720px;
  margin-bottom: 60px;
}

.gul-N5-trust-header h2 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 18px;
  color: var(--black-color);
  font-family: 'Righteous', sans-serif;
}

.gul-N5-trust-header p {
  font-size: 14px;
  line-height: 1.9;
  color: var(--secondary-color);
}

.gul-N5-trust-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}

.gul-N5-trust-item {
  display: flex;
  gap: 18px;
  align-items: flex-start;
}

.gul-N5-trust-icon {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  background: var(--light-white-color);
  border: 1px solid var(--border-color);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.gul-N5-trust-icon i {
  font-size: 18px;
  color: var(--secondary-color);
}

.gul-N5-trust-text h4 {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 6px;
  color: var(--black-color);
}

.gul-N5-trust-text p {
  font-size: 13px;
  line-height: 1.7;
  color: var(--secondary-color);
}

@media (max-width: 900px) {
  .gul-N5-trust-content {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}


.gul-N5-flow-section {
  padding: 60px 20px;
  max-width: 1300px;
  margin: 0 auto;
}

.gul-N5-flow-header {
  max-width: 720px;
  margin-bottom: 60px;
}

.gul-N5-flow-header h2 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 16px;
  color: var(--black-color);
  font-family: 'Righteous', sans-serif;
}

.gul-N5-flow-header p {
  font-size: 14px;
  line-height: 1.8;
  color: var(--secondary-color);
}

.gul-N5-flow-track {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  position: relative;
}

.gul-N5-flow-track::before {
  content: "";
  position: absolute;
  top: 34px;
  left: 0;
  right: 0;
  height: 1px;
  background: var(--border-color);
}

.gul-N5-flow-step {
  position: relative;
}

.gul-N5-flow-icon {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: var(--white-color);
  border: 1px solid var(--border-color);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}

.gul-N5-flow-icon i {
  font-size: 24px;
  color: var(--secondary-color);
}

.gul-N5-flow-step h4 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--black-color);
}

.gul-N5-flow-step p {
  font-size: 13px;
  line-height: 1.7;
  color: var(--secondary-color);
  max-width: 320px;
}

@media (max-width: 900px) {
  .gul-N5-flow-track {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .gul-N5-flow-track::before {
    display: none;
  }
}

.gul-N5-faq-section {
  padding: 50px 20px;
  max-width: 1300px;
  margin: 0 auto;
}

.gul-N5-faq-header {
  max-width: 720px;
  margin-bottom: 40px;
}

.gul-N5-faq-header h2 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 14px;
  color: var(--black-color);
  font-family: 'Righteous', sans-serif;
}

.gul-N5-faq-header p {
  font-size: 14px;
  line-height: 1.8;
  color: var(--secondary-color);
}

.gul-N5-faq-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 50px;
}

 

.gul-N5-faq-question {
  width: 100%;
  background: transparent;
  border: none;
  padding: 16px 0;
  display: flex;
  align-items: center;
  gap: 14px;
  cursor: pointer;
  text-align: left;
}

.gul-N5-faq-icon {
  width: 34px;
  height: 34px;
  border-radius: 9px;
  border: 1px solid var(--border-color);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.gul-N5-faq-icon i {
  font-size: 14px;
  color: var(--secondary-color);
}

.gul-N5-faq-question span {
  font-size: 15px;
  font-weight: 600;
  color: var(--black-color);
  flex: 1;
}

.gul-N5-faq-toggle {
  font-size: 18px;
  font-weight: 600;
  color: var(--secondary-color);
}

.gul-N5-faq-answer {
  display: none;
  padding: 0 0 16px 48px;
  font-size: 13px;
  line-height: 1.75;
  color: var(--secondary-color);
  max-width: 520px;
}

@media (max-width: 900px) {
  .gul-N5-faq-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .gul-N5-faq-answer {
    padding-left: 0;
  }  
}


.gul-N5-footer {
  border-top: 1px solid var(--border-color);
  padding: 24px 20px 14px;
}

.gul-N5-footer-container {
  max-width: 1300px;
  margin: 0 auto;
}

.gul-N5-footer-top {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1fr;
  gap: 18px;
  margin-bottom: 14px;
}

.gul-N5-footer-brand img {
  height: 34px;
  margin-bottom: 8px;
}

.gul-N5-footer-brand p {
  font-size: 12px;
  line-height: 1.6;
  color: var(--secondary-color);
  max-width: 320px;
}

.gul-N5-footer-col h4 {
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 6px;
  color: var(--black-color);
}

.gul-N5-footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.gul-N5-footer-col li {
  margin-bottom: 4px;
}

.gul-N5-footer-col a {
  font-size: 12px;
  color: var(--secondary-color);
  text-decoration: none;
}

.gul-N5-footer-col a:hover {
  text-decoration: underline;
}

.gul-N5-footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 11px;
  color: var(--secondary-color);
  border-top: 1px solid var(--border-color);
  padding-top: 8px;
}

.gul-N5-footer-bottom a {
  color: var(--secondary-color);
  text-decoration: none;
}

.gul-N5-footer-bottom a:hover {
  text-decoration: underline;
}

@media (max-width: 900px) {
  .gul-N5-footer-top {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 600px) {
  .gul-N5-footer-top {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .gul-N5-footer-bottom {
    flex-direction: column;
    gap: 4px;
    text-align: center;
  }
}



.gul-N5-popup-overlay {
  position: fixed;
  top: 0; left: 0; width: 100%; height: 100%;
  background: var(--overlay-dark-color);
  backdrop-filter: blur(8px);
  z-index: 99999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.gul-N5-popup-overlay.active {
  display: flex;
}

.gul-N5-popup-content {
  background: var(--white-color);
  width: 100%;
  max-width: 380px;
  border-radius: 28px;
  padding: 40px 20px;
  position: relative;
  border: 1px solid var(--border-color);
  box-shadow: 0 30px 60px rgba(0,0,0,0.2);
  transform: scale(0.85);
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.gul-N5-popup-overlay.active .gul-N5-popup-content {
  transform: scale(1);
  opacity: 1;
}

.gul-N5-close-btn {
  position: absolute;
  top: 15px; right: 15px;
  background: var(--light-white-color);
  border: 1px solid var(--border-color);
  color: var(--secondary-color);
  width: 35px; height: 35px;
  border-radius: 50%; font-size: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gul-N5-popup-header { text-align: center; margin-bottom: 25px; }
.gul-N5-popup-logo { max-width: 140px; margin-bottom: 10px; }
.gul-N5-popup-header p { font-size: 13px; margin: 0; opacity: 0.8; }

.gul-N5-popup-links { display: flex; flex-direction: column; gap: 12px; }
.gul-N5-link-card {
  display: flex; align-items: center;
  background: var(--light-white-color);
  padding: 12px 15px; border-radius: 18px;
  text-decoration: none; 
  border: 1px solid var(--border-color);
  transition: 0.3s;
}

.gul-N5-link-card:hover {
  transform: translateX(5px);
  border-color: red;
}

.gul-N5-link-icon {
  width: 44px; height: 44px; border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  font-size: 18px; margin-right: 15px;
}
.gul-N5-link-icon.home { background: rgba(246, 59, 59, 0.1); color: red; }
.gul-N5-link-icon.movies { background: rgba(246, 59, 59, 0.1); color: red; }
.gul-N5-link-icon.series { background: rgba(246, 59, 59, 0.1); color: red; }

.gul-N5-link-text { flex: 1; text-align: left; }
.gul-N5-link-text span { display: block; font-weight: 700; font-size: 15px; }
.gul-N5-link-text small { color: var(--secondary-color); font-size: 11px; opacity: 0.6; }

.arrow { color: var(--border-color); font-size: 12px; }

@media (max-width: 480px) {
  .gul-N5-popup-content { padding: 35px 15px; }
}