@media (max-width: 767px) {
  .background-container {
     background-size: contain;
     background-position: center center;
     height: auto !important;
  }
}

@media (min-width: 768px) {
  .background-container {
     background-size: cover;
     height: 100vh;
  }
}
.form-control:focus{
	background-color:#F2F2F2 !important;
}
/* Custom background container */
.background-container {
background-image: url('../images/loginbg.png');
background-repeat: no-repeat;
background-size: cover;
height: 100vh;
width: 100%;
background-color: rgba(0, 0, 0, 0.5);
background-blend-mode: overlay;
}

/* Centering content */
.full-height {
height: 100%;
}

.card-custom {
width: 100%;
border-radius: 15px;
}

.card-body-custom {
padding: 0;
}

.text-center-custom {
text-align: center;
font-size:12px
}

.input-field {
background-color: #F2F2F2;
border-radius: 10px;
border: 0px;
padding-left: 35px;
    height: 42px;
}
.input-field:hover{background-color:#adb5bd;}
.input-field:active{background-color:#adb5bd;}

.icon-position {
position: absolute;
top: 50%;
left: 10px;
transform: translateY(-50%);
}

.mt-2-custom {
color: red;
text-align: end;
font-size:12px
}

.btn-next {
display: block;
width: 100%;
color: white;
background: black;
border: 0px;
border-radius: 9px;
height: 40px;
font-size: 12px;
font-weight:bold;
}

.btn-login-other {
width: 100%;
color: black;
background: white;
border: 1px solid;
border-radius: 9px;
padding-left: 10px;
font-size: 9px;
}

.img-custom {
max-width: 100%;
height: auto;
border-radius: 28px;
}

.btn-primary:hover{
  background-color: black;
  color: white;
}

.subheader{font-size: 10px;
    font-weight: 100;}
	
	.main{padding:8%;}



  @media (max-width: 768px) and (min-width: 320px) {
    /* Profile section styles for smaller screens */
    .profile-card {
      height: auto !important;
    }
  .profile-card-container{
     padding: 82px !important;
  }
  
    .profile .col-12.col-md-3 {
      margin-bottom: 20px;
    }
  
    .profile .col-12.col-md-9 {
      margin-bottom: 20px;
    }
  
    .profile .card-body-custom {
      padding: 20px;
    }
  
    .profile .form-group {
      margin-bottom: 15px;
    }
  
    /* Adjust image size inside the circular div */
    .profile .card-body-custom img {
      width: 150px;
      height: 150px;
    }
  
    .profile .btn {
      font-size: 14px;
    }
  
    .profile h5 {
      font-size: 22px;
    }
  
    .profile .main h2 {
      font-size: 24px;
    }
  
    .profile .main p {
      font-size: 18px;
    }
  
    .profile-image {
      width: 100% !important;
    }
  
    .profile-image-container {
      width: 150px !important;
      height: 150px !important;
    }
  
    .profileli-list-icon {
      width: 24px !important;
      height: 24px !important;
      margin-right: 10px;
    }
  
    .profileli-img {
      height: 3px !important;
      margin-left: 20px;
    }
  }
  
  .profile-card {
    height: auto;
  }
  
  .profile-card-container {
    background-color: #C087CE;
    margin: 20px;
    height: 400px;
    border-radius: 14px;
    position: relative;
    overflow: hidden;
    padding: 60px;
  }
  
  .profile-edit-btn {
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #fff;
    color: #000000;
    border: none;
    padding: 10px 20px;
       border-bottom-right-radius: 54px;
    cursor: pointer;
  }
  
  .profile-image-container {
    width: 250px;
    height: 250px;
    border-radius: 50%;
    border: 7px solid white;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-top: 25px;
  }
  
  .profile-image {
    width: 200px;
    height: 200px;
  }
  
  .profile-name {
    color: white;
    text-align: center;
    margin-top: 15px;
  }
  
  .profile-form h2 {
    font-size: 24px;
    color: #333;
  }
  
  .profile-info {
    font-size: 20px;
    color: #5B5757;
  }
  
  .profile-input {
    padding-left: 35px; /* Adjust input padding to leave space for icons */
  }
  
  .profile-save-btn {
    display: block;
    width: 100%;
  }
  
  .profile .icon-position {
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    position: absolute;
  }
  
  .profileli-card {
    height: auto;
  }
  
  .profileli-heading {
    font-size: 26px;
    font-weight: 800;
    margin: 25px 0px 10px 20px;
  }
  
  .profileli-img {
    height: 3px;
    margin-left: 20px;
  }
  
  .profileli-list {
    font-size: 15px;
    font-weight: 600;
    line-height: 60px;
    color: #818181;
    margin-left: 20px;
    list-style-type: none;
    padding: 0;
  }
  
  .profileli-list-icon {
    width: 24px;
    height: 24px;
    margin-right: 10px;
  }
  
  .footerupp-input-wrapper {
    position: relative;
    width: 300px;
  }
  
  /* Input field styles */
  .footerupp-input-field {
    width: 100%;
    padding: 15px 0px;
    border-radius: 12px;
    border: 1px solid #ccc;
    padding-right: 0px;
  }
  
  
  .footerupp-subscribe-button {
     position: absolute;
      right: -1px;
      transform: translateY(-100%);
      border-radius: 14px;
      border: none;
      background-color: #4BAF47;
      color: white;
      padding: 19px 21px;
      cursor: pointer;
      display: flex;
      align-items: center;
      gap: 8px;
  }
/* Grid container styles */
.product-grid-container {
  margin-top: 70px;
  background-color: white;
  display: grid;
  grid-template-columns: 1fr;
}
/* meena */

@media (min-width: 768px) {
  .product-grid-container {
    grid-template-columns: 1fr 1fr; /* 2 columns for 768px and up */
    height: 521px;
  }
  .product-left-column {
    padding-left: 50px;
    line-height: 0.2;
  }
}
/* meena */
/* Left column content */
.product-left-column {
  padding-left: 50px;
  line-height: 0.2;
}
/* Main title styles */
.product-title {
  color: #49A760;
  font-family: 'Quicksand', sans-serif;
  font-size: 51px;
  font-weight: 600;
}
/* Subtitle styles */
.product-subtitle {
  color: #04000B;
  font-family: 'Outfit', sans-serif;
  font-size: 51px;
  font-weight: 300;
}
/* Description paragraph styles */
.product-description {
  line-height: 2;
  color: #666666;
  font-size: 13px;
  font-weight: 500;
}
/* Button styles */
.product-cta-button {
  color: white;
  background-color: #1F4E3D;
  border-radius: 5px;
  border: 0;
  height: 49px;
  width: 157px;
  font-size: 15px;
  font-weight: 600;
}
/* Image styles for the cups image */
.product-image-cups {
  max-width: 100%;
}