.onee {
    width: 100%;
    background-color: #38ABE7;
    display: flex;
    align-items: center; 
    padding: 5px 20px; 
    gap: 20px; 
}

.onee h6 {
    color: white;
    font-family: "Montserrat";
    position: relative;
    padding: 0;
    margin-left: 6%; 
    font-size: 1rem; 
    white-space: nowrap; 
}

.onee h5 {
    color: white; 
    font-family: "Montserrat";
    padding: 0; 
    position: relative;
    font-size: 1rem; 
    white-space: nowrap; 
}


@media (max-width: 768px) {
    .onee {
        flex-direction: row; 
        align-items: center; 
        gap: 10px; 
        padding: 10px; 
        justify-content: center; 
    }
    
    .onee h6, .onee h5 {
        font-size: 0.9rem; 
    }
}

.nav-link {
    font-weight: bold;
    font-family: "Montserrat";
}


@media (max-width: 768px) {
    .navbar-brand img {
        width: 50%; 
        margin-left: 0; 
    }
}


@media (max-width: 768px) {
    .btn {
        font-size: 0.9rem; 
        padding: 0.5rem 1rem; 
    }
}


@media (max-width: 576px) {
    .navbar-nav {
        text-align: center; 
        margin-top: 10px; 
    }
    .navbar-nav .nav-item {
        margin-bottom: 10px; 
    }
}


.onee {
    width: 100%;
    background-color: #38ABE7;
    display: flex;
    align-items: center; 
    padding: 5px 20px; 
    gap: 20px; 
}

.onee h6 {
    color: white;
    font-family: "Montserrat";
    padding: 0; 
    font-size: 1rem; 
    white-space: nowrap; 
}

.onee h5 {
    color: white; 
    font-family: "Montserrat";
    padding: 0; 
    font-size: 1rem; 
    white-space: nowrap; 
}


@media (max-width: 768px) {
    .onee {
        flex-direction: row; 
        align-items: center; 
        gap: 10px; 
        padding: 10px; 
        justify-content: center; 
    }
    
    .onee h6, .onee h5 {
        font-size: 0.9rem;
    }
}

.carousel-control-prev, .carousel-control-next {
    background-color: rgb(182, 176, 176); 
    padding: 0rem; 
    width: 2rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.7; 
    transition: opacity 0.3s; 
    margin-top: 18%;
    margin-left: 4%;
    margin-right: 4%;
}


.carousel-control-prev:hover, .carousel-control-next:hover {
    opacity: 1; 
}


.carousel-caption {
    position: absolute;
    top: 50%; 
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white; 
    width: 100%;
}


.carousel-caption h2 {
    font-family: "Montserrat";
    font-size: 3rem; /* Adjust font size as needed */
    margin: 0;
    font-weight: bold;
}


.carousel-caption p {
    font-family: "Montserrat";
    text-transform: uppercase;
    font-size: 1.2rem; /* Adjust font size as needed */
    margin: 0.5rem 0 0;
}

.checked {
    color: orange;
}


@media (max-width: 768px) {
    .carousel-control-prev, .carousel-control-next {
        width: 1.5rem;
        height: 2.5rem;
        margin-top: 10%; 
    }
    
    .carousel-caption h2 {
        font-size: 2rem; 
    }

    .carousel-caption p {
        font-size: 1rem; 
    }
}

@media (max-width: 576px) {
    .carousel-control-prev, .carousel-control-next {
        width: 1.2rem;
        height: 2rem;
        margin-top: 5%; 
    }
    
    .carousel-caption h2 {
        font-size: 1.5rem; 
    }

    .carousel-caption p {
        font-size: 0.9rem; 
    }
}


