
.active {
  background-color: #cc6119;
  color: white;
}

.active li a {
  color: white;
}

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

.call-link{
  color:white;
  text-decoration: none;
}


.logo-img {
  width: 70px;
  height: 70px;
  margin-left:40px;
}

.address,
.owner,
.contact,
.social-links,
.logo {
  width: 20%;
}

.logo p {
  font-size: 12px;
  display: inline-block;
}

.main-header {
  width: 100%;
  padding: 0px 5% 0px 5%;
  background-color: black;
  color: white;
}

.address p {
  margin-top: 20px;
}

.contact {
  margin-top: 20px;
  width: 20%;
}

.address {
  width: 20%;
  margin-left: 150px;
  text-align: center;
}

.owner {
  margin-top: 20px;
  width: 20%;
  margin-left: 150px;
}

.main-header span {
  color: #cc6119;
}

.services {
  display: flex;
}

.cards {
  width: 50%;
  margin: auto;
  display: flex;
}

.mySlides img {
  width: 100%;
  height: 600px;
}

.f-links {
  display: flex;
}

.about-section {
  display: flex;
}

.schedule {
  display: flex;
}

.services {
  display: flex;
}

.main-service {
  height: 800px;
}


.footer-top .footer-text h3 {
  margin: 0px;
}

.footer-top {
  display: flex;
}

.footer-end {
  display: flex;
}

.footer-ends {
  display: flex;
}

.map {
  width: 80%;
  height: 450px;
  margin: auto;
}

.Sitemap {
  margin-left: 5%;
  margin-right: 10%;
}

.Sitemap ul li a {
  color: #cc6119;
}

.Sitemap ul{
  padding-left:0px;
  margin-left: 0px;
}

.footer-contact ul{
  padding-left:0px;
  margin-left: 0px;
}

hr {
  width: 90%;
  border: 4px soild white;
  margin: auto;
  margin-bottom: 20px;
}

.copyright p a {
  color: #cc6119;
}

.footer-contact p{
  color: #cc6119;
}

@media only screen and (max-width: 667px) {

  .mobile-pic{
    display: none;
  }

  h2 {
    font-size: 14px;
  }

  h1 {
    font-size: 16px;
  }

  h3 {
    font-size: 12px;
  }

  p {
    font-size: 8px;
  }

  .mySlides img {
    width: 100%;
    height: 250px;
  }

  .logo {
    width: 30%;
  }

  .logo p {
    font-size: 8px;
    display: inline-block;
  }

  .logo-img {
    width: 60px;
    height: 60px;
    margin-left:13px;
  }

  .header p {
    font-size: 7px;
    text-align: center;
  }

  .social-links {
    display: none;
  }

  ul li {
    font-size: 10px;
  }

  .second-header ul {
    margin-left: 0px;
    padding-left: 0px;
  }

  .about-text {
    width: 100%;
  }

  .about-pic {
    width: 100%;
  }

  .about-section {
    display: flex;
    flex-direction: column;
  }

  .call-section {
    background-color: #cc6119;
    width: 25%;
    height: 100px;
    border-radius: 80%;
    margin-top: 10%;
    margin-left: 70%;
    margin-bottom: 18%;
    opacity: 0.8;
  }

  .call-section h1 {
    font-size: 11px;
    text-align: center;
    padding-top: 20%;
  }

  .forms {
    width: 100%;
  }

  .timings {
    width: 80%;
    margin: auto;
  }

  .schedule {
    display: block;
  }
  .wellcome-section {
    display: block;
  }

  .wellcome-section h2 {
    font-size: 20px;
  }

  .text-section {
    width: 100%;
  }

  .img-section {
    width: 100%;
  }

  .img-section img {
    margin: 0px;
  }

  .text-section p {
    font-size: 12px;
  }

  .banner {
    min-height: 300px;
  }

  .slideshow-container {
    min-height: 300px;
  }

  .image-section {
    width: 100%;
  }

  .box .text-sec h4 {
    font-size: 14px;
  }

  .box .text-sec p {
    font-size: 8px;
  }

  .box {
    width: 45%;
    height: 200px;
    margin: 10px 10px 0px 0px;
    float: left;
    border-radius: 0px;
    overflow: hidden;
  }

  .services {
    display: block;
  }
  
  .service-section{
    width: 90%;
    padding-left:0px;
  }

  .main-service {
    text-align: center;
    height: 800px;
    
  }

/* Ensure card-img-container is positioned relative to use absolute positioning for overlay */
.card-img-container {
  position: relative;
  width: 100%; /* Ensure it fills the width of the card */
}

/* Basic styling for the image, with transition for smooth hover effect */
.card-img-top {
  width: 100%; /* Make sure image takes full width */
  display: block; /* Ensure no gaps below image */
  transition: filter 0.3s ease; /* Smooth transition for blur effect */
}

/* Overlay that will show on hover */
.card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6); /* Dark semi-transparent background */
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  opacity: 0; /* Start hidden */
  transition: opacity 0.3s ease; /* Smooth transition for opacity */
  pointer-events: none; /* Prevents overlay from blocking hover */
}

/* On hover, blur the image */
.card-img-container:hover .card-img-top {
  filter: blur(4px);
}

/* On hover, show the overlay */
.card-img-container:hover .card-overlay {
  opacity: 1;
}


  .cards .card {
    width: 25%;
    margin-left: 0px;
  }

  .cards {
    display: flex;
  }

  .card h3 {
    font-size: 10px;
    margin: 0px;
  }

  .footer-top {
    display: block;
  }

  .contact,
  .owner,
  .address {
    width: 20%;
    margin: 0px 10px 0px 20px;
    padding: 0px;
    font-size: 8px;
    height: auto;
  }

  .contact,
  .owner {
    margin-top: 30px;
  }

  .contact p,
  .owner p,
  .address p {
    font-size: 8px;
  }

  .main-header {
    width: 100%;
    display: flex;
    height: 70px;
  }

  .team-member {
    width: 100%;
    margin-left: 0%;
    padding-top: 0px;
    padding-bottom: 0px;
    position: absolute;
    text-align: center;
  }

  .team-section {
    height: 300px;
  }

  .Query-section {
    padding: 20px;
  }

  .Query-section h2 {
    font-size: 10px;
  }

  .Query-section {
    background-color: black;
    padding: 30px 0px 30px 0px;
    margin: 50px 0px 50px 10%;
    width: 80%;
  }

  .home-gallery img{
    width: 50%;
  }
  
  .gallery{
    height: 300px;
    flex-direction: column;
  }

  .q-contact {
    width: 10%;
    margin-left: 50px;
  }
  
  .q-text {
    width: 50%;
    margin-left:15%;
  }

  .q-text {
    margin-left: 5%;
  }

  .map {
    width: 50%;
    height: 450;
    margin-top: 20px;
  }

  .footer-end {
    display: flex;
    flex-direction: column;
  }

  .copyright {
    width: 90%;
    margin: auto;
  }
  .footer-links {
    width: 80%;
    margin: auto;
    color: #cc6119;
  }

  .footer-end p {
    text-align: center;
    padding-left: 20%;
  }

  .f-links {
    margin-left: 0%;
  }

  .footer-top,
  .Sitemap,
  .footer-text,
  .footer-contact {
    width: 80%;
    margin: auto;
  }

  .long {
    background-color: #cc6119;
    width: 20px;
    height: 5px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }

  .short {
    background-color: #cc6119;
    width: 25px;
    height: 5px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-left: 3px;
  }

  .hr {
    margin: auto;
    width: 10%;
    display: flex;
  }
}
