<style type="text/css">
  *{
    margin: 0;
    padding: 0;
  }
 .covid19 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    background: ghostwhite;
    border-radius: 8px;
    font-family: 'Open Sans', sans-serif;
}

.address {
    display: flex;
    align-items: center;
}

.address i {
    margin-right: 10px;
    font-size: 20px;
}

.schedule-btn {
    background-color: mediumvioletred;
    border: none;
    color: white;
    padding: 12px 24px;
    border-radius: 20px;
    text-align: center;
    text-decoration: none;
    display: flex;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
}
.appointment-form {
  background-image: url('appointment.jpeg');
    display: flex;
    justify-content: space-between;
  
}

.form-text {
    flex-basis: 50%;
}

.form-text h2 {
    font-size: 30px;
    margin-bottom: 20px;
    font-family: 'Open Sans', sans-serif;
}

.form-text p {
    font-size: 16px;
    line-height: 1.5;
    font-family: 'Open Sans', sans-serif;
}

form {
    flex-basis: 40%;
    background: linear-gradient(whitesmoke, mediumvioletred);
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
    font-family: 'Open Sans', sans-serif;
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    font-size: 18px;
    margin-bottom: 10px;
}

.form-group span {
    color: red;
}

.form-group input, .form-group select {
    width: 100%;
    font-size: 16px;
    padding: 10px;
    border-radius: 7px;
    border: 2px solid #ccc;
}

.form-group select {
    appearance: none;
    -webkit-appearance: none;
    font-family: 'Open Sans', sans-serif;
    -

  }
  #our {
 width:1000px; height:300px;
 margin-left:auto;margin-right:auto; padding:30px;
-webkit-border-top-left-radius: 30px;
-webkit-border-top-right-radius: 30px;
-moz-border-radius-topleft: 30px;
-moz-border-radius-topright: 30px;
border-bottom-left-radius: 30px;
border-bottom-right-radius:30px ;
background: linear-gradient(whitesmoke, mediumvioletred);;
font-family: 'Open Sans', sans-serif;
  }
    .fw-bold {
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
  }
  .fs-5 {
    font-size: 1.2rem;
    font-family: 'Open Sans', sans-serif;
    }
  .text-center {
    text-align: center;
    font-family: 'Open Sans', sans-serif;
  }
  .fa-smile {
    color: #ffc107;
  }
  .header {
  background-color: linear-gradient(whitesmoke, mediumvioletred);
  padding: 20px;
  padding-top: 10px;
  margin-top: 10px;
  top: 0;
  left: 0;
  border-radius: 3%;

}

.body {
  background: url('weneed.avif');
  padding: 20%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  border-radius: 4%;

}

.heading {
  color: black;
  background: linear-gradient(whitesmoke, mediumvioletred);;
  margin: 0;
  padding: 20px;
  font-size: 2em;
  border-radius: 3%;
  font-family: 'Open Sans', sans-serif;
  

}

header {
  background-color: ghostwhite;
  padding: 20px 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 5%;
}

nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  font-family: 'Open Sans', sans-serif;
}

.logo img {
  max-width: 300px;
}

ul {
  display: flex;
  list-style: none;
}

li {
  margin-right: 20px;
}

li:last-child {
  margin-right: 0;
}

a {
  color: #333;
  text-decoration: none;
  font-size: 16px;
  transition: all 0.3s ease;
  
}

a.active,
a:hover {
  color: #e67e22;
}

.dropdown {
  position: relative;
}

.dropdown-toggle {
  display: flex;
  align-items: center;
}

.dropdown-toggle i {
  margin-left: 5px;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
  display: none;
  min-width: 200px;
  padding: 10px 0;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  font-family: 'Open Sans', sans-serif;
}

.dropdown-menu li {
  padding: 10px 20px;
}

.dropdown-menu li:hover {
  background-color: #f5f5f5;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

.footer {
  background-color: ghostwhite;
  padding: 18%;
}
.wrapper7 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 20px;
  background-color: #f5f5f5;
}

.card {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 300px;
  height: 400px;
  background: linear-gradient(whitesmoke, mediumvioletred);
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
  border-radius: 12px;

}

.card-img {
  width: 100%;
  height: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  
}

.card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50%;
  padding: 20px;
  font-family: 'Open Sans', sans-serif;
}

.card-info h2 {
  font-size: 24px;
  margin: 0;
}

.card-info p {
  font-size: 16px;
  margin: 0;
  color: #888888;
}

.container {
  display: flex;
  flex-wrap: wrap;
  font-family: 'Open Sans', sans-serif;
 background-image: url('shelter.jpeg');
 }

.contact-info {
  width: 50%;
  float: left;
}