.container {
    width: auto;
    height: auto;
    /* border: 1px solid black; */
    margin-top: 5%;
    /* margin-left: 7%; */
    font-family: "Montserrat";
    background-color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.item-header {
    background-color: #38ABE7;
    width: 100%;
    height: 4rem;
    color: white;
    font-weight: bold;
    font-size: 1rem;
    line-height: 65px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
}

.item-header i {
    font-size: 30px;
    transform: rotate(180deg); /* Rotate arrow */
}

.item-content {
    color: #555555;
    font-size: 12px;
    width: 100%;
    text-align: left;
    padding: 20px;
}

@media (max-width: 1024px) {
    .container {
        width: 90%;
    }

    .item-header {
        font-size: 0.9rem;
        line-height: 60px;
    }

    .item-content {
        font-size: 0.95rem;
    }

    .item-header i {
        font-size: 25px;
    }
}

@media (max-width: 768px) {
    .container {
        width: 100%;
    }

    .item-header {
        font-size: 0.85rem;
        line-height: 50px;
        padding: 0 15px;
    }

    .item-content {
        font-size: 0.85rem;
        padding: 15px;
    }

    .item-header i {
        font-size: 20px;
    }
}

@media (max-width: 576px) {
    .item-header {
        font-size: 0.8rem;
        line-height: 45px;
        padding: 0 10px;
    }

    .item-content {
        font-size: 0.75rem;
        padding: 10px;
    }

    .item-header i {
        font-size: 18px;
    }
}
/* Testimonals Section */
.container1 {
    height: 32rem;
    width: 100%;
    margin-top: 4%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: aqua;
    background-image: url(../images/testimonals.png);
    position: relative;
}

.carousel-caption1 {
    text-align: center;
    margin-bottom: 1rem;
}

.patient-text {
    color: #38abe7;
    font-family: "Satisfy";
    margin-top: 8%;
    font-size: 1.5rem;
}

.testimonials-heading {
    color: white;
    font-size: 40px;
    font-family: "Montserrat";
}

.testimonials-line {
    color: white;
    width: 6%;
    margin: 0 auto;
}

.testimonals-img {
    height: 90%;
    width: 80%;
    margin-top: 1rem;
}

.sign-img {
    height: 5%;
    width: 7%;
    margin-top: 2%;
    align-self: center; 
}

/* CAT Section */

.cat{
    background-image: url(../images/cat.png);
    background-size: cover;
    width: 100%;
    height: 250px;
}
.cat {
    display: flex;
    flex-direction: column; /* Stack items vertically */
    justify-content: center; /* Center content vertically */
    align-items: center; /* Center content horizontally */
    height: 250px; /* Set to full height of the viewport, adjust as needed */
    text-align: center; /* Center the text inside the p tag */
}

.cat img {
    height: 100px;
    margin-top: 20px; /* Optional margin for spacing */
}

.cat-description {
    margin-top: 10px; /* Space between image and text */
    font-size: 1.2rem;
    color: white; /* Adjust color as needed */
}

.cat button {
    margin-top: 15px; /* Space between text and button */
    color: white; 
    background-color: #38ABE7;
    border-radius: 20px;
    box-shadow: 3px 4px rgb(89, 155, 163);
    height: 3rem;
    padding: 0 20px; /* Horizontal padding for button width */
    border: none; /* Remove border */
    cursor: pointer;
}


.container2 {
    height: 14rem;
    width: 100%;
    margin-top: 0%;
    z-index: -1;
    background-image: url(../images/cat.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.cat-content {
    bottom: 0; 
    text-align: center;
}

.cat-flower-img {
    width: 139px;
    height: 82px;
    margin-bottom: 1rem;
    margin-top: 1rem;
    margin-left: -16px;
}

.cat-description {
    color: white;
    font-family: "Montserrat";
    font-size: 20px;
}
.schedule-call-btn {
    padding: 15px 20px; 
    cursor: pointer; 
    font-size: 16px; 
    border: 1px solid #3a8fbd;
    width: 100%; 
    max-width: 300px; 
    text-align: center; 
    display: block;
    margin: 20px auto; 
}


.schedule-call-btn:hover {
    background-color: white;
    border: 1px solid white;
}
@media (max-width: 1024px) {
    .testimonials-heading {
        font-size: 35px;
    }

    .testimonials-line {
        width: 10%;
    }

    .testimonals-img {
        height: 80%;
        width: 75%;
    }

    .sign-img {
        height: 6%;
        width: 10%;
    }

    .cat-description {
        font-size: 18px;
    }
}

@media (max-width: 768px) {
    .patient-text {
        font-size: 1.2rem;
    }

    .testimonials-heading {
        font-size: 30px;
    }

    .testimonials-line {
        width: 10%;
    }

    .testimonals-img {
        height: 70%;
        width: 70%;
    }

    .sign-img {
        height: 6%;
        width: 8%;
    }

    .cat-flower-img {
        width: 15%;
        height: 15%;
    }

    .cat-description {
        font-size: 16px;
    }

    .schedule-call-btn {
        font-size: 18px; 
        padding: 15px 30px; 
        width: auto; 
    }
}

@media (max-width: 576px) {
    .patient-text {
        font-size: 1rem;
    }

    .testimonials-heading {
        font-size: 25px;
    }

    .testimonials-line {
        width: 15%;
    }

    .testimonals-img {
        height: 60%;
        width: 65%;
    }

    .sign-img {
        height: 5%;
        width: 6%;
    }

    .cat-flower-img {
        width: 20%;
        height: 20%;
    }

    .cat-description {
        font-size: 14px;
    }

    .schedule-call-btn {
        margin-bottom: 1rem;
    }
}


.testimonal11
{
    height: 215px;
    width: 37.5%;
    margin-left: 8%;
    margin-top: 2%;
    position: relative;
    float: left;
    background-color: white;
}

.testimonal11.arrow-bottom:after {
    content: " ";
    position: absolute;
    left: 30px;
    bottom: -15px;
    border-top: 15px solid white;
    border-right: 15px solid transparent;
    border-left: 1px solid transparent;
    border-bottom: none;
  }
.testimonal11 .child
{
    height: 102px;
    width: 100%;
    background-color: #38ABE7;
}
.child img
{
    border-radius: 50px;
    height: 106px;
    width: 23%;
    margin-left: -64%;
    margin-top: 1%;
}
.child p
{
    margin-top: -100px;
    margin-left: -55px;
    color: white;
    font-size: 16px;
}

.services {
    width: 100%;
    height: 800px;
    background-color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2% 5%;
  }
  
  .services .text {
    color: #38abe7;
    text-align: center;
    margin-top: 2%;
    width: 100%;
  }
  
  .services .text h4 {
    font-family: Satisfy;
    font-size: 2rem;
  }
  
  .services .text p {
    font-size: 1.8rem;
    font-family: "Montserrat";
    color: #333333;
  }
  
  .services .text hr {
    width: 15%;
    margin: 1% auto;
    color: #333333;
  }
  
  .services .card-deck {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 3%;
  }
  
  .services .card {
    width: 29%;
    font-family: "Montserrat";
    box-shadow: 3px 4px 10px 3px grey;
  }
  
  .services .btn {
    color: white;
    background-color: #38ABE7;
    border-radius: 20px;
    box-shadow: 3px 4px rgb(89, 155, 163);
    height: 40px;
    width: 70%;
    margin-left: 0;
  }
  
  .sign-image {
    height: 36px;
    width: 98px;
    margin-top: 13px;
    display: block;
  }
  
  /* Responsive Styles */
  @media screen and (max-width: 1200px) {
    .services .card-deck {
      gap: 20px;
    }
    .services .card {
      width: 45%;
    }
  }
  
  @media screen and (max-width: 768px) {
    .services .text {
      margin-top: 0;
    }
    .services .card-deck {
      flex-direction: column;
      align-items: center;
    }
    .services .card {
      width: 80%;
    }
    .sign-image {
      margin-top: 5%;
    }
  }
  
  @media screen and (max-width: 576px) {
    .services .text h4 {
      font-size: 1.5rem;
    }
    .services .text p {
      font-size: 1.2rem;
    }
    .services .card {
      width: 90%;
    }
    .sign-image {
      margin-top: 3%;
    }
  }
.footer
{
    margin-top: -7%;
    height: 18rem;
    width: 100%;
    background-image: url(../images/footer.png);
    background-size: cover;
}
.footer img
{
    height: 29%;
    margin: 5% 26%;
}
.footer ul li
{
    display: inline-block;
    font-size: 16px;
    color: white;   
}
.footer ul
{
    margin-top: -6.5%;
    margin-left: 11%;
    display: flex;
    gap: 12px;
    
}
.footer p
{
    margin-left:70%;
    margin-top: 1%;
    color: white;
}
.copyright
{
    height: 42px;
    width: 100%;
    background-color: #38abe7;

}
.copyright h4
{
    color: white;
    text-align: center;
    font-size: 12px;
    letter-spacing: 2px;
    
}