/* Reset default margins and paddings */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Set the body to fill the entire viewport */
html,
body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  position: relative;
  /* Prevent horizontal scrolling */
}


/* .navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #ffffff;
  padding: 1vw 4vw;
} */


.navbar {
  position: sticky;
  top: 0;
  z-index: 1000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #ffffff;
  padding: 1vw 4vw;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}



.navbar .logo {
  display: block;
  margin-right: auto;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  border-radius: 20px;
}

.navbar .nav-links {
  display: flex;
  justify-content: center;
  flex-grow: 1;
  gap: 4vw;
  height: 80px;
  background-color: #ffffff;
  margin: 0px 4vw;
  border-radius: 20px;
  box-shadow: 0px 0px 3.1px 3px rgba(0, 0, 0, 0.25);
  padding: 0px 32px;
  align-items: center;
  font-family: 'Roboto', sans-serif;
}


.navbar .nav-links a {
  color: #000000;
  text-decoration: none;
  padding: 8px 12px;
  flex-direction: row;
}

.navbar .nav-links a:hover {
  background-color: #8C5D2E;
  border-radius: 5px;
  color: #ffffff;
}

/* Active link color */
.navbar .nav-links a.active {
  background-color: #8C5D2E;
  color: white;
  border-radius: 5px;
}

#home {
  display: flex;
  font-family: 'Roboto', sans-serif;
  height: 500px;
  width: 100%;
background: linear-gradient(
  100.3deg,
  #8C5D2E 1.7%,
  #A87447 24.57%,
  rgba(176, 128, 76, 0.85) 44.51%,
  rgba(197, 153, 102, 0.82) 74.68%,
  #8C5D2E 99%
);
}

.hp1 {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 1vw;

}

.herotext {
  max-width: 40vw;
  margin-left: 4vw;
  height: fit-content;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 54px;
  color: #FFFFFF;
}

.herobody {
  /* Your all-in-one solution for customer management, orders, and sales tracking */

  max-width: 486px;
  height: 60px;
  margin-left: 4vw;
  font-family: 'Inter';
  font-style: normal;
  font-size: 20px;
  line-height: 30px;
  color: #ffffffe8;

}

.dwnbtn1 {

  padding: 1vw 2vw;
  border: none;
  cursor: pointer;
  font-family: 'Poppins', sans-serif;
  height: 57px;
  background: #8C5D2E;
  color: #ffffff;
  font-family: 'Poppins';
  font-size: 16px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 100px;
  flex-direction: row;

}


.dwnbtn2 {

  padding: 1vw 2vw;
  margin-left: 4vw;
  border: none;
  cursor: pointer;
  font-family: 'Poppins', sans-serif;
  height: 57px;
  background: #FFFFFF;
  color: #8C5D2E;
  font-family: 'Poppins';
  font-size: 16px;
  align-items: center;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 100px;




}

.icdwn1 {
  /* ic_download */
  width: 22px;
  height: 16px;
  margin-right: 8px;
}

.icdwn2 {
  /* ic_download */
  width: 22px;
  height: 16px;
  margin-right: 8px;
}

.imghero {

  display: block;
  margin-left: auto;
  margin-right: 4vw;
}

section {
  scroll-margin-top: 150px;
  /* Adjust to match your navbar height */
}

div {
  scroll-margin-top: 150px;
  /* Adjust to match your navbar height */
}


#features .fp1 {
  display: flex;
  flex-direction: row;
  gap: 2vw;
  justify-content: center;
  margin-top: 2vw;

}

#features .fp1 img {
  width: 20vw;
}

#features .fp1 h1 {
  font-size: 2vw;
  color: #8C5D2E;
  font-family: 'Poppins';
  font-weight: bold;
}


#features .fp2 {
  display: flex;
  flex-direction: row;
  gap: 2vw;
  justify-content: center;
  margin-top: 1vw;
  flex-wrap: wrap;
  padding: 0% 4vw;

}

#features .fp2 .fc01 {
  width: 400px;
background: linear-gradient(
  100.3deg,
  #8C5D2E 1.7%,
  #A87447 24.57%,
  rgba(176, 128, 76, 0.85) 44.51%,
  rgba(197, 153, 102, 0.82) 74.68%,
  #8C5D2E 99%
);
  padding: 5px;
  box-shadow: 0px 3px 5px 3px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
}

