.mainwork-loginmidlediv
{
	width:100%;
	background-image: url("../images/bnner-bg.jpg");
	background-size: cover;
	background-position: top left;
	background-repeat: no-repeat;
	min-height: 400px;
	padding: 60px 20px;
}
.login-new-services-section {
    background-color: #f8fbff;
}


@media(max-width:991px)
{
			.login-adddetail-headertextp
			{
				width: 95%;
				font-size: 22px;
				font-weight: 700;
				color: #000;
				text-align: left;
				margin-top: 10px;
				margin-bottom: 0px;
				margin-left: 2%;
				font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
				float: left;
			}
			.login-adddetail-headerredtext
			{
				font-size: 20px;
				font-weight: 700;
				color: #cc0000;
				font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
			}

.login-new-section-label {
    font-size: 22px;
    font-weight: 600;
    color: #FB8A13;
    letter-spacing: 1px;
    display: inline-block;
    margin-bottom: 10px;
	margin-top: 20px;
}

.login-new-section-title {
    font-size: 34px;
    font-weight: 700;
    color: #2c2c2c;
    line-height: 1.3;
}

/* Card */
.login-new-service-card {
    background: #ffffff;
    border-radius: 6px;
    overflow: hidden;
    height: 100%;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
    transition: transform 0.3s ease;
}

.login-new-service-card:hover {
    transform: translateY(-5px);
}

.login-new-card-img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.login-new-card-body {
    padding: 25px;
}

.login-new-icon {
    font-size: 40px;
    color: #fdc10d;
    margin-bottom: 12px;
    display: inline-block;
}

.login-new-card-body h5 {
    font-size: 37px;
    font-weight: 600;
    margin-bottom: 12px;
}

.login-new-card-body p {
    font-size: 26px;
    color: #6c757d;
    line-height: 30px;
}

.login-new-read-more {
    font-size: 15px;
    font-weight: 600;
    color: #0d6efd;
    text-decoration: none;
}

.login-new-read-more:hover {
    text-decoration: underline;
}












.login-new-working-section {
    background: #300b38;
    padding: 100px 0;
    color: #ffffff;
    position: relative;
    overflow: hidden;
}

.login-new-working-header {
    margin-bottom: 70px;
}

.login-new-working-label {
    font-size: 26px;
    letter-spacing: 1px;
    font-weight: 600;
    display: inline-block;
    position: relative;
    padding: 0 40px;
}

.login-new-working-label::before,
.login-new-working-label::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 25px;
    height: 2px;
    background: #ffffff;
}

.login-new-working-label::before {
    left: 0;
}

.login-new-working-label::after {
    right: 0;
}

.login-new-working-title {
    font-size: 40px;
    font-weight: 700;
    margin-top: 15px;
}

/* Process Box */
.login-new-process-box {
    max-width: 320px;
    margin: auto;
}

.login-new-icon-box {
    width: 90px;
    height: 90px;
    background: rgba(255,255,255,0.15);
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
}

.login-new-icon-box i {
    font-size: 50px;
    color: #ffffff;
}

.login-new-process-box h5 {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 15px;
}

.login-new-process-box p {
    font-size: 26px;
    line-height: 1.8;
    opacity: 0.9;
}

/* Arrows */
.login-new-arrow {
    position: absolute;
    top: 120px;
    font-size: 30px;
    color: rgba(255,255,255,0.5);
}

.login-new-arrow-1 {
    left: 33%;
}

.login-new-arrow-2 {
    left: 66%;
}



.login-new-testimonial-section {
    background: #ffffff;
}

/* Header */
.login-new-testimonial-label {
    font-size: 22px;
    font-weight: 600;
    color: #0d6efd;
    letter-spacing: 1px;
    position: relative;
    padding-left: 40px;
}

.login-new-testimonial-label::before {
    content: "";
    width: 25px;
    height: 2px;
    background: #0d6efd;
    position: absolute;
    left: 0;
    top: 50%;
}

.login-new-testimonial-title {
    font-size: 40px;
    font-weight: 700;
    margin-top: 15px;
    color: #2c2c2c;
	margin-bottom:30px;
}

/* Slider buttons */
.login-new-slider-buttons {
    display: inline-flex;
    gap: 10px;
}

.login-new-slider-btn {
    width: 60px;
    height: 60px;
    border: none;
    background: #f3f6fb;
    border-radius: 6px;
    color: #0d6efd;
    font-size: 24px;
    transition: 0.3s;
}

