


* {
    margin: 0;
    padding: 0;
    /* box-sizing: border-box; */
}

html,
body {
    height: 100%;
    width: 100%;
    overflow-x: hidden;

}

#main {
    background-image: url(assets/img.png);
    background-size: cover;
    height: 100vh;
    width: 100vw;
    background-position: center;
}

#header {
    display: flex;
    height: 15vh;
}

#header1 {
    width: 30%;
    background-color: rgb(9, 0, 0);
    display: flex;
    align-items: center;
    padding-left: 80px;
}

#logo img {
    width: 43%;
    height: auto;
    object-fit: contain;
}

#header2 {
    width: 70%;
    background-color: rgb(9, 0, 0);
    opacity: 0.9;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 20px;
    padding-right: 60px;
}

#language {
    padding: 10px 15px;
    color: white;
    background-color: black;
    opacity: 0.9;
}




#btn2 {
    background-color: #e50914;
    color: white;
    padding: 10px 15px;
    border-radius: 5px;
    font-weight: bold;
    cursor: pointer;
}

#btn2:hover {
    background-color: #c80610;
}


#page1 {
    height: 85vh;
    width: 100%;
    background-color: rgba(6, 0, 0, 0.85);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
}

#page1 h1 {
    color: white;
    text-align: center;
    font-size: 3.2rem;
    font-weight: 800;
    margin: 0;
    line-height: 1.2;
}

#page1 p {
    color: white;
    text-align: center;
    font-size: 1.3rem;
    font-weight: 500;
    margin: 0;
}

#email-signup-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 25px;
    width: 100%;
    max-width: 650px;
    pointer-events: auto;
}

.input-wrapper {
    flex-grow: 2;
    width: 100%;
}

.input-wrapper input {
    width: 100%;
    padding: 18px 20px;
    font-size: 1rem;
    background-color: rgba(0, 0, 0, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 4px;
    color: white;
    box-sizing: border-box;
}

.input-wrapper input:focus {
    outline: none;
    border-color: white;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.2);
}

#btn3 {
    background-color: #e50914;
    padding: 18px 30px;
    font-size: 1.2rem;
    font-weight: bold;
    color: white;
    border-radius: 4px;
    cursor: pointer;
    border: none;
    white-space: nowrap;
    transition: background-color 0.2s ease;
}

#btn3:hover {
    background-color: #c80610;
    color: aliceblue;
}

@media (max-width: 600px) {
    #email-signup-container {
        flex-direction: column;
        width: 90%;
        gap: 15px;
    }
    #btn3 {
        width: 100%;
        text-align: center;
    }
}





#box1 {
    height: 120px;
    width: 100%;
    background-color:rgb(18, 106, 178);
    background-image: linear-gradient(to bottom ,rgb(7, 14, 53),
    rgb(0, 0, 0));
/* 
    background-image: radial-gradient(rgb(2, 30, 41), rgb(6, 18, 35),rgb(1, 1, 17));
    */
    border-top: 5px solid red;
    border-radius: 100% 100% 0px 0px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 8%;
    box-sizing: border-box;
}

#page2 p{
     color: aliceblue;
   font-size: 1.8rem;
   font-weight: bold;
   font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
   margin: 0;
   transform: none;
}

#page2{
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: 01;
    
   
}

.movie-container{
    display: flex;
    margin-left: 10%;
    margin-right: 10%;
    scroll-behavior: smooth;
    overflow-x: auto;
    white-space: nowrap;
    

     -ms-overflow-style: none;  
  scrollbar-width: none;     
    
    
}

.movie{
    height: 230px;
    width: 160px;
    margin:25px ;
    background-color: rgb(11, 90, 90);
    border-radius: 10px;
   flex: 0 0 auto;
  
}


#movie1{
    background-image: url(assets/img2.png);
     background-size: cover;
}

#movie2{
    background-image: url(assets/img3.png);
     background-size: cover;
}

#movie3{
    background-image: url(assets/img4.png);
     background-size: cover;
}

