
.fs20{
    font-size: 20px!important;
}

.fs25{
    font-size: 23px!important;
}
.fs13{
    font-size: 13px;
}
.fs15{
    font-size: 15px!important;
}

.ff {
  font-family: 'Montserrat', sans-serif!important;
}

  .navbar {
      transition: all 0.4s ease-in-out;
      background-color: #761B89;    
    }

    .navbar.fixed-top.scrolled {
      animation: fadeInDown 0.5s ease-in-out;
    }

    @keyframes fadeInDown {
      from {
        opacity: 0;
        transform: translateY(-20px);
      }
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

    .navbar-brand img {
      height: 90px;
      padding-top: 5px;
      padding-bottom: 5px;
    }

    .wc{
        color: white!important;
    }

  .navbar-light .navbar-nav .nav-link  {
    font-weight: 400!important;
    font-size: 19px!important;
    line-height: 22.67px!important;
    letter-spacing: 0.74px!important;
    color: #FFF!important;
    position: relative!important;
    padding: 1px 15px!important;
}

.hero-image-wrapper {
  position: relative;
  height: 110vh;
 border-top-left-radius: 0rem;
border-top-right-radius: 0rem;
border-bottom-left-radius: 20px;
border-bottom-right-radius: 20px;
  
}

.hero-bg-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  background-color: #761B89;
   border-top-left-radius: 0rem;
border-top-right-radius: 0rem;
border-bottom-left-radius: 20px;
border-bottom-right-radius: 20px;
}

/* Overlay content goes on top of the image */
.hero-overlay-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: white;
  background: rgba(119, 27, 137, 0.715); /* purple semi-transparent overlay */
  display: flex;
  align-items: center;
  border-top-left-radius: 0rem;
border-top-right-radius: 0rem;
border-bottom-left-radius: 20px;
border-bottom-right-radius: 20px;
}

.pt7rem{
    padding-top: 3rem!important;
}
.bgmain{
    background-color: #761B89!important;
}
.f50{
    font-size: 50px;
    
}
.fweight{
   font-weight: 600;
}
.boR30{
    border-radius: 30px!important;
}

.bgcolor-grey{
    background-color: #F4EEF5!important;
}
.bgcolor1-grey{
    background-color: #F4EEF5!important;
}

.btn-gradient {
  background: linear-gradient(to right, #AA0179, #FE7B01);
  color: white!important;
  font-weight: bold;
}

.round-btn{    
    border-radius: 72px !important;
    padding: 5px;
    padding-left: 9px;
    padding-right: 9px;
    background-color: #fff;
}
.crd-gradient{
    background: linear-gradient(to right, #AA0179, #FE7B01);
  color: white;
}

.marginTP-80{
    margin-top: -80px!important;
}

.boR20{
    border-radius: 20px!important;
}

.bdr-m-clr{
    border-color: #761B89;
}

.bordr-Top-orng{
    border-top: #FE7B01 solid;
    border-width: 4px;
}

.card-height-100px{
    height: 31rem!important;
}

.hobover {
  transition: all 0.4s ease-in-out;
}

.hobover:hover {
  background: linear-gradient(to bottom, #AA0179, #FE7B01) !important;
  border-radius: 20px;
  color: white;
}

.hobover:hover .btn-gradient {
  background: white !important;
  color: #000 !important;
  font-weight: bold;
}


.bordr_left {
  height: 60px;
  width: 5px;
  background-color: #761B89;
  border-radius: 40px;
}


.hocdr {
  transition: all 0.4s ease-in-out;
}

.hocdr:hover {
  background: #761B89 !important;
  border-radius: 20px;
  color: white;
}

.hocdr:hover .bordr_left{
    border-left: #ffffff solid;
    border-width: 5px;
    height:60px;  
    border-radius: 40px;  
}

.main-color{
    color: #761B89!important;
}

.bordr-Bottom-grdnt {
  position: relative;
  padding-bottom: 10px; /* space for the pseudo border */
}

.bordr-Bottom-grdnt::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 5px;
  width: 20%;
  border-radius: 40px;
  background: linear-gradient(to right, #AA0179, #FE7B01);
}

.bordr-Bottom-maincolor {
  position: relative;
  padding-bottom: 10px; /* space for the pseudo border */
}

.bordr-Bottom-maincolor::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 5px;
  width: 20%;
  border-radius: 40px;
  background:#761B89;
}

.smallbox{
    transition: all 0.2s ease-in-out;
}
.smallbox:hover{
    color: #fff;
  background: #761b89 !important;
}
.smallbox:hover .bordr-Bottom-maincolor {
  position: relative;
  padding-bottom: 10px; /* space for the pseudo border */
}

.smallbox:hover .bordr-Bottom-maincolor::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 5px;
  width: 20%;
  border-radius: 40px;
  background:#ffffff;
}

.hover-img {
  display: none;  
}

.smallbox:hover .hover-img {
  display: inline-block!important;
   margin-right: 0px!important;
}
.smallbox:hover .flext {
  display: flex!important;
}

.fix-height{
    height: 100px!important;
}

.sticky-icon {
  position: fixed;
  top: 35%;
  right: 0;
  display: flex;
  width: 160px;
  flex-direction: column;
  z-index: 9999;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
  pointer-events: none; /* prevent clicks when hidden */
}

.sticky-icon.visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}



