body{
  max-width: 100vw;
  overflow-x: hidden;
}

#myImage {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100vw;
  min-height: 100vh;
  width: auto;
  height: 100vh;
  /* opacity: 0.2; */
  object-fit: cover;
}


.section-heading {
  font-size: 3rem;
  font-weight: 700;
  padding: 5rem 0;
}

#tranding .tranding-slider {
  height: 28rem;
  padding: 2rem 0;
}

@media (max-width: 500px) {
  #tranding .tranding-slider {
    height: 26rem;
  }
}
.tranding-slide {
  width: 34rem;
  height: 20rem;
  background: url("../images/service/logo.jpg") no-repeat center center fixed;
  border-radius: 15px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 
              0 1px 3px rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(10px); 
  padding: 1rem; 
  overflow: hidden; 
  border: 2px solid transparent; 
  background-clip: padding-box; 
  position: relative;
}

.tranding-slide::before {
  content: "";
  position: absolute;
  top: -2px; left: -2px; right: -2px; bottom: -2px;
  background: linear-gradient(180deg, red, #e0e0e0,#e0e0e0);
  z-index: -1;
  opacity: 0.9;
  border-radius: 17px; 
  background-clip: padding-box; 
}

.tranding-slide:hover {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2), 
              0 4px 8px rgba(0, 0, 0, 0.15);
  transform: scale(1.02);
  transition: all 0.3s ease-in-out;
}

.tranding-slide .highlight {
  border-radius: 15px;
  padding: 1rem;
  color: black;
  text-align: center;
  background-color: rgba(255, 0, 0, 0.1); 
}





@media (max-width: 500px) {
  .tranding-slide {
    width: 22rem !important;
    height: 18rem !important;
  }
}


.swiper-slide-shadow-left,
.swiper-slide-shadow-right {
  display: none;
}

.card-title{
  font-size: 1.5rem;
  font-weight: 700;
  color: #222224;
  text-align: center;
}

.card-details{
  width: 100%;
  height: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
  font-weight: 400;
  color: #222224;
  text-align: center;

}

.tranding-slider-control {
  position: relative;
  bottom: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tranding-slider-control .swiper-button-next {
  left: 58% !important;
  transform: translateX(-58%) !important;
}

@media (max-width: 990px) {
  .tranding-slider-control .swiper-button-next {
    left: 70% !important;
    transform: translateX(-70%) !important;
  }
}

@media (max-width: 450px) {
  .tranding-slider-control .swiper-button-next {
    left: 80% !important;
    transform: translateX(-80%) !important;
  }
}

@media (max-width: 990px) {
  .tranding-slider-control .swiper-button-prev {
    left: 30% !important;
    transform: translateX(-30%) !important;
  }
}

@media (max-width: 450px) {
  .tranding-slider-control .swiper-button-prev {
    left: 20% !important;
    transform: translateX(-20%) !important;
  }
}

.tranding-slider-control .slider-arrow {
  background: var(--white);
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  left: 42%;
  transform: translateX(-42%);
  filter: drop-shadow(0px 8px 24px rgba(18, 28, 53, 0.1));
}

.tranding-slider-control .slider-arrow ion-icon {
  font-size: 2rem;
  color: #222224;
}

.tranding-slider-control .slider-arrow::after {
  content: "";
}

.tranding-slider-control .swiper-pagination {
  position: relative;
  width: 15rem;
  bottom: 0.1rem;
}

.tranding-slider-control .swiper-pagination .swiper-pagination-bullet {
  filter: drop-shadow(0px 8px 24px rgba(18, 28, 53, 0.1));
}

.tranding-slider-control .swiper-pagination .swiper-pagination-bullet-active {
  background: black;
}

/* ######################################### */
.bg-reach-us{
  background: #310404 url("../images/service-bg-2.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

  font-family: "Hind", sans-serif;
  font-weight: 400;
  font-style: normal;
  /* display: flex;
  justify-content: center;
  align-items: center; */

}

/* ######################################### */

/* ######################################### */
#pointer {
  background-color: brown;
  color: white;
  padding: 10px 20px;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 25px;
  border: 2px solid darkred;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  cursor: pointer;
}

#pointer:hover {
  background-color: darkred;
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
}

/* Responsive styles */
@media screen and (min-width: 480px) {
  #pointer {
      padding: 12px 25px;
      font-size: 18px;
  }
}

@media screen and (min-width: 768px) {
  #pointer {
      padding: 15px 35px;
      font-size: 20px;
  }
}

@media screen and (min-width: 1024px) {
  #pointer {
      padding: 15px 40px;
      font-size: 24px;
  }
}
/* ############################ */
.nav-link.active {
  background-color: #EF4444;
  color: white !important;
}
.nav-link.active:hover {
  background-color: #DC2626;
}

/* Styles for mobile navigation */
@media (max-width: 767px) {
  body {
    padding-bottom: 4rem;
  }
  #mobile-navbar {
    transform: translateY(100%);
    z-index: 100000px;
  }
  #mobile-navbar.visible {
    transform: translateY(0);
  }
  #mobile-navbar a.active {
    color: #EF4444;
  }
  #mobile-navbar a {
    transition: color 0.3s ease;
  }
  #mobile-navbar a:hover {
    color: #DC2626;
  }
  #mobile-navbar a.active svg {
    fill: #EF4444;
  }
}
