* {
    margin: 0;
    padding: 0;
}

header {
    background-color: #E56523;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #98C110;
}

.logo img {
    height: 75px;
}

nav ul {
    display: flex;
    margin: 0;
    font-family: Comic Sans MS, Comic Sans, cursive;
    font-size: 24px;
    padding: 20px;
}

nav li {
    margin-right: 70px;
}

nav a {
    text-decoration: none;
    color: white;
}

nav a:hover {
    color: #98C110;
}

.location img {
    height: 45px;
    margin-left: 0;
}

.main {
    max-width: 100%;
    margin: 0 auto;
    padding: 1.67%;
}

.carousel {
    width: 80%;
    margin: 27px auto 0;
    border: 20px solid #E56523;
    padding: 0;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);

}

.carousel img {
    display: block;
    width: 100%;
}

.slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    z-index: 1000;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    transform: translate(0, -50%);
    cursor: pointer;
    border: none;
    outline: none;
    background-color: transparent;
}

.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    z-index: 1000;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    transform: translate(0, -50%);
    cursor: pointer;
    border: none;
    outline: none;
    background-color: transparent;
}

.slick-prev:before {
    content: url('../Buttons/left96.png');
}

.slick-next:before {
    content: url('../Buttons/right96.png');
}

.slick-prev {
    left: -150px;
}

.slick-prev:before {
    margin-left: -1px;
    margin-top: -5px;
}

.slick-next {
    right: -90px;
}

.slick-next:before {
    margin-left: -17px;
    margin-top: -7px;
}

.about-us {
    margin-top: 27px;
    padding: 50px 0;
    background-color: #FFF8DC;

}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

h2 {
    font-size: 35px;
    font-family: Comic Sans MS, Comic Sans, cursive;
    text-align: center;
    margin-bottom: 10px;
}

h4 {
    font-family: Comic Sans MS, Comic Sans, cursive;
    text-align: center;
    margin-bottom: 20px;
}

.row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left: -30px;
    margin-right: -15px;
}

.col-4 {
    font-family: Courier New, monospace;
    width: calc(33.33% - 30px);
    margin-bottom: 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    overflow: hidden;
}

img {
    display: block;
    width: 100%;
    height: 50%;
    object-fit: cover;
}

h3 {
    text-align: center;
    margin: 20px;
}

p {
    margin: 0 20px 20px;
}


.reviews {
    margin-top: 0;
    padding: 50px;
    background-color: #FFF8DC;
}

.testimonial-carousel {
    justify-content: center;
    display: flex;
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
}


.testimonial {
    display: flex;
    justify-content: center;
    scroll-snap-align: center;
    margin: 0 5%;
    border: 10px solid #E56523;
    padding: 0.25%;
    border-radius: 25px;
    box-shadow: 1px 0 10px rgba(0, 0, 0, 0.3);
    background-color: #fff;
    width: 7%;
    min-width: 0;
    flex-shrink: 1;
    transition: transform 0.3s ease-out;
}

.testimonial p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
    text-align: center;
}

.testimonial span {
    font-size: 17px;
    font-weight: bold;
}

.testimonial-carousel::-webkit-scrollbar {
    height: 5px;
}

.testimonial-carousel::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}


.testimonial span a {
    color: #333;
    text-decoration: none;
}

.testimonial span a:hover {
    color: #98C110;
}

.testimonial img {
    max-width: 30%;
    height: auto;
    display: block;
    margin-bottom: 10px;
}

.testimonial img:hover {
    opacity: 0.8;
}

.slick-prev-testimonial,
.slick-next-testimonial {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 1.67%;
    height: 1.67%;
    padding: 0;
    transform: translate(0, -50%);
    cursor: pointer;
    border: none;
    outline: none;
    background-color: transparent;
    color: #555;
}

.slick-prev-testimonial:before,
.slick-next-testimonial:before {
    content: '';
    display: inline-block;
    width: 1.67%;
    height: 1.67%;
    border: solid 2px #555;
    border-top: none;
    border-right: none;
    transform: rotate(-45deg);
}

.slick-prev-testimonial {
    left: -3.33%;
}

.slick-prev-testimonial:before {
    margin-left: -0.25%;
    margin-top: -0.58%;
}

.slick-next-testimonial {
    right: -3.33%;
}

.slick-next-testimonial:before {
    margin-left: -1.42%;
    margin-top: -0.58%;
}

footer {
    background-color: #98C110;
    color: #fff;
    padding: 2% 0;
    font-family: Comic Sans MS, Comic Sans, cursive;
}

.footer-container {
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.contact-info {
    display: flex;
    align-items: center;
    width: calc(100% - 200px);
}

.contact-info h5 {
    text-align: center;
}

.contact-info img {
    width: 27.5%;
    height: auto;
    margin-right: 1%;
    margin-left: 10%;
}
h4 {
    font-family: Comic Sans MS, Comic Sans, cursive;
    text-align: center;
    margin-bottom: 20px;
}

