.mobile-india{
		margin-bottom: 16px;
	}
	.lh-32 {
		line-height: 32px;
	}

	.icon-icon h2 {
		font-size: 32px;
		color: #075177;
		padding: 23px 0;
	}

	.service-process1 .icon-icon {
		width: 105px;
		height: 105px;
		border-radius: 100px;
		line-height: 125px;
		margin: 0 auto;
	}

	.service-process1 .icon-icon:before {
		position: absolute;
		content: "";
		left: 0;
		top: 0;
		border: 2px dashed #075177;
		width: 100%;
		height: 100%;
		border-radius: 90px;
		-webkit-animation: rotate 30s linear infinite;
	}

	.blur-background .modal-content {
		border-radius: 20px;
	}
.form-control{
		font-family: 'Poppins', sans-serif !important;

}
	.otp-input-container {
		display: flex;
		gap: 10px;
		justify-content: center;
	}

	.otp-box {
		width: 50px;
		height: 50px;
		font-size: 1.25rem;
		font-weight: 600;
		text-align: center;
		border-radius: 8px;
	}

	#step-1 {
		width: 70%;
		margin: auto;
	}

	#step-2 {
		width: 70%;
		margin: auto;
	}

	#step-3 {
		width: 70%;
		margin: auto;
	}

	#step-4 {
		width: 70%;
		margin: auto;
	}

	.otp-text p {
		font-family: 'Poppins', sans-serif;
		padding-left: 35px;
		color: #333;
		text-align: left !important;
		font-size: 14px;
	}

	.otp-text p a {
		background: linear-gradient(80deg, #405cb2, #44b6a7);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}

/* Base Container Styling */
.pill-input-group {
    border: 1px solid #dee2e6;
    border-radius: 50rem;
    padding: 8px 12px;
    background-color: #fff;
    display: flex;
    align-items: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    width: 100%;
    margin: 0 auto;
}

/* Country Code Divider */
#country-code {
    margin-bottom: 0;
    padding-right: 12px;
    margin-right: 10px;
    border-right: 1px solid #e0e0e0;
    color: #333;
    font-size: 0.95rem;
    flex-shrink: 0; /* Prevents text from squishing on small screens */
}

/* Input Field */
.pill-input-group input.form-control {
    border: none !important;
    box-shadow: none !important;
    background: transparent;
    flex: 1;
    min-width: 0; /* Crucial for preventing input overflow in flex items */
    font-family: 'Poppins', sans-serif;
    font-size: 0.95rem;
    color: #333;
    padding-left: 0;
}

.pill-input-group input.form-control::placeholder {
    color: #8c98a4 !important;
}


/* Mobile Responsiveness Rules */
@media (max-width: 480px) {
    .pill-input-group {
        padding: 4px 4px 4px 14px; /* Reduced side padding for small displays */
    }

    #country-code {
        padding-right: 8px;
        margin-right: 8px;
        font-size: 0.88rem;
    }

    .pill-input-group input.form-control {
        font-size: 0.85rem;
    }

    /* Standardizes font sizes for placeholder text on smaller screens */
    .pill-input-group input.form-control::placeholder {
        font-size: 0.85rem;
    }

    .main-button {
        padding: 8px 14px;
        font-size: 0.8rem;
    }
}

	.pill-input-group input.form-control:place-holder {
		color: #ddd !important;
	}

	.pill-input-group input.form-control {
		font-family: 'Poppins', sans-serif;
	}

	.main-button {
		margin-top: 0px !important;
	}

	.country-code {
		border-right: 1px solid #ddd;
		font-size: 0.9rem !important;
		color: #212529 !important;
		margin-bottom: 0px !important;
	}




	@media (min-width:100px) and (max-width:1024px) {
		#step-1 {
			width: 100%;
			margin: auto;
		}

		#step-2 {
			width: 100%;
			margin: auto;
		}


		#step-3 {
			width: 100%;
			margin: auto;
		}


		#step-4 {
			width: 100%;
			margin: auto;
		}
	}


    .custom-carousel-container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 45px;
}

.custom-carousel-wrapper {
  overflow: hidden;
  width: 100%;
}

.custom-carousel-track {
  display: flex;
  transition: transform 0.4s ease-in-out;
  gap: 20px;
}

/* Default: Desktop (4 Items Visible) */
.custom-carousel-track .mhn-item {
  flex: 0 0 calc((100% - 60px) / 4);
  box-sizing: border-box;
}

.mhn-inner {
  background: #ffffff;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.partner-logo-img img {
  max-width: 100%;
  max-height: 50px;
  object-fit: contain;
  display: block;
}

/* Navigation Buttons */
.carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: background-color 0.2s, border-color 0.2s;
  color: #000 !important;
}

.carousel-btn:hover {
  background-color: #f5f5f5;
  border-color: #ccc;
}

.prev-btn { left: 0; }
.next-btn { right: 0; }

/* Responsive Breakpoints */

/* Tablet: 3 Items Visible */
@media (max-width: 900px) {
  .custom-carousel-track .mhn-item {
    flex: 0 0 calc((100% - 40px) / 3);
  }
}

/* Mobile: 2 Items Visible */
@media (max-width: 600px) {
  .custom-carousel-track .mhn-item {
    flex: 0 0 calc((100% - 20px) / 2);
  }
}