/*!*******************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[15].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[15].oneOf[5].use[3]!./src/components/Become-a-partner/Become-a-partner.module.css ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************/
.Become-a-partner_container__v82dc {
  max-width: 1280px;
  margin: 120px auto 40px auto;
  padding: 0 20px;
}

.Become-a-partner_title__ED8B7 {
  font-size: 36px;
  font-weight: 700;
  color: #1a1a1a;
  text-align: center;
  margin-bottom: 16px;
  background: linear-gradient(90deg, #003087, #f60);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: Become-a-partner_fadeIn__5IDKY 1s ease-in-out;
}

.Become-a-partner_subtitle__yIfEh {
  font-size: 18px;
  color: #4b5563;
  text-align: center;
  max-width: 800px;
  margin: 0 auto 40px auto;
  line-height: 1.6;
}

.Become-a-partner_steps__t6J9V {
  margin: 40px 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
}

.Become-a-partner_step__kqpDv {
  text-align: center;
  padding: 24px;
  border: none;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.Become-a-partner_step__kqpDv:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.Become-a-partner_step__kqpDv h3 {
  font-size: 20px;
  font-weight: 600;
  color: #003087;
  margin: 16px 0 8px 0;
}

.Become-a-partner_step__kqpDv p {
  font-size: 15px;
  color: #4b5563;
  line-height: 1.5;
}

.Become-a-partner_divider__FnmBE {
  margin: 60px 0;
  border-color: #e5e7eb;
  border-width: 1px;
}

.Become-a-partner_formContainer__6HJqr {
  max-width: 1000px;
  margin: 0 auto;
  background: #ffffff;
  padding: 40px;
  border-radius: 16px;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
}

.Become-a-partner_formContainer__6HJqr::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #003087, #f60);
}

.Become-a-partner_progressContainer__NDfMA {
  margin-bottom: 40px;
}

.Become-a-partner_progressBar__nrF3E {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 16px 0;
}

.Become-a-partner_progressBar__nrF3E::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 6px;
  background: #e5e7eb;
  border-radius: 3px;
  z-index: 1;
}

.Become-a-partner_progressBar__nrF3E::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: calc(33.33% * var(--current-step));
  height: 6px;
  background: linear-gradient(90deg, #003087, #f60);
  border-radius: 3px;
  transition: width 0.4s ease;
  z-index: 1;
}

.Become-a-partner_progressStep__FkPyG {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 2;
  transition: transform 0.3s ease;
}

.Become-a-partner_progressStep__FkPyG:hover {
  transform: scale(1.05);
}

.Become-a-partner_progressStep__FkPyG .Become-a-partner_stepNumber__P5Us1 {
  width: 36px;
  height: 36px;
  background: #e5e7eb;
  color: #6b7280;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 600;
  transition: background 0.3s ease, color 0.3s ease;
}

.Become-a-partner_progressStep__FkPyG.Become-a-partner_completed__L6dD3 .Become-a-partner_stepNumber__P5Us1 {
  background: #f60;
  color: #ffffff;
}

.Become-a-partner_progressStep__FkPyG .Become-a-partner_stepLabel__D992p {
  font-size: 15px;
  font-weight: 500;
  color: #6b7280;
  margin-top: 12px;
  transition: color 0.3s ease;
}

.Become-a-partner_progressStep__FkPyG.Become-a-partner_completed__L6dD3 .Become-a-partner_stepLabel__D992p {
  color: #003087;
}

.Become-a-partner_serviceCard__QfU58 {
  text-align: center;
  padding: 24px;
  height: 350px;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin-bottom: 24px;
}

.Become-a-partner_serviceCard__QfU58:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.Become-a-partner_serviceCard__QfU58 h3 {
  font-size: 20px;
  font-weight: 600;
  color: #1a1a1a;
  margin: 16px 0 8px 0;
}

.Become-a-partner_serviceCard__QfU58 ul {
  list-style: none;
  padding: 0;
}

