body {
  background-color: aliceblue;
}

header {
  width: -webkit-fill-available;
  background-color: #ffffff;
  position: fixed;
  z-index: 5;
}


.image--cover {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center right;
  border: 2px solid #ffffff;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}


.main-container {

  padding-block-start: 4%;

}



.banner-section {

  background-image: url('../images/bann.jpg');

  background-repeat: no-repeat;

  background-size: cover;

}



.nav-item {

  font-weight: 500;

}

.widget-title{
  color: white !important;
}

footer {
  /* background: linear-gradient(135deg, #f8fafc, #e3e6ef); */
  background-color: #3a3d42!important;
  padding-block-start: 3%;
  color: rgb(255, 252, 252);
}
footer .nav-link {
  transition: color 0.3s, background-color 0.3s, padding-inline-start 0.3s, border-radius 0.3s;
}

footer .nav-link:hover,
footer .nav-link:focus {
  color: #0077ff !important;
  /* Updated hover color */
  background-color: #e0f0ff !important;
  /* Updated hover background color */
  background-color: rgba(255, 255, 255, 0.2) !important;
  text-decoration: none !important;
  padding-inline-start: 4%;
  border-radius: 5px;
  outline: none;
}



#footer-bottom {

  background: linear-gradient(135deg, #3a3d42, #a4a3a8);
  /* Darker gradient for bottom section */
  /* background-color: #3a3d42 !important; */
  color: white;

}



@media (min-width: 1000px) {
  .carousel-item .banner-img {
    height: 100vh !important;
  }

  .header-logo {
    margin-inline-end: 71%;
    max-width: 40%;
    height: auto;
  }
}


/* @media (max-width: 768px) {

} */

/* new */
@media screen and (max-width: 720px) {
  .section-title {
    font-size: 0.8rem !important;
  }

  /* New */
  .section-title {
    font-size: clamp(1rem, 2.5vw, 2.5rem);
  }

  .custom-btn {
    font-size: 0.7rem !important;
  }

  .custom-banner-ad {
    height: 100% !important;
  }

  .custom-img {
    height: 80px !important;
    width: 80px !important;
  }

}

@media (max-width: 760px) {



  .nav-top {
    display: none;
  }

  .header-logo {
    margin-inline-end: 71%;
    max-width: 72%;
    height: auto;
  }

  .carousel-item .banner-img {
    height: 21vh;
  }

  .main-container {
    padding-block-start: 19%;
  }

}

@media (max-width: 776px) {



  .header-logo {

    margin-inline-end: 71%;
    max-width: 45%;
    height: auto;
  }



}

.button_loader {
  width: 2rem;
  height: 2rem;
  display: inline-block;
  background-image: url('/../img/loader.gif');
  background-size: cover;
  background-repeat: no-repeat;
  border: none;
  vertical-align: middle;
}

#social-hover-share {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
}

.share-container {
  display: flex;
  align-items: center;
  gap: 5px;
}

.share-main {
  background-color: #249a22;
  border-radius: 50%;
  padding: 12px;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  animation: scalePulse 2s infinite;
}

.share-main img {
  width: 30px;
  height: 30px;
  transition: transform 0.5s ease;
}

.social-icons {
  display: flex;
  gap: 5px;
  opacity: 0;
  transform: translateX(10px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.social-icons a {
  position: absolute;
  background-color: white;
  border-radius: 50%;
  padding: 8px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s;
}

.whatsapp-icon {
  top: -86px !important;
  left: 0rem !important;
  ;
}

.facebook-icon {
  top: -60px !important;
  ;
  left: -52px !important;
  ;
}

.twitter-icon {
  top: 0rem !important;
  ;
  left: -49px !important;
  ;
}

.social-icons a:hover {
  transform: scale(1.1);
}

.social-icons img {
  width: 30px;
  height: 30px;
}

/* Hover behavior */
.share-container:hover .social-icons {
  opacity: 1;
  transform: translateX(0);
}

.share-container:hover .share-icon {
  transform: rotate(360deg);
}

/* Animation */
@keyframes scalePulse {

  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }
}

.join-jk {
  background: linear-gradient(to right, #f9f9f9, #e0f7fa);
  padding: 60px 20px;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}

.join-jk h3 {
  color: #0929a7;
  font-size: 2.5rem;
  margin-bottom: 30px;
  margin-top: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.join-jk h6 {
  font-size: 1.25rem;
  color: #555;
  margin-bottom: 20px;
  font-weight: 600;
}

.join-jk ul {
  list-style: none;
  padding: 0;
  max-width: 700px;
  margin: 0 auto 30px auto;
  text-align: left;
}

.join-jk ul li {
  font-size: 1.1rem;
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
  color: #333;
}

.join-jk ul li:last-child {
  border-bottom: none;
}

.join-jk p.fw-bold {
  font-size: 1.3rem;
  color: #00796b;
}

.join-jk h6 strong {
  color: #004d40;
  font-size: 1.5rem;
}

.join-span {
  display: block;
  text-align: center;
  margin-bottom: 30px;
  background: linear-gradient(to right, #e0f7fa, #ffffff);
  padding: 15px 10px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.step-indicator {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #dee2e6;
  color: #6c757d;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  flex-shrink: 0;
}

.step-indicator.active {
  background-color: #000;
  color: #fff;
}

.step-indicator.completed {
  background-color: #198754;
  color: #fff;
}

.step-line {
  height: 2px;
  width: 40px;
  background-color: #dee2e6;
  flex-shrink: 0;
}

.step-label {
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
}

@media (max-width: 767.98px) {
  .step-line {
    display: none !important;
  }

  .step-label {
    font-size: 13px;
  }
}

@media (max-width: 768px) {
    .category-carousel .swiper-wrapper a {
        margin-right: 0px !important;
    }
}