.contact-form {
        width: 50%;
        float: right;
    }

    .contact-form label {
        display: block;
        font-size: 18px;
        margin-bottom: 10px;
    }

    .contact-form input {
        width: 80%;
        font-size: 14px;
        padding: 7px;
        border-radius: 7px;
        border: 2px solid #ccc;
    }

iframe {
  clear: both;
  width: 1300px;
  border-radius: 10px;
  border: 3px solid;
}

.faq-section {
  background: linear-gradient(whitesmoke, mediumvioletred);
  padding: 50px 0;
  border-radius: 40px;
}

.faq-container {
  max-width: 800px;
  margin: 0 auto;

}

.faq-item {
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
}
.faq-section h2 {
  text-align: center;
  font-family: 'Open Sans', sans-serif;

}
.faq-question {
  font-size: 24px;
  font-weight: bold;
  margin: 0;
  cursor: pointer;
  font-family: 'Open Sans', sans-serif;
}

.faq-answer {
  display: inline-block;
  padding-top: 10px;
}

.faq-answer p {
  margin: 0;
  font-family: 'Open Sans', sans-serif;
}

.faq-item.active .faq-question {
  color: #4CAF50;
  font-family: 'Open Sans', sans-serif;
}

.faq-item.active .faq-answer {
  display: block;
  font-family: 'Open Sans', sans-serif;
}
.footer{
background: linear-gradient(whitesmoke, mediumvioletred);;
padding:30px 0px;
font-family: 'Open Sans', sans-serif;
text-align:center;
border-radius: 8px;
}
.footer .row{
width:100%;
margin:0.5% 0%;
padding:0.4% 0%;
color:dimgray;
font-size:0.9em;
}
.footer .row a{
text-decoration:none;
color:black;
transition:0.5s;
}

.footer .row a:hover{
color:orange;
}

.footer .row ul{
width:90%;
}

.footer .row ul li{
display:inline-block;
margin:0px 30px;
}
.footer .row a i{
font-size:2em;
margin:0% 1%;
}

@media (max-width:720px){
.footer{
text-align:center;
padding:5%;
}
.footer .row ul li{
display:block;
margin:10px 0px;
text-align:left;
}
.footer .row a i{
margin:0% 3%;
}
}
 
.reasons {
  padding: 60px;
}
.why-choose-us {
  padding: 50px 0;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
}

.why-choose-us h2 {
  margin-bottom: 50px;
}

.why-choose-us-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.why-choose-us-item {
  flex: 1 1 350px;
  margin: 0 20px;
  text-align: left;
}

.why-choose-us-item i {
  font-size: 48px;
  margin-bottom: 20px;
  color: #007bff;
}

.why-choose-us-item h3 {
  margin-bottom: 20px;
  font-size: 24px;
}

.why-choose-us-item p {
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
}
.card-container {
    display: flex;
    flex-wrap: nowrap; /* Ensure all cards stay in a single line */
    overflow-x: auto; /* Add horizontal scroll for smaller screens */
    padding: 20px;

}

.card {
    flex: 0 0 calc(25% - 20px); /* Each card takes up 25% of the container width with spacing */
    margin: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.card a {
    display: block;
    text-decoration: none;
    color: #333;
}

.card img {
    width: 100%;
    height: auto;
    display: block;
}

/* Adjust the container width for smaller screens */
@media (max-width: 768px) {
    .card-container {
        overflow-x: auto;
    }

    .card {
        flex: 0 0 calc(50% - 20px); /* Two cards per row for smaller screens */
    }
}

@media (max-width: 768px) {
  .why-choose-us-item {
    flex-basis: 100%;
    margin-bottom: 50px;
  }
}

.reviews {
  background: ghostwhite;
  padding: 50px;
  border-radius: 7px;
  font-family: 'Open Sans', sans-serif;
}
.sliding-comments {
  width: 100%;
  height: 200px;
  overflow: hidden;
  position: relative;
  text-align: center;
  color: black;
}

.comment {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
}

.comment:nth-child(1) {
  opacity: 1;
}

.stars {
  font-size: 20px;
  color: #ffd700;
}

.quote {
  font-size: 18px;
  margin: 10px 0;
}

.name {
  font-size: 16px;
  font-weight: bold;
}

.source {
  font-size: 14px;
  color: gray;
}

.comment:nth-child(1) {
  animation: slide 15s linear infinite;
}

.comment:nth-child(2) {
  animation: slide 15s linear infinite;
  animation-delay: 5s;
}

.comment:nth-child(3) {
  animation: slide 15s linear infinite;
  animation-delay: 10s;
}
.fas fa-search {
  float: left;
}

@keyframes slide {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  5% {
    opacity: 1;
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(0);
  }
  25% {
    opacity: 0;
    transform: translateX(100%);
  }
  100% {
    opacity: 0;
    transform: translateX(100%);
  }
 







</style>