* {
    margin: 0;
    padding: 0;
}

.hero-container {
    background-image: url(Assets/Hero-bg.png);
    height: 698px;
    width: 1440px;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
}

.nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 151;
    width: 1140;
    padding: 2rem 5%;
}

.nav-logo {
    height: 51px;
    width: 99px;
    color: #4E47FF;
    font-size: 1.8rem;
    font-weight: 700;
}

.signup-btn {
    height: 48px;
    width: 132px;
    background-color: #4E47FF;
    color: white;
    border-radius: 0.8rem;
    font-weight: 600;
    cursor: pointer;
}

.banner {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0 5%;
    gap: 2rem;
}

.banner-heading {
    font-size: 3.3rem;
    color: #252432;
    height: 150px;
    width: 905px;
}

.focus-btn {
    padding: 1rem 2rem;
    background-color: #4E47FF;
    color: white;
    border-radius: 0.8rem;
    font-size: 1.2rem;
    font-weight: 600;
    border: none;
    cursor: pointer;
}

/*Action Section*/    
.action-section{
    display: flex;
    align-items: center;
    max-width: 1140px;
    width: 100%;
    height: 328px;
    gap: 2rem;
    margin: 0 auto;
    padding: 2rem;
    justify-content: space-between;
}

.action-content{
width: 100%;
max-width: 517px;
display: flex;
flex-direction: column;
height: 203px;
gap: 1.5rem;
}

.title{
    color: #252432;
    font-size: 2rem;
    line-height: 1.2;
    font-weight: 700;
    margin: 0;
}

.sub-title{
    font-size: 1.1rem;
    line-height: 1.6;
    color: #252432 50%;
    margin: 0;
}

.btn{
    padding: 0.75rem 1.5rem;
    background-color: #4E47FF;
    color: #FFFFFF;
    border-radius: 0.5rem;
    font-weight: 600;
    cursor: pointer;
    border: none;
    width: fit-content;
}

.img{
    height: 328px;
    width: 100%;
    max-width: 403px;
    border-radius: 48px;
    overflow: hidden;         
}

/*Productive Users Section*/
.user-section{
    max-width: 1140px;
    width: 100%;
    padding: 4rem 2rem;
    margin: 0 auto;
    background-color: #e5e7ff;
    text-align: center;
    border-radius: 10px;
    justify-content: space-between;
}

.user-header{
    margin-bottom: 3rem;
}

.user-title{
    font-size: 2.5rem;
    color: #252432;
    margin: 0 auto 1rem;
    max-width: 856px;
    line-height: 1.3;
}

.user-stats{
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
    max-width: 1140px;
    margin: 0 auto;
}

.stat-item{
    flex: 1;
    min-width: 180px;
    max-width: 240px;
    padding: 1.5rem;
    border-radius: 12px;
}

.user-content{
    font-size: 3.5rem;
    color: #4E47FF;
    margin: 0 0 0.5rem 0;
    font-weight: 700;
    line-height: 1;s
}

.user-p{
    font-size: 1.1rem;
    color:#252432;
    margin:0;
    font-weight: 500;
}


/*User Feedback Section*/
.u-title {
    font-size: 2.5rem;
    color: #252432;
    margin: 0 auto 1rem;
    max-width: 1140px;
    line-height: 2;
    text-align: center;  
    display: block;      
    width: 100%;        
    padding: 0 20px;  
    box-sizing: border-box; 
}

.user-feedback {
  padding: 20px;
  background-color: #f9f9f9;
  border-radius: 8px;
  margin-bottom: 45px;
  display:flex;
  flex-direction: column;
  margin:0 auto;
  justify-content: space-between;
}

.card-container {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0;
}

.card {
  display: flex;
  justify-content:center;
  gap: 20px; 
  width: 100%;
  padding: 0;
}

.user-feedback {
  flex: 0 0 366px; 
  height: 243px;
  margin: 0; 
  
}

.user-feedback .rating {
  margin-bottom: 45px;
}

.star-icon {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

.feedback-content {
  margin-bottom: 45px;
}

.feedback-title {
  font-size: 1.5em;
  font-weight: bold;
}

.feedback-text {
  font-style:normal;
  color: #7f8c8d;
}

.company-name {
  font-size: 1.1em;
  font-weight: bold;
  color: #34495e;
}

.reviewer-info {
  display: flex;
  align-items: center;
  margin-top: 15px;
}

.reviewer-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 15px;
}

.reviewer-details {
  font-size: 1em;
}

.reviewer-name {
  font-weight: normal;
}

.review-date {
  color: #7f8c8d;
}


/*Let’s Get In Touch Section*/
.contact-section {
    max-width: 1140px;
    width: 100%;
    margin: 4rem auto;
    padding: 0 2rem;
    display: flex;
    gap: 4rem;
}

.contact-header {
    flex: 1;
    padding-top: 8.5rem;
}

.contact-title {
font-size: 4.5rem;
color: #252432;
margin-bottom: 1rem;
line-height: 1;
}

.contact-form-container {
    background: white;
    padding: 2.5rem;
    border-radius: 12px;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
}

.form-group label {
    font-size: 1rem;
    color: #252432;
    font-weight: 500;
}

.form-group input,.form-group textarea {
    padding: 1rem;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    font-size: 1rem;
}

.form-group input:focus,.form-group textarea:focus {
    outline: none;
    border-color: #4E47FF;
}

.form-group textarea {
    resize: vertical;
    min-height: 150px;
}

.submit-btn {
    padding: 1rem 2rem;
    background-color: #4E47FF;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    margin-top: 0.5rem;
}


/*Footer Section*/
.footer {
  background: #f8f9fa;
  padding: 4rem 1rem; 
  text-align: center;
}

.logo {
  color: #4E47FF;
  font-size: 4rem;
  font-weight: 700;
  margin-bottom: 1.25rem;
  line-height: 1;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: fit-content;
}

.footer-text {
  color: #555;
  font-size: 1.1rem;
  line-height: 1.6;
  max-width: 600px;
  margin: 0 auto; 
    margin-bottom:1rem;
}

.footer-links {
  display: flex;
  justify-content: center;
  gap: 20px; 
  flex-wrap: wrap;
  width: 100%; 
}

.footer-links a {
  color: #333;
  text-decoration: none;
  font-weight: 500;
  font-size: 1rem;
  transition: color 0.3s ease;
}

/* Hover effect or animation on the all the buttons */
.signup-btn:hover, .focus-btn:hover, .btn:hover, .submit-btn:hover {
  background-color: #3a35d6;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(78, 71, 255, 0.25);
}

/* Active/click effect */
.signup-btn:active, .focus-btn:active, .btn:active, .submit-btn:active {
  transform: translateY(0);
  box-shadow: 0 2px 6px rgba(78, 71, 255, 0.2);
}

