/*
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: 2.0.2
*/

.hide-section {
    display:none !important;
}
.make-color-white ul li {
    color: white !important;
}

.custom-heading {
    color: #03101C;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 50px;
    letter-spacing: -0.8px;
  }
  
  .custom-heading .avatars {
    display: inline-flex;
    vertical-align: middle;
    margin: 0 10px;
  }
  
  .custom-heading .avatars img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #fff;
    margin-left: -12px;
  }
  
  .custom-heading .avatars img:first-child {
    margin-left: 0;
  }


  .webanfix-testimonial-section {
    padding: 40px 0;
}

.webanfix-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.webanfix-card {
    background: #FFF;
    padding: 25px;
    border-radius: 12px;
    transition: 0.3s ease;
}

.webanfix-card:hover {
    transform: translateY(-5px);
}

.webanfix-title {
    margin-bottom: 10px;
    color: #03101C;
    font-family: Arial;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.09px;
}

.webanfix-text {
    font-size: 14px;
    color: #555;
    margin-bottom: 20px;
}

.webanfix-bottom {
    display: flex;
    align-items: center;
    gap: 12px;
}

.webanfix-avatar img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}

.webanfix-stars {
    color: #ffb400;
    font-size: 14px;
    margin-bottom: 2px;
}

.webanfix-author {
    color: #03101C;
    font-family: Arial;
    font-size: 17.9px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.09px;
}
.webanfix-card p { 
    color: #3C3D4B;
    font-family: Outfit;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25.28px;
    letter-spacing: 0.6px;
}
.webanfix-slider {
    padding-left: 20px;
    padding-right: 20px;
}
.webanfix-testimonial-section {
    overflow: hidden;
}

.footer-menu {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .footer-menu li {
    margin-bottom: 14px;
  }
  
  .footer-menu a {
    color: #fff !important;
    text-decoration: none;
    font-size: 16px;
    display: inline-block;
    transition: 0.3s;
  }
  
  .footer-menu a:hover {
    color: #ffffff;
    transform: translateX(5px);
  }

  .cutom-animated-gradient {
    background: linear-gradient(
        -45deg,
        #000000,
        #0b1f2a,
        #111827,
        #0f172a,
        #000000
    );
    background-size: 400% 400%;
    animation: darkGradientMove 12s ease infinite;
  }
  @keyframes darkGradientMove {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}
header a.button.button_left.button_size_2 {
    border: none;
    margin-right: 0 !important;
    padding: 0 !important;
    padding-right: 20px !important;
}
header a.button.button_left.button_size_2:hover {
    background: transparent !important;
}
header .mcb-section .mcb-wrap .mcb-item-omddl0md .button {
    padding-top: 12px;
    padding-right: 35px;
    padding-bottom: 12px;
    padding-left: 35px;
    font-size: 16px;
    line-height: 1.4em;
    color: #F9F9F9;
    border-radius: 25px;
    box-shadow: 0 0 0 0 #FFFFFF;
    background-color: #F86F28;
}
/* Responsive */
@media (max-width: 992px) {
    .webanfix-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .webanfix-grid {
        grid-template-columns: 1fr;
    }
}