*{
  text-decoration: none;
}
body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background-color: #f8f8f8;
  text-align: center;
}
html{
  scroll-behavior: smooth;
}
.header{
  display: flex;
  justify-content: center;
  align-items: center;
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  background-color: #fff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  width: 946px;
  height: 70px;
  border-radius: 20px;
  margin-top: 130px;
  position: fixed;
  z-index: 1;
}
.logo {
  font-size: 24px;
  font-weight: bold;
  margin-left: 20px;
}
.logo a{
  color: black;
}
.nav-links {
  list-style: none;
  display: flex;
  gap: 20px;
}
.nav-links li {
  display: inline;
}
.nav-links a {
  text-decoration: none;
  color: black;
  font-weight: 500;
}
.contact-btn {
  background-color: #ff7f50;
  color: white;
  border: none;
  padding: 15px 20px; 
  margin-right: 20px;
  border-radius: 10px;
  cursor: pointer;
}
.contact-btn:hover{
  background-color: #e26804;
  color: black;
  transition: all ease-out 1s;
}
.contact-btn:active{
  background-color: #ff7f50;
  color: black;
}


#contact{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px;
  width: auto;
  height: auto;
  margin-top: 50px;
}
.contact-us{
  display: flex;
  align-items: space-between;
  justify-content: center;
  flex-direction: column;
  width: 683px;
  height: 582px;
}
.contact-content {
  width: 100%;
  height: 26%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
.content-top{
  width: 100%;
  height: 23%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.content-badge{
  width: 100px;
  height: 100%;
  background-color: black;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.badge-h2{
  color: #fff;
  font-size: 14px;
}
.content-middle{
  width: 100%;
  height: 40%;
}
.content-h2{
  font-size: 56px;
  margin: 0;  
}
.content-bottom{
  width: 100%;
  height: 16%;
}
.content-paragraph{
  font-size: 16px;
  color: #606476;
  margin: 0;
}


.contact-form{
  width: 100%;
  height: 52%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  margin-top: 20px;
}
.form-top{
  width: 100%;
  height: 23%;
}
.form-left{
  width: 46%;
  height: 100%;
  float: left;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
}
.name{
  width: 100%;
  height: 33%;
  font-size: 14px;
  text-align: left;
  padding-top: 5px;
  color: #606476;
}
#name{
  width: 91%;
  height: 54%;
  padding: 0 12px;
  border-radius: 10px;
  border: none;
  background-color: #DFDFDF33;
}
.form-right{
  width: 46%;
  height: 100%;
  float: right;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
}
.email{
  width: 100%;
  height: 33%;
  font-size: 14px;
  text-align: left;
  padding-top: 5px;
  color: #606476;
}
#email{
  width: 91%;
  height: 54%;
  padding: 0 12px;
  border-radius: 10px;
  border: none;
  background-color: #DFDFDF33;
}

.form-middle{
  width: 100%;
  height: 49%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
}
.message{
  width: 100%;
  height: 16%;
  padding-top: 5px;
  text-align: left;
  color: #606476;
}
#message{
  width: 98%;
  height: 72%;
  padding: 12px 0px 0px 12px;
  border-radius: 10px;
  border: none;
  background-color: #DFDFDF33;
}

.form-bottom{
  width: 100%;
  height: 15%;
}
.submit-button{
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-color: #ff7f50;
  border: none;
  cursor: pointer;
  font-size: 20px;
}
.submit-button:hover{
  background-color: #e26804;
  color: black;
  transition: all ease-out 1s;
}
.submit-button:active{
  background-color: #ff7f50;
  color: black;
}



#faq {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-top: 50px;
}

.faq-container {
  display: flex;
  width: 100%;
  max-width: 976px; 
  justify-content: space-between;
  gap: 40px;
}

.faq-tittle {
  width: 46%;
  display: flex;
  justify-content: space-evenly;
  align-items: flex-start;
  flex-direction: column;
}
.faq-tit-top{
  width: 100%;
  height: 14.17%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.faq-tit-mid{
  width: 100%;
  height: 40%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  text-align: left;
}
.faq-tit-bottom{
  width: 100%;
  height: 20%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  text-align: left;
}
.faq-badge {
  width: 15%;
  height: 90%;
  background-color: black;
  color: #fff;
  padding: 5px 0px;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.badge-text {
  margin: 0;
  font-size: 16px;
}

.mid-paragraph {
  font-size: 36px;
  font-weight: 700;
}

.bottom-paragraph {
  font-size: 16px;
  color: #606476;
  margin-top: 10px;
}

.download-button{
  width: 150px;
  height: 40px;
  background-color: #ddd;
  border: black solid 1px;
  text-decoration: none;
  color: black;
  cursor: pointer;
  font-size: 16px;
  float: left;
}
.download-button:hover{
  background-color: #d98237;
  color: black;
  transition: all ease-out 1s;
}
.download-button:active{
  background-color: #ff7f50;
  color: black;
}

.faq-content {
  width: 47%;
  background-color: #DFDFDF33;
  border-radius: 20px;
  display: grid;
  gap: 15px;
  padding: 20px;
}

.faq-form {
  cursor: pointer;
}

.question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  font-size: 20px;
  margin-bottom: 10px;
}

.answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 1s ease;
}

