@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
html {
	overflow-x: hidden !important;
}
body,
h1,
h2 {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 500 !important;
}

#mobile-download-strip {
    display: none !important;
}

#h-become-a-vyapar-partner-amp-earn-upto {
	font-size: 60px !important;
	line-height: normal;
}
.section-gap {
	gap: 7em;
}
#h-1-lakh-per-month {
	font-size: 44px !important;
	margin-top: 0 !important;
	font-weight: 600 !important;
}

h1 {
    font-weight: 600 !important;
}

.heading-highlight{
	border-bottom: 3.16px solid;
	border-image-source: linear-gradient(90deg, #ED1B3B 0%, #FEC116 100%);
	border-image-slice: 1;
}

.hero-partner-section{
	gap: 157px;
}

.hero-partner-heading{
	font-size: 44px !important;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	line-height: normal !important;
}

.hero-partner-text{
	font-family: Poppins;
	font-size: 20px !important;
	line-height: 31px;
}

.submit-btn-partner:hover {
	color: #fff;
}

.section-padding {
    padding: 0 6em !important;
}

.partner-stats {
    border-radius: 74px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    margin-top: -80px !important;
    background: white;
    padding: 55px 55px;
		min-width: 285px !important;
}

.partner-stats div h2 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    color: #ed1a3b;
    font-size: 50px !important;
    font-weight: bold;
}

.partner-stats div h4 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.partner-stats-img img {
    border-radius: 50px;
}

.program-features {
    border-radius: 74px;
    margin-top: -50px !important;
    padding: 55px 55px;
    box-shadow: 2.33px 4.659px 9.319px rgba(0, 0, 0, 0.25), -4.659px 0px 9.319px rgba(0, 0, 0, 0.25);
    background-color: white;
}
.program-features-mob {
	border-radius: 0px 34.161px;
	border: 2.383px solid #ED1A3B;
	margin-top: 20px !important;
	background: white;
}
.program-features-mob p {
	padding: 0 !important
}
.program-features-mob h2 {
	font-size: 24px !important;
}

.program-features-container {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50%;
    width: 80% !important;
}

.program-feature-container figure {
    z-index: 2;
}

.program-container figure {
    z-index: 2;
}

.carousel-container {
    overflow: hidden;
    position: relative;
    width: 100%;
    margin: auto;
    max-width: 1200px;
}

.carousel-head {
    margin-bottom: 30px;
    text-align: left !important;
}

.reviewer {
    color: #8A1616;
}

.carousel {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    animation: scrollCarousel 20s linear infinite;
}

.carousel-image-container {
    background-color: #F0EDF1;
    max-width: 100%;
    max-height: 250px;
    padding: 0 !important;
    overflow: hidden;
}

.carousel-image-container img {
    max-height: 100%;
}

.carousel-content-container {
    padding: 20px !important;
}

.rating-section-carousel {
    display: flex;
    flex-direction: row;
    background-color: #E8505B;
    color: white;
    justify-content: space-between;
    padding: 20px;
    border-radius: 0 0 20px 20px;
}

.rating-section-carousel p {
    text-align: right;
    color: white;
}

.carousel-item {
    flex: 0 0 calc(33.33% - 20px);
    margin: 10px;
    transition: transform 0.5s;
    display: block !important;
    box-shadow: 0px 4px 10px 2px rgba(0, 0, 0, 0.65);
    border-radius: 12px;
}

.card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
    min-height: 550px !important;
}

@keyframes scrollCarousel {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}
.calculator {
    background-color: white;
    border-radius: 30px;
    padding: 20px;
		margin-top: 48px;
    box-shadow: -3px -1px 7.8px 0px rgba(0, 0, 0, 0.25), 2px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.input-group {
    margin-bottom: 20px;
}
.license-number {
	margin-left: 79px !important;
  padding-right: 83px !important;
}

label {
    display: block;
    margin-bottom: 10px;
}

input[type="range"] {
    width: 100%;
    background: #FFE4E9;
    outline: none;
    transition: opacity 0.2s;
}

input[type="range"]:hover {
    opacity: 1;
}

#licenses {
    height: 11px !important;
    padding: 0 !important;
    -webkit-appearance: none;
}

