@import url('https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&display=swap');

h1, h, h3, h4, h5, h6, p {
	font-family: 'Inter Tight', sans-serif !important;
}
h4 {
	font-size: 18px;
	margin-bottom: 0.5rem;
}
p {
	font-size: 16px;
	margin-bottom: 0.5rem;
}
body {
  line-height: 1.6;
  color: #333 !important;
  font-family: 'Inter Tight', sans-serif !important;
}
a {
  color: inherit;
  text-decoration: none;
}

.navbar {
  background-color: #F8F7F5;
  padding-top: 1rem;
  color: #111 !important;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.3rem 2rem;
  margin: 0 1rem 1rem 1rem;
  background-color: #fff;
  border-radius: 50px;
}

.header .logo {
  width: 150px;
}
.contact {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-size: 0.9rem;
}

/* Hero */
.hero {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2rem;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0)), 
                    url('https://bazaar.in/wp-content/uploads/2025/09/Bazaar-hero-min-scaled.png') !important;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  color: white;
  margin: 1rem;
  border-radius: 20px;
  background-color: #F8F7F5;
}


.hero-content {
  max-width: 65%;
}

.tagline {
  font-size: 20px;
}

.tagline-1 {
  color: #49F6CF;
}
.tagline-2 {
  color: #FFBE45;
}
.tagline-3 {
  color: #51D5FF;
}
.hero h1 {
  font-size: 55px;
  line-height: 1.2;
  margin: 1rem 0;
  color: #fff;
}

.desc {
  font-size: 16px;
  width: 550px;
}
.signup-card {
  background: #fff;
  padding: 1rem;
  border-radius: 12px;
  width: 520px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  transition: box-shadow 0.2s ease-in-out;
}

.signup-switch-row {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
}

.segmented-control {
  display: flex;
  background: #f6f5f3;
  border: 1px solid #E0E0De;
  border-radius: 999px;
  padding: 2px;
  gap: 0;
}

.segmented-control .segment {
  border: none;
  background: #F8F7F5;
  color: #888;
  font-weight: 500;
  padding: 4px 15px;
  border-radius: 999px;
  cursor: pointer;
  font-size: 0.8rem;
}

.segmented-control .segment.active {
  background: #383838;
  color: #fff;
  font-weight: 600;
}

.segmented-control .segment:not(.active) {
  background: transparent;
  color: #a2a0a0;
}


.signup-card label {
  display: block;
  margin-bottom: 0.4rem;
  font-size: 0.8rem;
  font-weight: 500;
  color: #111;
}

.signup-card input, .signup-card select, .signup-card textarea {
  width: 100%;
  padding: 0.5rem;
  margin-bottom: 0.5rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 0.8rem;
  background-color: #F9F9F9;
  outline: none;
  transition: border 0.3s ease;
}

.signup-card textarea {
  width: 100%;
  height: 50px;
  resize: none;
}

.signup-card input:focus, .signup-card select:focus, .signup-card textarea:focus {
  border-color: #008060;
}

.city-zip-container {
  display: flex;
  gap: 1rem; 
}

.city-zip-container .field-group {
  flex: 1; 
  display: flex;
  flex-direction: column;
}


.form-row {
  display: flex;
  gap: 1rem;
}

.signup-card.highlight {
  box-shadow: 0 0 25px 5px #004836;
}
.signup-card button:disabled {
  cursor: not-allowed;
}

.signup-card button {
  background: #01E1AD;
  color: #000;
  font-weight: 600;
  padding: 1rem;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  width: 100%;
  font-size: 1rem;
  margin-top: 16px;
  transition: background 0.3s ease;
}

.signup-card button:hover {
  background: #01b88d;
}

.for-whom {
  background-color: #fff;
}

.for-sellers, .for-buyers {
  margin: 2rem;
  padding: 2rem;
  background-color: #F8F7F5;
  display: flex;
  gap: 100px;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
}

.sellers-image img, .buyers-image img{
  height: 400px;
}

.sellers-content h1, .buyers-content h1 {
  font-size: 35px;
  margin-top: 20px;
}

.points {
  margin-top: 30px;
}

.point1, .point2, .point3, .point4 {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
}

.points img  {
  background-color: #fff;
  padding: 0.5rem;
  height: 40px;
  border-radius: 30px;
}

.why-bazaar {
  background-color: #F8F7F5;
  text-align: center;
  padding: 4rem;
}

.why-bazaar h1 {
  font-size: 48px;
}

.why-bazaar .cards {
  display: flex;
  margin-top: 50px;
  gap: 20px;
  align-items: stretch;
}

.card1 img, .card2 img, .card3 img, .card4 img {
  background-color: #F8F7F5;
  padding: 0.5rem;
  border-radius: 10px;
}

.card1, .card2, .card3, .card4 {
  background-color: #fff;
  border: 1px solid #d6d6d6;
  border-radius: 14px;
  padding: 1rem;
  flex: 1;
}

.cards h4 {
  margin: 10px 0;
  font-size: 18px;
}

.cards p {
  font-size: 15px;
  margin: 0;
}

