.poster-modal-content .modal-desc {margin-top: 18px !important;margin-bottom: 18px;font-weight: 700;color: #222;font-size: 1.05em;text-align: center;}
.main-bg-img .bg-img{display:block;position: absolute;
    inset: 0;
    z-index: 0;
	pointer-events: none;
	object-fit: cover;
    width: 100%;
    height: 100%;}
.bg-img{display:none;}
/* Bottom Modal Styles for Poster Creation */
.poster-modal {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(44,44,44,0.38);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
  animation: fadeIn .3s ease forwards;
	display:none;
}
.poster-modal.show {
  opacity: 1;
  pointer-events: auto;
  display:flex;
}

.poster-modal-content {
  background: #fff;
  border-radius: 16px;
  padding: 1.5rem;
  width: 90%;
  max-width: 400px;
  text-align: center;
  box-shadow: 0 8px 18px rgba(0,0,0,0.25);
  position: relative;
	display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
  animation: slideUp .35s ease forwards;
}
.modal-close-btn {
  position: absolute;
  top: 4px;
  right: 18px;
  background: none;
  border: none;
  font-size: 2em;
  color: #6c757d;
  cursor: pointer;
}

.modal-title {
  font-size: 1.3em;
  font-weight: 700;
  color: #222222;
  margin-bottom: 0;
}
.modal-desc {
  font-size: 1em;
  color: #444;
  margin-bottom: 18px;
}
.modal-poster-img {
  width: 80%;
  max-width: 260px;
  margin: 0 auto 18px auto;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.07);
  display: block;
}
.modal-share-btn {
  margin-top: 8px;
}
.cta-btn.create-poster-btn {
  display: flex;
  margin: 32px auto 0 auto;
  background: #D34F2A;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  border: none;
  border-radius: 8px;
  padding: 12px 30px;
  cursor: pointer;
  transition: all 0.3s;
}

/* Micchami Dukkadam Poster Page Styles */
#main-page {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.2rem;
    
}

.poster-header {
  width: 100%;
  padding: 18px 0 0 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-bottom: 1px solid #eee;
}
.back-btn {
  position: absolute;
  top: 18px;
  left: 18px;
  background: none;
  border: none;
  font-size: 1.1em;
  color: #6c757d;
  cursor: pointer;
  padding: 0;
}
.micchami-poster {width: 100%;max-width: 400px;margin: 0 auto;box-shadow: none;text-align: center;position: relative;}
.main-bg-img .micchami-poster{border-radius: 18px;padding: 1.5rem;}
.main-bg-img .modal-close-btn{display:none;}
.poster-logo {
  /* width: 110px; */
  margin: 24px auto 24px auto;
  display: block;
  width: 90px;
}
.poster-main-title {
  font-size: 2.2em;
  font-weight: 800;
  color: #4b1c0b;
  margin: 18px 0 8px 0;
  line-height: 1.1;
}
.poster-desc {
  font-size: 1.08em;
  color: #6c3b1c;
  margin-bottom: 8px;
}
.poster-bold {
  font-size: 1.08em;
  color: #4b1c0b;
  font-weight: 700;
  margin-bottom: 4px;
  letter-spacing: 0.5px;
}
.poster-divider {
  width: 60px;
  height: 3px;
  background: #a52a2a;
  margin: 0 auto 18px auto;
  border-radius: 2px;
}
.poster-center-img, .poster-center-img1 {
  width: 100%;
  max-width: 820px;
  margin: 0 auto;
  display: block;
  border-radius: 8px;
}

/* Feature Page Poster Creation Card Styles */
.feature-bg {
  min-height: 100vh;
  background: linear-gradient(135deg, #f3e7e9 0%, #e3eeff 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.poster-card {
  position: relative;
  max-width: 370px;
  border-radius: 22px;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
	    width: 100%;
    background: #fff;
}

.poster-card-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.poster-title {
  font-size: 1.15em;
  font-weight: 700;
  color: #222;
  margin-bottom: 8px;
  text-align: center;
}
.poster-subtitle {
  font-size: 0.98em;
  color: #444;
  margin-bottom: 18px;
  text-align: center;
}

.poster-img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #f3f3f3;
  box-shadow: 0 2px 8px rgba(44,44,44,0.08);
}
.poster-form {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 14px;
}
.poster-language{display: flex;
    text-align: left;
    gap: 10px;align-items: center;width: 100%;}