#movie4{
    background-image: url(assets/img5.png);
     background-size: cover;
}

#movie5{
    background-image: url(assets/img6.png);
     background-size: cover;
}

#movie6{
    background-image: url(assets/img7.png);
    background-size: cover;
}


#page3 {
    height: auto;
    width: 100%;
    background-color: black;
    padding: 60px 0;
}

#page3 > p {
   color: aliceblue;
   font-size: 1.8rem;
   font-weight: bold;
   font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
   margin-left: 8%;
   margin-bottom: 30px;
   transform: none;
}

.reason {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
    gap: 25px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 8%;
}

@media (max-width: 992px) {
    .reason {
        grid-template-columns: 1fr;
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    }
}

#reason1, #reason2, #reason3, #reason4 {
    min-height: 200px;
    border-radius: 16px;
    padding: 24px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    transform: none;
    margin: 0;
    opacity: 0.8;
}

#reason1 {
    background-image: linear-gradient(to bottom right, rgb(12, 56, 122), rgb(55, 2, 63), rgb(82, 3, 3));
}

#reason2 {
    background-image: linear-gradient(to bottom right, rgb(55, 59, 2), rgb(42, 6, 17), rgb(6, 62, 6));
}

#reason3 {
    background-image: linear-gradient(to bottom right, rgb(52, 65, 86), rgb(4, 4, 43), rgb(1, 50, 54), rgb(6, 72, 41));
}

#reason4 {
    background-image: linear-gradient(to bottom right, rgb(53, 25, 3), rgb(43, 4, 38), rgb(3, 3, 55), rgb(16, 75, 81));
}

#reason1 h2, #reason2 h2, #reason3 h2, #reason4 h2 {
    color: white;
    font-size: 1.4rem;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-weight: bold;
    margin-bottom: 12px;
    transform: none;
}

#reason1 p, #reason2 p, #reason3 p, #reason4 p {
    color: rgba(255, 255, 255, 0.85);
    font-size: 1rem;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-weight: normal;
    line-height: 1.5;
    transform: none;
    margin: 0;
}

#page4 {
    background-color: black;
    height: auto;
    width: 100%;
    padding: 60px 0;
}

#page4 > p {
   color: aliceblue;
   font-size: 1.8rem;
   font-weight: bold;
   font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
   margin-left: 8%;
   margin-bottom: 30px;
   transform: none;
}

.questionare {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 0 8%;
  max-width: 1000px;
  margin: 0 auto;
  box-sizing: border-box;
}

.question {
  width: 100%;
  height: auto;
  min-height: 70px;
  background-color: rgb(45, 45, 45);
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  align-items: center;
  margin: 0;
  transition: background-color 0.2s ease;
}

.question:hover {
  background-color: rgb(65, 65, 65);
}

.question h2 {
  color: white;
  padding: 20px 25px;
  font-weight: normal;
  font-size: 1.2rem;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  margin: 0;
}

/* --- GENRE FILTERS AND SEARCH BAR --- */
.filter-search-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0 10% 20px 10%;
  padding-top: 20px;
}

.genre-filters {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding-bottom: 5px;
}

.genre-btn {
  background-color: rgb(35, 35, 35);
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 8px 16px;
  border-radius: 20px;
  cursor: pointer;
  font-size: 0.9rem;
  font-weight: 600;
  transition: all 0.2s ease;
}

.genre-btn:hover {
  background-color: rgb(55, 55, 55);
  border-color: white;
}

.genre-btn.active {
  background-color: #e50914;
  border-color: #e50914;
  box-shadow: 0 0 10px rgba(229, 9, 20, 0.5);
}

.search-box {
  position: relative;
  max-width: 300px;
  width: 100%;
}

