.itemheight{height: 562px;}
.logoclass{
    width:90px;
}
.counterbg {
  background-image: url(../img/counterbg.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/*** Blog Start ***/
.blog .blog-item {
    
}

img.blog-img1 {
    width: 50px!important;
}


.blog-carousel .owl-stage-outer {
    margin-top: 58px;
}

.blog .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    left: -20px;
    background: #000;
    color: #fff;
    padding: 8px 16px;
    border-radius: 50%;
    transition: 0.5s;
}

.blog .owl-nav .owl-prev:hover {
    color: #df2339;
}

.blog .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    right: -20px;
    background: #000;
    color: #fff;
    padding: 8px 16px;
    border-radius: 50%;
    transition: 0.5s;
}

.blog .owl-nav .owl-next:hover {
    color: #df2339;
}
/*** Blog End ***/

/*whats app start*/
.whatsapp-float {
    position: fixed;
    bottom: 40px;
    left: 20px;
    background-color: #25D366;
    color: white;
    font-size: 28px;
    padding: 6px 14px;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0,0,0,0.3);
    z-index: 999;
    text-align: center;
    transition: transform 0.3s;
}
.whatsapp-float:hover {
    transform: scale(1.1);
    color: white;
}
@media (max-width: 767px) {
    .whatsapp-float {
        display: none;
    }
}
/*whats app end*/


/*modal form*/
/* Limit modal width and center it */
@media (max-width: 576px) {
  .modal-dialog.modal-custom-width {
    max-width: 90%;
  }
}
.modal-backdrop.show {
  backdrop-filter: blur(5px);
  background-color: rgba(0, 0, 0, 0.8);
}
.modal-dialog.modal-custom-width {
  max-width: 900px;
}

.img-fluid.object-fit-cover {
  object-fit: cover;
  height: 100%;
}

/* Icon Styling */
.input-icon {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  color: #6c757d;
  font-size: 16px;
  z-index: 2;
}

.input-with-icon {
  padding-left: 40px;
  border: none;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.modal.fade .modal-dialog {
  transform: translateY(-50px);
  transition: transform 0.3s ease-out, opacity 0.3s ease-out;
}
.modal.show .modal-dialog {
  transform: translateY(0);
}

.input-with-icon:focus {
  box-shadow: 0 0 0 4px rgba(81, 45, 168, 0.15);
}

/**/


.footer {
  overflow: hidden;
}

/*mouse follower pointer*/

.mouse-follower {
  position: fixed;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  background:#e31e25;
  border-radius: 50%;
  pointer-events: none;
  z-index: 9999;
  transform: translate(-50%, -50%);
}


.custom-cursor {
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
}

.ring1 {
  width: 10px;
  height: 10px;
  border: 2px solid #e31e25;
  transition: transform 0.1s ease-out;
}

.ring2 {
  width: 15px;
  height: 15px;
  border: 2px solid rgba(227, 30, 37, 0.5);
  transition: transform 0.15s ease-out;}