.poster-label {
  font-size: 15px;
  color: #222;
  margin-bottom: 6px;
  font-weight: 500;
}
.poster-language .poster-label{margin-bottom: 0;}
.poster-input {
  width: 100%;
  padding: 12px 14px;
  border: 1.5px solid #d34f2a;
  border-radius: 8px;
  font-size: 1em;
  margin-bottom: 0;
	margin-top:5px;
  outline: none;
	text-align: center;
 animation: layeredShadow 3s infinite linear;
}

@keyframes layeredShadow {
    0%, 100% {
        box-shadow:
            0 0 0 rgba(211,79,42,0.5),
            2px 2px 0 rgba(211,79,42,0.5),
            4px 4px 0 rgba(211,79,42,0.5);
    }
    50% {
        box-shadow:
            0 0 0 rgba(211,79,42,0.5),
            -2px -2px 0 rgba(211,79,42,0.5),
            -4px -4px 0 rgba(211,79,42,0.5);
    }
}
.poster-input:focus {
  border-color: #D34F2A;
}
.poster-phone-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
}
.flag-icon {
  font-size: 1.3em;
  margin-right: 2px;
}
.phone-input {
  flex: 1;
}

.poster-language p{display:flex;gap:15px;margin:5px 0}
.lang-radio {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  color: #222222;
}
.lang-radio input[type="radio"] {
  accent-color: #D34F2A;
  margin-right: 2px;
}
.create-poster-btn {
  background: #e0e0e0;
  color: #222;
  font-size: 1.08em;
  font-weight: 600;
  border: none;
  border-radius: 8px;
  padding: 14px 0;
  margin-top: 10px;
  cursor: pointer;
  transition: background 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.arrow {
  font-size: 1.2em;
}

body {
  margin: 0;
  color: #333;
	font-family:Open Sans;
}

.festive-bg {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.hero-section {
  width: 100%;
  max-width: 700px;
  background: rgba(255,255,255,0.85);
  border-radius: 24px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.12);
  padding: 40px 24px 32px 24px;
  margin-top: 40px;
  text-align: center;
  position: relative;
}

.hero-img {
  width: 100%;
  max-width: 400px;
  border-radius: 18px;
  margin-bottom: 24px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.10);
}

.festive-title {
  font-size: 2.8em;
  font-weight: 700;
  color: #e85d04;
  margin-bottom: 12px;
  letter-spacing: 1px;
}

.festive-subtitle {
  font-size: 1.3em;
  color: #6c757d;
  margin-bottom: 24px;
}

.countdown-wrapper {
  margin-bottom: 24px;
}

.countdown-timer {
  font-size: 2.2em;
  font-weight: 600;
  color: #ff6f61;
  background: #fff3e0;
  padding: 10px 28px;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(255,111,97,0.08);
}

.cta-btn {
  background: linear-gradient(90deg, #ff6f61 0%, #fcb69f 100%);
  color: #fff;
  font-size: 1.2em;
  font-weight: 600;
  border: none;
  border-radius: 8px;
  padding: 16px 40px;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(255,111,97,0.15);
  transition: background 0.3s, transform 0.2s;
}
.cta-btn:hover {
  
  transform: scale(1.05);
}

.event-details {
  width: 100%;
  max-width: 700px;
  background: rgba(255,255,255,0.95);
  border-radius: 18px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.08);
  padding: 32px 24px;
  margin: 32px auto 0 auto;
  text-align: center;
}