.search-box input {
  width: 100%;
  padding: 10px 40px 10px 15px;
  background-color: rgba(0, 0, 0, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 4px;
  color: white;
  font-size: 0.95rem;
  box-sizing: border-box;
  transition: all 0.2s ease;
}

.search-box input:focus {
  outline: none;
  border-color: #e50914;
  box-shadow: 0 0 8px rgba(229, 9, 20, 0.3);
}

/* --- MOVIE CARD HOVER EFFECT --- */
.movie {
  position: relative;
  cursor: pointer;
  transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 0.3s ease;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0,0,0,0.5);
}

.movie:hover {
  transform: scale(1.08);
  box-shadow: 0 10px 25px rgba(229, 9, 20, 0.4);
  z-index: 10;
}

.movie::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 60%);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.movie:hover::after {
  opacity: 1;
}

.movie-info-overlay {
  position: absolute;
  bottom: -70px;
  left: 0;
  width: 100%;
  padding: 12px;
  box-sizing: border-box;
  color: white;
  z-index: 11;
  transition: bottom 0.3s ease;
  background: linear-gradient(to top, rgba(0,0,0,0.9) 30%, rgba(0,0,0,0.5) 70%, rgba(0,0,0,0) 100%);
}

.movie:hover .movie-info-overlay {
  bottom: 0;
}

.movie-info-overlay h4 {
  font-size: 0.95rem;
  margin-bottom: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.movie-info-overlay .meta {
  font-size: 0.75rem;
  color: #ccc;
  display: flex;
  gap: 8px;
}

/* --- FAQ ACCORDION EXPANSION --- */
.question {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: auto;
  min-height: auto;
}

.faq-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  width: 100%;
  box-sizing: border-box;
}

.faq-header h2 {
  padding: 0 !important;
  margin: 0;
  flex-grow: 1;
  text-align: left;
}

.faq-icon {
  font-size: 2rem;
  color: white;
  transition: transform 0.3s ease;
  display: inline-block;
  user-select: none;
  margin-left: 20px;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  background-color: rgb(45, 45, 45);
  border-top: 1px solid rgba(0, 0, 0, 0.25);
  transition: max-height 0.3s ease;
  box-sizing: border-box;
}

.faq-answer-content {
  padding: 20px 25px;
  color: white;
  font-size: 1.15rem;
  line-height: 1.6;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  text-align: left;
}

.question.open .faq-icon {
  transform: rotate(45deg);
}

.question.open .faq-answer {
  max-height: 500px;
}

/* --- PREMIUM MOVIE MODAL --- */
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.85);
  backdrop-filter: blur(8px);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.modal-overlay.open {
  opacity: 1;
  pointer-events: auto;
}

.modal-content {
  background-color: #181818;
  width: 90%;
  max-width: 800px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.8);
  position: relative;
  transform: scale(0.8);
  transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.modal-overlay.open .modal-content {
  transform: scale(1);
}

.modal-video-container {
  position: relative;
  width: 100%;
  background-color: black;
  aspect-ratio: 16/9;
}

.modal-video-container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.modal-close-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 36px;
  height: 36px;
  background-color: rgba(0, 0, 0, 0.7);
  border: 2px solid white;
  border-radius: 50%;
  color: white;
  font-size: 1.3rem;
  font-weight: bold;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1002;
  transition: all 0.2s ease;
}

.modal-close-btn:hover {
  background-color: white;
  color: black;
}

.modal-body {
  padding: 30px;
  display: grid;
  grid-template-columns: 2.2fr 1fr;
  gap: 30px;
}

@media (max-width: 650px) {
  .modal-body {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 20px;
  }
}

.modal-left {
  display: flex;
  flex-direction: column;
  gap: 15px;
  text-align: left;
}

.modal-title-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal-title-row h2 {
  font-size: 2rem;
  margin: 0;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, sans-serif;
  font-weight: bold;
}

.modal-meta-row {
  display: flex;
  gap: 12px;
  align-items: center;
  font-size: 1rem;
}

.meta-rating {
  border: 1px solid rgba(255, 255, 255, 0.4);
  padding: 1px 6px;
  border-radius: 3px;
  font-size: 0.8rem;
  font-weight: bold;
}