.graph-container {
    position: relative;
    height: 400px;
    margin-bottom: 20px;
}

#earnings-overlay {
    position: absolute; 
    display: none;
    background-color: #fff;
    border: 1px solid #d81b60;
    border-radius: 4px;
    padding: 5px 10px;
    font-size: 12px;
    color: #333;
    pointer-events: none;
    transform: translate(-50%, -120%);
    white-space: nowrap;
    z-index: 10;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
}

.form-step {
    background: white;
    border-radius: 12px;
    padding: 30px;
		margin-bottom: 2em;
}
#distributor-form {
	display: flex;
	justify-content: center;
}

.form-container {
    display: flex;
    gap: 40px;
}

.form-content {
    flex: 1;
}

.illustration {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
		margin-top: 30px;
}

.illustration img {
    max-width: 100%;
    height: auto;
}

.progress-dots {
    display: flex;
    gap: 8px;
    margin-bottom: 40px;
}

.dot {
    width: 40px;
    height: 15px;
    background-color: #e0e0e0;
    border-radius: 20px;
}

.dot.active {
    background-color: #ff0044;
}
#step2 {
	box-shadow: -2.528px 5.055px 27.931px 0px rgba(0, 0, 0, 0.25);
	margin-top: 2em;
	width: 85%;
	margin-bottom: 2em;
}

.input-group {
    margin-bottom: 30px;
}
.input-image {
  position: absolute;
  top: 40%;
  left: 10px;
  transform: translateY(-50%);
  width: 20px; /* Set the size of the image */
  height: 20px;
}

