

    .card {
      border: none;
      border-radius: 10px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }
    .carousel-control-prev-icon, .carousel-control-next-icon {
      background-color: #006141;
      border-radius: 50%;
      
    }
   


  .social-icons {
  list-style: none;
  padding: 0;
  margin: 10px 0 0;
  display: flex;
  justify-content: center; /* Center the icons horizontally */
  gap: 15px; /* Space between the icons */
}

.social-icons li {
  display: inline-block;
}

.social-icons a {
  color: #98a2b3; /* Set the icon color to black */
  font-size: 20px; /* Adjust size of icons */
  text-decoration: none;
}

.social-icons a:hover {
  color: #444; /* Change color on hover for a slight effect */
}


        .faq-section {
            background-color: #f2f2f2;  /* Grey background */
            padding: 30px 20px 20px; /* Increased padding top */
        }
    
        .faq-section .container {
            max-width: 1200px;
            margin: 0 auto;
        }
    
        .faq-section h2 {
            text-align: center;
            margin-bottom: 20px;
        }
    
        .accordion {
            margin-top: 20px;
        }
    
        .accordion-item {
            margin-bottom: 15px;
        }
    
        .accordion-header {
            width: 100%;
            padding: 15px;
            background-color: #e0e0e0;
            text-align: left;
            border: none;
            font-size: 18px;
            cursor: pointer;
            transition: background-color 0.3s;
            border-radius: 0;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
    
        .accordion-header:hover {
            background-color: #d3d3d3;
        }
    
        .accordion-body {
            padding: 15px;
            background-color: #fff;
            display: none;
        }
    
        .accordion-item.active .accordion-body {
            display: block;
        }
    
        .accordion-item hr {
            border: 1px solid #ccc;
            margin: 0;
            width: 100%;
        }
    
        .accordion-icon {
            font-size: 20px;
            font-weight: bold;
            margin-left: 10px;
        }
    
        @media (max-width: 768px) {
            .faq-section {
                padding: 20px;
            }
    
            .accordion-header {
                font-size: 16px;
                padding: 12px;
            }
    
            .accordion-body {
                font-size: 14px;
                padding: 10px;
            }
        }
   
   .faq-contact {
    background-color: #f2f2f2; /* Light grey background for the section */
    padding: 30px 20px;
}

.faq-contact .container {
    max-width: 1200px;
    margin: 0 auto;
}

.faq-contact-box {
    background-color: #ffffff; /* White background box */
    padding: 30px;
    text-align: center;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Subtle shadow */
}

.faq-contact-box h3 {
    font-size: 24px;
    margin-bottom: 10px;
}

.faq-contact-box p {
    font-size: 16px;
    color: #555;
}

.image-container {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}

.circle-image {
    width: 60px; /* Size of the circle */
    height: 60px; /* Size of the circle */
    border-radius: 50%; /* Make the image circular */
    object-fit: cover; /* Ensure the image fits inside the circle */
}



        .ftco-footer-social {
    display: flex;
    justify-content: center;
    gap: 20px; /* Space between icons */
    list-style: none;
    padding: 0;
}

.ftco-footer-social li {
    display: inline-block;
}

.ftco-footer-social a {
    display: inline-block;
    width: 35px; /* Size of the circle */
    height: 35px; /* Size of the circle */
    background-color: #f2f2f2; /* Light grey background */
    border-radius: 50%; /* Circle shape */
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s, transform 0.3s;
}

.ftco-footer-social a:hover {
    background-color: #0073e6; /* Hover background color */
    transform: scale(1.1); /* Slightly enlarge on hover */
}

.ftco-footer-social a span {
    font-size: 18px; /* Icon size */
    color: #333; /* Icon color */
    transition: color 0.3s;
}

.ftco-footer-social a:hover span {
    color: #fff; /* Icon color on hover */
}






.shoys{
    height: 400px !important;
}


.swiper-container {
    position: relative !important;
    width: 90vw !important;
    height: 300px !important;
  }
  
  .swiper-container > .swiper-slide__content {
    position: absolute !important;
    top: 0 !important;
  }
  
  .swiper-slide {
    height: 300px !important;
    display: flex !important;
    background: #eee !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 200ms linear !important;
    transform: scale(0.8) !important;
  }
  .swiper-slide.swiper-slide-active {
    transform: scale(1) !important;
    background: #fc0 !important;
  }
  
  .swiper-slide__content {
    height: 300px !important;
  }