#features .fp2 .fc1 {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: center;
  padding: 28px;
  background-color: #FFFFFF;
  border-radius: 20px;

}

#features .fp2 .fc1 img {
  height: 100px;
}

#features .fp2 .fc1 h3 {
  font-size: 24px;
  font-family: 'Poppins';
  font-weight: bold;
  text-align: center;
}

#features .fp2 .fc1 p {
  font-size: 20px;
  font-family: 'Inter';
  font-weight: normal;
  text-align: center;
  line-height: 30px;
  color: rgba(0, 0, 0, 0.5)
}


#wc {
  background-color: rgba(245, 245, 245, 1);
  padding-bottom: 22px;
}


#wc .wcp1 {
  display: flex;
  flex-direction: row;
  gap: 2vw;
  justify-content: center;
  margin-top: 2vw;
  padding-top: 2vw;

}

#wc .wcp1 img {
  width: 20vw;
}

#wc .wcp1 h1 {
  font-size: 2vw;
  color: #8C5D2E;
  font-family: 'Poppins';
  font-weight: bold;
}

#wc .wcp2 {
  display: flex;
  flex-direction: row;
  gap: 2vw;
  justify-content: center;
  margin-top: 1vw;
  flex-wrap: wrap;
  padding: 0% 4vw;
  padding-bottom: 1vw;

}


#wc .wcp2 .wcc1 {
  display: flex;
  width: 400px;
  flex-direction: column;
  align-items: center;
  background-color: #ffffff;
  padding: 30px;
  gap: 12px;
  box-shadow: 0px 3px 5px 3px rgba(0, 0, 0, 0.25);
  border-radius: 20px;

}

#wc .wcp2 .wcc1 img {
  width: 50px;
}

#wc .wcp2 .wcc1 h4 {
  font-size: 16px;
  font-family: 'Poppins';
  font-weight: bold;
}

#wc .wcp2 .wcc1 p {
  font-size: 16px;
  font-family: 'Inter';
  font-weight: normal;
  text-align: center;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.5)
}



#ts .tsp1 {
  display: flex;
  flex-direction: row;
  gap: 2vw;
  justify-content: center;
  margin-top: 2vw;

}

#ts .tsp1 img {
  width: 20vw;
}

#ts .tsp1 h1 {
  font-size: 2vw;
  color: #8C5D2E;
  font-family: 'Poppins';
  font-weight: bold;
}


#ts .tsp2 {
  display: flex;
  justify-content: center;
}


.testimonial-card {
  width: 1056px;
  height: 343px;
  background: #FFFFFF;
  border-width: 10px 0px 0px 10px;
  border-style: solid;
  border-color: #8C5D2E;
  border-radius: 24px;
  box-shadow: 0px 3px 5px 3px rgba(0, 0, 0, 0.25);
  margin-bottom: 1vw;
  margin-top: 1vw;
  margin-left: 4vw;
  margin-right: 4vw;
  display: flex;
}

.testimonial-card .card-body {
  width: 80%;
  height: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 4vw;

}

.testimonial-card .card-body .tstext {
  width: 80%;
  display: flex;
  flex-direction: column;
  margin: 0 3vw;

}

.testimonial-card .card-body p {
  margin: 12px 30px;
  font-size: 22px;
  color: rgba(0, 0, 0, 0.5);
  font-family: "Inter";

}

.testimonial-card .card-footer {
  display: flex;
  justify-content: center;
  gap: 2vw;
  align-items: center;
}

.quote1 {
  align-self: flex-start;
  font-size: 30px;
}

.quote2 {
  align-self: flex-end;
  font-size: 30px;
}


.profile-info {
  width: 20%;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  flex-direction: column;
  justify-content: center;
  margin-left: 3vw;
  gap: .3vw;
}

.arrow-btn {
  font-size: 1.5rem;
  background: none;
  border: none;
  color: #8C5D2E;
  cursor: pointer;
}

.profile-img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
}

.profile-info h4 {
  margin: 0;
  font-size: 1.2em;
}

.stars {
  color: #ffa500;
}


.navigation {
  display: flex;
  align-items: center;
  gap: 10px;
}

.nav-btn {
  background: none;
  border: none;
  font-size: 1.5em;
  cursor: pointer;
  color: #8C5D2E;
}

.nav-btn:focus {
  outline: none;
}

.dots {
  display: flex;
  gap: 5px;
}

.dot {
  width: 10px;
  height: 10px;
  background-color: #c4c4c4;
  border-radius: 50%;
}

