@font-face {
  font-family: "Trajan Pro";
  src: url("../fonts/TrajanPro-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Trebuchet MS";
  src: url("../fonts/trebuchet-ms-2/trebuc.ttf") format("ttf");
  font-weight: normal;
  font-style: normal;
}
* {
  font-family: "Trebuchet MS", sans-serif;
}
.container {
  width: 100% !important;
  padding-right: var(--bs-gutter-x, 0.75rem) !important;
  padding-left: var(--bs-gutter-x, 0.75rem) !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px !important;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px !important;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px !important;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px !important;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1320px !important;
  }
}
.help_buttons {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.help_buttons button {
  padding: 0px 10px 10px 10px;
  margin-right: 10px;
  border: none;
  border-radius: 10px;
  background-color: white;
  border-bottom: 3px solid #d3996a;
}
.help_button {
  margin: 50px auto;
  display: flex;
  gap: 50px;
  padding: 0px 40px;
  justify-content: space-between;
  align-items: center;
}

.help_button button {
  padding: 0px 10px 10px 10px;
  margin-right: 10px;
  border: none;
  border-radius: 10px;
  background-color: white;
  border-bottom: 3px solid #d3996a;
}
@media (max-width: 500px) {
  .help_button {
    gap: 10px;
    display: flex;
    flex-wrap: wrap;
  }
}
.heading {
  font-family: "Trajan Pro", serif !important;
  font-weight: bold !important;
}
/* For modern browsers */
::-webkit-scrollbar {
  width: 16px; /* Width of the scrollbar */
  /* border-radius: 10%; */
}

::-webkit-scrollbar-track {
  background: #f1f1f1; /* Light gray track */
}

::-webkit-scrollbar-thumb {
  background-color: #d3996a;
  border-radius: 8px; /* Roundness of the button */
  border: 4px solid #f1f1f1; /* Matches the track for a thick appearance */
}

@media (max-width: 768px) {
  .as {
    padding: 15px !important;
  }
}

@media (min-width: 1280px) {
  .asd {
    top: -15% !important;
    scale: 1.3 !important;
  }
}

.hero-img {
  width: 400px;
  scale: 1.2;
}

.div1,
.div2 {
  flex: 1;
}
.div1 {
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.div1 p {
  font-size: 1.2rem;
}
.div1 button {
  margin-top: 20px;
  padding: 10px 20px;
}
.head {
  font-size: 3rem !important;
}

@media (max-width: 1330px) {
  .head {
    font-size: 2.5rem !important;
    line-height: 1.2;
  }
}
@media (max-width: 1280px) {
  .head {
    font-size: 2.5rem !important;
    line-height: 1.2;
  }
}

@media (max-width: 1024px) {
  .div1 {
    padding: 40px;
  }
  .head {
    font-size: 2.5rem !important;
  }
}

@media (max-width: 912px) {
  .head {
    font-size: 2rem !important;
  }
}
@media (max-width: 820px) {
  .head {
    font-size: 1.5rem !important;
  }
  .div1 p {
    font-size: 1rem;
  }
  .div1 {
    padding: 20px;
  }
}
@media (max-width: 768px) {
  .head {
    font-size: 1.5rem !important;
  }
  .div1 {
    padding: 20px;
  }
}
@media (max-width: 720px) {
  .head {
    font-size: 1.2rem !important;
  }
  .div1 p {
    font-size: 0.8rem;
  }
  .div1 {
    padding: 20px;
  }
  .div1 button {
    padding: 5px 10px;
  }
}

@media (max-width: 640px) {
  .head {
    font-size: 1.2rem !important;
  }
  .div1 {
    padding: 10px;
  }
  .div1 p {
    font-size: 0.6rem;
    margin-top: 10px;
  }
  .div1 button {
    padding: 5px 10px;
    font-size: 0.5rem;
  }
  .hero-img {
    width: 300px;
    scale: 1.2;
    margin-left: -10px;
  }
}
@media (max-width: 420px) {
  .head {
    font-size: 1rem !important;
  }
  .div1 {
    padding: 10px;
  }
  .div1 p {
    font-size: 0.6rem;
    margin-top: 5px;
  }
  .p-5 {
    padding: 2.25rem !important;
  }
  .div1 button {
    padding: 5px 10px;
    font-size: 0.5rem;
  }
}

@media (min-width: 1400px) {
  .div1 {
    flex: 0 0 70%;
  }
  .div2 {
    flex: 0 0 30%;
  }
}

.testimonial-card {
  background-color: #f1f1f1;
  border-radius: 1rem;
  padding: 2rem;
  margin: 1rem;
  transition: transform 0.3s ease;
}

.testimonial-card:hover {
  transform: translateY(-5px);
}

.stars {
  color: #e8862d;
}

.testimonial-text {
  color: #4a5568;
  line-height: 1.6;
  margin: 1rem 0;
}

.testimonial-date {
  color: #718096;
  font-size: 0.875rem;
  margin-top: 1rem;
}

/* Splide Custom Styles */
.splide__arrow {
  background: #e8862d;
  opacity: 1;
}

.splide__arrow svg {
  fill: white;
}

.splide__pagination__page.is-active {
  background: #e8862d;
}

.splide__pagination {
  bottom: -2rem;
}

