
.New-client-hero-section {
  position: relative;
  background: url('/themes/custom/livryte/images/new-client-bg-img.jpg') center/cover no-repeat;
  min-height: 100vh;
  
  overflow: hidden;
}

.New-client-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1;
}

.new-hero-header-client {
  position: relative;
  z-index: 2;
top: -44px;
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.menu-box-new-client {
  display: flex;
  align-items: center;
  gap: 10px;
background: rgba(255, 255, 255, 1);


  padding: 8px 12px;
  border-radius: 8px;
}

.menu-icon-new-client {
  background: transparent;
  border: none;
  font-size: 20px;
  cursor: pointer;
  color: #000;
}

.signup-btn-new {
  background: rgba(192, 30, 51, 1);


  font-family: "Geist Sans";

font-weight: 500;
font-style: Medium;
font-size: 16px;

line-height: 26px;
letter-spacing: 0%;

  color: rgba(255, 255, 255, 1);



  border: none;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 8px;
  padding-top: 8px;
  border-radius: 12px;

  cursor: pointer;
}

.signup-icon-new{
  width: 32px;
  height: 32px;
  margin-right: 5px;

}


.header-left-new-client{

align-items: center;
}

.new-logo-ptext{
font-family:"Geist Sans";
font-weight: 400;
font-style: Regular;
font-size: 16px;
color: rgba(255, 237, 237, 1);
margin-top: -76px;
padding-left:10px ;
line-height: 16px;
letter-spacing: 8%;
text-transform: uppercase;

}

.logo-new {
 width: 208px;
     height: 100%;
  

}


.register-card-new  {
  position: relative;
  z-index: 2;
  background: rgba(255, 255, 255, 1);

 width: 496px;
border-top: 1px solid rgba(192, 30, 51, 0.5);
border-bottom: 5px solid rgba(192, 30, 51, 1.6);
padding: 40px;

border-radius: 16px;
  box-shadow: 0 0 30px rgba(192, 30, 51, 0.8);
}
.new-client-form-card{
text-align: center;
justify-content: center;
display: flex;
margin-bottom: 157px;
}
.new-lines-div{
margin-bottom: 10px;
}

.register-card-new-title{
font-family: Gantari;
font-weight: 400;
font-style: Regular;
font-size: 24px;
color: rgba(0, 0, 0, 0.6);
text-align: center;
line-height: 25px;
letter-spacing: 1px;
margin-bottom: 10px;
}


.new-form-label{
font-family:"Geist Sans";
font-weight: 400;
font-style: Regular;
font-size: 16px;
color: rgba(0, 0, 0, 0.6);
text-align: left;
line-height: 16px;
letter-spacing: 0%;

}
.new-client-form-row input{
border: 0.5px solid rgba(0, 0, 0, 0.5);
border-radius: 8px;
}

.register-btn-new{
background: rgba(192, 30, 51, 1);
padding: 14px 24px;
border-radius: 10px;
border: none;
font-family:"Geist Sans";
font-weight: 500;
font-style: Medium;
font-size: 18px;
color: rgba(255, 255, 255, 1);
margin-top: 30px;
line-height: 16px;
letter-spacing: 1px;



}

.new-client-form-row{
 --bs-gutter-y: 1rem;
     text-align: left;
}


.red-lines {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 800px;
 
  z-index: 1;
}



.client-portal-card-new {
  position: relative;
  z-index: 2;
  background-color: #ffffff; 
  background-image: url('/themes/custom/livryte/images/Group 6.png');
  background-repeat: no-repeat;
  background-position:bottom ;
  
  background-size: 601px; 

 
  width: 496px;
  padding: 114px 98px;
  border-radius: 16px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}






.client-option {
 background: rgba(241, 244, 248, 1);

  border-radius: 14px;
  padding: 14px 40px;
  margin-bottom: 18px;
  transition: all 0.3s ease;
  cursor: pointer;
  border: 2px solid transparent;
}

.client-option img {
  width: 34px;
  height: 34px;
  margin-bottom: 6px;
  transition: all 0.3s ease;
}

.client-option p {
  margin: 0;
 font-family:"Geist Sans";
font-weight: 500;
font-style: Medium;
font-size: 16px;
color: rgba(0, 0, 0, 0.6);

line-height: 26px;
letter-spacing: 0%;

  transition: all 0.3s ease;
}

/* Hover & Active effect */
.client-option:hover,
.client-option.active {
 background: rgba(192, 30, 51, 1);

color: rgba(255, 255, 255, 1);

  border-color: rgba(192, 30, 51, 1);

}

.client-option:hover p,
.client-option.active p {
 color: rgba(255, 255, 255, 1);

}

.client-option:hover img,
.client-option.active img {
  filter: brightness(0) invert(1);
}








@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 95%;
    }
}

/* Responsive tweaks */
@media (max-width: 768px) {


  .client-option {
    padding: 15px;
  }

  .client-option img {
    width: 24px;
  }

  .client-option p {
    font-size: 14px;
  }
}

