@media (max-width: 768px) {
    .newsletter-section {
        flex-direction: column;
        gap: 32px;
    }
}
a, button{
    outline : none !important;
}
.footer-content {
       width: 100%;
}
/* Footer */
.footer {
  background-color: #111111;
  padding: 48px 100px 32px;
  display: flex;
  flex-direction: column;
  gap: 72px;
}

.newsletter-section {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.newsletter-text {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 387px;
}

.newsletter-text h3 {
  font-family: 'Inter', sans-serif;
  font-weight: 900;
  font-size: 32px;
  line-height: 42px;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0;
}

.newsletter-text p {
  font-size: 16px;
  line-height: 21.6px;
  color: #F2F2F2;
  margin: 0;
}

.newsletter-form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
  width: 347px;
}

.email-input {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 100px;
  padding: 12px 12px 12px 24px;
  width: 100%;
  height: 49px;
  display: flex;
  align-items: center;
}

.email-input input {
  background: none;
  border: none;
  color: #AFAFAF;
  font-size: 16px;
  width: 100%;
  outline: none;
}

.email-input input::placeholder {
  color: #AFAFAF;
}

.newsletter-btn {
  background: linear-gradient(135deg, #E8FFEA 0%, #77C17D 27.59%, #B0F2B6 46.45%, #B0F2B6 75.46%, #E8FFEA 100%);
  border: none;
  border-radius: 100px;
  padding: 12px 32px;
  font-weight: 500;
  text-transform: uppercase;
  color: #000000;
  cursor: pointer;
  width: 100%;
  height: 49px;
  font-size: 16px;
}

.footer-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: relative;
}

.footer-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
}

.footer-nav a {
  font-size: 14px;
  line-height: 18.9px;
  letter-spacing: 2.24px;
  text-transform: uppercase;
  color: #F2F2F2;
  text-decoration: none;
}

.social-link {
  display: flex;
  align-items: center;
  gap: 4px;
}

.social-link img {
  width: 20px;
  height: 20px;
}

.social-link span {
  font-size: 16px;
  color: #F2F2F2;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.footer-bottom p {
  font-size: 16px;
  color: #F2F2F2;
  margin: 0;
}

.legal-links {
  display: flex;
  gap: 24px;
}

.legal-links a {
  font-size: 16px;
  color: #F2F2F2;
  text-decoration: none;
}

/* Responsive Design */
@media (max-width: 1200px) {

  .footer {
    padding-left: 50px;
    padding-right: 50px;
  }
  
 
  
  .hero-text {
    width: 100%;
  }
  
  .hero-image {
    width: 100%;
    max-width: 600px;
    height: auto;
  }
  
 

}

@media (max-width: 768px) {

  .footer {
    padding: 50px 20px;
  }
  
  .nav {
    flex-direction: column;
    gap: 16px;
    height: auto;
  }
  
  .nav-left,
  .nav-right {
    width: auto;
    text-align: center;
  }
  
  .main-title {
    font-size: 32px;
    line-height: 40px;
  }
  
  .newsletter-section {
    flex-direction: column;
    gap: 32px;
  }
  
  .newsletter-text,
  .newsletter-form {
    width: 100%;
  }
  
  .footer-nav {
    flex-direction: column;
    gap: 16px;
  }
  
  .footer-bottom {
    flex-direction: column;
    gap: 16px;
    text-align: center;
  }
}



.result-section {
    display: flex;
    align-items: flex-start;
    align-self: stretch;
    flex-wrap: nowrap;
    flex-shrink: 0;
    gap: 24px;
    position: relative;
    min-width: 0;
    height: 700px;
    padding: 100px 100px 100px 100px;
    z-index: 137;
}

/* Mobile Responsiveness for result-section */
@media (max-width: 768px) {
  

 
  
}
