  body{
      background-image: url(); /* image ka path */
      background-repeat: no-repeat;
      background-size: cover;
      background-attachment: fixed; /* important */
      height: 100%; /* scroll test ke liye */
      margin: 0;
      padding: 0;
      overflow-x: hidden;
    }
    #apply
    {
        /* height: 700px;*/
        background-color: rgb(58, 27, 215);
        margin-top: 90px;
    }
    html {
      scroll-behavior: smooth;
    }
footer{
  font-size:14px;
}
.color {
    background: linear-gradient(45deg, rgb(20, 20, 247), green);
}
.navbar-nav .nav-item .nav-link{
  color: #0032BF !important;
  font-weight: 500;
  font-size: 15px;
  text-transform: uppercase;
  position: relative;
 display: inline-block;
  /* padding-bottom: 5px; */
   text-decoration: none !important;
  box-shadow: none !important;
  outline: none !important;
}
.navbar-nav .nav-item .nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 50%;
  background-color: orangered;
  transform: scaleX(0);             /* Start hidden */
  transform-origin: center;           /* Grows from left */
  transition: transform 0.3s ease;  /* Smooth animation */
}

/* On hover or active, animate the border */
.navbar-nav .nav-item .nav-link:hover::after
 {
  transform: scaleX(0.98);
  background-color: orangered;
             /* Full under text */
}

.navbar-nav .nav-item{
  margin: 0px 10px;
}
.navbar-nav .dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0; /* remove dropdown delay spacing */
  animation: fadeIn 0.3s ease-in-out;
  border: none;
}

/* Optional: fade-in animation */
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}
.dropdown-menu .dropdown-item{
  color: #0032BF;

}
/* Fix Bootstrap jump bug */
.dropdown-menu {
  margin-top: 0;
}
.dropdown-menu .dropdown-item:hover{
background-color: #0032BF;
color: white;
}
.txt {
    color: white;
}

.logo {
    width: 60px;
    height: 70px;
}
.swiper,
.swiper-wrapper,
.swiper-slide {
  background: transparent !important;
}

 .swiper-button-next,
.swiper-button-prev {
  background: #ffffff;
  color: #0032BF;
  border-radius: 50%;
  top: 43%;
  z-index: 10;
  width: 50px !important;     /* ✅ force wide */
  height: 50px !important;    /* ✅ force tall */
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

/* Small icon inside big circle */
.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 12px !important;  /* ✅ icon chhota */
  color: #0032BF !important;
  font-weight: bold;
}

/* Optional positioning */
.swiper-button-prev {
  left: -15px;
}
.swiper-button-next {
  right: -15px;
}
.service img{
    transition: 0.5s ease-in-out;
}
  .service img:hover
{
    transform: scale(1.4);
    color: yellow;
}
.logo-slider-wrapper {
  overflow: hidden;
  width: 100%;
  background: #fff;
}

.logo-track {
  display: flex;
  animation: swiperScroll 20s linear infinite;
  will-change: transform;
}

.logo-track img {
  height: 100px;
  margin-right: 20px;
  flex-shrink: 0;
  object-fit: contain;
}

@keyframes swiperScroll {
  0% {
    transform: translate3d(0px, 0px, 0px);
  }
  100% {
    transform: translate3d(-50%, 0px, 0px);
  }
}

.review-btn a{
  color: #fff;
    min-width: 200px;
    padding: 10px 30px;
    display: inline-block;
    background-color: red;
    border-radius: 30px;
    margin-bottom: 15px;
    margin-right: 5px;
    margin-left: 5px;
    text-align: center;
    text-decoration: none;
    font-size: 1rem;
    text-transform: capitalize;
}
.view-btn a{
  color: #fff;
    min-width: 100px;
    padding: 8px 30px;
    display: inline-block;
    background-color: red !important;
    border-radius: 30px;
    margin-bottom: 15px;
    margin-right: 5px;
    margin-left: 5px;
    text-align: center;
    text-decoration: none;
    font-size: 1rem;
    text-transform: capitalize;
}