.sticky-icon.hide {
  opacity: 0;
  transform: translateX(100%);
  pointer-events: none;
}


.gradient-border {
  background: linear-gradient(to right, #AA0179, #FE7B01);
  padding: 2px;
  border-radius: 5px 0 0 5px;
  margin: 4px 0;
}

.btn-link {
  display: block;
  background: #ffffff;
  color: #4b4b4b!important;
  text-decoration: none;
  padding: 10px;
  text-decoration: none!important;
  font-size: 20px;
  width: 155px;
  border-radius: 3px 0 0 3px;
  text-align: center;
}

.mobile-bottom-buttons {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-around;
  background: #ffffff;
  border-top: 2px solid #ccc;
  z-index: 9999;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
}

/* Individual button */
.btn-link-mobile {
  flex: 1;
  text-align: center;
  padding: 12px 0;
  font-size: 20px;
  background: linear-gradient(to right, #761b89, #761b89); 

  color: #ffffff !important;
  text-decoration: none;
  font-weight: 600;
  border-right: 1px solid #fff;
}
input::placeholder {
  color: #000000 !important;
  opacity: 1;
}

/* Remove last button right border */
.btn-link-mobile:last-child {
  border-right: none;
}

.custom-border-end { 
  border-right: 1px solid #6c757d; /* Adds right border (secondary color, 1px) */
}

.mrign4{
    margin: 1.5rem!important;
}

.mrign5{
    margin: 3rem;
}
.mirgin-LR{
  margin-left: 5rem!important;
  margin-right: 5rem!important;
}

.mirgin-LR1{
  margin-left: 5rem!important;
  margin-right: 5rem!important;
}

.mirgin-lr{
  margin-left: 3rem!important;
  margin-right: 3rem!important;
}
.mirgin-lrs{
  margin-left: 2rem!important;
  margin-right: 2rem!important;
}
.fs42{
        font-size: 34px!important;
    }
    .fs43{
        font-size: 30px!important;
    }
    .fs30{
        font-size: 30px!important;
    }
    .fs23{
        font-size: 20px!important;
    }
    .fs19{
    font-size: 19px!important;
}
.fs82{
        font-size: 67px!important;
    }
 .btnlg{
          padding: .3rem 1rem!important;
    font-size: 1.25rem!important;
    }
.fs30{
  font-size: 40px;
}

.fs18{
        font-size: 18px!important;
    }
@media (max-width: 600px) {


   .navbar-brand img {
      height: 70px;
      padding-top: 5px;
      padding-bottom: 5px;
    }

  .btnlg{
          padding: .2rem .5rem!important;
    font-size: 1rem!important;
    }

    .mirgin-LR1{
  margin-left: 0rem!important;
  margin-right: 0rem!important;
}
.mirgin-lrs{
  margin-left: 0rem!important;
  margin-right: 0rem!important;
}
.fs30{
        font-size: 20px!important;
    }

.fs43{
        font-size: 26px!important;
    }
   

    .fs23{
        font-size: 18px!important;
    }
    .fs19{
    font-size: 17px!important;
}
    .fs18{
        font-size: 15px!important;
    }

  .fs82{
    
        font-size: 42px!important;
    }
  
    .Mcont-cntr{
        text-align: center!important;
    }
    .ptpt120{
        padding-top: 340px!important;
    }
    .fs42{
        font-size: 20px!important;
    }
    .pt40{
        padding-top: 40px!important;
    }
    .ptpt2{
        padding-top: 2rem;
    }
    .form-shdo{
        box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    }
    .marginintop90{
        margin-top: 300px!important;
    }
    .bordr0{
        border: 0px!important;
    }
    .m01{
        margin: 0px!important;
    }
    .m02{
        margin: 1rem!important;
    }
    .mrign4{
    margin: 0rem!important;
}
    .mirgin-LR{
      margin-left: 0rem!important;
  margin-right: 0rem!important;    
    }
    .mirgin-lr{
  margin-left: 0rem!important;
  margin-right: 0rem!important;
}
    .bgcolor1-grey {
  background-color: transparent !important;
}
.hobover{
    background-color: #F4EEF5!important;
}
.txt-cntr{
    text-align: center!important;
}

  }
 

  @media only screen and (max-width: 600px){
	.lapy{
		display: none;
	}
	 }
@media only screen and (min-width: 600px){
	.mobile{
		display: none;
	}
	 }

     .owl-carousel .item {
    transition: transform 0.5s ease-in-out;
  }

  .owl-carousel .item {
  display: flex;
  justify-content: space-between;
}

.owl-carousel .card {
  flex: 0 0 48%;
}

.owl-carousel .owl-item img {
    display: block;
    width: 87%!important;
}
.is-invalid {
  border: 2px solid #dc3545 !important;
}