body {
  font-family: "Hubot Sans", sans-serif;
  background-color: #fdf2ec;
  overflow-x: hidden;
}
header {
  background: rgb(255, 250, 243);
}
.logo {
  width: 135px;
}
.first-sec {
  background: linear-gradient(to bottom, #fff8f1, #ffd6a5);
}
.hero-section {
  background: -webkit-linear-gradient(
    top,
    rgb(255, 250, 243) 0%,
    rgb(255, 214, 165) 100%
  );
  width: 100%;
}
.hero-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 75% !important;
}
.hero-content {
  width: 55%;
  text-align: start;
}
.hero-content > h1 {
  font-size: 52px;
  font-weight: 700;
}
.hero-content > p {
  font-family: "Hubot Sans";
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  margin: 0px 0px 12px;
}
.hero-content > h4 {
  font-family: "Hubot Sans";
  font-size: 16px;
  font-weight: 600;
  color: #2e2e2e;
  line-height: 1.4;
  margin: 15px 0 40px 0;
}
.btn-custom {
  background: #2e2e2e;
  color: white;
  padding: 14px 24px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: bold;
  display: inline-block;
  margin-top: 15px;
}
.hero-content > a {
  box-shadow: 0px 7px 30px -10px #2e2e2e, 0.1;
  background-color: #2e2e2e;
  font-size: 14px;
  font-family: "Hubot Sans";
  font-weight: 600;
  line-height: 1.4;
  border-style: solid;
  border-width: 2px;
  border-color: rgb(255, 179, 71);
  border-radius: 4px;
  padding: 12px 24px;
  min-height: 48px;
  max-height: 48px;
}
.hero-image {
  width: 45%;
  display: flex;
  justify-content: start;
}
.hero-image > img {
  width: 100%;
}
.testimonials-section {
  text-align: center;
  background: #fff8f6;
  padding-top: 70px;
}
.testimonials-section > h2 {
  font-size: 45px;
}
.testimonials-section > .uncover-heading {
  margin-top: 100px;
}
.testimonials-section > p {
  margin-bottom: 30px;
}
.testimonial-slider {
  /* max-width: 800px; */
  margin: auto;
  width: 75% !important;
}
.testimonial-item {
  display: flex !important;
  gap: 20px;
  align-items: center;
  text-align: left;
}
.testimonial-item > img {
  width: 380px;
}
.testimonial-item > div > h6 {
  font-size: 22px;
  font-weight: 500;
  color: #231a16;
  line-height: 1.4;
}
.testimonial-item > div > p {
  font-size: 16px;
  font-weight: 400;
  color: #231a1699;
  line-height: 1.4;
  margin-top: 22px;
}
.testimonial-img {
  width: 150px;
  border-radius: 10px;
  /* margin-right: 20px; */
}
.uncover-section {
  width: 75% !important;
}
.uncover-section > div {
  gap: 15px;
  justify-content: center;
}
.uncover-section .uncover-section-item {
  background: #ffdbcd;
  text-align: start;
  padding: 28px 23px;
  border-radius: 4px;
}
.uncover-section .uncover-section-item h2 {
  font-size: 20px;
  font-weight: 700;
}
.uncover-section .uncover-section-item p {
  font-size: 13px;
  color: #212529;
}
.features {
  text-align: center;
  padding: 80px 20px;
  background: #ffe6db;
}
.feature-box {
  padding: 30px;
  background: white;
  margin: 15px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.underline-none {
  text-decoration: none;
}
.footer {
  background: #2e2e2d;
  color: white;
  padding-top: 90px;
  text-align: center;
}
.footer > h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
}
.footer > a {
  background-color: #fff;
  font-size: 15px;
  font-weight: 700;
  color: #000;
  text-align: center;
  line-height: 1.4;
  border-radius: 4px;
  padding: 12px 24px;
  min-width: 200px;
  max-width: 300px;
  min-height: 48px;
  max-height: 48px;
  width: 20% !important;
  height: 48px;
  margin-bottom: 90px;
}
.footer-bottom {
  background: #fff;
  color: #000;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 280px;
  padding: 0 38px 65px 38px;
}
.footer-bottom .footer-left {
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer-bottom .footer-right {
  display: flex;
  align-items: center;
  gap: 60px;
  text-align: start;
}
.footer-bottom .footer-right h5 {
  font-size: 14px;
  color: #231a16;
}
.footer-bottom .footer-right .footer-right-bold {
  font-weight: 700;
}
.footer-bottom .footer-left > img {
  width: 100px;
}
.footer-bottom .footer-left > p {
  font-size: 12px;
  color: #7b7673;
}
/* @media (min-width: 768px) {
  .uncover-section .uncover-section-item {
    width: 48%;
  }
}

@media (min-width: 992px) {
  .uncover-section .uncover-section-item {
    width: 23%;
  }
} */

/* @media (max-width: 1200px) {
  .hero-container {
    width: 90%;
  }
}

@media (max-width: 992px) {
  .hero-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .hero-content {
    width: 100%;
    margin-bottom: 30px;
  }
  .hero-image {
    width: 80%;
  }
  .testimonial-slider {
    width: 90%;
  }
}

@media (max-width: 768px) {
  .testimonial-slider {
    width: 100%;
  }
  .testimonial-item {
    flex-direction: column;
    text-align: center;
  }
  .testimonial-item > img {
    width: 100%;
  }
  .uncover-section .uncover-section-item {
    width: 100%;
    padding: 20px;
  }
  .footer-bottom {
    flex-direction: column;
    text-align: center;
    gap: 20px;
  }
}

@media (max-width: 576px) {
  .footer > a {
    width: 70% !important;
  }
  .footer-bottom .footer-left > img {
    width: 80px;
  }
  .footer-bottom .footer-left > p {
    font-size: 10px;
  }
} */

/* Media Queries for Responsiveness */
/* @media (max-width: 1024px) {
  .hero-container {
    flex-direction: column;
    width: 90% !important;
  }

  .hero-content {
    width: 100%;
    text-align: center;
  }

  .hero-image {
    width: 100%;
  }

  .testimonial-item {
    flex-direction: column;
    text-align: center;
  }

  .footer-bottom {
    flex-direction: column;
    height: auto;
    padding: 20px;
  }

  .footer > a {
    width: 70%;
  }
}

@media (max-width: 768px) {
  .hero-container {
    flex-direction: column;
    width: 95% !important;
  }

  .hero-content > h1 {
    font-size: 40px;
  }

  .hero-content > p {
    font-size: 14px;
  }

  .btn-custom {
    padding: 12px 20px;
  }

  .testimonial-item {
    flex-direction: column;
    text-align: center;
    margin-bottom: 40px;
  }

  .feature-box {
    width: 100%;
    margin: 10px 0;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: center;
    height: auto;
    padding: 10px;
  }

  .footer > a {
    width: 90%;
  }
}

@media (max-width: 480px) {
  .hero-content > h1 {
    font-size: 28px;
  }

  .hero-content > p {
    font-size: 12px;
  }

  .testimonial-item > img {
    width: 100%;
  }

  .feature-box {
    width: 100%;
    padding: 20px;
  }

  .footer > a {
    width: 100%;
    min-height: 45px;
    max-width: 100%;
  }
} */

/* Media Queries for Responsiveness */

#menu-icon {
  display: none;
}

