/* ==================== Import Fonts ==================== */

@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

/* ================================ Theseasons Font Family ================================ */

/* Regular */
@font-face {
  font-family: "Theseasons";
  src: url("Fontspring-DEMO-theseasons-reg.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}

/* Bold */
@font-face {
  font-family: "Theseasons";
  src: url("Fontspring-DEMO-theseasons-bd.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}

/* Light Italic */
@font-face {
  font-family: "Theseasons";
  src: url("Fontspring-DEMO-theseasons-ltit.otf") format("opentype");
  font-weight: 300;
  font-style: italic;
}

/* ==================== Common Reset ==================== */
/* CSS Root Variables for Colors */
:root {
  /* Brand Colors */
  --primary-pink: #ef5f96;
  --primary-pink-dark: #d14d7a;
  --secondary-pink: #ee386e;
  --accent-coral: #f0575c;
  --accent-orange: #f36d45;

  /* Background Colors */
  --background-white: #ffffff;
  --background-light-pink: #ffeef3;
  --background-gray-light: #f1f1f1;
  --background-gray: #dbdbdb;
  --background-gray-medium: #d2d2d2;
  --background-gray-dark: #d1d1d1;

  /* Text Colors */
  --text-primary: #1a1a18;
  --text-secondary: #666;
  --text-muted: #555555;
  --text-white: #ffffff;
  --text-gold: #f5d244;

  /* Status Colors */
  --success-green: #22c55e;
  --error-red: #dc2626;
  --warning-yellow: #f59e0b;
  --info-blue: #3b82f6;

  /* Additional Brand Colors */
  --overlay-dark: rgba(0, 0, 0, 0.5);
  --overlay-gradient: rgba(0, 0, 0, 0.7);
  --border-divider: rgba(245, 210, 68, 0.3);

  --transition: all 0.3s ease-in-out;
}
* {
  padding: 0;
  margin: 0;
  outline: none;
  border: none;
  box-sizing: border-box;
}

html {
  font-size: 1rem;
  scroll-behavior: smooth !important;
}

body {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  color: var(--text-primary);
  font-weight: 400;
  font-size: 18px;
  line-height: 1.33;
  position: relative;
  top: 0 !important;
  background-color: var(--white);
}

.overflow-hidden {
  overflow: hidden;
  height: 100vh;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
}

*:focus {
  outline: none;
}

button[type="button"]:focus {
  outline: none;
}

input:focus,
.form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: inherit;
  resize: none;
}
/* ==================== Common style ==================== */
.wrapper {
  display: block;
  overflow: hidden;
  min-height: 100vh;
  position: relative;
}
.container {
  max-width: 1820px;
  margin: 0 auto;
  padding: 0;
}

.common-sec {
  position: relative;
  padding-block: 60px 60px;
}
.icon {
  display: inline-block;
  height: 1em;
  width: 1em;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  background-color: currentColor;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  transition: all 0.4s ease;
}

p {
  color: var(--text-secondary);
  font-size: 1em;
  line-height: 1.33;
}

p:last-child {
  margin-bottom: 0;
}
a {
  display: inline-block;
}
img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

.shadow-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 99;
}

body.nav-open .shadow-overlay {
  opacity: 1;
  visibility: visible;
}



/* coming-soon */

.coming-soon-sec {
  background: linear-gradient(135deg, #ffeef3 0%, #fff5f7 50%, #ffe8f0 100%);
  position: relative;
}
.coming-soon-sec .container {
  position: relative;
  max-width: 1199px;
}
/* Decorative Diyas */
.diwali-coming-soon .diya {
  position: absolute;
  width: 40px;
  height: 40px;
  animation: float 3s ease-in-out infinite;
}

.diwali-coming-soon .diya-left {
  top: 10%;
  left: 5%;
  animation-delay: 0s;
}

.diwali-coming-soon .diya-right {
  top: 15%;
  right: 8%;
  animation-delay: 1s;
}

.diwali-coming-soon .diya-bottom-left {
  bottom: 15%;
  left: 10%;
  animation-delay: 2s;
}

.diwali-coming-soon .diya-bottom-right {
  bottom: 20%;
  right: 5%;
  animation-delay: 1.5s;
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(-20px) rotate(5deg);
  }
}

/* Sparkle Effect */
.diwali-coming-soon .sparkles {
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
}

.diwali-coming-soon .sparkle {
  position: absolute;
  width: 4px;
  height: 4px;
  background: var(--text-gold);
  border-radius: 50%;
  animation: sparkle 2s ease-in-out infinite;
  box-shadow: 0 0 10px var(--text-gold);
}

@keyframes sparkle {
  0%,
  100% {
    opacity: 0;
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: scale(1);
  }
}

.diwali-coming-soon .content-wrap {
  text-align: center;
  padding: 0 20px;
  max-width: 900px;
  position: relative;
  z-index: 1;
  margin: 0 auto;
}

/* Decorative Mandala Pattern */
.diwali-coming-soon .mandala {
  position: absolute;
  width: 300px;
  height: 300px;
  opacity: 0.1;
  border-radius: 50%;
  border: 3px solid var(--primary-pink);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: rotate 30s linear infinite;
}

.diwali-coming-soon .mandala::before,
.diwali-coming-soon .mandala::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 3px solid var(--accent-orange);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.diwali-coming-soon .mandala::before {
  width: 80%;
  height: 80%;
}

.diwali-coming-soon .mandala::after {
  width: 60%;
  height: 60%;
}

@keyframes rotate {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

.diwali-coming-soon .diwali-icon {
  font-size: 80px;
  margin-bottom: 20px;
  animation: glow 2s ease-in-out infinite;
}

@keyframes glow {
  0%,
  100% {
    filter: drop-shadow(0 0 10px var(--text-gold)) brightness(1);
  }
  50% {
    filter: drop-shadow(0 0 20px var(--text-gold)) brightness(1.2);
  }
}

.diwali-coming-soon .title {
  font-family: "Theseasons";
  font-size: 3.5em;
  color: var(--primary-pink);
  margin-bottom: 15px;
  font-weight: bold;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
  letter-spacing: 2px;
}

.diwali-coming-soon .tagline {
  font-size: 1.2em;
  color: var(--text-secondary);
  margin-bottom: 10px;
  font-style: italic;
}

.diwali-coming-soon .subtitle {
  font-size: 1em;
  color: var(--text-primary);
  margin-bottom: 50px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}

.diwali-coming-soon .countdown {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-bottom: 50px;
  flex-wrap: wrap;
}

.diwali-coming-soon .countdown-item {
  background: var(--background-white);
  padding: 30px 25px;
  border-radius: 15px;
  min-width: 120px;
  box-shadow: 0 10px 30px rgba(239, 95, 150, 0.2);
  border: 2px solid var(--primary-pink);
  position: relative;
  overflow: hidden;
  transition: var(--transition);
}

.diwali-coming-soon .countdown-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, var(--primary-pink), var(--accent-orange), var(--text-gold));
}

.diwali-coming-soon .countdown-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(239, 95, 150, 0.3);
}