.input-group input, select {
    width: 100%;
    padding: 12px 40px;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    font-size: 16px;
    background-color: #EFEFEF;
		height: 50px !important;
}
.checkbox-group {
	display: flex;
	gap: 20px;
	margin-bottom: 30px;
}
.checkbox-group input {
	width: 5% !important;
}
.checkbox-group label {
	margin-top: 10px;
}
.iti__selected-flag {
	border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.iti {
	width: 100%;
}

input:focus, select:focus {
    outline: none;
    border-color: #ff0044;
}


.submit-btn-partner {
    width: 50%;
    padding: 12px;
    background-color: #ff0044;
    color: white;
    border: none;
    border-radius: 50px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.submit-btn-partner:hover {
    background-color: #e0003c;
}

.hidden {
    display: none;
}

/* OTP Verification Styles */
.otp-container {
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
}

.otp-message {
    background-color: #e8f5e9;
    padding: 12px;
    border-radius: 6px;
    margin: 20px 0;
    color: #2e7d32;
}

.otp-inputs {
    display: flex;
    gap: 12px;
    justify-content: center;
    margin: 24px 0;
}

.otp-inputs input {
    width: 50px !important;
    height: 65px !important;
    text-align: center;
    font-size: 24px;
    border: 2px solid #e0e0e0;
    border-radius: 6px;
		border-bottom: 1px solid #ed1a3b !important;
}

.otp-inputs input:focus {
    border-color: #ff0044;
}
#form-section {
	scroll-padding-top: 200px !important;
}

.calculate-section{
	width: 90% !important;
}

.calculate-section-columns{
	display: flex;
	justify-content: center;
	margin: 0 auto;
}

.earnings-calculator-column{
	flex-basis: 55% !important;
	border-radius: 12px;
	box-shadow: 0px 4px 11.9px -1px #00000040;
}

.earnings-calculator-column .earnings-calculator-heading-container{
	border-radius: 12px;
	padding: 19px 29px 21px !important;
}

.earnings-calculator-heading{
	font-weight: 500;
	font-size: 22px;
	line-height: 48px;
}

.earnings-calculator-text{
	font-weight: 500;
	font-size: 18px;
	line-height: 48px;
}

.earnings-calculations-container{
	padding: 20px 29px 36px;
}

.number-of-clients-container{
	font-weight: 500;
	font-size: 18px;
	line-height: 48px;
	display: flex;
	justify-content: space-between;
}

.earnings-container>div{
	display: flex;
	flex-direction: column;
	gap: 32px;
}

.earnings-value-container{
	border-radius: 12px;
	padding: 14px 23px 13px;
}

.earnings-value-text{
	font-weight: 500;
	font-size: 18px !important;
}

.earnings-value{
	font-family: Poppins;
	font-weight: 500;
	font-size: 27px;
}

.partner-benefits-column{
	border-radius: 14px;
	box-shadow: 0px 1px 4px 0px #00000040;
	padding: 47px 45px 46px;
	display: flex;
	flex-direction: column;
	gap: 8px;
	flex-basis: 45% !important;
}

.partner-benefits-heading{
	margin-bottom: 24px;
	font-weight: 600;
	font-size: 22px !important;
	line-height: 48px;
}

.partner-benefit-point p{
	font-weight: 500;
	font-size: 18px !important;
	line-height: 48px;
}

/* Why become partner section*/
.why-container {
  display: flex;
  gap: 31px;
  justify-content: center;
}

.why-row-container {
  display: flex;
  gap: 31px;
}

.why-column-container {
  box-shadow: 0px 10px 15px 0px #0000001A;
  border: 1px solid #E5E7EB;
  padding: 22px 7px 20px 24px;
  width: 284px;
  height: 230px;
  border-radius: 10px;
}

.why-icon {
  margin-bottom: 5px;
}

.why-heading {
  font-weight: 700;
  font-size: 20px !important;
  margin-bottom: 10px;
}

.why-text {
  font-family: Poppins;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0.41px;
  color: #4B5563;
}

/* FAQs section */
.faqs {
  margin: auto;
  width: 75%;
  border: none !important;
}

.faq-section {
  margin-bottom: 24px;
  border: 1px solid #e9e9e9;
  border-radius: 8px;
  overflow: hidden;
}

.faqs-heading {
  margin-bottom: 44px !important;
}

.faq-inner {
  padding: 0;
}

.faq-answer-collapse-expand {
  display: flex;
  justify-content: center;
  padding-top: 0 !important;
}

.faq-answer-collapse .faq-answer-expand {
  display: flex;
  justify-content: center;
  align-items: baseline;
  margin: 0;
  display: none;
}

.faq-heading-invoice-format {
  font-family: Poppins;
  color: #3f4155;
}

.faq-heading {
  margin: 0 !important;
  color: #000;
  font-size: 18px !important;
  font-weight: 500;
}

.faq-answer {
  font-family: Poppins;
  color: #333333;
  font-size: 14px !important;
  display: none !important;
}

.faq-answer.show-faq {
  display: block !important;
}

.faq-answer p {
  padding: 0 1em;
  color: #000;
}

.faq-question {
  padding: 1em;
  cursor: pointer;
}

.movable-cta-partner {
  padding-left: 30px;
  padding-right: 30px;
}

.floating-button-wrapper a {
  text-transform: none;
}

/* Responsive Design for Tablets */
@media (max-width: 768px) {
    #h-earn-1-lakh-monthly {
        text-align: center;
    }
    .form-container {
        flex-direction: column;
    }
    
    .illustration {
        display: none;
    }
	.section-padding {
		padding: 0 !important;
	}
    .calculator {
		max-width: 95vw !important;
	}
	.pwu-container {
		padding: 15px !important;
	}
	.partner-with-us-mob {
		gap: 0 !important;
	}
	.pwu-img {
		flex-basis: 25% !important;
	}
}

@media (max-width: 576px){
	.floating-button--below-the-fold{
		display: flex !important;
	}
	
	.floating-button--below-the-fold .mobile-button-small{
		width: 100%;
	}
}

