@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Serif+Text:ital@0;1&display=swap");

:root {
  --font-family: "Manrope";
}

.dm-serif-text-regular-italic {
  font-family: "DM Serif Text", serif;
  font-weight: 400;
  font-style: italic;
}

body {
  font-family: var(--font-family);
  background: #fcfaf1;
}

/* navbar */

nav {
  background: #200219;
}

.navbar-brand img {
  height: 40px;
}

.nav-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 8px;
  background: linear-gradient(
    180deg,
    #f8f5e1 1.04%,
    #e6d885 10.18%,
    #b6913d 94.31%,
    #e1d27f 101.04%
  );
  color: #0a2735;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  text-decoration: none;
  letter-spacing: 0.16px;
  width: 100%;
}

@media (min-width: 992px) {
  header.primary-bg {
    position: sticky;
    top: 0;
    z-index: 1030;
  }
}

@media only screen and (max-width: 350px) {
  .navbar-brand img {
    height: 29px;
  }
}

/*footer*/

footer.footer {
  background: #200219;
  padding: 44px 160px 80px 160px;
}

.footer-container {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 4rem;
}

.footer-box {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.footer-logo {
  height: 55px;
}

.links a {
  color: #e4e9e9;
  text-decoration: none;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  letter-spacing: 0.16px;
}

.links {
  display: flex;
  gap: 100px;
  flex-wrap: wrap;
}

.bottom-text {
  color: #ece9d7;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.16px;
}

/* Responsive: stack boxes */
@media (max-width: 768px) {
  .footer-container {
    flex-direction: column;
    text-align: left;
    gap: 1.5rem;
  }

  footer.footer {
    padding: 32px 16px;
  }
  .links {
    gap: 24px;
    justify-content: left;
  }
}

@media (max-width: 991px) {
  footer.footer {
    padding: 40px 40px;
  }

  .footer-container {
    gap: 2rem;
  }

  .links {
    gap: 40px;
  }
}

/* Hero Section - Based on Figma Design */
.hero-section {
  background: url("../images/samvat/hero-desktop.png");
  background-size: cover;
  background-position: center;
  padding: 0;
  min-height: 680px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.firework-1 {
  position: absolute;
  top: 8%;
  left: 12%;
  width: 280px;
  height: 320px;
  z-index: 1;
  opacity: 0.9;
  transform: rotate(-15deg);
}

.firework-2 {
  position: absolute;
  top: 15%;
  right: 18%;
  width: 240px;
  height: 300px;
  z-index: 1;
  opacity: 0.8;
  transform: rotate(25deg);
}

.firework-3 {
  position: absolute;
  bottom: 25%;
  left: 6%;
  width: 260px;
  height: 310px;
  z-index: 1;
  opacity: 0.7;
  transform: rotate(12deg);
}

.firework-4 {
  position: absolute;
  bottom: 35%;
  right: 8%;
  width: 220px;
  height: 280px;
  z-index: 1;
  opacity: 0.6;
  transform: rotate(-20deg);
}

.firework-5 {
  position: absolute;
  top: 35%;
  left: 3%;
  width: 201px;
  height: 250px;
  z-index: 1;
  opacity: 0.5;
  transform: rotate(45deg);
}

/* Larger and more randomized stars */
.star-1 {
  position: absolute;
  top: 20%;
  left: 35%;
  width: 150px;
  height: 140px;
  z-index: 1;
  opacity: 0.9;
  transform: rotate(30deg);
}

.star-2 {
  position: absolute;
  top: 18%;
  right: 25%;
  width: 120px;
  height: 120px;
  z-index: 1;
  opacity: 0.8;
  transform: rotate(-45deg);
}

.star-3 {
  position: absolute;
  top: 55%;
  left: 8%;
  width: 110px;
  height: 110px;
  z-index: 1;
  opacity: 0.7;
  transform: rotate(60deg);
}

.star-4 {
  position: absolute;
  top: 50%;
  right: 12%;
  width: 120px;
  height: 120px;
  z-index: 1;
  opacity: 0.6;
  transform: rotate(-30deg);
}

.star-5 {
  position: absolute;
  bottom: 15%;
  left: 40%;
  width: 135px;
  height: 125px;
  z-index: 1;
  opacity: 0.5;
  transform: rotate(15deg);
}

.star-6 {
  position: absolute;
  bottom: 20%;
  right: 35%;
  width: 135px;
  height: 125px;
  z-index: 1;
  opacity: 0.4;
  transform: rotate(-60deg);
}

.hero-content {
  position: relative;
  z-index: 2;
}

.break-mobile {
  display: inline;
}

.break-desktop {
  display: block;
}

.hero-title {
  font-size: 68px;
  font-style: italic;
  background: linear-gradient(180deg, #efe4a2 14.63%, #c4b34c 100.61%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 120%;
  letter-spacing: 0.34px;
}

.hero-subtitle {
  color: #bcc !important;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.16px;
  margin-top: 14px;
}

.hero-section h5 {
  color: #e4e9e9;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.14px;
  text-align: center;
}

.hero-form {
  max-width: 600px;
  margin: 0 auto;
  padding: 32px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hero-form .d-flex {
  justify-content: center;
  width: 100%;
}

.hero-form .row {
  justify-content: center !important;
  text-align: center;
}

@media (max-width: 768px) {
  .hero-section {
    background: url("../images/samvat/hero-mobile.png");
    background-size: cover;
    background-position: center;
    min-height: 750px;
    padding: 16px;
  }

  .hero-title {
    font-size: 48px;
  }

  .break-mobile {
    display: block;
  }

  .hero-input-label {
    margin-top: 10px;
  }

  .break-desktop {
    display: inline;
  }

  .hero-form {
    padding: 32px 0px !important;
    max-width: 100%;
  }

  .firework-1 {
    top: 3%;
    left: 5%;
    width: 100px;
    height: 120px;
    opacity: 0.6;
  }

  .firework-2 {
    top: 5%;
    right: 5%;
    width: 70px;
    height: 100px;
    opacity: 0.5;
  }

  .firework-4 {
    position: absolute;
    bottom: 35%;
    right: 8%;
    width: 70px;
    height: 100px;
    z-index: 1;
    opacity: 0.6;
    transform: rotate(-20deg);
  }

  .firework-3 {
    bottom: 15%;
    left: 2%;
    width: 75px;
    height: 110px;
    opacity: 0.4;
  }

  .star-1 {
    top: 20%;
    left: 15%;
    width: 55px;
    height: 55px;
    opacity: 0.7;
  }

  .star-2 {
    top: 25%;
    right: 10%;
    width: 30px;
    height: 30px;
    opacity: 0.6;
  }

  .star-3 {
    top: 35%;
    left: 8%;
    width: 28px;
    height: 28px;
    opacity: 0.5;
  }

  .star-4 {
    top: 32%;
    right: 12%;
    width: 32px;
    height: 32px;
    opacity: 0.4;
  }
}
/* Made for india section */
.india-section {
  background: #200219;
  padding-top: 50px;
  padding-bottom: 50px;
}

.india-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  text-align: left;
}

.india-logo {
  max-width: 120px;
  height: auto;
  display: block;
  align-self: center;
  margin-top: -10px;
}

.india-section h5 {
  color: #eade97;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.14px;
}

.india-section p {
  color: #ece9d7;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  letter-spacing: 0.1px;
  margin-top: 14px;
}

@media (max-width: 768px) {
  .india-content {
    flex-direction: column;
    text-align: center;
    gap: 20px;
  }

  .india-section p {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* Fetures section */
.why-section {
  margin-top: 100px;
  margin-bottom: 100px;
}
.mobile-compliance-slider {
  position: relative;
  overflow: hidden;
}

.why-section h1 .font-family-2 {
  color: #75175f;
  font-family: "DM Serif Text";
  font-size: 40px;
  font-style: italic;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.2px;
}

.why-section h1 {
  color: #003134;
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.18px;
}

.why-section img {
  width: 100%;
}
.why-card {
  border-radius: 20px !important;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.why-section .row.equal-height {
  display: flex;
  flex-wrap: wrap;
}

.why-section .row.equal-height > [class*="col-"] {
  display: flex;
}

.why-card-bg p {
  flex-grow: 1;
}

.why-card .p-3 {
  padding: 20px !important;
}

.why-card h3 {
  color: #eade97;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.1px;
}

.why-card p {
  color: #ece9d7;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.16px;
}

.why-card-bg {
  border-radius: 0 0 16px 16px;
  background: #200219;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.compliance-slide {
  display: none;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.compliance-slide.active {
  display: block;
  opacity: 1;
}

/* waitlist feature section */
.waitlist-feature-section {
  margin-bottom: 100px;
}

.waitlist-feature-section h1 {
  color: #003134;
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.18px;
}

.waitlist-card {
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex: 1 0 0;
  border-radius: 16px;
  border: 0.5px solid #b3c1c2;
  background: #fff;
  text-align: center;
}

.waitlist-feature-section h3 {
  color: #003134;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.1px;
}

.waitlist-feature-section p {
  color: #2b4b4d;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.16px;
}

/* Mobile Styles */
@media (max-width: 768px) {
  .waitlist-card {
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
    gap: 20px;
  }

  .waitlist-card img.waitlist-card-icon {
    width: 60px;
  }

  .waitlist-card > div {
    flex: 1;
  }

  .waitlist-feature-section h3 {
    text-align: left;
    font-size: 18px;
    margin-bottom: 8px;
  }

  .waitlist-feature-section p {
    text-align: left;
    font-size: 14px;
    margin-bottom: 0;
  }

  .waitlist-feature-section {
    margin-bottom: 80px;
  }

  .waitlist-feature-section h1 {
    font-size: 28px;
    margin-bottom: 32px;
  }
}

/* middle strip */
.middle-strip {
  background: #f6efdc;
  padding-top: 50px;
  padding-bottom: 50px;
}

.middle-strip h1 {
  color: #003134;
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.18px;
}

.middle-strip span {
  color: #75175f;
  font-family: "DM Serif Text";
  font-size: 40px;
  font-style: italic;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.2px;
}

.middle-strip p {
  color: #2b4b4d;
  text-align: center;
  margin-top: 12px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.16px;
}

/* Diwali section */
.diwali-section {
  background: linear-gradient(180deg, #22001d 0%, #50201f 100%), #fff;
  padding: 60px 160px;
}

.diwali-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
  text-align: left;
}

.diwali-section h5 {
  color: #fafcf3;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.18px;
}

.diwali-section span {
  background: linear-gradient(90deg, #e9dd96 0%, #d0c063 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "DM Serif Text";
  font-size: 40px;
  font-style: italic;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.2px;
}

.diwali-section p {
  color: #ece9d7;
  margin-top: 12px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.16px;
}

.diwali-section {
  background: linear-gradient(180deg, #22001d 0%, #50201f 100%), #fff;
  padding: 60px 160px;
}

.diwali-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
  text-align: left;
}

.diwali-section h5 {
  color: #fafcf3;
  font-size: 36px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.18px;
}

.diwali-section span {
  background: linear-gradient(90deg, #e9dd96 0%, #d0c063 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "DM Serif Text";
  font-size: 40px;
  font-style: italic;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.2px;
}

.diwali-section p {
  color: #ece9d7;
  margin-top: 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.16px;
}

/* ✅ Mobile Responsive */
@media (max-width: 768px) {
  .diwali-section {
    padding: 40px 20px;
  }

  .diwali-content {
    flex-direction: column;
    text-align: center;
    gap: 30px;
  }

  .diwali-logo {
    max-width: 340px;
    margin: 0 auto;
  }

  .diwali-text .d-flex {
    justify-content: center;
  }

  .nav-btn {
    width: 100%;
    justify-content: center;
  }
}

/* Access section */

.access-section {
  margin-bottom: 120px;
  margin-top: 120px;
}

.access-section h1 {
  color: #003134;
  text-align: center;
  font-size: 36px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.18px;
}

.access-section h3 {
  color: #003134;
  text-align: center;
  margin-top: 20px;
  font-size: 20px;
  font-weight: 600;
  line-height: 160%;
  letter-spacing: 0.1px;
}

.dots-col {
  display: flex;
  padding-top: 50px;
  justify-content: center;
}

.dots-col .waitlist-card-icon {
  display: block;
  margin: 0 auto;
}

.access-card img.waitlist-card-icon {
  display: block;
  margin: 0 auto;
}

.mobile-dots-separator {
  display: none;
  justify-content: flex-start;
  padding-left: 100px;
}

.mobile-dots-separator img {
  width: auto;
  height: 50px;
}

/* ✅ Mobile Styles */
@media (max-width: 768px) {
  .access-section {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .dots-col {
    display: none !important;
  }

  .mobile-dots-separator {
    display: flex !important;
  }

  .access-section .row.g-4 {
    flex-direction: column;
    align-items: center;
  }

  .access-card {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    padding: 16px;
    gap: 16px;
    width: 100%;
    margin: 0 auto;
  }

  .access-card > div {
    flex: 1;
  }

  .access-card img {
    width: 80px;
    height: auto;
    flex-shrink: 0;
  }

  .access-card h3 {
    margin-top: 0;
    font-size: 18px;
    text-align: left;
  }
}
/* Pre footer */
.pre-footer-section {
  border-bottom: 0.5px solid #4c1d1e;
  background: #200219;
  padding: 60px 160px;
}

.pre-footer-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  text-align: left;
  flex-wrap: wrap;
}

.pre-footer-right {
  flex: 0 0 40%;
  text-align: center;
}
.pre-footer-right h5 {
  justify-content: center !important;
  text-align: center;
  margin-top: 12px;
}

.pre-footer-section h5 {
  color: #e4e9e9;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.14px;
}

.pre-footer-section h1 {
  color: #fafcf3;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.18px;
}

.pre-footer-section span {
  background: linear-gradient(90deg, #e9dd96 0%, #d0c063 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "DM Serif Text";
  font-size: 40px;
  font-style: italic;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.2px;
}
.footer-btn {
  display: block;
  width: 100%;
  border-radius: 8px;
  background: linear-gradient(
    180deg,
    #f8f5e1 1.04%,
    #e6d885 10.18%,
    #b6913d 94.31%,
    #e1d27f 101.04%
  );
  color: #0a2735;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  padding: 14px 0;
  letter-spacing: 0.16px;
}

@media (max-width: 991px) {
  .pre-footer-content {
    flex-direction: column;
    text-align: center;
    gap: 30px;
  }

  .pre-footer-text,
  .pre-footer-right {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .pre-footer-section {
    padding: 40px 20px;
  }

  .footer-btn {
    width: 100%;
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  .desktop-break {
    display: none;
  }
}


/* mobile section */
.mobile-section {
  padding: 12px 16px 12px 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 60px;
  border-top: 0.5px solid #4c1d1e;
  background: #fcfaf1;
  box-shadow: 0 -12px 20px 0 rgba(0, 0, 0, 0.25);
}

.mobile-section h5 {
  color: #003134;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.14px;
  margin-top: 10px;
}

.mobile-sticky-section {
  position: sticky;
  bottom: 0;
  display: none;
  z-index: 1050;
}

.mobile-sticky-btn {
  display: block;
}

@media (max-width: 768px) {
  .mobile-sticky-section {
    display: block;
  }
}

@media (min-width: 769px) {
  .mobile-sticky-section {
    display: none !important;
  }
}

html {
  scroll-behavior: smooth;
}

@media (max-width: 576px) {
  .hero-section h1 {
    font-size: 2.4rem;
    font-weight: 500;
  }

  .hero-section h1 .font-family-2 {
    font-size: 2.5rem;
  }
  h1 {
    font-size: 1.8rem;
    text-align: center;
  }

  h1 .font-family-2 {
    font-size: 2rem;
  }

  .horizontal-scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .horizontal-scroll .row {
    flex-wrap: nowrap; /* prevent wrapping */
    margin-left: 0; /* kill Bootstrap's -15px (or -12px) margin */
    margin-right: 0;
  }

  .horizontal-scroll .col-5,
  .horizontal-scroll .col-8,
  .horizontal-scroll .col-md-6,
  .horizontal-scroll .col-lg-3,
  .horizontal-scroll .col-lg-4 {
    flex: 0 0 auto; /* don’t shrink, keep side-by-side */
  }
  .wrapper-container {
    height: auto !important;
  }

  .why-section {
    .horizontal-scroll-wrapper {
      overflow-x: auto;
      /* Adds a little padding so the shadow isn't cut off */
      padding-bottom: 1rem;
    }

    .horizontal-scroll-wrapper .row {
      flex-wrap: nowrap; /* Prevents columns from stacking */
    }

    /* Give columns a specific width on mobile so they don't shrink */
    .horizontal-scroll-wrapper .col-10 {
      flex: 0 0 auto;
    }

    /* Hide the default scrollbar for a cleaner look */
    .horizontal-scroll-wrapper::-webkit-scrollbar {
      display: none;
    }
  }
}

.join-waitlist-btn:hover,
.share-whatsapp-btn:hover {
  border-radius: 8px;
  background: linear-gradient(180deg, #faf6e9 10%, #f0e3a5 40%, #d1b76a 90%);
  box-shadow: 0 0 18px rgba(209, 186, 103, 0.55), 0 3px 6px rgba(0, 0, 0, 0.2);
  transition: all 0.25s ease-in-out;
}

.join-waitlist-btn:active,
.share-whatsapp-btn:active {
  border-radius: 8px;
  background: linear-gradient(
    0deg,
    #f8f5e1 0%,
    #e6d885 9.13%,
    #b6913d 93.27%,
    #e1d27f 100%
  );
  box-shadow: 0 0 15px 0 rgba(209, 186, 103, 0.8),
    0 4px 4px 0 rgba(0, 0, 0, 0.25), 0 15px 15px 0 #dac79b;
}