.cta-section {
  background-color: #F8F7F5;
  padding-bottom: 2rem;
}
.cta-bg {
  margin: 0 4rem;
  padding: 3rem;
  background-color: #39BB9D;
  border-radius: 20px;
  background-image: url('https://bazaar.in/wp-content/uploads/2025/09/cta-bg-scaled.webp');
	background-repeat: no-repeat;
background-position: center center;
background-size: cover;
  color: #fff;
/*   display: flex;
  align-items: center;
  justify-content: space-between; */
  gap: 24px;
}
.cta-content {
  max-width: 100%;
  text-align: center;
}
.cta-content h1 {
  font-size: 2.5rem;
  line-height: 1.18;
  font-weight: 700;
  margin-bottom: 8px;
  color: #fff;
}
.cta-content p {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 0;
}
/* .cta-side {
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: center;
}
.button-control {
  display: flex;
  background: #f6f5f3;
  border: 2px solid #ece9e6;
  border-radius: 999px;
  padding: 0px 2px;
}
.button-control .button {
  border: none;
  background: transparent;
  color: #888;
  padding: 4px 15px;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}
.button-control .button.active {
  background: #39bb9d;
  color: #fff;
  font-weight: 600;
}
.cta-signup-btn {
  padding: 1rem 2rem;
  background-color: #004257;
  border-radius: 50px;
  outline: none;
  border: none;
  color: #fff;
  width: 120%;
  font-size: 0.8rem;
  margin-top: 10px;
  font-weight: 500;
  transition: background 0.2s;
}
.cta-signup-btn:hover {
  background: #03334a;
} */

.footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 4rem;
  margin-top: 2rem;
  border-bottom: 1px solid #dbdbdb;
}

.footer-logo {
  height: 40px;
}
.footers-links {
  display: flex;
  gap: 2rem; /* Gap between WhatsApp and Mail contact blocks */
  align-items: center;
}

.footer-contact-item {
  display: flex;
  align-items: center;
  gap: 0.5rem; /* Gap between icon and text within each contact block */
}

.footers-links a {
  text-decoration: none;
  color: #333;
  font-size: 15px;
}


footer .button {
  background-color: #39BB9D;
  padding: 0.7rem 2rem;
  font-weight: 500;
  color: #fff;
  border-radius: 40px;
  font-size: 1rem;
}

.copyright {
  text-align: center;
  padding: 1rem 0;
}

@media (max-width: 1024px) {
  .hero {
    display: flex;
    height: auto;
    gap: 30px;
  }
  .hero-content {
    max-width: 50%;
  }
  .tagline {
    font-size: 15px;
  }
  .hero h1 {
    font-size: 48px;
  }
  .desc {
    font-size: 14px;
	width: 100%;
  }
  .sellers-image img, .buyers-image img {
    height: auto;
  }
  .for-sellers {
    gap: 20px;
  }
  .sellers-content h1, .buyers-content h1 {
    font-size: 30px;
  }
  .points {
    margin-top: 14px;
  }
  .for-buyers {
    gap: 20px;
  }
  .why-bazaar {
    padding: 1rem;
    padding-bottom: 2rem;
  }
  .cta-bg {
    margin: 0 2rem;
    gap: 50px;
  }
  .cta-content h1 {
    font-size: 30px;
  }
  .final-call {
    max-width: 100%;
  }
  .footer {
    padding: 1.5rem 2rem;
  }
  .footer-logo {
    height: 25px;
  }
  .footer-links {
    font-size: 12px;
  }
  footer .button {
    font-size: 12px;
  }
}

@media (max-width: 768px) {
	.hero {
		 background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0)), 
                    url('https://bazaar.in/wp-content/uploads/2025/09/Bazaar-hero-min-scaled.png') !important;
	}
  .header {
    padding: 1rem;
  }
  .desc {
    display: none;
  }

  .header .logo {
    width: 100px;
  }
  .contact {
    font-size: 12px;
  }
  .hero {
    display: flex;
    flex-direction: column;
    padding: 1rem;
  }
  .tagline {
    font-size: 18px;
  }
  .hero-content {
    max-width: 100%;
  }
  .signup-card {
    padding: 1rem;
	width: 100%;
  }
  .hero h1 {
    font-size: 32px;
  }
  .why-bazaar .cards {
    display: flex;
    flex-direction: column;
  }

  .for-sellers, 
  .for-buyers {
    flex-direction: column;
    gap: 2rem;
    margin: 1rem;
    padding: 1rem;
  }

  .for-sellers .sellers-image {
    order: 1;
  }
  .for-sellers .sellers-content {
    order: 2;
  }

  .for-buyers .buyers-image {
    order: 1;
  }
  .for-buyers .buyers-content {
    order: 2;
  }

  .sellers-image img,
  .buyers-image img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .why-bazaar h1 {
    font-size: 32px;
  }
  .cta-bg {
    flex-direction: column;
    gap: 32px;
    padding: 1.5rem 1rem;
    margin: 0 1rem;
    align-items: stretch;
  }
  .cta-content {
    max-width: 100%;
    text-align: center;
  }
  .cta-side {
    align-items: center;
    width: 100%;
  }
  .cta-signup-btn {
    width: 90%;
    margin: 0 auto;
  }
  .cta-button button {
    width: 100%;
  }

  .cta-side {
    gap: 20px;
  }

  .final-call {
    flex-direction: column;
    text-align: center;
  }
  footer {
    flex-direction: column;
  }

  .footer-logo {
    height: 50px;
    margin-bottom: 30px
  }

  .footer-links {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 30px
  }
  footer .button {
    width: 100%;
    text-align: center;
  }
}