* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow-x: hidden;
  }

  body {
    font-family: Inter, sans-serif;
    font-style: normal;
    font-variant-caps: normal;
    font-variant-east-asian: normal;
    font-variant-ligatures: normal;
    font-variant-numeric: normal;
  }

  nav {
    height: 4.5rem;
    background-color: #F8FAFC;
    position: sticky;
    width: 100%;
  }

  .navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 1.2rem 9rem;
    padding: 0.2rem ;
  }
  
  .nav1 {
    color: #2563EB;
    font-size: 0.85rem;
  }

  .nav2 {
    display: flex;
    justify-content: space-evenly;
    width: 19%;
  }
  .nav2 a {
    text-decoration: none;
    font-size: 1rem;
    color: #374151;
    font-weight: 500;
  }

  main {

  }

  .mainsection {
    display: flex;
    flex-direction: column;
  }

  .pw {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    background-color: #EFF5FF;
    background-size: 24px 24px;
    background-image: linear-gradient(to right, #8080800a 1px, transparent 1px), linear-gradient(to bottom, #8080800a 1px, transparent 1px);
    height: 24rem;
    text-align: center;
  }

  .pw h1 {
    font-size: 3.75rem;
    font-family: SF Pro Display, Inter, sans-serif;
    background: linear-gradient(90deg, #1d4ed8, #3b82f6, #1d4ed8); /* Your gradient colors */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    /* Optional for Firefox support */
    background-clip: text;
    color: transparent;
  }

  .pw p {
    font-size: 1.3rem;
    color: #374151;
    width: 60%;
    margin-left: 20%;
    text-align: center;
    margin-top: 1rem;
  }

  .btn {
    /* margin-top: 1.5rem; */
  }

  .button {
    padding: 1rem 2rem;
    border-radius: 10px;
    border: none;
    background-color: rgb(37 99 235 );
    color: #EFF5FF;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    align-items: center;
  }

  .button span {
    font-size: 2rem;
    padding-right: 1rem;
  }

  .coupon-section {
    background-color: #F8FAFC;
  }

  .coupon {
    margin: auto;
  }

  .coupon h1 {
    font-family: SF Pro Display, Inter, sans-serif;
    background: linear-gradient(90deg, #1d4ed8, #3b82f6, #1d4ed8); /* Your gradient colors */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    /* Optional for Firefox support */
    background-clip: text;
    color: transparent;
    margin-top: 3.5rem;
    text-align: center;
  }
 
  .coupon p {
    font-size: 1.1rem;
    color: #374151;
    width: 52%;
    margin-left: 24%;
    text-align: center;
    margin-top: 2rem;
  }

  .category {
    margin-top: 2rem;
    margin-left: 13rem;
    margin-right: 13rem;
    display: flex;
    gap: 0.4rem;
    flex-wrap: wrap;
    justify-content: center;
  }

  .category a {
    border-radius: 20px;
    cursor: pointer;
    padding: 0.5rem 1rem;
    gap: 0.2rem;
    border: solid;
    border-color: #86d3ff;
    border-width: 1px;
    font-family: Inter, sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    color: #000;
    background-color: #fff;
    text-decoration: none;
  }
  .codesec {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 2rem;
  }

.coupon-container {
  background: white;
  padding: 15px 20px;
  border-radius: 10px;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  width: 75%;
  justify-content: space-between;
  margin-top: 1rem;
}

.coupon-left {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}

.coupon-batch {
  display: flex;
  gap: 0.5rem;
}

.tag {
  background: #DBEAFE;
  color: #1E40AF;
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 5px;
  display: inline-block;
  font-weight: bold;
}

.validity {
  font-size: 12px;
  color: gray;
  margin-top: 5px;
}

.coupon-sec {
  display: flex;
  align-items: center;
}

.code1 {
  font-size: 18px;
  font-weight: bold;
  color: #1E40AF;
  margin-top: 5px;
  display: inline-block;
  background: #DBEAFE;
  padding: 5px 10px;
  border-radius: 5px;
}

.discount {
  font-size: 18px;
  color: green;
  font-weight: bold;
  margin-left: 10px;
}

.info {
  font-size: 14px;
  color: gray;
  margin-top: 5px;
}

.copy-button {
  background: none;
  border: 1px solid #377dff;
  color: #377dff;
  padding: 2px 8px;
  border-radius: 5px;
  cursor: pointer;
  font-weight: bold;
  display: flex;
  align-items: center;
  grid-area: 1rem;
}

.copy-button span {
  margin-left: 0.5rem;
}

.copy-button:hover {
  background: #377dff;
  color: white;
}

footer {
  background-color: #eeeeee;
}

.footer {
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: rgb(107, 114, 128);
  display: flex;
  justify-content: space-between;
  padding: 30px 30px;
}

@media screen and (max-width: 768px) {
  .navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 1.2rem 0.5rem;
    padding: 0.2rem ;
  }
}

@media screen and (max-width: 425px) {
  .nav2 {
    opacity: 0;
  }

  .pw {
    height: 15rem;
  }

  .pw div {
    margin-top: 0rem;
  }

  .pw h1 {
    font-size: 1.75rem;
  }

  .pw p {
    font-size: 1rem;
    width: 80%;
    margin-left: 10%;
    margin-top: 0rem;
  }

  .coupon h1 {
    margin-top: 1rem;
  }
 
  .coupon p {
    font-size: 1rem;
    width: 80%;
    margin-left: 10%;
    margin-top: 1rem;
  }

  .codesec {
    margin-top: 0rem;
  }

.coupon-container {
  padding: 15px 10px;
  flex-direction: column;
  align-items: start;
  width: 90%;
  gap: 0.75rem;
}

.coupon-left {
  gap: 0.5rem;
}

.tag {
  font-size: 10px;
  border-radius: 10px;
}

.validity {
  font-size: 11px;
}

.code1 {
  font-size: 15px;
}

.discount {
  font-size: 15px;
}

.info {
  font-size: 12px;
}

.copy-button {
  padding: 1px 4px;
}

.footer {
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  color: rgb(107, 114, 128);
  flex-direction: column;
  justify-content: space-between;
  padding: 30px 30px;
}

}

/* YouTube Floating Logo */
.youtube-float {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 1000;
    display: inline-block;
    text-decoration: none;
}

.youtube-logo {
    width: 120px;
    height: auto;
    transition: transform 0.3s ease;
}

.youtube-float:hover .youtube-logo {
    transform: scale(1.1);
}
.whatsapp-unified-btn {
  position: fixed;
  bottom: 20px;
  left: 20px;
  background-color: #25D366;
  color: white;
  font-weight: 600;
  font-size: 14px;
  border-radius: 12px;
  padding: 10px 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  z-index: 1000;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2);
  animation: pulse 2s infinite;
}
.whatsapp-unified-btn img {
  width: 28px;
  height: 28px;
}


.special-discount-btn {
  position: fixed;
  bottom: 25px;
  right: 20px;
  background-color: #2563eb;
  color: white;
  font-size: 15px;
  font-weight: 600;
  border: none;
  border-radius: 12px;
  padding: 12px 18px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
  animation: pulse 2s infinite;
  z-index: 1000;
}
@keyframes pulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.07); }
  100% { transform: scale(1); }
}

.button-timer {
  background: #1e40af;
  color: white;
  padding: 4px 8px;
  margin-left: 8px;
  font-size: 12px;
  border-radius: 8px;
  font-weight: 500;
}

/* Fix overlapping buttons on small screens */
@media (max-width: 600px) {
  .whatsapp-unified-btn {
    bottom: 80px; /* Moves it up so both buttons are visible */
    left: 16px;
    padding: 8px 10px;
    font-size: 13px;
  }

  .special-discount-btn {
    bottom: 20px; /* Stays at the bottom */
    right: 16px;
    font-size: 13px;
    padding: 10px 12px;
  }

  .whatsapp-unified-btn img {
    width: 24px;
    height: 24px;
  }
}