.nav {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.nav-custom-btn {
  width: 30% !important;
  padding: 10px 25px !important;
}

#nav-btn {
  display: flex;
  justify-content: end;
  align-items: center;
  font-size: 25px;
}

@media (max-width: 1200px) {
  .hero-container {
    width: 90%;
  }
}

@media (max-width: 992px) {
  .hero-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .hero-content {
    width: 100%;
    margin-bottom: 30px;
  }
  .hero-image {
    width: 80%;
  }
  .testimonial-slider {
    width: 90%;
  }
}

@media (max-width: 768px) {
  #navbar {
    display: none;
  }

  #menu-icon {
    display: block;
    font-size: 40px;
  }

  .testimonial-slider {
    width: 100%;
  }
  .testimonial-item {
    flex-direction: column;
    text-align: center;
  }
  .testimonial-item > img {
    width: 100%;
  }
  .uncover-section .uncover-section-item {
    width: 100%;
    padding: 20px;
  }
  .footer-bottom {
    flex-direction: column;
    text-align: center;
    gap: 20px;
  }
  .footer > h2 {
    font-size: 31px;
  }
  .testimonial-slider {
    width: 90% !important;
  }
}

@media (max-width: 576px) {
  .footer > a {
    width: 70% !important;
  }
  .footer-bottom .footer-left > img {
    width: 80px;
  }
  .footer-bottom .footer-left > p {
    font-size: 10px;
  }
  .footer-bottom .footer-left {
    gap: 50px;
  }
}

@media (max-width: 1024px) {
  .hero-container {
    flex-direction: column;
    width: 90% !important;
  }

  .hero-content {
    width: 100%;
    text-align: center;
  }

  .hero-image {
    width: 100%;
  }

  .testimonial-item {
    flex-direction: column;
    text-align: center;
  }

  .footer-bottom {
    flex-direction: column;
    height: auto;
    padding: 20px;
  }

  .footer > a {
    width: 70%;
  }
}

@media (max-width: 768px) {
  .hero-container {
    flex-direction: column;
    width: 95% !important;
  }

  .hero-content > h1 {
    font-size: 40px;
  }

  .hero-content > p {
    font-size: 14px;
  }

  .btn-custom {
    padding: 12px 20px;
  }
  .uncover-section > div {
    gap: 0px;
  }

  .testimonial-item {
    flex-direction: column;
    text-align: center;
    margin-bottom: 40px;
  }

  .feature-box {
    width: 100%;
    margin: 10px 0;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: center;
    height: auto;
    padding: 10px;
  }

  .footer > a {
    width: 90%;
  }
  .privacy-policy-section {
    width: 95% !important;
  }
  /* .navbar-collapse {
    position: fixed;
    top: 0;
    left: -250px;
    width: 250px;
    height: 100%;
    background-color: #333;
    transition: left 0.3s ease-in-out;
  }

  .navbar-collapse.show {
    left: 0;
  }

  .navbar-nav {
    flex-direction: column;
    margin-top: 80px;
  }

  .navbar-nav .nav-item {
    margin-bottom: 15px;
  }

  .navbar-toggler {
    z-index: 1050;
  } */
}

@media (max-width: 480px) {
  .hero-content > h1 {
    font-size: 28px;
  }

  .hero-content > p {
    font-size: 12px;
  }

  .testimonial-item > img {
    width: 100%;
  }

  .feature-box {
    width: 100%;
    padding: 20px;
  }

  .footer > a {
    width: 100%;
    min-height: 45px;
    max-width: 100%;
  }
  .testimonials-section > h2 {
    font-size: 28px;
  }
  .testimonials-section > .uncover-heading {
    margin-top: 50px;
  }
}