/* Responsive Design for Mobile Phones */
@media (max-width: 480px) {
	html{
		max-width: 100vw;
	}
	h2{
		font-size: 18px !important;
		line-height: 37px;
		margin: 0 30px;
	}
	
	.heading-highlight{
		border-bottom: 1.75px solid;
		border-image-source: linear-gradient(90deg, #ED1B3B 0%, #FEC116 100%);
	}
	
  /* 	Hero section */
	.hero-partner-section{
		gap: 19px;
	}
	
	.hero-partner-heading{
		font-size: 26px !important;
		line-height: 34px !important;
		text-align: center;
		margin: 30px;
	}
	
	.header-form-container{
		padding: 19px 0 31px !important;
	}
	
	.form-column{
		align-items: center;
	}
	
	#distributor-form{
		margin: 0 auto;
	}
	
	.hero-partner-text{
		font-size: 12px !important;
		line-height: 22px;
		padding: 0 30px;
	}
	
	.form-column{
		display: flex;
		flex-direction: column;
	}
	
	.submit-btn-partner {
		width: 65%;
	}
	
	/* 	Why section */
	.program-features-container{
		width: 90% !important;
	}
	
	.why-container{
		flex-wrap: wrap !important;
		gap: 18px;
	}
	
	.why-column-container{
		flex-basis: 45%;
		height: 190px;
		padding: 12px 13px 11px;
	}
	
	.why-icon{
		width: 20px;
	}
	
	.why-heading{
		font-size: 15px !important;
		line-height: 18px;
		margin-bottom: 7px;
		padding: 0;
	}
	
	.why-text{
		font-size: 12px !important;
		line-height: 14px;
		letter-spacing: 0.23px;
		padding: 0;
	}
	
	/* 	Calculate section */
	.calculate-section{
		width: 80%;
		margin: 0 auto;
	}
	
	.earnings-calculator-column{
		border-radius: 7px;
	}
	
	.earnings-calculator-column .earnings-calculator-heading-container{
		border-radius: 7px;
		padding: 10px 16px 11px !important;
	}
	
	.earnings-calculator-heading, .earnings-calculator-text{
		padding: 0;
		line-height: 26px;
	}
	
	.earnings-calculator-heading{
		font-size: 13px;
	}
	
	.earnings-calculator-text{
		font-size: 10px;
	}

	.calculator-icon{
		width: 10px;
	}
	
	.number-of-clients-container{
		font-size: 10px;
		line-height: 26px;
	}
	
	.number-of-clients-container p{
		padding: 0;
		font-size: 10px !important;
	}
	
	.earnings-container .earnings-value-container{
		padding: 8px 13px !important;
		gap: 0;
		border-radius: 7px; 
	}
	
	.earnings-container .earnings-value-container p{
		padding: 0; 
	}
	
	.earnings-value-text{
		font-size: 10px !important;
		line-height: 26px;
	}
	
	.earnings-value{
		font-size: 15px !important;
	}
	
	.partner-benefits-column{
		padding: 32px 44px;
	}
	
	.partner-benefits-heading{
		font-size: 15px;
		line-height: 33px;
	}
	
	.partner-benefit-point p{
		font-size: 12px !important;
		line-height: 33px;
		padding: 0 0 0 5px;
	}
	
	.partner-benefit-point img{
		width: 16px;
		height: 16px;
		vertical-align: middle;
	}
	
  /* FAQs section */
  .faqs-heading {
    margin: 47px auto 31px;
  }

  .faqs {
    width: 90%;
    padding: 0 0 45px;
    margin: auto;
  }

  .faq-heading {
    margin: 0 !important;
		font-size: 13px !important;
  }
	
	.faq-answer p{
		font-size: 11px !important;
	}

  .faq-section {
    margin-bottom: 12.26px;
  }

  .faq-question {
    padding: 5px;
  }

  .faq-answer-collapse-expand {
    padding-top: 0;
  }

  .down-arrow,
  .up-arrow {
    transform: scale(0.6);
    margin-bottom: 0;
  }

  .down-arrow {
    transform-origin: top left;
  }

  .up-arrow {
    transform-origin: center;
  }
}