
.des-sec span{
    color: #ffff;
}
.list-des-34 span{
    padding: 12px;
    box-shadow: 0px 0px 3px 1px #FFDC09;
    display: inline-block;
    margin: 8px;
    text-align: center;
    border-radius: 50px;
    transition: background-color 0.3s;
}
.list-des-34 span:hover{
    background-color: #FFDC09;
}
.clip-cut-02{
    background-image: url(../images/corporate-event-management-nagavara/black-space.webp);
    background-position: center;
    background-attachment: fixed;
   clip-path:polygon(8% 0%, 100% 0%, 100% 20%, 100% 85%, 92% 100%, 0% 100%, 0% 80%, 0% 20%);
}
.clip-cut-02 h2,.clip-cut-02 p{
    color: #ffff;
}
/******/
.pro_box::before{
    content: attr(data-sl-no);
    position: absolute;
    width: 36px;height: 36px;
    top: 17px;
    left: -26px;
    background: #ffdc09;
    border-radius: 50%;
    font-weight: 600;
    color: var(--color-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
}
.pro_box::after{
    content: '';
    position: absolute;
    width: 1px;
    height: 90%;
    top: 30%;
    left: -9px;
    border: dashed 1px #ffdc09;
}
.pro_box:last-child::after{
     width: 0px;
    height: 0%;
}
.process-design .pro_box{
    padding: 20px;
}
.process-design .pro_box h3{
    font-size: 23px;
    font-weight: 700;
}
.sticky-img{
    position: sticky;
    top: 2rem;
    border-radius: 20px;
}

/********/
.hover-box-21{
    padding: 15px;
    position: relative;
    z-index: 1;
    box-shadow: 0px 2px 3px 1px #FFDC09;
    border-radius: 20px;
    min-height: 370px;
}
.hover-box-21::before{
    content: '';
    width: 30px;
    height: 30px;
    border-radius: 50px;
    background-color: #FFDC09;
    position: absolute;
    top: 35px;
    left: 35px;
    z-index: -1;
    transition: 0.3s;
}
.hover-box-21:hover::before{
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    border-radius: 20px;
}
.hover-box-21:hover img{
    transform: rotateY(180deg);
    transition: 0.3s;
}
.hover-box-21 h3{
    padding: 10px 0;
    font-weight: 700;
}
.usp-box-min-1{
    min-height: 450px;
    margin-bottom: 20px;
}
.usp-box-min-1:hover{
    box-shadow: 0px 3px 2px 2px #FFDC09;
}
.hover-shade .shade-effe { position: relative; overflow: hidden; } 
.hover-shade .shade-effe::before { position: absolute; top: 0; left: -100%; z-index: 2; display: block; content: ''; width: 50%; height: 100%; background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%); transform: skewX(-25deg); pointer-events: none; } 
.hover-shade:hover .shade-effe::before { animation: shine .75s forwards; } 
@keyframes shine { 100% { left: 125%; } }
/*************/
.review-card {
  min-height: 325px;
  width:98%;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
  padding: 20px;
  text-align: center;
}

.review-card .avatar {
  position: relative;
  width: 70px;
  height: 70px;
  margin: 0 auto 10px;
}

.review-card .avatar img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  object-fit: cover;
}

.review-card .stars {
  color: #FFA500;
  font-size: 18px;
  margin: 10px 0;
}

.review-card .review-text {
  font-size: 14px;
  color: #666;
  margin: 10px 0;
}

.review-card .reviewer strong {
  display: block;
  font-size: 16px;
  color: #000;
  margin-top: 10px;
}

.review-card .date {
  font-size: 13px;
  color: #aaa;
}

.owl-nav .owl-prev{
  position: absolute;
  left: 0;
  top: 5rem;
}
.owl-nav .owl-prev span{
  font-size: 35px;
  background-color: #FFDC09;
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    line-height: 1.2;
    position: relative;
    left: -18px;
}
.owl-nav .owl-next{
  position: absolute;
  right: 0;
  top: 5rem;
}
.owl-nav .owl-next span{
  font-size: 35px;
  background-color: #FFDC09;
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    line-height: 1.2;
   position: relative;
    right: -18px;
}
.owl-theme .owl-nav [class*='owl-']:hover{
  background-color: white !important;
}
/******Hover box**********/
.hover-position{padding: 10px;margin: 10px;border-radius: 10px;color: #000000;min-height: 300px;vertical-align: middle;text-align: center;position: relative;transition: 0.5s;overflow: hidden;animation-name: hoverposition;animation-duration: 2s;}
.hover-position-cont{width:100%; background-color: #000000;padding: 10px;position: absolute;bottom: 0;left: 0;border-radius: 10px;transition: 0.5s all;}
.hover-position-cont h3{color:#ffff;font-size: 25px;}


.approach_steps_1 .app_box-2{
  height: 380px !important;
}
.industires.owl-carousel .owl-prev:hover{
  background-color: transparent !important;
}
.industires.owl-carousel .owl-next:hover{
  background-color: transparent !important;
}