.diwali-coming-soon .countdown-number {
  font-size: 3.5em;
  font-weight: bold;
  color: var(--primary-pink);
  display: block;
  line-height: 1;
}

.diwali-coming-soon .countdown-label {
  font-size: 0.9em;
  color: var(--text-secondary);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 10px;
}

.diwali-coming-soon .notify-section {
  background: linear-gradient(135deg, var(--primary-pink), var(--accent-orange));
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 15px 40px rgba(239, 95, 150, 0.3);
  max-width: 600px;
  margin: 0 auto;
}

.diwali-coming-soon .notify-section .noti-title {
  color: var(--text-white);
  font-size: 1.8em;
  margin-bottom: 20px;
}

.diwali-coming-soon .notify-form {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
}

.diwali-coming-soon .notify-input {
  flex: 1;
  min-width: 250px;
  padding: 15px 20px;
  border: none;
  border-radius: 50px;
  font-size: 1em;
  outline: none;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.diwali-coming-soon .notify-button {
  padding: 15px 40px;
  background: var(--text-white);
  color: var(--primary-pink);
  border: none;
  border-radius: 50px;
  font-size: 1em;
  font-weight: bold;
  cursor: pointer;
  transition: var(--transition);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.diwali-coming-soon .notify-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  background: var(--text-gold);
}

.diwali-coming-soon .features {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-top: 50px;
  flex-wrap: wrap;
}

.diwali-coming-soon .feature {
  text-align: center;
  max-width: 200px;
}

.diwali-coming-soon .feature-icon {
  height: 100px;
  width: 100px;
  margin: 0 auto 10px;
}
.diwali-coming-soon .feature:first-child .feature-icon {
  padding: 7px;
}
.diwali-coming-soon .feature-text {
  color: var(--text-primary);
  font-size: 1em;
  font-weight: 600;
}

@media (max-width: 768px) {
  .diwali-coming-soon .title {
    font-size: 2.5em;
  }
  .diwali-coming-soon .tagline {
    font-size: 1.1em;
  }
  .diwali-coming-soon .countdown {
    gap: 15px;
  }
  .diwali-coming-soon .countdown-item {
    min-width: 100px;
    padding: 20px 15px;
  }
  .diwali-coming-soon .countdown-number {
    font-size: 2.5em;
  }
  .diwali-coming-soon .notify-form {
    flex-direction: column;
  }
  .diwali-coming-soon .notify-input,
  .diwali-coming-soon .notify-button {
    width: 100%;
  }
  .diwali-coming-soon .diya {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 568px) {
  .diwali-coming-soon .diwali-icon {
    font-size: 50px;
    margin-bottom: 5px;
  }
  .diwali-coming-soon .tagline {
    font-size: 1em;
  }
  .diwali-coming-soon .subtitle {
    margin-bottom: 30px;
  }
  .diwali-coming-soon .content-wrap {
    padding: 0;
  }
  .diwali-coming-soon .countdown-number {
    font-size: 2em;
  }
  .diwali-coming-soon .countdown-item {
    padding: 12px 8px;
    min-width: auto;
    width: 100%;
    max-width: 75px;
  }
  .diwali-coming-soon .countdown-label {
    font-size: 0.7em;
  }
  .diwali-coming-soon .notify-section {
    padding: 20px;
  }
  .diwali-coming-soon .notify-section .noti-title {
    font-size: 1.2em;
  }
  .diwali-coming-soon .countdown {
    margin-bottom: 30px;
  }
  .diwali-coming-soon .notify-input,
  .diwali-coming-soon .notify-button {
    padding: 10px 20px;
  }
  .diwali-coming-soon .features {
    gap: 30px;
  }
  .diwali-coming-soon .feature-icon {
    height: 80px;
    width: 80px;
  }
}