.answer p {
  font-size: 14px;
  line-height: 1.6;
  padding-top: 1rem;
}

.faq-form.active .answer {
  max-height: 300px;
}

.faq-form.active svg {
  transform: rotate(180deg);
}

svg {
  transition: transform 0.5s ease-in;
}


.subscription-section {
  display: flex;
  justify-content: center;
  padding: 50px;
}

.subscription-box {
  background: #f8f8f8;
  padding: 40px;
  border-radius: 20px;
  text-align: center;
  max-width: 600px;
  width: 100%;
}

.subscription-badge {
  background: black;
  color: white;
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 14px;
  display: inline-block;
  margin-bottom: 10px;
}

.subscription-box h2 {
  font-size: 32px;
  margin-bottom: 10px;
}

.subscription-box p {
  font-size: 18px;
  color: gray;
  margin-bottom: 20px;
}

.subscription-form {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.subscription-form input {
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  flex-grow: 1;
  font-size: 16px;
}

.subscribe-btn {
  background: #ff7f50;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}

.subscribe-btn:hover{
  background-color: #e26804;
  color: black;
  transition: all ease-out 1s;
}
.subscribe-btn:active{
  background-color: #ff7f50;
  color: black;
}

.footer {
  display: flex;
  justify-content: space-between;
  padding: 20px 50px;
  font-size: 14px;
  color: gray;
}

.footer-links a {
  text-decoration: none;
  color: gray;
  margin-left: 15px;
}

.social-icons {
  display: flex;
  gap: 15px;
}
.social-icons a {
  font-size: 22px;
  color: black;
  text-decoration: none;
}

.social-icons i {
  font-size: 20px;
  cursor: pointer;
  transition: 0.3s;
  color: #333;
}

.social-icons i:hover {
  color: #d98237;
}

@media screen and (max-width: 1024px) {
  #faq {
      margin-top: 60px; /* Increases space between previous section and FAQ */
      padding-bottom: 50px; /* Adds space at the bottom */
  }
  .faq-container {
      flex-direction: column;
      align-items: center;
      width: 90%;
      gap: 20px;
  }

  .faq-tittle {
      width: 100%;
      text-align: center;
  }

  .mid-paragraph {
      font-size: 24px;
  }

  .bottom-paragraph {
      font-size: 14px;
      text-align: center;
  }

  .faq-content {
      width: 100%;
      padding: 15px;
      text-align: center;
  }

  .faq-form {
      width: 100%;
      text-align: center;
  }

  .question {
      font-size: 16px;
      display: flex;
      justify-content: space-between;
      align-items: center;
  }

  .answer {
      font-size: 14px;
      text-align: center;
  }

  .faq-badge {
      display: block;
      margin: auto;
  }
}

@media screen and (max-width: 768px) {
  .navbar {
      width: 100%;
      height: auto;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: space-evenly;
  }

  .nav-links {
      display: flex;
      justify-content: space-evenly;
      flex-direction: column;
      align-items: center;
      text-align: center;
      margin: 0;
      padding: 0;
      gap: 15px;
  }

  .nav-links li {
      width: 100%;
      height: 50%;
      margin: 0;
  }

  .contact-btn {
      width: 100%;
      height: 40%;
      display: flex;
      justify-content: center;
      align-items: center;
      margin: 0;
      padding: 10px 20px;
  }
}

@media screen and (max-width: 768px) {
  .content-h2{
    font-size: 24px;
  }
  .content-middle{
    height: 20%;
  }
  .content-bottom{
    height: 30%;
  }
}

@media screen and (max-width: 768px) {
  .subscription-form{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: column;
  }
  .subscription-box h2 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .subscription-box p {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .footer-links{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
}
#particles-js {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

body {
  margin: 0;
  overflow-x: hidden;
}