.dot.active {
  background-color: #8C5D2E;
}


.cta {
  width: 100%;
  background-color: #8C5D2E;
  padding: .5vw;
  margin-top: 2vw;
}

.cta .ctab {
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  border-radius: 1vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2vw 0;
}

.cta .ctab h3 {
  font-size: 20px;
  font-family: 'Poppins';
  font-weight: 600;
  margin-bottom: 1vw;
}


#faq {
  background-color: rgba(245, 245, 245, 1);
  ;
}


#faq .faqp1 {
  display: flex;
  flex-direction: row;
  gap: 2vw;
  justify-content: center;
  margin-top: 2vw;
  padding-top: 2vw;
}

#faq .faqp1 img {
  width: 20vw;
}

#faq .faqp1 h1 {
  font-size: 2vw;
  color: #8C5D2E;
  font-family: 'Poppins';
  font-weight: bold;
}

#faq .faqp2 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 1vw;
  padding-bottom: 1vw;
}


#faq .faqp3 {
  width: 50%;
  display: flex;
  justify-content: center;
  margin-top: 1vw;
  padding-bottom: 1vw;

}

#faq .faqp4 {
  display: flex;
  flex-direction: column;
  gap: 1vw;
  width: 50%;

}

.faqcardp2 {
  display: none;
}

.faqp3 img {
  width: 20vw;
}


.faqcard {
  background-color: #8C5D2E;
  margin-right: 4vw;
  padding: 1vw;
  border-radius: 20px;
  box-shadow: 0px 3px 5px 3px rgba(0, 0, 0, 0.25);
}

.faqcard h3 {
  font-size: 24px;
  font-family: 'Poppins';
  font-weight: bold;
  color: #FFFFFF;
}

.faqcardp1 {
  display: flex;
  justify-content: space-between;
}

.faqcardp1 img {
  width: 32px;
}


.faqcardp2 p {
  font-size: 16px;
  font-family: "Inter";
  color: rgba(255, 255, 255, 0.5);
  font-weight: 300;
  margin-top: 1vw;

}

.faqcardp1 {
  cursor: pointer;
}


#ca .cap1 {
  display: flex;
  flex-direction: row;
  gap: 2vw;
  justify-content: center;
  margin-top: 2vw;
  margin-bottom: 1vw;

}

#ca .cap1 img {
  width: 20vw;
}

#ca .cap1 h1 {
  font-size: 2vw;
  color: #8C5D2E;
  font-family: 'Poppins';
  font-weight: bold;
}


.cap2 {
  display: flex;
  /* height: 500px; */
  margin-left: 4vw;
  margin-right: 4vw;
}

.cap3 {
  width: 50%;
}

.cap4 {
  display: flex;
  width: 50%;
  flex-direction: column;
}

.ip-text {
  width: 100%;
  height: 50px;
  background: #FFFFFF;
  border: 1px solid #000000;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 15px;
  margin: 0.5vw 0;
  padding-left: 1vw;

}

.ip-m {
  width: 100%;
  min-height: 100px;
  background: #FFFFFF;
  border: 1px solid #000000;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 15px;
  margin: 0.5vw 0;
  padding-left: 1vw;
  font-size: 16px;
  font-family: 'Inter', sans-serif;
  /* padding-bottom: 50px; */
  resize: both;
  overflow: auto;
  padding: 10px;
  /* Adjust padding for multi-line input */

}

.ip-m::placeholder {
  position: absolute;
  top: 12px;
  font-size: 16px;
  font-family: 'Inter';
}

.ip-text::placeholder {
  position: absolute;
  top: 12px;
  font-size: 16px;
  font-family: 'Inter';
}


.cap4 button {
  width: 100%;
  height: 56px;
  background: #8C5D2E;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 234px;
  border: none;
  margin: 0.5vw 0;
  font-family: 'Poppins';
  font-size: 16px;
  color: #FFFFFF;
  font-weight: 200;
  cursor: pointer;
}


.cap3 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.cap3 h3 {
  color: #8C5D2E;
  font-size: 22px;
  font-family: 'Roboto';
  font-weight: 700;
}

.cap3 p {
  color: rgba(0, 0, 0, 0.5);
  font-size: 16px;
  font-family: 'Roboto';
  font-weight: 300;
  margin-top: 16px;
}


