* {
  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%);
  /* background: transparent; */
  color: white;
}

nav > a,
li > a,
nav > .dropdown {
  cursor: pointer;
}
/* Dropdown styles */
.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-menu {
  display: block;
  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: 636px;
}
.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: 15px 0;
}
.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: 200px;
  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: #d5d1d152;
  padding: 20px 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;
}
