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


.btn-call {
    background-color: #d9f653;
    color: #202327;
    line-height: 35px;
    -webkit-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
    transform: translateY(-7px);
	display: inline-block;
    height: 48px;
    padding: 0 2em;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-font-smoothing: initial !important;
    border-radius: 30px;
    font-weight: 600;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.btn-call::before {
    content: '';
    height: 8px;
    width: 8px;
    background: #35b400;
    position: absolute;
    border-radius: 50%;
    left: 50%;
    -webkit-transform: translate(-48px, 31px);
    -ms-transform: translate(-48px,31px);
    transform: translate(-48px, 31px);
}
.btn-call::after {
    content: 'Lines open 24/7';
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 18px);
    -ms-transform: translate(-50%,18px);
    transform: translate(-50%, 18px);
    font-size: 11px;
    font-weight: 100;
    margin-left: 10px;
}
.btn-call:hover {
    -webkit-transform: scale(1.1) translateY(-7px);
    -ms-transform: scale(1.1) translateY(-7px);
    transform: scale(1.1) translateY(-7px);
	text-decoration:none;
}

.btn-str {
    display: inline-block;
    height: 48px;
    padding: 0 2em;
    line-height: 43px;
    font-size: 1.6rem;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-font-smoothing: initial !important;
	transform: scale(1);
    border-radius: 30px;
    font-weight: 600;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
	margin-left: 30px;
	background-color: transparent;
    -webkit-box-shadow: inset 0 0 0 2px #fff;
    box-shadow: inset 0 0 0 2px #fff;
	color:#fff;
}
.btn-str:hover {
    transform: scale(1.1);
	text-decoration:none;
}


.card--service-area {
    position: relative;
    -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    overflow: hidden;
    background-color: #fff;
    padding: 20px;
    -webkit-filter: drop-shadow(0 10px 10px rgba(0, 0, 0, 0.05));
    filter: drop-shadow(0 10px 10px rgba(0, 0, 0, 0.05));
    height: 100%;
    overflow: visible;
}

.card__side-color {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 10px;
    border-radius: 20px;
    z-index: -1;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.card--service-area:hover .card__side-color {
    width: 100%;
}
.card--service-area .card__content {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}
.card__side-color--turquoise {background-color: #00d9ac;}
.card__side-color--light-green {background-color: #a7c755;}
.card__side-color--red {background-color: #ff004c;}
.card__side-color--yellow {background-color: #ffb800;}
.icon--turquoise {color: #00d9ac;}
.icon--light-green {color: #a7c755;}
.icon--red {color: #ff004c;}
.icon--yellow {color: #ffb800;}

.card__title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
	font-size: 23px;
	line-height:1.3;
    margin-bottom: 15px;
}
.card__title a {
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    font-weight: 600;
}
.card h2 a:hover {
    opacity: .6;
    color: #202327;
}
.card__description {
    padding-bottom: 20px;
}
.card__description p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    margin-bottom: 0;
	min-height:112px;
}
.card--service-area .card__get-more {
    font-weight: 600;
    margin-top: auto;
}
.card--service-area:hover .icon--arrow {
    color: #202327;
    margin-left: 5px;
}

.card--service-area:hover.bg--red a {color:#fff;}
.card--service-area:hover.bg--red p {color:#fff;}
.card--service-area:hover.bg--red .card__get-more {color:#fff;}
.card--service-area:hover.bg--red .icon--arrow {color:#fff;}

.casane-guide-frame {
    position: relative;
    height: min(760px, calc(100svh - 30px));
    overflow: hidden !important;
    border-radius: 24px;
    background: #f8f5ef;
}

.casane-guide-scroll {
    height: 100% !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    padding-bottom: 90px;

    touch-action: pan-y;
    overscroll-behavior-y: contain;
    -webkit-overflow-scrolling: touch;

    scrollbar-width: none;
}

.casane-guide-scroll::-webkit-scrollbar {
    display: none;
}

.casane-guide-scroll > .mcb-wrap-inner {
    height: auto !important;
    min-height: 100%;
    align-content: flex-start;
}

.casane-guide-menu {
    position: absolute !important;
    z-index: 20;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
}