.login-new-slider-btn.active,
.login-new-slider-btn:hover {
    background: #0d6efd;
    color: #ffffff;
}

/* Testimonial Card */
.login-new-testimonial-card {
    background: #ffffff;
    padding: 35px 30px;
    box-shadow: 0 10px 35px rgba(0,0,0,0.06);
    height: 100%;
}

.login-new-testimonial-text {
    font-size: 24px;
    line-height: 1.9;
    color: #6c757d;
}

/* Stars */
.login-new-stars {
    margin: 20px 0;
    color: #ffa200;
}

/* User */
.login-new-user {
    display: flex;
    align-items: center;
    gap: 15px;
}

.login-new-user img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    object-fit: cover;
}

.login-new-user h6 {
    margin: 0;
    font-size: 25px;
    font-weight: 600;
}

.login-new-user span {
    font-size: 22px;
    color: #ffa200;
    font-weight: 600;
}


.features {
  background: #300b38;
  padding: 60px 20px;
  color: #e5e7eb;
}

.features h2 {
  text-align: center;
  font-size: 50px;
  margin-bottom: 100px;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(260px, 1fr));
  gap: 24px;
  max-width: 1100px;
  margin: auto;
}

.card {
  background: linear-gradient(145deg, #293b1e, #0f2a22);
  border-radius: 16px;
  padding: 35px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.3);
  transition: transform 0.3s;
}

.card:hover {
  transform: translateY(-6px);
}

.card span {
  font-size: 32px;
}

.card h3 {
	font-size:37px;
  margin: 12px 20px 20px;
  color: #facc15;
}

.card p {
  font-size: 26px;
  margin: 12px 20px 20px;
  opacity: 1;
  color:#FFF;
}


.sell-online-section {
  /*background: linear-gradient(135deg, #7c3aed, #f59e0b);
  */
  background: linear-gradient(135deg, #fdf4ff, #F0F0F0);
  border-radius: 0px;
  margin: 0px 0;
  padding:50px 0px;
}

.sell-title {
  font-size: 40px;
  font-weight: 700;
  color: #000;
  line-height: 1.3;
}

.sell-title span {
  display: block;
  color: #000;
}

.sell-desc {
  margin-top: 26px;
  font-size: 25px;
  color: #000;
  margin-bottom:60px;
}

.btn-register-now {
  color: #FFF;
  font-size: 32px;
  font-weight: 600;
  padding: 25px 40px;
  border-radius: 50px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.2);
  /* transition: all 0.3s ease; */
  text-decoration: none;
  background: linear-gradient(135deg, #7c3aed, #f59e0b);
}

.btn-register-now:hover {
  background: linear-gradient(135deg, #7c3aed, #f59e0b);
 /* transform: translateY(-1px); */
}





.membership-section {
  background: #fdf4ff;
}

.membership-title {
  font-size: 45px;
  font-weight: 700;
}

.membership-subtitle {
  color: #555;
  margin-top: 8px;
  font-size:26px;
}

.membership-card {
  background: #ffffff;
  padding: 30px;
  border-radius: 20px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.1);
  height: 100%;
}

.membership-card h3 {
  font-weight: 700;
  margin-bottom: 40px;
  text-align:center;
  font-size: 40px;
}
.plan-price {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  color: #7c3aed;
  margin: 0px 0 1px;
}

.plan-price span {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #666;
}

.membership-card.highlight {
  border: 2px solid #7c3aed;
}

.feature-list {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.feature-list li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 14px;
  font-size: 24px;
}

.feature-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #16a34a;
  font-weight: bold;
  font-size: 28px;
}

.membership-card p
{
	font-size:24px;
	margin-bottom:20px;
}

.btn-plan {
  display: inline-block;
  color: #FFF;
  margin-top:20px;
  margin-bottom:50px;
        font-size: 32px;
        font-weight: 600;
        padding: 25px 40px;
        border-radius: 50px;
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
        /* transition: all 0.3s ease; */
        text-decoration: none;
        background: linear-gradient(135deg, #7c3aed, #f59e0b);
}

.btn-plan:hover {
  transform: translateY(-1px);
  color: #fff;
}











}



/* Responsive */
@media (max-width: 991px) {
    .login-new-testimonial-title {
        font-size: 40px;
    }
}




/* Responsive Fix */
@media (max-width: 991px) {
    .login-new-arrow {
        display: none;
    }

    .login-new-working-title {
        font-size: 45px;
    }
}