.cap3 .btn {
  width: 100%;
  background-color: #29a10b;
  display: flex;
  justify-content: center;
  padding: 8px 0;
  margin-top: 16px;
  border-radius: 100px;
  align-items: center;
  cursor: pointer;
  color: #FFFFFF;
  border: none;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  gap: 12px;
  font-family: 'Poppins';

}



.fu {
background: linear-gradient(
  110deg,
  #8C5D2E 10%,
  #B47A3C 40%,
  #D1A06B 90%
);

}

.fup01 {
  display: flex;
  justify-content: space-between;
  padding: 22px 4vw;
  margin-top: 2vw;
}

.fup1 .logo {
  width: 200px;
  background-color: #FFFFFF;
  display: flex;
  justify-content: center; /* Center horizontally */
  align-items: center; /* Center vertically */
  padding: 12px;
  border-radius: 16px;
}

.fup1 .logo img {
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  border-radius: 20px;
}

.fup1 .content {
  display: flex;
  flex-direction: column;
  margin-top: 22px;
  gap: 6px;
}

.fup1 .content h3 {

  font-family: 'Roboto';
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 23px;
  color: #FFFFFF;

}

.fup1 p {

  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
}


.fu h3 {

  font-family: 'Roboto';
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 23px;
  color: #FFFFFF;
  margin-bottom: 8px;

}

.fu p {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 200;
  font-size: 20px;
  line-height: 24px;
  color: #FFFFFF;
}

.fu a {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 200;
  font-size: 20px;
  line-height: 24px;
  color: #FFFFFF;
  transition: border-bottom 0.3s ease;
  /* Add transition for smooth animation */
  border-bottom: 2px solid transparent;
  /* Set the initial state */
}

.fu a:hover {
  border-bottom: 2px solid #0c5661;
}

.fu .fup2 {
  display: flex;
  flex-direction: column;
  gap: 8px;
  height: 1 00%;
}

.fu .fup3 {
  display: flex;
  flex-direction: column;
  gap: 8px;
  height: 1 00%;
}

.fu .fup4 {
  display: flex;
  flex-direction: column;
  gap: 8px;
  height: 100%;
}

.fup02 {
  display: flex;
  flex-direction: column;
  margin: 0 4vw;
  align-items: center;
  gap: 12px;
  padding-bottom: 22px;
}



#whatsappButton {
  position: fixed;
  bottom: 4vw;
  /* Distance from the bottom */
  right: 4vw;
  /* Distance from the right */
  width: 60px;
  /* Button size */
  height: 60px;
  background-color: #29a10b;
  /* WhatsApp green */
  border-radius: 50%;
  /* Make it circular */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  /* Add shadow */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  /* Ensure it stays on top */
  text-decoration: none;
}

#whatsappButton img {
  width: 30px;
  /* Icon size */
  height: 30px;
}

#whatsappButton:hover {
  transform: scale(1.1);
  /* Slight zoom on hover */
  transition: 0.3s ease;
}