.highlights-list {
  list-style: none;
  padding: 0;
  margin: 0 0 24px 0;
}
.highlights-list li {
  font-size: 1.15em;
  margin: 12px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.icon {
  font-size: 1.5em;
}

.decorative-divider {
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #ff6f61 0%, #fcb69f 100%);
  border-radius: 2px;
  margin: 24px auto;
}

.event-info {
  font-size: 1.1em;
  color: #e85d04;
  margin-bottom: 8px;
}

.footer {
  width: 100%;
  text-align: center;
  background: #fff3e0;
  color: #6c757d;
  padding: 18px 0;
  border-radius: 0 0 18px 18px;
  margin-top: 32px;
  font-size: 1em;
}

@media (max-width: 800px) {
  .hero-section, .event-details {
    max-width: 98vw;
    padding: 18px 6vw;
  }
  .hero-img {
    max-width: 90vw;
  }
  .festive-title {
    font-size: 2em;
  }
}


/* Poster Loading Placeholder */
.poster-loading {
  width: 100%;
  max-width: 100%;
  height: 100%;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
}
.loading-text {
      color: #fff;
    font-size: 1.15em;    
    text-align: center;
    font-weight: 500;
    position: absolute;
    height: 100%;
    width: 100%;
    background: #000000a8;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
}
/* Carousel and Poster Overlay Styling */
.poster-carousel {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-top: 18px;
}

.poster-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  pointer-events: none;
  padding: 32px 0 0 0;
}

.poster-name {
  font-size: 1.2em;
  color: #222;
  font-family: 'Georgia', serif;
  margin-top: 18px;
  text-align: center;
}
.carousel-arrow {
  background: #fff;
  border: none;
  box-shadow: 0 2px 8px rgba(44,44,44,0.12);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 1.5em;
  color: #4b1c0b;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: absolute;
  z-index: 2;
  transition: box-shadow 0.2s;
	flex:0 0 auto;
}
.left-arrow{left:-10px}
.right-arrow{right:-10px}
.carousel-arrow:hover {
  box-shadow: 0 4px 16px rgba(44,44,44,0.18);
}
.carousel-arrow.disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: default;
}
.carousel-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 18px 0 0 0;
}
.dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ccc;
  margin: 0 4px;
  display: inline-block;
}
.edit-poster-btn{
	position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 9;
    background: #fff;
    padding: 10px;
    border-radius: 8px;}
.dot.active {
  background: #4b1c0b;
}
.edit-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 24px auto 0 auto;
  padding: 12px 0;
  width: 90%;
  max-width: 340px;
  border: 2px solid #4b1c0b;
  border-radius: 8px;
  background: #fff;
  color: #4b1c0b;
  font-size: 1.08em;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}
.edit-btn:hover {
  background: #4b1c0b;
  color: #fff;
}
.edit-icon {
  font-size: 1.2em;
  margin-right: 8px;
}
@media (max-width: 600px) {
  .poster-card, .poster-center-img {
    max-width: 98vw;
  }
  .edit-btn {
    max-width: 98vw;
    width: 98vw;
  }
}
/* Micchami Dukkadam Poster Page Styles */
.poster-bg {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
	background-color: #fdf7e3;
  border-radius: 0;
  padding: 1rem;
	position: relative;
    overflow: hidden;
}
.poster-bg.main-bg-img{justify-content: center;}
.poster-actions {
      display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
    padding: 20px 0;
}
  .action-btn {
    text-decoration: none;
    font-size: 1rem;
    color: #222;
    text-align: center;
	  padding: 10px;
    border: 1px solid #ff7800;
    border-radius: 8px;
	  background:#ffebda;
    transition: transform .3s ease;
	  display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
  }
  .action-btn:hover { transform: translateY(-2px); }
#poster-content{text-align:center;}

/* Bottom Modal Styles for Poster Creation */

@keyframes fadeIn { from{opacity:0;} to{opacity:1;} }
@keyframes slideUp { from{transform:translateY(50px);opacity:0;} to{transform:translateY(0);opacity:1;} }