.Become-a-partner_serviceCard__QfU58 li {
  font-size: 15px;
  color: #4b5563;
  margin-bottom: 8px;
  line-height: 1.5;
}

.Become-a-partner_serviceIcon__Vp2Z8 {
  font-size: 126px;
  scale: 3.5;
  color: #003087;
  margin-bottom: 36px;
  margin-top: 26px;
  display: block;
}

/* Animations */
@keyframes Become-a-partner_fadeIn__5IDKY {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

.Become-a-partner_steps__t6J9V, .Become-a-partner_serviceCard__QfU58, .Become-a-partner_formContainer__6HJqr {
  animation: Become-a-partner_fadeIn__5IDKY 0.8s ease-in-out;
}

/* Ensure only active step is visible */
.Become-a-partner_formStep__dapZb {
  display: none;
}

.Become-a-partner_formStep__dapZb.Become-a-partner_active__ePm6H {
  display: block;
}

/* Responsive Adjustments */
@media (max-width: 1024px) {
  .Become-a-partner_container__v82dc {
    margin: 100px auto 30px auto;
    padding: 0 16px;
  }

  .Become-a-partner_title__ED8B7 {
    font-size: 32px;
  }

  .Become-a-partner_steps__t6J9V {
    grid-template-columns: 1fr;
  }

  .Become-a-partner_formContainer__6HJqr {
    padding: 24px;
  }
}

@media (max-width: 767px) {
  .Become-a-partner_formContainer__6HJqr {
    margin: 0;
  }
  .Become-a-partner_container__v82dc {
    padding: 0;
  }
  .Become-a-partner_title__ED8B7 {
    font-size: 28px;
  }

  .Become-a-partner_subtitle__yIfEh {
    font-size: 16px;
  }

  .Become-a-partner_step__kqpDv, .Become-a-partner_serviceCard__QfU58 {
    padding: 20px;
  }

  .Become-a-partner_progressBar__nrF3E {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    padding: 16px 0;
  }

  .Become-a-partner_progressBar__nrF3E::before {
    display: block;
    top: 18px;
    width: 100%;
    height: 6px;
  }

  .Become-a-partner_progressBar__nrF3E::after {
    display: block;
    top: 18px;
    width: calc(33.33% * var(--current-step));
    height: 6px;
  }

  .Become-a-partner_progressStep__FkPyG {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .Become-a-partner_progressStep__FkPyG .Become-a-partner_stepNumber__P5Us1 {
    width: 32px;
    height: 32px;
    font-size: 14px;
  }

  .Become-a-partner_progressStep__FkPyG .Become-a-partner_stepLabel__D992p {
    font-size: 10px;
    margin-top: 8px;
  }

  .Become-a-partner_formContainer__6HJqr {
    max-width: 100%;
    width: 100%;
    margin: 0;
    padding: 20px;
  }

  .Become-a-partner_serviceIcon__Vp2Z8 {
    font-size: 72px;
  }
}

.Become-a-partner_featureSection__bvKsb {
  background: #000;
  padding: 60px 20px;
  margin-top: 60px;
  color: #fff;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  border-radius: 12px;
}

.Become-a-partner_featureSection__bvKsb h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 40px;
}

.Become-a-partner_featureGrid__zMNPG {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 24px;
  max-width: 1000px;
  margin: 0 auto;
}

.Become-a-partner_featureItem__eCxkh {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.Become-a-partner_featureImage__xCCzm {
  width: 120px;
  height: 120px;
  background: #333;
  border-radius: 12px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999;
  font-size: 14px;
}
/*!*************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[15].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[15].oneOf[5].use[3]!./public/styles/Home.module.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************************/
/* public/styles/Home.module.css */
.Home_container__5kShT {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  transition: margin-left 0.3s ease;
  position: relative;
  margin: 0;
  width: 100%;
}
.Home_gradient__R7Xzf {
   background:
    /* subtle light rim to bottom-right to mimic studio lighting */
    radial-gradient(1200px 600px at 80% 70%, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.06) 12%),
    /* soft top-left to bottom-right deep gradient */
    linear-gradient(135deg, #0b0d10 0%, #0b0d10 30%, #0b0d10 60%, #0b0d10 100%);
  /* border-right: 2px solid #feb321; */
}

.Home_noImage__vSOmc {
  background-color: #f5f5f5;
}

.Home_mainContent__1ozmQ {
  flex: 1;
  padding: 0;
  margin: 0;
  width: 100%;
}

.Home_sidebar__H_yxh.Home_expanded__Ds9Zu ~ .Home_container__5kShT {
  margin-left: 250px;
}

.Home_searchSection__iloBy {
  padding: 1rem 0;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
}

/* Background color section */
.Home_backgroundSection__RoSVz {
  /* background-color: #0080F6; */
  /* background-color: transparent; */
  width: 100%; /* Changed from 100vw to 100% to prevent horizontal scroll */
  margin: 0;
  padding: 20px 0;
  position: relative;
  top: 0;
  /* margin-top: -71px; */
  margin-top: -8px;
  /* padding-top: 91px; */
  /* padding-top: 9px; */
  align-items: center;
  align-content: center;
}

.Home_mainHeading__NNbqK {
  font-size: 2.5rem;
  font-weight: bold;
  color: white;
  margin-bottom: 1rem;
  z-index: 2;
  position: relative;
  text-align: center;
  max-width: 100%;
}

.Home_mobileOnly__afxhy {
  display: none;
}

.Home_desktopOnly__xgdvE {
  display: block;
}

.Home_textSection__i45zP {
  margin-top: 2rem;
  text-align: center;
  padding: 0 1rem;
}

.Home_textSection__i45zP h2 {
  font-size: 1.5rem;
  font-weight: bold;
  color: #000;
}

.Home_textSection__i45zP p {
  font-size: 1rem;
  color: #666;
  margin-bottom: 1rem;
}

.Home_category-row__yLHE_ {
  display: flex !important;
  flex-wrap: nowrap !important;
  overflow-x: auto !important;
  padding-bottom: 15px;
  min-width: 120%;
  scrollbar-width: thin;
  scrollbar-color: #888 #f1f1f1;
  justify-content: flex-start;
}

.Home_category-row__yLHE_::-webkit-scrollbar {
  height: 8px;
}

.Home_category-row__yLHE_::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.Home_category-row__yLHE_::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 4px;
}

.Home_category-row__yLHE_::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.Home_category-row__yLHE_ .Home_col__RYclQ {
  flex: 0 0 auto !important;
  width: 120px !important;
  max-width: none !important;
  margin-right: 10px;
}

.Home_category-card__2I2o1 {
  transition: transform 0.2s;
  cursor: pointer;
}

.Home_category-card__2I2o1:hover {
  transform: scale(1.05);
}

.Home_mobileCarousel__zAAyO {
  margin: 1rem 0;
  width: 100%;
}

.Home_mobileCarousel__zAAyO .Home_carousel__J0vTZ .Home_slide__fCJl2 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5rem;
}

