.box-shadow {
    box-shadow: 0px 4px 4px 0px #00000040;
}
.trans {
    transform: translateY(8px);
}
.sans {
    font-family: "Plus Jakarta Sans", sans-serif;
}
.bottom-shadow {
    position: relative;
}
.bottom-shadow::after {
    content: '';
    position: absolute;
    top:20px;
    border-radius: 50%;
    bottom: 0px; /* Adjust this value if needed */
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0px 4px 4px 0px #00000040;
    z-index: -1;
    background-color: #F0FFFD;

}
@media screen and (max-width: 1024px)
 {
  .bottom-shadow::after {
    content: '';
    position: absolute;
    top:3px !important;


}

 }

.-link {
    position: relative;
    padding-bottom: 0.5rem;
}
/* Navigation link styles */
.nav-link {
    position: relative;
    color: #101010;
    transition: color 0.3s;
}

/* After pseudo-element for the underline effect */
.nav-link::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    display: block;
    background: #007C6F;
    transition: width 0.3s;
    left: 0;
    bottom: 0;

}

/* Hover effect for underline */
.nav-link:hover::after,
.nav-link.active::after {
    width: 100%;
    color: #007C6F;
}

/* Active link color */
.nav-link.active {
    color: #007C6F;
}
.nav-link {
  color: #101010; /* Default color for links */
  text-decoration: none; /* Remove underline */
}

.nav-link.active {
  color: #007C6F; /* Change color for the active link */
  font-weight: bold; /* Optionally, make the text bold */
  border-bottom: 1px solid #007C6F; /* Optionally, add an underline or border */
  padding-bottom: 5px;
}
/* Dropdown styles */
.chevron-btn {
    background: none;
    border: none;
    cursor: pointer;
}

/* #iptc-dropdown,
#Events {
    display: none;
} */

#iptc-dropdown.show,
#Events.show {
    display: block;
}

.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;
  }
  .swiper-button-next{
    width:70px !important;
    height:70px !important;
    border-radius: 50%;
    background-color: #FFFFFF;

  }
  .swiper-button-prev{
    width:70px !important;
    height:70px !important;
    border-radius: 50%;
    background-color: #FFFFFF;

  }

@media screen and (max-width: 425px)
 {
    .swiper-button-next{
        width:20px !important;
        height:20px !important;
        border-radius: 50%;
        background-color: #FFFFFF;

      }
      .swiper-button-prev{
        width:20px !important;
        height:20px !important;
        border-radius: 50%;
        background-color: #FFFFFF;

      }
      .image{
        width: 173px !important;
        height: 43px !important;
    }

 }
 @media screen and (max-width: 1024px)
 {
    .swiper-button-next{
        width:40px !important;
        height:40px !important;
        border-radius: 50%;
        background-color: #FFFFFF;

      }
      .swiper-button-prev{
        width:40px !important;
        height:40px !important;
        border-radius: 50%;
        background-color: #FFFFFF;

      }
      .image{
        width: 173px !important;
        height: 43px !important;
    }

 }
 @media screen and (width: 1280px)
 {
   .registration{
    font-size: 29px !important;
    line-height: 51px !important;
   }
   .textarea{
    width: 329px !important;
   }
   .License{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
   }
   .details{
    font-size: 33px !important;
    line-height: 47px !important;
   }
   .related{
    font-size: 16px !important;
    line-height: 25px !important;
    padding-top: 10px !important;
   }
   .news{
    font-size: 16px !important;
   }
   .download{
    display: flex !important;
    flex-direction: column !important;
   }
.heading {
  display: none !important;
}
 }

 @media screen and (min-width: 1282px)
 {
  .heading {
    display: none !important;
  }
  .logo{
    width:132px !important;
    height:132px !important
  }
  .homesec{
    padding-top: 7.5rem !important;
  }

 }
 @media screen and (min-width: 1400px)
 {
  .heading {
    display: hidden !important;
    font-size: 14px !important;
  }
  .logo{
    width:132px !important;
    height:132px !important
  }
  .homesec{
    padding-top: 7.5rem !important;
  }

 }

 @media screen and (min-width: 1600px)
 {
  .heading {
    display: block !important;
    font-size: 14px !important;
    line-height: 20px !important;
  }
  .logo{
    width:132px !important;
    height:132px !important
  }
  .homesec{
    padding-top: 7.5rem !important;
  }

 }

.swiper-slide::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
     width: 100%;
    height: 100%;
    /* background: linear-gradient(180deg, #10101000, #101010); */
    z-index: 1;
  }
.image{
    width: 395px !important;
    height: 100px !important;
}
.swiper-button-next:after, .swiper-button-prev:after {
   display: none !important;

}
.background{
  background-image: linear-gradient( 45deg,#EBEAFF,#CEEFF2,#FFFFFF,#EBE6FF,#C5F1E6);

}
.swiper-pagination{
  display: flex;
  padding-left: 38px;
}
.swiper-pagination2{
margin-top: 3rem;
display: flex;
justify-content: center;
position: static !important;

}
.swiper-pagination3{
  margin-top: 3rem;
  display: flex;
  justify-content: center;
  position: static !important;

  }
.swiper-pagination2 .swiper-pagination-bullet{
  width: 12px;
height: 10px;
background-color: #80BDB7;
opacity: 1;
transition: all 0.3s;

}
.swiper-pagination3 .swiper-pagination-bullet{
  width: 12px;
height: 10px;
background-color: #80BDB7;
opacity: 1;
transition: all 0.3s;

}
.swiper-pagination-bullet {
width: 12px;
height: 10px;
background-color: #ddd;
opacity: 1;
transition: all 0.3s;
}

.swiper-pagination-bullet-active {
width: 34px;
border-radius: 9px;
background-color: white;
}
.swiper-pagination2 .swiper-pagination-bullet-active{
width: 34px;
border-radius: 9px;
background-color: #007C6F;
}
.swiper-pagination3 .swiper-pagination-bullet-active{
  width: 34px;
  border-radius: 9px;
  background-color: #007C6F;
  }