.counter-circle {
  height: 160px;
  width: 160px;
  border-radius: 50%;
  background: rgba(0, 50, 191, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  border: solid 6px #136add;
  box-shadow: 0px 0px 1px 1px #0000001a;
  animation: pulse-animation 2s infinite;
}
.counter h5{
   text-transform: uppercase;
}
@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 4, 255, 0.4);
  }
  70% {
    box-shadow: 0 0 0 20px rgba(0, 4, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 4, 255, 0);
  }
}
.bgslider {
    background-image: url(../images/Silder2024-08-04_00-59-53.jpg);
    color: white;
    background-size: cover;
    background-repeat: no-repeat;
}
#counter-section{
   background-image: url(../images/background.jpg);
    color: white;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment:fixed;
}
#counter-section .col-lg-12{
    background-color: rgba(12, 12, 114, 0.575);

}


.bgtxt {
    background-color: rgba(35, 35, 250, 0.338);
    /* background-color: rgba(19, 176, 238, 0.492); */
    /* padding: 100PX; */

}
.main-footer{
  background-color: #081a4b;

}
/* about csss */
.about-banner{
   background-image: url(../images/background.jpg);
    color: white;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment:fixed
}
.about-banner .col-lg-12{
    background-color: rgba(12, 12, 114, 0.575);

}
.breadcrumb-item + .breadcrumb-item::before {
  color: white !important;
}
.carousel-fade .carousel-item {
  transition: opacity 1s ease-in-out;
}
.benefits-circle {
  height: 80px;
  width: 80px;
  border-radius: 50%;
  background: rgba(0, 50, 191, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 6px solid #78b3ff;
  flex-shrink: 0;
}

.benefits-section {

 border: 1px solid blue;
 width: 300px;
 height: 150px;
}
.benefits-section:hover .benefits-circle i {
  color: orange !important;
}
.benefits-circle i {
  transition: color 0.3s ease;
}
.benefit-list{
  display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
     gap: 20px;
}
.each-benefit{
  display: flex;
    justify-content: start;
    align-items: center;
    margin: 5px;
    margin-bottom: 20px;
    border: solid thin #0032BF;
    border-radius: 4px;
    padding: 10px 10px;
    max-width: 340px;
    width: 100%;
}
.icon-holder{
  background-color: #0032BF;
    color: #fff;
    width: 76px;
    height: 76px;
    border-radius: 40px;
    border: solid 4px #78b3ff;
    font-size: 1.3rem;
    display: flex;
    justify-content: center;
    align-items: center;
     flex-shrink: 0;
}
.b-content-holder{
  padding-left: 10px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    text-align: left;
}
.b-title{
  font-size: 0.9rem;
    color: #0032BF;
    margin-bottom: 5px;
}
.b-data{
  font-size: 0.7rem;
    color: #727272;
    margin-bottom: 5px;
    line-height: 1rem;
}
.red-button{
  color: #fff;
    min-width: 200px;
    padding: 10px 30px;
    display: inline-block;
    border:none;
    background-color: orangered !important;
    border-radius: 30px;
    margin-bottom: 15px;
    margin-right: 5px;
    margin-left: 5px;
    text-align: center;
    text-decoration: none;
    font-size: 1rem;
    text-transform: capitalize;
}
.content p{
  font-size: 0.95rem;
  color: rgb(98, 96, 96);
}
.search-circle-btn {
  position: absolute;
  top: 70%;
  right: 5px; /* 👈 reduce this to reduce margin */
  transform: translateY(-50%);
  background-color: red;
  border: none;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.search-circle-btn i {
  font-size: 14px;
}
.stock{
  background: green;
    padding: 5px 5px;
    color: #fff;
    font-size: 0.8rem;
    letter-spacing: 1px;
    text-transform: capitalize;
    position: absolute;
    right: 0px;
    top: 1px;
    border-radius: 4px;
    border-bottom-right-radius: 0;
    border-top-left-radius: 0;
}
.exbtn
{
    height: 40px;
    /* border: 10px solid green; */
    background-color:green;
}
.marquee
{
    background-color: blue;
    color: white;
}
/* mentor */
.circle
{
    border: 1px solid green;
}
.background
{
background-color: rgba(202, 245, 202, 0.444);
}
.ancar
{
    text-decoration: none;
    color: black;
}
.ancar:hover{
    font-size: 25px;
}

/* swipper */
.swiper {
    width: 100%;
    height: 100%;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
/* swipper end */
.flex
{
  background-size: cover;
  width: 300px;
  /* margin-left: 20px; */
  padding-right: 50px;
}
.a{
    text-decoration: none;
    color: white;
}
.a:hover{
    color: white;
}