.meta-year {
  color: #46d369;
  font-weight: bold;
}

.meta-category {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 2px 8px;
  border-radius: 12px;
  font-size: 0.8rem;
}

.modal-desc {
  font-size: 1.05rem;
  line-height: 1.6;
  color: #ddd;
}

.modal-actions {
  display: flex;
  gap: 12px;
  margin-top: 10px;
}

.modal-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 24px;
  font-size: 1rem;
  font-weight: bold;
  border-radius: 6px;
  cursor: pointer;
  border: none;
  transition: all 0.2s ease;
}

.modal-btn-play {
  background-color: white;
  color: black;
}

.modal-btn-play:hover {
  background-color: #e6e6e6;
}

.modal-btn-list {
  background-color: rgba(255, 255, 255, 0.15);
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.25);
}

.modal-btn-list:hover {
  background-color: rgba(255, 255, 255, 0.25);
  border-color: white;
}

.modal-btn-list.in-list {
  background-color: #2b8c3d;
  border-color: #2b8c3d;
}

.modal-right {
  display: flex;
  flex-direction: column;
  gap: 15px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  padding-left: 30px;
  text-align: left;
}

@media (max-width: 650px) {
  .modal-right {
    border-left: none;
    padding-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 20px;
  }
}

.modal-right p {
  margin: 0;
  font-size: 0.95rem;
  color: #aaa;
}
pointer-events: auto;
}

.modal-content {
  background-color: #181818;
  width: 90%;
  max-width: 800px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.8);
  position: relative;
  transform: scale(0.8);
  transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.modal-overlay.open .modal-content {
  transform: scale(1);
}

.modal-video-container {
  position: relative;
  width: 100%;
  background-color: black;
  aspect-ratio: 16/9;
}

.modal-video-container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.modal-close-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 36px;
  height: 36px;
  background-color: rgba(0, 0, 0, 0.7);
  border: 2px solid white;
  border-radius: 50%;
  color: white;
  font-size: 1.3rem;
  font-weight: bold;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1002;
  transition: all 0.2s ease;
}

.modal-close-btn:hover {
  background-color: white;
  color: black;
}

.modal-body {
  padding: 30px;
  display: grid;
  grid-template-columns: 2.2fr 1fr;
  gap: 30px;
}

@media (max-width: 650px) {
  .modal-body {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 20px;
  }
}

.modal-left {
  display: flex;
  flex-direction: column;
  gap: 15px;
  text-align: left;
}

.modal-title-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal-title-row h2 {
  font-size: 2rem;
  margin: 0;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, sans-serif;
  font-weight: bold;
}

.modal-meta-row {
  display: flex;
  gap: 12px;
  align-items: center;
  font-size: 1rem;
}

.meta-rating {
  border: 1px solid rgba(255, 255, 255, 0.4);
  padding: 1px 6px;
  border-radius: 3px;
  font-size: 0.8rem;
  font-weight: bold;
}

.meta-year {
  color: #46d369;
  font-weight: bold;
}

.meta-category {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 2px 8px;
  border-radius: 12px;
  font-size: 0.8rem;
}

.modal-desc {
  font-size: 1.05rem;
  line-height: 1.6;
  color: #ddd;
}

.modal-actions {
  display: flex;
  gap: 12px;
  margin-top: 10px;
}

.modal-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 24px;
  font-size: 1rem;
  font-weight: bold;
  border-radius: 6px;
  cursor: pointer;
  border: none;
  transition: all 0.2s ease;
}

.modal-btn-play {
  background-color: white;
  color: black;
}

.modal-btn-play:hover {
  background-color: #e6e6e6;
}

.modal-btn-list {
  background-color: rgba(255, 255, 255, 0.15);
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.25);
}

.modal-btn-list:hover {
  background-color: rgba(255, 255, 255, 0.25);
  border-color: white;
}

.modal-btn-list.in-list {
  background-color: #2b8c3d;
  border-color: #2b8c3d;
}

