/*
Theme Name: Betheme Child
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Child Theme for Betheme
Template: betheme
Version: 1.6.2
*/





.availibility li {
    width: 100%;
    margin-bottom: 30px;
    font-size: 15px;
    border-bottom: 1px dotted #fff;
  }

  .availibility li .fs {
    float: left;
    width: 45%;
  }

  .our-servicess li{
    margin-bottom: 10px;
  }

  .our-servicess li a {
    color: #efefef !important;
  }
  
  
  .sticky-quote-btn {
    position: fixed;
    right: -41px;
    top: 50%;
    transform: rotate(-90deg);
    background: #ff2f2f;
    color: #fff;
    padding: 10px 38px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 8px 8px 0 0;
    z-index: 9999;
    box-shadow: 0 8px 20px rgba(0,0,0,0.25);
    transition: all 0.3s ease;
}

/* Hover Effect */
.sticky-quote-btn:hover {
    right: -45px;
    background: #d91f1f;
    color: #fff;
}


.sticky-quote-btn {
    animation: quoteSlide 1.5s ease-out forwards;
}

@keyframes quoteSlide {
    from {
        right: -120px;
    }
    to {
        right: -55px;
    }
}

@media (max-width: 768px) {
    .sticky-quote-btn {
        display: none;
    }
}


/*    why chose us section code */


/* Base item styling */
.wcu-item {
    text-align: center;
    padding: 25px 15px;
    transition: all 0.4s ease;
    border-radius: 12px;
}

/* Icon transition */
.wcu-icon img {
    transition: all 0.4s ease;
}

/* Text transition */
.wcu-item p {
    transition: all 0.4s ease;
}

/* Hover effect */
.wcu-item:hover {
    transform: translateY(-12px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.08);
    background: #fff;
}

/* Icon animation on hover */
.wcu-item:hover .wcu-icon img {
    transform: scale(1.15) rotate(3deg);
}

/* Text color change */
.wcu-item:hover p {
    color: #ff2f2f;
}
