@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");


body {
    background-color: rgb(255,250,241);
    font-family: "Questrial", sans-serif;
    font-weight: 400;
    font-style: normal;
}
h1, h2, h3, h4, h5 {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.navbar-toggler {
    border: none !important;
}
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}


.section-heading {
    font-size: 2rem;
    font-weight: bold;
}
.hero-section {
    background-color: #65624c;
    color: white;
    padding: 1rem 0;
}
.about-image {
    width: 100%;
    object-fit: cover;
}
.logo-image {
    width: 249px;
    height: 61px;
}
.services-section {
    background-color: #fdf8f0;
    padding: 3rem 1rem;
}
.service-icon {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 50%;
    margin-bottom: 1rem;
}


.touch {
    background-color: #e2e1ce;
    padding: 3rem 1rem;
}
.touch p {
    text-align: center;
}
.fees {
    background-color: #e2e1ce;
    padding: 3rem 1rem;
}
.fees p {
    text-align: justify;
}
.fees-card {
      background-color: #3c3b2f; /* Dark olive-like background */
      color: #fff;
      border-radius: 1.5rem; /* Rounded corners */
      padding: 2rem;
      max-width: 700px;
      margin: auto;
    }
.faq {
    background-color: #fdf8f0;
    padding: 3rem 1rem;
}
.faq p {
    text-align: justify;
}
.btn {
    background-color: #716E5D;
    color: #fff;
    border: none;
    border-radius: 0;
}

#about p {
    text-align: justify;
}

#faq h5 {
    color: #65624c;
    font-weight: bold;
    margin-top: 1.5rem;
}

#faq p {
    margin-bottom: 1rem;
    color: #444;
}

.footer {
    color: #fff;
    background-color: #3c3b2f;
    padding: 3rem 1rem;
}

.footer input, .footer textarea {
    background-color: #fdf8f0;
}

.footer a {
    color: #fff;
    text-decoration: none;
}




.lato-thin {
    font-family: "Lato", sans-serif;
    font-weight: 100;
    font-style: normal;
}

.lato-light {
    font-family: "Lato", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.lato-regular {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.lato-bold {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.lato-black {
    font-family: "Lato", sans-serif;
    font-weight: 900;
    font-style: normal;
}

.lato-thin-italic {
    font-family: "Lato", sans-serif;
    font-weight: 100;
    font-style: italic;
}

.lato-light-italic {
    font-family: "Lato", sans-serif;
    font-weight: 300;
    font-style: italic;
}

.lato-regular-italic {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: italic;
}

.lato-bold-italic {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-style: italic;
}

.lato-black-italic {
    font-family: "Lato", sans-serif;
    font-weight: 900;
    font-style: italic;
}
.questrial-regular {
    font-family: "Questrial", sans-serif;
    font-weight: 400;
    font-style: normal;
}