body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  font-family: 'Times New Roman', Times, serif;
  overflow-x: hidden;
}

::selection {
  background-color: #ae0710;
  color: #fff;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #f9353e;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #a30013;
}

a {
  text-decoration: none;
}

h2 {
  color: #ed1b24;
  font-weight: bold;
  font-size: 40px;
}

h4 {
  color: #ed1b24;
  font-size: 25px;
  font-weight: bold;
}

h5 {
  color: #ed1b24;
}

p {
  text-align: justify;
  font-size: 18px;
}

.img-border {
  background: linear-gradient(87deg, #ffffff, #fff, #ed1b24);
  padding: 5px;
  border-radius: 15px;
}

.img-border-1 {
  background: linear-gradient(270deg, #ffffff, #fff, #ed1b24);
  padding: 5px;
  border-radius: 15px;
}


.topbar {
  background: linear-gradient(45deg, #ed1b24, #ed1b24, #ed1b24);
  padding-top: 5px;
  padding-bottom: 5px;
}

.topbar p {
  margin-bottom: 0;
  font-size: 15px;
  color: #fff;
  text-align: center;
}

.topbar a {
  margin-bottom: 0;
  font-size: 15px;
  color: #fff;
  text-align: center;
}

.topbar .social-links {
  display: flex;
  align-items: center;
}

footer .social-links {
  display: flex;
  align-items: center;
}

.contact .social-links {
  display: flex;
  align-items: center;
}

.topbar .social-links i {
  background-color: #fff;
  color: #7e353d;
  margin-right: 20px;
  padding: 7px;
  border-radius: 50%;
  border: 2px solid #7e353d;
}

footer .social-links i {
  background-color: #fff;
  color: #ed1b24;
  margin-right: 20px;
  padding: 7px;
  border-radius: 50%;
  border: 2px solid #ed1b24;
}

.contact .social-links i {
  background-color: #ed1b24;
  color: #fff;
  margin-right: 20px;
  padding: 7px;
  border-radius: 50%;
  border: 2px solid #ed1b24;
}

.topbar .social-links i:hover {
  border: 2px solid #fff;
  background-color: #e7e6e6;
  color: #ed1b24;
}

footer .social-links i:hover {
  border: 2px solid #fff;
  background-color: #e7e6e6;
  color: #ed1b24;
}

.contact .social-links i:hover {
  border: 2px solid #ed1b24;
  background-color: transparent;
  color: #ed1b24;
}

#carouselExampleControls .carousel-control-next-icon,
.carousel-control-prev-icon {
  background-color: #000;
}

.services .card {
  border: none;
  padding: 10px;
  margin: 10px;
  box-shadow: 0px -1px 10px 7px #cccc;
}

.services .card h4 {
  margin-top: 10px;
}

.services .card a {
  background-color: #ed1b24;
  color: #fff;
  padding: 5px 8px;
  border: 2px solid #ed1b24;
  border-radius: 6px;
}

.cashless p span {
  color: #ed1b24;
}

.gallary {
  background: linear-gradient(#ff07008c, #ff000630), url(../images/Our-Gallery.png);
  padding-top: 150px;
  padding-bottom: 150px;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}

.gallary h2 {
  color: #fff;
}

.gallary h5 {
  color: #fff;
  font-weight: bold;
}

footer {
  background-color: #ed1b24;
  padding-top: 100px;
  color: #fff;
}

footer .logo {
  text-align: center;
  width: 250px;
  margin-bottom: 20px;
  background-color: #fff;
  padding: 10px;
  border-radius: 10px;
}

footer p {
  color: #fff;
}

footer a {
  color: #fff;
}

footer a:hover {
  color: #dad8d8;
}

footer h4 {
  color: #fff;
}

.navbar-light .logo {
  width: 200px;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link {
  color: #ed1b24;
  font-weight: 800;
}

.navbar-light .navbar-nav .nav-link {
  color: rgb(0 0 0);
}

.tabs-container {
  width: 100%;
  margin: 0 auto;
  padding: 10px;
}

/* === Tab Navigation (Buttons) === */
.tabs-nav {
  position: relative;
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}

.tabs-nav button {
  background: transparent;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  font-size: 1rem;
}

.tabs-nav button:focus {
  outline: 2px solid #68000b;
}

.tabs-nav button.active {
  font-weight: bold;
  color: #ed1b24;
}

.tab-indicator {
  position: absolute;
  bottom: 0;
  height: 2px;
  background: #ed1b24;
  transition: left 0.3s ease, width 0.3s ease;
}

/* === Tab Panels (Content Areas) === */
.tabs-content .tab-content {
  display: none;
  padding: 10px;
}

.tabs-content .tab-content.active {
  display: block;
}







.contact p {
  color: #000;
}

.contact a {
  color: #000;
}

.contact a:hover {
  color: #68000b;
}

.about .d-flex {
  margin-bottom: 20px;
}

.about .d-flex img {
  width: 60px;
  margin-right: 20px;
}

.about .d-flex p {
  margin-bottom: 0px;
}

.about .d-flex i {
  color: #fff;
  background-color: #ed1b24;
  border: 2px solid #ed1b24;
  padding: 10px;
  border-radius: 50%;
  margin-right: 20px;
  font-size: 30px;
}

:root {
  --white: #fff;
  --main-color: #ed1b24;
}

.serviceBox {
  color: var(--main-color);
  background: #ed1b24;
  font-family: 'Poppins', sans-serif;
  padding: 50px 20px 40px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 1;
  height: 300px;
}

.serviceBox:before {
  content: "";
  background: var(--white);
  width: 100%;
  height: 100%;
  border-radius: 0 100px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.serviceBox .title {
  color: var(--main-color);
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.5px;
  margin: 0 0 7px;
}

.serviceBox .description {
  color: #888;
  font-size: 15px;
  line-height: 25px;
  text-align: justify;
  margin: 0;
}

.serviceBox .service-icon {
  color: var(--white);
  background: var(--main-color);
  font-size: 40px;
  width: 75px;
  height: 75px;
  line-height: 75px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  margin: 0 0 15px;
}


.gallary .btn {
  background-color: #FFF;
  color: #ed1b24;
  padding: 5px 15px;
  border: 2px solid #ed1b24;
  font-size: 15px;
  font-weight: bold;
}

.testiminials .carousel img {
  width: 70px;
  max-height: 70px;
  border-radius: 50%;
  margin-right: 1rem;
  overflow: hidden;
}

.testiminials .carousel-inner {
  padding: 1em;
}





.wrapper {
  width: 100%;
  overflow: hidden;
}

.photobanner {
  position: relative;
  height: 233px;
  margin-bottom: 30px;
  display: flex;
  width: 100%;
}

.photobanner img {
  margin: 0px 25px;
  box-shadow: 2px 2px 8px #8a8a8a;
}

.photobanner {
  animation: bannermove 50s linear infinite alternate-reverse;
}

@keyframes bannermove {
  from {
    left: 0px;
  }

  to {
    left: -2700px;
  }
}



#button {
  display: inline-block;
  background-color: #ed1b24;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 20px;
  transition: background-color .3s,
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}

#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  line-height: 50px;
  color: #fff;
}

#button:hover {
  cursor: pointer;
  background-color: #333;
}

#button:active {
  background-color: #555;
}

#button.show {
  opacity: 1;
  visibility: visible;
}






.call-buton .cc-calto-action-ripple {
  z-index: 99999;
  position: fixed;
  right: 1rem;
  bottom: 8rem;
  background: #ed1b24;
  width: 40px;
  height: 40px;
  padding: 10px;
  border-radius: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #ffffff;
  -webkit-animation: cc-calto-action-ripple 0.6s linear infinite;
  animation: cc-calto-action-ripple 0.6s linear infinite;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.call-buton .cc-calto-action-ripple i {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  font-size: 18px;
}

.call-buton .cc-calto-action-ripple:hover i {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

@-webkit-keyframes cc-calto-action-ripple {
  0% {
    -webkit-box-shadow: 0 4px 10px rgba(255, 0, 0, 0.2), 0 0 0 0 rgba(255, 0, 0, 0.2), 0 0 0 5px rgba(255, 0, 0, 0.2), 0 0 0 10px rgba(255, 0, 0, 0.2);
    box-shadow: 0 4px 10px rgba(255, 0, 0, 0.2), 0 0 0 0 rgba(255, 0, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(255, 0, 0, 0.2);
  }

  100% {
    -webkit-box-shadow: 0 4px 10px rgba(255, 0, 0, 0.2), 0 0 0 5px rgba(255, 0, 0, 0.2), 0 0 0 10px rgba(255, 0, 0, 0.2), 0 0 0 20px rgba(255, 0, 0, 0);
    box-shadow: 0 4px 10px rgba(255, 0, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgb(255, 0, 0), 0 0 0 20px rgb(236, 0, 0);
  }
}

@keyframes cc-calto-action-ripple {
  0% {
    -webkit-box-shadow: 0 4px 10px rgba(255, 0, 0, 0.2), 0 0 0 0 rgba(255, 0, 0, 0.2), 0 0 0 5px rgba(255, 0, 0, 0.2), 0 0 0 10px rgba(255, 0, 0, 0.2);
    box-shadow: 0 4px 10px rgba(236, 0, 0, 0.2), 0 0 0 0 rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(255, 0, 0, 0.199), 0 0 0 10px rgba(255, 0, 0, 0.2);
  }

  100% {
    -webkit-box-shadow: 0 4px 10px rgba(255, 0, 0, 0.2), 0 0 0 5px rgba(255, 0, 0, 0.2), 0 0 0 10px rgba(255, 0, 0, 0.2), 0 0 0 20px rgba(255, 0, 0, 0);
    box-shadow: 0 4px 10px rgba(255, 0, 0, 0.2), 0 0 0 5px rgba(255, 0, 0, 0.2), 0 0 0 10px rgba(255, 0, 0, 0.2), 0 0 0 20px rgba(255, 0, 0, 0);
  }
}



.float {
  position: fixed;
  width: 40px;
  height: 40px;
  bottom: 40px;
  left: 40px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 25px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}








.testiminials .carousel .card {
  margin: 0 0.5em;
  border: 0;
  box-shadow: 0 .125rem .25rem 4px rgba(0, 0, 0, .075);
  height: 220px;
}

.testiminials .carousel-control-prev,
.testiminials .carousel-control-next {
  width: 3rem;
  height: 3rem;
  background-color: grey;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}



@media screen and (min-width: 768px) {
  .testiminials .carousel-item {
    display: block;
    margin-right: 0;
    flex: 0 0 calc(100% / 3);
  }
}

@media screen and (min-width: 576px) {
  .testiminials .carousel-inner {
    display: flex;
    width: 90%;
    margin-inline: auto;
    padding: 1em 0;
    overflow: hidden;
  }

  .testiminials .carousel-item {
    display: block;
    margin-right: 0;
    flex: 0 0 calc(100% / 2);
  }


}

@media screen and (max-width: 480px) {
  .topbar a {
    font-size: 12px;
  }

  .topbar p {
    font-size: 12px;
  }

  h2 {
    font-size: 30px;
  }

  .tabs-nav button {
    padding: 7px 8px;

  }

  .serviceBox:before {
    text-align: center;
  }

  .serviceBox {
    text-align: center;
    margin-bottom: 20px;
  }

  .topbar .social-links i {
    margin-right: 5px;
  }

  .tabs-nav {
    display: block;
  }

  .navbar-light .logo {
    width: 150px;
  }

}