@media (max-width:600px) {


  .navbar .nav-links {
    display: none;
  }

  .dwnbtn1 {

    padding: 18px 40px;
    height: 45px;
    display: flex;
    align-items: center;

  }

  .navbar .logo {
    width: 15vw;
    border-radius: 4vw;
  }

  .imghero {
    display: none;
  }



  .hp1 {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 1vw;

  }



  .herotext {
    width: 100%;
    max-width: 100%;
    text-align: center;
    margin-left: 0vw;
    margin-top: 4vw;
    font-size: 24px;
    line-height: normal;
  }

  #home {
    height: fit-content;
    padding: 0 4vw;
  }

  .herobody {
    width: 100%;
    text-align: center;
    max-width: 100%;
    font-size: 16px;
    line-height: normal;
    margin-left: 0vw;
  }

  #home button {

    display: none;

  }

  #features .fp1 img {
    display: none;
  }

  #features .fp1 h1 {
    font-size: 5vw;
  }



  #features .fp2 {
    gap: 3vw;

  }

  #features .fp2 .fc01 {
    width: 100%;
  }

  #features .fp2 .fc1 h3 {
    text-align: center;
    font-size: 16px;
    line-height: normal;
  }


  #features .fp2 .fc1 p {
    font-size: 14px;
    line-height: normal;
  }

  #features .fp2 .fc1 {
    font-size: 14px;
    gap: 8px;
  }

  #wc .wcp1 img {
    display: none;

  }

  #wc .wcp1 h1 {
    font-size: 5vw;
  }

  #wc .wcp2 .wcc1 {
    width: 100%;
    gap: 8px;

  }

  #wc .wcp2 {
    gap: 3vw;
  }


  #wc .wcp2 .wcc1 h4 {
    font-size: 16px;
    font-family: 'Poppins';
    font-weight: bold;
  }

  #wc .wcp2 .wcc1 p {
    font-size: 14px;
    font-family: 'Inter';
    font-weight: normal;
    text-align: center;
    line-height: normal;
    color: rgba(0, 0, 0, 0.5)
  }






  #ts .tsp1 img {

    display: none;
  }


  #ts .tsp1 h1 {
    font-size: 5vw;
  }



  .testimonial-card {
    width: 100%;
    height: fit-content;
    padding-bottom: 3vw;
    padding-top: 3vw;
    flex-wrap: wrap;
  }

  .testimonial-card .card-body {
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 0vw;

  }

  .testimonial-card .card-body p {
    margin: 8px 15px;
    font-size: 16px;
  }

  .profile-info {
    width: 100%;
    align-items: center;
    margin-bottom: 0;
    margin-left: 0vw;
  }


  .quote1 {
    align-self: flex-start;
    width: 30px;
  }

  .quote2 {
    align-self: flex-end;
    width: 30px;
  }

  .cta button {
    padding: 18px 40px;
    height: 45px;
    display: flex;
    align-items: center;
  }


  .cta {
    padding: 2vw;
  }

  .cta .ctab h3 {
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    line-height: normal;
  }



  #faq .faqp1 {
    display: flex;
    flex-direction: row;
    gap: 2vw;
    justify-content: center;
    margin-top: 2vw;
    padding-top: 2vw;
  }

  #faq .faqp1 img {
    display: none;
  }

  #faq .faqp1 h1 {
    font-size: 5vw;
    color: #8C5D2E;
    font-family: 'Poppins';
    font-weight: bold;
  }



  #faq .faqp3 {
    display: none;
  }

  #faq .faqp4 {
    display: flex;
    flex-direction: column;
    gap: 2vw;
    width: 100%;
    margin: 0 4vw;

  }

  .faqcardp2 {
    display: none;
  }

  .faqp3 img {
    width: 20vw;
  }


  .faqcard {
    padding: 4vw;
  }

  .faqcard h3 {
    font-size: 18px;
  }

  .faqcardp1 img {
    width: 24px;
  }

  .faqcardp2 p {
    font-size: 14px;

  }


  #ca .cap1 img {
    display: none;
  }

  #ca .cap1 h1 {
    font-size: 5vw;
  }


  .cap2 {
    display: flex;
    margin-left: 4vw;
    margin-right: 4vw;
    flex-direction: column;
  }

  .cap3 {
    width: 100%;
    margin-bottom: 3vw;
  }

  .cap4 {
    display: flex;
    width: 100%;
    flex-direction: column;
  }






  .ip-text {
    margin: 1.5vw 0;
  }

  .ip-m {
    margin: 1.5vw 0;
  }




  .ip-m::placeholder {
    font-size: 12px;

  }

  .ip-text::placeholder {
    font-size: 12px;

  }

  .cap4 button {
    height: 45px;

  }


  .cap3 h3 {
    font-size: 16px;
    font-weight: 400;
  }

  .cap3 p {
    font-size: 14px;
    margin-top: 8px;
  }





  .fup01 {

    flex-direction: column;
    gap: 8vw;

  }

  .fup1 .content {
    display: flex;
    flex-direction: column;
    margin-top: 16px;
    gap: 0px;
  }



  .fu p {
    font-size: 14px;
    color: #ffffff85;
  }

  .fu a {
    font-size: 14px;
    color: #ffffff85;
  }



  .fu .fup2 {
    gap: 4px;
  }

  .fu .fup3 {
    gap: 4px;
  }

  .fup02 {
    margin: 0 4vw;
    gap: 12px;
  }






}


@media (min-width: 601px) and (max-width: 1370px) {


  .navbar button {
    display: none;
  }


  .herobody {
    /* Your all-in-one solution for customer management, orders, and sales tracking */
    font-size: 16px;
    line-height: normal;

  }

  .herotext {
    font-size: 24px;
    line-height: normal;
  }

  .imghero {
    height: 40vw;
    align-self: flex-end;
  }


}