.modal-right {
  display: flex;
  flex-direction: column;
  gap: 15px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  padding-left: 30px;
  text-align: left;
}

@media (max-width: 650px) {
  .modal-right {
    border-left: none;
    padding-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 20px;
  }
}

.modal-right p {
  margin: 0;
  font-size: 0.95rem;
  color: #aaa;
}

.modal-right span {
  color: white;
}

/* --- RESPONSIVE MEDIA QUERIES --- */

/* Tablets and Mobiles */
@media (max-width: 768px) {
  .desktop-only {
    display: none;
  }

  #main {
    min-height: 100vh;
    height: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  #header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 70px;
    padding: 10px 5%;
    background-color: rgb(9, 0, 0);
    box-sizing: border-box;
    height: auto;
  }

  #header1 {
    display: flex;
    align-items: center;
    background-color: transparent;
    padding-left: 0;
    width: auto;
  }

  #logo img {
    height: 30px;
    width: auto;
  }

  #header2 {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 12px;
    background-color: transparent;
    padding-right: 0;
    width: auto;
    opacity: 1;
  }

  #language {
    padding: 6px 10px;
    font-size: 0.85rem;
  }

  #btn2 {
    padding: 6px 12px;
    font-size: 0.85rem;
  }

  #page1 {
    min-height: calc(100vh - 70px);
    flex-grow: 1;
    width: 100%;
    padding: 40px 20px;
    box-sizing: border-box;
    height: auto;
  }

  #page1 h1 {
    font-size: 2.3rem;
  }

  #page1 p {
    font-size: 1.1rem;
  }

  #page2 p, #page3 > p, #page4 > p {
    font-size: 1.5rem;
    margin-left: 5%;
  }

  .filter-search-container {
    margin: 0 5% 15px 5%;
    flex-direction: column;
    align-items: stretch;
    gap: 15px;
  }

  .search-box {
    max-width: 100%;
  }

  .movie-container {
    margin-left: 5%;
    margin-right: 5%;
    padding: 15px 5px;
  }

  .movie {
    margin: 15px;
  }

  .genre-filters {
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .genre-filters::-webkit-scrollbar {
    display: none;
  }

  .genre-btn {
    flex: 0 0 auto;
  }

  .reason {
    padding: 0 5%;
    gap: 15px;
  }

  .questionare {
    padding: 0 5%;
  }

  .modal-content {
    max-height: 90vh;
    overflow-y: auto;
    scrollbar-width: thin;
  }

  .modal-body {
    padding: 20px;
    gap: 20px;
  }

  .modal-title-row h2 {
    font-size: 1.6rem;
  }
}

/* Small Mobiles */
@media (max-width: 480px) {
  #header {
    padding: 10px 4%;
  }

  #logo img {
    height: 25px;
  }

  #header2 {
    gap: 8px;
  }

  #language {
    padding: 4px 8px;
    font-size: 0.8rem;
  }

  #btn2 {
    padding: 4px 10px;
    font-size: 0.8rem;
  }

  #page1 {
    padding: 30px 15px;
  }

  #page1 h1 {
    font-size: 1.8rem;
  }

  #page1 p {
    font-size: 0.95rem;
  }

  #email-signup-container {
    margin-top: 15px;
    gap: 10px;
  }

  .input-wrapper input {
    padding: 12px 15px;
    font-size: 0.9rem;
  }

  #btn3 {
    padding: 12px 20px;
    font-size: 1rem;
    width: 100%;
    text-align: center;
  }

  #page2 p, #page3 > p, #page4 > p {
    font-size: 1.3rem;
  }

  .question h2, .faq-answer-content {
    padding: 15px;
    font-size: 0.95rem;
  }

  .faq-icon {
    font-size: 1.5rem;
    margin-left: 10px;
  }

  .modal-actions {
    flex-direction: column;
    gap: 8px;
  }

  .modal-btn {
    width: 100%;
    padding: 10px 15px;
    font-size: 0.9rem;
  }
}
