* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: "Poppins", sans-serif;
  background: #fff;
  color: #333;
}
.container {
  max-width: 1200px;
  margin: auto;
  padding: 20px 0;
}

/* Header */
header {
  background: linear-gradient(90deg, #fd5564 11.2%, #fe3c72 91.86%);
  color: white;
}

/* Dropdown styles */
.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-menu {
  display: none;
  position: absolute;
  top: 30px;
  background-color: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  min-width: 250px;
  z-index: 999;
  border-radius: 8px;
  padding: 15px 0px;
}

.dropdown-menu a {
  display: block;
  padding: 10px 15px;
  color: #333;
  text-decoration: none;
}

.dropdown-menu a i {
  margin-right: 8px;
  color: #555; /* optional */
  font-size: 14px; /* ya aapke design ke hisaab se */
  vertical-align: middle;
}

.dropdown-menu a:hover {
  background-color: #f2f2f2;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

.nav-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.logo {
  font-size: 1.5rem;
  font-weight: bold;
}
nav a {
  margin: 0 10px;
  color: white;
  text-decoration: none;
}
.get-app {
  background: white;
  color: #6c4bd7;
  padding: 10px 20px;
  border-radius: 30px;
  border: none;
  cursor: pointer;
}

/* Hero */
.hero {
  background: linear-gradient(90deg, #fd5564 11.2%, #fe3c72 91.86%);
  color: white;
  padding: 60px 0;
  height: 646px;
}
.hero-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hero h1 {
  font-size: 2.5rem;
  margin: 10px 0;
}
.container.nav-bar {
  background: #fff;
  border-radius: 100px;
  height: 70px;
  padding: 15px;
  align-items: center;
}
.logo img {
  width: 100px;
  margin-top: 10px;
}

.container.nav-bar a {
  color: #000;
}

header {
  padding-top: 15px;
}
.stores img {
  height: 40px;
  margin: 10px 10px 20px 0;
  cursor: pointer;
}

button.get-app {
  padding: 15px;
  width: 140px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  color: #ffffff;
  background: #c7ad16;
}

.buttons_signin {
  display: flex;
  gap: 15px;
  margin-top: 20px;
}
.users {
  display: none;
}
.users img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-right: 5px;
}
.scroll-down {
  text-align: center;
  font-size: 2rem;
  margin-top: 20px;
  display: none;
}
.phone-mockup img {
  width: 520px;
  border-radius: 20px;
}

/* Download */
.download {
  padding: 60px 0;
  text-align: center;
}
.download-boxes {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-top: 20px;
}
.box {
  background: #f8f8f8;
  padding: 20px;
  border-radius: 10px;
  width: 200px;
  height: 100%;
}
.stats {
  margin-top: 20px;
  color: #666;
}

/* Features */
.container_download {
  max-width: 1200px;
  margin: auto;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.download_text h2 {
  font-size: 35px;
}
.download_text {
  text-align: left;
}
.benefit h2 {
  font-size: 35px;
}
.features {
  background: #f3f3f3;
  padding: 60px 0;
  text-align: center;
}
.download_text h2 span {
  color: #1add46;
}
.feature-boxes p {
  font-size: 14px;
  padding: 10px 0;
}
.feature-boxes h4 {
  font-size: 16px;
}
.feature-boxes {
  display: flex;
  justify-content: space-around;
  margin-top: 40px;
  gap: 20px;
}
.feature {
  width: 30%;
  background: white;
  padding: 20px;
  border-radius: 10px;
}

.feature i {
  width: 50px;
  height: 50px;
  background: #f5f5f5;
  padding-top: 12px;
  font-size: 24px;
  border-radius: 100px;
  margin-bottom: 15px;
}

.stores {
  display: none;
}

.download {
  padding: 60px 0;
  text-align: center;
  display: none;
}

.video-section {
  width: 100%;
  overflow: hidden;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.video_text h2 {
  text-align: center;
  padding: 50px 0;
  font-size: 35px;
}

.features-wrapper {
  background: #d53131;
  width: 100%;
  padding: 80px 0;
  height: 650px;
  margin-top: 50px;
}
.features-section {
  max-width: 1300px;
  margin: auto;
  padding: 0 20px;
  color: #fff;
}

.features-container {
  gap: 40px;
  justify-content: space-between;
  align-items: flex-start;
}

.features-text {
  flex: 1 1 350px;
}
.features-text {
  display: flex;
  justify-content: space-between;
}

.features-text h4 {
  color: #ccc;
  font-weight: 500;
  font-size: 16px;
}

.features-text h2 {
  font-size: 32px;
  margin: 10px 0;
}

.features-text h2 span {
  color: #ffffff;
}

.features-text p {
  color: #ccc;
  margin-top: 10px;
  max-width: 400px;
}

.features-text .badge {
  margin-top: 20px;
  width: 70px;
}

.features-cards {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 70px;
}
.feature-card {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  text-align: center;
  color: #333;
  flex: 406px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  gap: 50px;
}

.feature-card img {
  width: 200px;
  border-radius: 12px;
  margin-bottom: 15px;
  margin-top: 24px;
}

.feature-card h3 {
  font-size: 16px;
}

.site-footer {
  background-color: #1d1d1d;
  color: #fff;
  padding: 60px 20px 30px;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: auto;
  justify-content: space-between;
  gap: 40px;
}

.footer-brand h2 {
  font-size: 24px;
  margin-bottom: 10px;
}

.footer-brand p {
  color: #ccc;
  max-width: 300px;
}

.footer-links h4,
.footer-social h4 {
  margin-bottom: 10px;
  font-size: 18px;
}

.footer-links ul {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin-bottom: 8px;
}

.footer-links a {
  color: #ccc;
  text-decoration: none;
}

.footer-links a:hover {
  color: #fff;
}

.social-icons a {
  margin-right: 12px;
  font-size: 18px;
  color: #ccc;
  text-decoration: none;
}

.social-icons a:hover {
  color: #fff;
}

.footer-bottom {
  text-align: center;
  margin-top: 40px;
  font-size: 14px;
  color: #888;
  border-top: 1px solid #333;
  padding-top: 20px;
}
footer.site-footer {
  margin-top: 320px;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: auto;
  justify-content: space-between;
  gap: 40px;
  color: #fff;
}

.site-footers {
  margin-top: 100px;
  background-color: #1d1d1d;
  padding-top: 40px;
}

.footer-brand img {
  width: 150px;
}

.footer-contactus {
  margin-top: 20px;
}

/* ------------- About Us Page Styles ------------- */

.about-hero {
  background: linear-gradient(90deg, #fd5564 11.2%, #fe3c72 91.86%);
  height: 300px;
  position: relative;
  color: white;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-overlay {
  padding: 30px;
  width: 100%;
}

.about-overlay h1 {
  font-size: 3rem;
  margin-bottom: 10px;
}

.about-overlay p {
  font-size: 1.1rem;
  margin: 0;
}

.about-content {
  max-width: 1378px;
  margin: 60px auto;
  display: flex;
  justify-content: space-between;
  gap: 40px;
  padding: 0 20px;
  align-items: center;
  flex-wrap: wrap;
}

.about-content .text {
  flex: 1;
}

.about-content .text h2 {
  color: #333333;
  padding-bottom: 20px;
}

.about-content .text p {
  font-size: 1rem;
  line-height: 1.6;
}

.about-content .founder {
  text-align: center;
  flex: 0 0 200px;
}

.about-content .founder img {
  border-radius: 100px;
  width: 150px;
  height: 150px;
  object-fit: cover;
  margin-bottom: 10px;
}

/* Zigzag Layout Sections */
.zigzag {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
  max-width: 1378px;
  margin: 0 auto;
}

.zigzag-img {
  flex: 1;
  min-width: 300px;
}

.zigzag-img img {
  width: 100%;
  border-radius: 10px;
}

.zigzag-text {
  flex: 1;
  min-width: 300px;
}

.zigzag-text h2 {
  font-size: 28px;
  margin-bottom: 15px;
  color: #333;
}

.zigzag-text ul {
  list-style: none;
  padding: 0;
  color: #555;
}

.zigzag-text ul li {
  margin-bottom: 10px;
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 768px) {
  .zigzag,
  .zigzag.reverse {
    flex-direction: column;
  }
}

/* ---------------- Abut us Page ---------------- */

nav a.active {
  border-bottom: 4px solid #ff4d6d;
  padding-bottom: 19px;
}

/* ---------------- Sefty Guideline Start ---------------- */

/* Hero Section Styling */
.safety-hero {
  background-color: #f2f2f2;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.safety-hero h1 {
  font-size: 2.5rem;
  color: #ffffff;
}

/* Guidelines List */
.guidelines-list {
  list-style: none;
  padding-left: 0;
  margin-top: 40px;
}

.guidelines-list li {
  margin-bottom: 15px;
  font-size: 1rem;
  line-height: 1.6;
}

/* ---------------- Sefty Guideline End ---------------- */

/* ===== Safety Breadcrumb Section ===== */
.breadcrumb {
  max-width: 1200px;
  margin: 20px auto;
  padding: 10px 20px;
  font-size: 14px;
  color: #555;
}

.breadcrumb a {
  color: #007bff;
  text-decoration: none;
  margin-right: 5px;
}

.breadcrumb a:hover {
  text-decoration: underline;
}

.contact-now-section {
  background-color: #f5f5f5;
  padding: 100px 20px;
  text-align: center;
}

.contact-container {
  max-width: 800px;
  margin: 0 auto;
}

.contact-now-section h2 {
  font-size: 36px;
  margin-bottom: 20px;
  color: #333;
}

.contact-now-section p {
  font-size: 14px;
  color: #555;
  margin-bottom: 30px;
}

.email-link {
  font-size: 20px;
  color: #0077cc;
  text-decoration: none;
  font-weight: bold;
}

.email-link:hover {
  text-decoration: underline;
}
.container.policy-card ul li {
  list-style: none;
  margin-bottom: 20px;
}

.container.policy-card h2 {
  margin-bottom: 10px;
}

.container.policy-card p {
  margin-bottom: 20px;
}
.container.policy-card h4 {
  margin-bottom: 20px;
}

.container.policy-card h3 {
  margin-bottom: 10px;
}
.contact-info p {
  margin: 0 0 8px;
  font-size: 16px;
  color: #333;
}

.contact-info a {
  color: #0066cc;
  text-decoration: none;
}

.contact-info a:hover {
  text-decoration: underline;
}

.info-1 p {
  margin-bottom: 40px;
}
.info-1 h3 {
  margin-bottom: 10px;
}
.info-1 ul li {
  list-style: none;
  margin-bottom: 20px;
}

/* ------------Globaly font size -----------*/
/* Global Typography Overrides */
h1 {
  font-size: 35px !important;
}
h2 {
  font-size: 30px !important;
}
h3 {
  font-size: 25px !important;
}
p {
  font-size: 16px !important;
}
li {
  font-size: 16px !important;
}

/*------------End----------------*/

.about-content p {
  margin-bottom: 20px;
}

.text ul li {
  list-style: none;
  margin-bottom: 20px;
}
.text h3 {
  margin-bottom: 20px;
}

.table-of-content ul li {
  font-weight: 500;
}
.table-of-content {
  padding: 20px;
  background-color: #f5f5f5;
  border-radius: 20px;
  margin-bottom: 30px;
}

/*-----------------Login Start-------------*/

/* RESET */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body,
html {
  width: 100%;
  height: 100%;
  font-family: "Poppins", sans-serif;

  position: relative;
}

/* =======================================
   🔁 BACKGROUND SLIDER - MULTI ROWS
========================================= */

.background-slider {
  position: fixed;
  top: -150px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  gap: 20px;
  padding: 20px 0;
  transform: rotate(-10deg);
}

/* Each row of images */
.row {
  height: 100%;
  width: 100%;
}

.slide-track {
  display: flex;
  width: max-content;
  animation-timing-function: linear;
  gap: 20px; /* ✅ Yeh line add karo */
}

.slide-track img {
  width: 250px;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

/* Animation keyframes */
@keyframes scrollRight {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}

@keyframes scrollLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* Apply direction and speed */
.move-right .slide-track {
  animation: scrollRight 60s linear infinite;
}

.move-left .slide-track {
  animation: scrollLeft 50s linear infinite;
}

/* =======================================
   🔲 DARK OVERLAY - 60% opacity
========================================= */

/* =======================================
   🔐 LOGIN BOX
========================================= */
.login-box {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 500px;
  height: 565px;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.1); /* transparent white */
  border-radius: 15px;
  color: white;
  padding: 40px 20px;
  backdrop-filter: blur(12px);
  text-align: center;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.center-logo .logo {
  width: 130px;
  margin-bottom: 20px;
}

.login-box h2 {
  font-size: 20px;
  margin-bottom: 30px;
  line-height: 1.4;
}

.login-btn {
  background: linear-gradient(to right, #ef476f, #f75c8e);
  border: none;
  color: white;
  padding: 20px 25px;
  margin: 10px 0;
  width: 100% !important;
  border-radius: 8px;
  font-weight: bold;
  font-size: 15px;
  cursor: pointer;
  transition: background 0.3s;
}

.login-btn:hover {
  background: #d63e61;
}

.help-text {
  margin-top: 15px;
  font-size: 14px;
}

.terms {
  font-size: 12px;
  margin-top: 15px;
  color: #ccc;
  padding: 0 20px;
}

.terms a {
  color: #fff;
  text-decoration: underline;
}

/* =======================================
   📱 RESPONSIVE DESIGN
========================================= */
@media (max-width: 768px) {
  .login-box {
    width: 90%;
    height: auto;
    padding: 30px 15px;
  }

  .login-box h2 {
    font-size: 16px;
  }

  .login-btn {
    font-size: 14px;
    width: 100%;
  }

  .logo {
    width: 40px;
  }

  .row {
    height: 130px;
  }

  .row img {
    width: 180px;
  }
}

/*-------------------login End-----------------*/

/*----------Login Dedicated page-----------*/

.phone-login-box {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 500px;
  height: 360px;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  color: white;
  padding: 60px 30px;
  backdrop-filter: blur(8px);
  z-index: 1;
  display: none;
  flex-direction: column;
  justify-content: flex-start;
  gap: 20px;
  text-align: center;
}

.login-text h3 {
  margin-bottom: 14px;
}

.back-btn {
  background: none;
  border: none;
  color: white;
  font-size: 20px;
  position: absolute;
  top: 15px;
  left: 20px;
  cursor: pointer;
}

.phone-login-box h1 {
  font-size: 18px;
}

.phone-login-box p {
  font-size: 14px;
  color: #ddd;
}

.phone-input-group {
  display: flex;
  gap: 10px;
}

.country-select {
  padding: 20px 15px;
  background: #f9f9f9;
  border: none;
  border-radius: 6px;
  font-size: 14px;
  color: #333;
}

.phone-input {
  flex: 1;
  padding: 12px 15px;
  background: #f9f9f9;
  border: none;
  border-radius: 6px;
  font-size: 14px;
  color: #333;
}

/*------------End Login dedicated apge----------*/

/*------------Verification----------*/
.otp-box {
  display: none; /* Initially hidden */
  position: absolute;
  top: 50%;
  left: 50%;
  width: 500px;
  height: 500px;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  color: white;
  padding: 40px 30px;
  backdrop-filter: blur(8px);
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  text-align: center;
}
.otp-box h1 {
  font-size: 22px;
}

.otp-box p {
  font-size: 14px;
  color: #ddd;
}

.otp-input-boxes {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-top: 10px;
}

.otp-digit {
  width: 45px;
  height: 50px;
  text-align: center;
  font-size: 24px;
  border: none;
  border-radius: 6px;
  background: #f9f9f9;
  color: #333;
  outline: none;
}

.resend-text {
  font-size: 13px;
  color: #ccc;
}

.resend-text a {
  color: white;
  text-decoration: underline;
}

/*------------End Verification----------*/

/*------------ Start Trouble Logging In?----------*/

a {
  color: white;
}

.trouble-box {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 500px;
  height: 500px;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  color: white;
  padding: 40px 30px;
  backdrop-filter: blur(8px);
  z-index: 1;
  overflow-y: auto;
}

.trouble-box h3 {
  font-size: 2px;
  padding: 20px 0px;
}

.accordion-item {
  margin-bottom: 10px;
}

.accordion-body {
  background: #fff;
  color: #333;
  padding: 10px 16px;
  display: none;
  border-radius: 0 0 6px 6px;
  font-size: 13px;
}

.accordion-header {
  background: #f9f9f9;
  color: #333;
  width: 100%;
  text-align: left;
  padding: 12px 16px;
  font-weight: 600;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.accordion-header .icon {
  font-size: 18px;
  font-weight: bold;
}

/*------------ End Trouble Logging In?----------*/

/* ======================================================
   📱 Extra Responsive Enhancements (For all devices)
====================================================== */

@media (max-width: 1024px) {
  .login-box,
  .phone-login-box,
  .otp-box,
  .trouble-box {
    width: 90%;
    padding: 40px 20px;
  }

  .slide-track img {
    width: 180px;
  }
}

@media (max-width: 768px) {
  .login-box,
  .phone-login-box,
  .otp-box,
  .trouble-box {
    height: auto;
    padding: 30px 15px;
  }

  .login-box h2,
  .phone-login-box h1,
  .otp-box h1 {
    font-size: 16px;
  }

  .login-btn {
    font-size: 14px;
  }

  .otp-digit {
    width: 40px;
    height: 45px;
    font-size: 20px;
  }

  .slide-track img {
    width: 140px;
  }

  .background-slider {
    top: -120px;
    transform: rotate(-8deg);
  }
}

@media (max-width: 480px) {
  .country-select {
    font-size: 13px;
    padding: 12px;
  }

  .phone-input {
    font-size: 13px;
    padding: 12px;
  }

  .accordion-header {
    font-size: 13px;
  }

  .accordion-body {
    font-size: 12px;
  }
}

button {
  background: #da5a76;
  background: linear-gradient(
    215deg,
    rgba(218, 90, 118, 1) 40%,
    rgba(249, 28, 45, 1) 100%
  );
}

.back-btn {
  position: absolute;
  left: 15px;
  top: 15px;
  font-size: 20px;
  background: none;
  border: none;
  cursor: pointer;
  width: 40px;
  height: 40px;
  line-height: 0px;
  border: 1px solid #cccccc;
  border-radius: 50px;
  padding: 0px;
}

.back-btn a {
  text-decoration: none;
  position: relative;
  top: -1px;
  text-align: center !important;
  color: black;
}

.back-btn:hover {
  background: linear-gradient(
    215deg,
    rgba(218, 90, 118, 1) 40%,
    rgba(249, 28, 45, 1) 100%
  );
}

button {
  background: linear-gradient(
    215deg,
    rgba(218, 90, 118, 1) 40%,
    rgba(249, 28, 45, 1) 100%
  );
  border-radius: 10px;
  transition: 200ms;
  width: 100%;
  position: relative;
  padding: 18px;
  color: white;
  border: 0px;
  outline: none;
  font-size: 18px;
  border-radius: 15px;
  margin-top: 20px;
  font-weight: bold;
}

.nav-btn-icon i {
  font-size: 20px;
}

.nav-btn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav-btn a {
  text-decoration: none;
  color: white;
  text-align: center;
}

.nav-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
  background: none;
  border: none;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.8);
  transition: color 0.2s ease;
}
.react-tel-input .country-list .country-name {
  color: black !important;
}
.react-tel-input .selected-flag {
  width: 50px !important;
}
.react-tel-input .form-control {
  padding-left: 50px !important;
  margin-left: 10px !important;
}
