@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;
}
#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;
}

.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-image: url('https://vyaparwebsiteimages.vypcdn.in/marketing-images/images/program-features-bg.svg');
    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;
}

input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 15px !important;
    height: 15px !important;
    background: #ed1a3b !important;
    cursor: pointer;
    border-radius: 50%;
}

input[type="range"]::-moz-range-thumb {
    -webkit-appearance: none;
    width: 15px !important;
    height: 15px !important;
    background: #ed1a3b;
    cursor: pointer;
    border-radius: 50%;
}

#licenses {
    height: 10px !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: 24px;
    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-radius: 24px;
}
.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;
}


/* Responsive Design for Tablets */
@media (max-width: 768px) {
    .carousel-container {
        max-width: 95vw !important;
    }

    .carousel-item {
        flex: 0 0 calc(50% - 20px);
        /* Show 2 items at a time */
        max-width: 100vw !important;
        overflow: hidden;
    }
    #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;
	}
}

/* Responsive Design for Mobile Phones */
@media (max-width: 480px) {
    .carousel-container {
        max-width: 95vw !important;
    }

    .carousel-item {
        flex: 0 0 calc(100% - 20px);
        /* Show 1 item at a time */
        max-width: 95vw;
        overflow: hidden;
    }
}