/* Responsive Adjustments */
@media (min-width: 1535px) {
  .Home_backgroundSection__RoSVz{
    background-color: #0080F6;
  }
}
@media (max-width: 1023px) {
  .Home_backgroundSection__RoSVz{
    background-color: #0080F6;
  }
}
@media (max-width: 768px) {
  .Home_mainContent__1ozmQ {
    padding: 0;
  }

  .Home_mainHeading__NNbqK {
    font-size: 2rem;
    margin-bottom: 0.75rem;
  }

  .Home_searchSection__iloBy {
    padding: 0.75rem 0.5rem;
  }

  .Home_mobileOnly__afxhy {
    display: block;
  }

  .Home_desktopOnly__xgdvE {
    display: none;
  }

  .Home_sidebar__H_yxh.Home_expanded__Ds9Zu ~ .Home_container__5kShT {
    margin-left: 200px;
  }

  .Home_textSection__i45zP {
    margin-top: 1rem;
  }

  .Home_textSection__i45zP h2 {
    font-size: 1.2rem;
  }

  .Home_textSection__i45zP p {
    font-size: 0.9rem;
  }

  .Home_backgroundSection__RoSVz {
    padding: 15px 0;
    padding-top: 86px;
    margin-top: -71px;
  }
}

@media (max-width: 1347px) {

}
@media (max-width: 576px) {
  .Home_mainHeading__NNbqK {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
  }

  .Home_searchSection__iloBy {
    padding: 0.5rem 0;
  }

  .Home_mobileCarousel__zAAyO .Home_carousel__J0vTZ .Home_slide__fCJl2 {
    padding: 0.3rem;
  }

  .Home_backgroundSection__RoSVz {
    padding: 10px 0;
    padding-top: 81px;
    margin-top: -71px;
  }
/* public/styles/Home.module.css */
.Home_container__5kShT {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

.Home_mainContent__1ozmQ {
  padding-top: 0;
}

.Home_backgroundSection__RoSVz {
  /* background: linear-gradient(135deg, #feb321 0%, #ffcc00 100%); Gradient background */
  padding: 4rem 0;
  position: relative;
  /* overflow: hidden; */
  animation: Home_fadeIn__ZvfRG 1s ease-in-out; /* Fade-in animation */
}

@keyframes Home_fadeIn__ZvfRG {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.Home_contentWrapper__YNMNJ {
  /* background: rgba(255, 255, 255, 0.9);  Semi-transparent white background */
  background: rgba(255, 255, 255, 0.562);  /* Semi-transparent light background */
  /* background: rgba(0, 0, 0, 0.418); Semi-transparent black background */
  border-radius: 15px;
  padding: 2rem;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); /* Subtle shadow */
  max-width: 900px; /* Limit width for better centering */
  margin: 0 auto;
  margin-top: 60px;
}

.Home_mainHeading__NNbqK {
  font-size: 3rem;
  font-weight: 700;
  background: linear-gradient(90deg, #333, #666); /* Gradient text */
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 2rem;
  position: relative;
  font-family: 'Poppins', sans-serif; /* Modern font */
  animation: Home_slideIn__AlwqU 0.5s ease-out; /* Slide-in animation */
}

.Home_mainHeading__NNbqK::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 4px;
  background: linear-gradient(90deg, #333, #666); /* Gradient underline */
  border-radius: 2px;
}

.Home_componentWrapper__QlZjf {
  margin-bottom: 2rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease; /* Smooth hover transition */
  animation: Home_slideIn__AlwqU 0.5s ease-out forwards; /* Slide-in animation */
  opacity: 0; /* Start hidden for animation */
}

/* Delay animations for each component */
.Home_componentWrapper__QlZjf:nth-child(2) {
  animation-delay: 0.2s;
}

.Home_componentWrapper__QlZjf:nth-child(3) {
  animation-delay: 0.4s;
}

.Home_componentWrapper__QlZjf:hover {
  transform: translateY(-5px); /* Lift effect on hover */
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15); /* Stronger shadow on hover */
}

@keyframes Home_slideIn__AlwqU {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .Home_backgroundSection__RoSVz {
    padding: 3rem 0;
  }

  .Home_contentWrapper__YNMNJ {
    padding: 1.5rem;
    max-width: 90%;
  }

  .Home_mainHeading__NNbqK {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }

  .Home_mainHeading__NNbqK::after {
    width: 80px;
    height: 3px;
  }

  .Home_componentWrapper__QlZjf {
    margin-bottom: 1.5rem;
  }
}

@media (max-width: 576px) {
  .Home_backgroundSection__RoSVz {
    padding: 2rem 0;
  }

  .Home_contentWrapper__YNMNJ {
    padding: 1rem;
    max-width: 95%;
  }

  .Home_mainHeading__NNbqK {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }

  .Home_mainHeading__NNbqK::after {
    width: 60px;
    height: 2px;
  }

  .Home_componentWrapper__QlZjf {
    margin-bottom: 1rem;
  }
}
}
