/*
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
*/
body:not(.template-slider) #Header {
    min-height: auto;
}

.mfn-header-tmpl-menu-sidebar {
    background-color: #212121;
	left: calc(var(--mfn-header-menu-sidebar-width) * -1);
    right: 0;
}

.mfn-header-tmpl-menu-active .mfn-header-tmpl-menu-sidebar-right {
    left: 0;
    right: auto;
}

.mfn-header-menu .mfn-menu-li > .mfn-menu-link {
    color: #DFDFDF;
    text-transform: uppercase;
    font-size: 22px;
    line-height: 22px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.mfn-header-menu .mfn-menu-li.current-menu-item > .mfn-menu-link, .mfn-header-menu .mfn-menu-li > .mfn-menu-link:hover {
    color: #ECDA54;
}

#mfn-header-template .column_button .button {
    background-color: #ECDA54;
    border-radius: 0;
    font-size: 16px;
    font-weight: 600;
    color: #020202;
    padding: 15px 25px;
}

#mfn-header-template .column_button .button span.text-button {
    border-right: 2px solid #020202;
    padding-right: 10px;
    margin-right: 6px;
}

#mfn-header-template .column_button .button:hover {
	background-color: #cebf4d;
}

.mcb-section .mcb-wrap .mcb-item-au57katm .logo-wrapper {
    align-items: center;
    max-width: 175px;
    margin-left: 15px;
}

.mfn-header-tmpl .mfn-icon-box .icon-wrapper i {
    color: #ffffff;
}

.mfn-header-tmpl {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
}

.hero::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30%;
    background-image: linear-gradient(to top, #0C0C0C, transparent);
    pointer-events: none;
}

.hero {
    position: relative;
    padding-top: 600px;
}

.hero-text-box {
    font-size: 32px;
    line-height: 32px;
    display: flex;
}

.hero-text-box .left {
	background-color: #ecda54;
	font-weight: 800;
	color: #0C0C0C;
	padding: 15px;
}

.hero-text-box .right {
	background-color: #0C0C0C;
	font-weight: 500;
	color: #ffffff;
	padding: 15px;
}

.mcb-wrap-8ugpq12t {
	flex-direction: column;
}

.hero .mfn-icon-box-center {
    align-items: start;
}

.hero .mfn-icon-box-top.mfn-icon-box-center .icon-wrapper {
    width: 68px;
    height: 68px;
    background-color: #1A1A1A;
    border-radius: 18px;
    margin-bottom: 25px;
}

.mfn-icon-box .desc-wrapper .desc {
    font-size: 20px;
    line-height: 28px;
	text-align: left;
}

.hero h1 {
    background: linear-gradient(to right, #ffffff, #898989);
   -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    display: inline-block;
}


.business-card {
    background: linear-gradient(135deg, #1a1a1a 0%, #0f0f0f 100%);
    color: #ffffff;
    width: 100%;
    max-width: 390px;
    padding: 30px 25px;
    border-radius: 28px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    display: flex;
    flex-direction: column;
    gap: 30px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.6);
    margin-left: auto;
}

.business-card .business-title {
    margin: 0 0 12px 0;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3;
}

.business-card .business-address {
    margin: 0;
    font-size: 18px;
    line-height: 1.5;
    color: #e0e0e0;
    font-weight: 400;
}

.business-card .card-footer {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.business-card .rating-wrapper {
    display: flex;
    align-items: center;
    gap: 12px;
}

.business-card .rating-number {
    font-size: 32px;
    font-weight: 600;
    line-height: 1;
    background: linear-gradient(135deg, #ffffff 0%, #888888 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    display: inline-block;
}

.business-card .stars {
    display: flex;
    gap: 2px;
}

.business-card .star {
    width: 20px;
    height: 20px;
    color: #fbc02d;
}

.business-card .action-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.8);
    color: white;
    text-decoration: none;
    transition: background 0.3s ease;
}

.business-card .action-btn:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.business-card .action-btn svg {
    width: 20px;
    height: 20px;
}

.mcb-column-inner-mq0qu72 {
	margin-bottom: 5px;
}

.about {
	padding-top: 100px;
	padding-bottom: 50px;
}

.about h2 {
	margin-bottom: 35px;
}

.about p {
	margin-bottom: 30px;
}

.my-clean-slider-wrapper {
    opacity: 0;
    transition: opacity 0.5s ease;
    margin: 40px 0;
    position: relative;
    overflow: hidden; 
}
.my-clean-slider-wrapper.loaded {
    opacity: 1;
}

.my-clean-slider .slick-list {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
    overflow: visible !important; 
}

.my-clean-slider .clean-slide-item {
    width: 300px !important; 
    height: 350px !important;
    margin: 0 10px;
    outline: none;
    position: relative;
    z-index: 1;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}

.my-clean-slider .clean-slide-item .slide-inner {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
    
    transform: scale(0.95); 
    opacity: 0.6;
    filter: blur(1px) brightness(85%);
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}

.my-clean-slider .clean-slide-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.my-clean-slider .slick-center {
    z-index: 100;
}

.my-clean-slider .slick-center .slide-inner {
    transform: scale(1.35);
    opacity: 1;
    filter: blur(0) brightness(100%);
    box-shadow: 0 30px 60px rgba(0,0,0,0.6);
}

.my-clean-slider .slick-prev,
.my-clean-slider .slick-next {
    position: absolute;
    top: 50% !important;
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.15);
    border: 2px solid #fff;
    border-radius: 50%;
    z-index: 200;
    cursor: pointer;
    transform: translateY(-50%);
    font-size: 0;
    color: transparent;
    transition: all 0.3s ease;
}

.my-clean-slider .slick-prev { left: 5% !important; }
.my-clean-slider .slick-next { right: 5% !important; }

.my-clean-slider .slick-prev:hover,
.my-clean-slider .slick-next:hover {
    background: #fff;
    transform: translateY(-50%) scale(1.1);
}

.my-clean-slider .slick-prev:before, 
.my-clean-slider .slick-next:before {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    position: absolute;
    top: 50%;
    left: 50%;
}
.my-clean-slider .slick-prev:before { transform: translate(-30%, -50%) rotate(-135deg); }
.my-clean-slider .slick-next:before { transform: translate(-70%, -50%) rotate(45deg); }
.my-clean-slider .slick-prev:hover:before,
.my-clean-slider .slick-next:hover:before { border-color: #000; }


@media (max-width: 768px) {
    .my-clean-slider .clean-slide-item {
        width: 260px !important;
        height: 300px !important;
    }
    .my-clean-slider .slick-center .slide-inner {
        transform: scale(1.15);
    }
    .my-clean-slider .slick-prev { left: 10px !important; }
    .my-clean-slider .slick-next { right: 10px !important; }
}

.home-boxes .mfn-icon-box-top.mfn-icon-box-center .icon-wrapper {
    width: 100%;
    border-radius: 22px;
    margin-bottom: 25px;
}

.home-boxes .mfn-icon-box .desc-wrapper .title {
    text-align: left;
}

.home-boxes .mfn-icon-box {
    width: 100% !important;
    height: 100% !important;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 1;
    padding: 35px 30px;
    background: transparent !important; 
    border: none !important;
    box-shadow: none !important;    
    overflow: visible !important;
    transition: transform 0.3s ease;
    text-decoration: none;
	min-height: 424px;
}

.home-boxes .mfn-icon-box img {
	border-radius: 36px;
}

.home-boxes .mfn-icon-box::before {
    content: "";
    position: absolute;
    z-index: -2;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: 0px;
    background: linear-gradient(to bottom, #ECDA54 0%, transparent 100%);
    border-radius: 36px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.home-boxes .mfn-icon-box::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0; 
    left: 0; 
    right: 0; 
    bottom: 0;
    background-color: #181818 !important; /* ЦРНА БОЈА */
    border-radius: 36px;
}

.home-boxes .mfn-icon-box:hover {
    transform: translateY(-5px);
}

.home-boxes .mfn-icon-box:hover::before {
    opacity: 1;
}

.home-boxes .mfn-icon-box-top.mfn-icon-box-center .icon-wrapper {
	position: relative;
	padding-top: 60px;
}

.home-boxes .mfn-icon-box-top.mfn-icon-box-center .icon-wrapper::before {
    content: "";
    position: absolute;
    height: 44px;
    width: 44px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    z-index: 2;
}

.home-boxes .mcb-column-inner-a85pgmhh .mfn-icon-box-top.mfn-icon-box-center .icon-wrapper::before {
    background: url(/wp-content/uploads/2025/12/icon-1.png);
}

.home-boxes .mcb-column-inner-c8sy1mtd .mfn-icon-box-top.mfn-icon-box-center .icon-wrapper::before {
    background: url(/wp-content/uploads/2025/12/icon-2.png);
}

.home-boxes .mcb-column-inner-2pfyf8mo .mfn-icon-box-top.mfn-icon-box-center .icon-wrapper::before {
    background: url(/wp-content/uploads/2025/12/icon-3.png);
}

.home-boxes .mcb-column-inner-2vq9j5rm .mfn-icon-box-top.mfn-icon-box-center .icon-wrapper::before {
    background: url(/wp-content/uploads/2025/12/icon-4.png);
}

.testimonials-section {
	padding-top: 120px;
	padding-bottom: 100px;
}

.my-clean-slider .slick-slide {
    position: relative;
    z-index: 1 !important; 
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
.my-clean-slider .slick-center {
    position: relative;
    z-index: 999 !important;
}

.my-clean-slider .slick-prev,
.my-clean-slider .slick-next {
    z-index: 1000 !important;
}

.ti-widget.ti-goog .ti-review-content {
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 6 !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    word-break: normal !important;
    overflow-wrap: break-word !important;
    height: auto !important;
    min-height: 190px !important;
    max-height: none !important;
    font-size: 24px !important;
    line-height: 1.3 !important;
    font-weight: 400 !important;
    text-align: left !important;
    margin-top: 20px !important;
    position: relative !important;
    z-index: 2;
    white-space: normal !important;
    color: #e0e0e0 !important;
}

.ti-widget.ti-goog .ti-review-content span,
.ti-widget.ti-goog .ti-review-content p,
.ti-widget.ti-goog .ti-review-content strong,
.ti-widget.ti-goog .ti-review-content .ti-more {
    color: #e0e0e0 !important;
    display: inline !important;
    visibility: visible !important;
    opacity: 1 !important;
    font-size: 24px !important;
    background: transparent !important;
}

.ti-widget .ti-read-more {
    display: none !important;
}

.ti-widget.ti-goog, 
.ti-widget .ti-reviews-container,
.ti-widget .ti-review-item, 
.ti-widget .ti-inner {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    overflow: visible !important;
}


.ti-widget .ti-review-item {
    padding-top: 0px !important; 
    padding-bottom: 0px !important;
    position: relative !important;
}

.ti-widget .ti-review-item::before {
    content: "“" !important;
    font-family: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 252px !important;
    line-height: 1 !important;
    color: #444 !important;
    position: absolute !important;
    top: -35px !important;
    left: 0px !important;
    opacity: 0.8 !important;
    z-index: 0 !important;
    pointer-events: none;
}

.ti-widget .ti-name {
    font-size: 24px !important;
    font-weight: 600 !important;
    color: #fff !important;
    margin-bottom: 10px !important;
    display: inline-block !important;
    position: relative !important;
    z-index: 2;
    text-decoration: underline !important;
    text-decoration-color: #666 !important;
    text-underline-offset: 6px !important;
    padding-left: 70px !important;
}

.ti-widget .ti-stars {
    margin-top: 15px !important;
    padding-left: 0 !important;
    position: relative;
    z-index: 2;
}
.ti-widget .ti-star {
    color: #ffc107 !important;
    font-size: 20px !important;
}

.ti-widget .ti-star svg path { fill: #ffc107 !important; }
.ti-widget .ti-date, 
.ti-widget .ti-footer, 
.ti-widget .ti-platform-icon, 
.ti-widget .ti-profile-img { 
    display: none !important; 
}

.ti-widget .ti-controls .ti-next,
.ti-widget .ti-controls .ti-prev {
    background: transparent !important;
    border: 1px solid #666 !important;
    border-radius: 50% !important;
    width: 52px !important;
    height: 52px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #fff !important;
    transition: all 0.3s ease !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    opacity: 1 !important;
    z-index: 10 !important;
    cursor: pointer !important;
    pointer-events: auto !important;
}

.ti-widget .ti-controls .ti-next:hover,
.ti-widget .ti-controls .ti-prev:hover {
    background: #fff !important;
    color: #000 !important;
    border-color: #fff !important;
}

.ti-widget .ti-controls {
    margin-top: 0 !important;
    width: 100% !important;
    position: absolute !important;
    top: 50% !important;
    left: 0 !important;
    height: 0 !important;
    pointer-events: none;
}
.ti-widget .ti-controls .ti-prev { left: -60px !important; }
.ti-widget .ti-controls .ti-next { right: -60px !important; }

@media (max-width: 768px) {
    .ti-widget.ti-goog .ti-review-content,
    .ti-widget.ti-goog .ti-review-content span { font-size: 20px !important; }
    .ti-widget .ti-name { font-size: 20px !important; padding-left: 50px !important; }
    .ti-widget .ti-review-item { padding-top: 40px !important; }
    .ti-widget .ti-review-item::before { font-size: 120px !important; top: -10px !important; left: -10px !important; }
    .ti-widget .ti-controls .ti-prev { left: -10px !important; }
    .ti-widget .ti-controls .ti-next { right: -10px !important; }
}

.services {
	padding-top: 100px;
	padding-bottom: 50px;
}

.services .column_heading .title {
    margin-bottom: 0;
    border-right: 1px solid #555555;
    margin-right: 55px;
}

@keyframes tabFadeSlide {
    0% {
        opacity: 0;
        transform: translateY(15px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.custom-dark-tabs.jq-tabs,
.custom-dark-tabs .jq-tabs {
        background: linear-gradient(135deg, #181818 0%, #1a1a1a 100%) !important;
    border: 1px solid #333 !important;
    border-radius: 30px !important;
    padding: 50px 50px 50px 50px !important;
    display: flex !important;
    flex-direction: column-reverse !important;    
    position: relative !important;
    overflow: hidden !important; 
    min-height: 450px !important;
}

.custom-dark-tabs .ui-tabs-nav,
.custom-dark-tabs.jq-tabs .ui-tabs-nav {
    background: #111 !important;
    border: 1px solid #333 !important;
    border-radius: 100px !important;
    padding: 6px !important;
    display: inline-flex !important;
    width: auto !important;
    align-self: flex-start !important;
    margin-top: 40px !important; 
    margin-bottom: 0 !important;
    position: relative !important;
    z-index: 10 !important;
}

.custom-dark-tabs .ui-tabs-nav li,
.custom-dark-tabs.jq-tabs .ui-tabs-nav li { margin: 0 !important; padding: 0 !important; border: none !important; background: transparent !important; box-shadow: none !important; }

.custom-dark-tabs .ui-tabs-nav li a, .custom-dark-tabs.jq-tabs .ui-tabs-nav li a {
    color: #777 !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    padding: 10px 25px !important;
    border-radius: 50px !important;
    border: none !important;
    transition: all 0.3s ease !important;
    background: transparent !important;
}

.custom-dark-tabs .ui-tabs-nav li.ui-state-active a,
.custom-dark-tabs.jq-tabs .ui-tabs-nav li.ui-state-active a { background-color: #333 !important; color: #fff !important; }
.custom-dark-tabs .ui-tabs-nav li:after, .custom-dark-tabs .ui-tabs-nav li.ui-tabs-active:after { display: none !important; }

.custom-dark-tabs .ui-tabs-panel, .custom-dark-tabs.jq-tabs .ui-tabs-panel { background: transparent !important; padding: 0 !important; margin: 0 !important; border: none !important; flex-grow: 1 !important; }

.custom-dark-tabs .ui-tabs-panel[aria-hidden="false"], 
.custom-dark-tabs .ui-tabs-panel[style*="block"] { 
    display: flex !important; 
    align-items: stretch !important;
    animation: tabFadeSlide 0.6s cubic-bezier(0.25, 1, 0.5, 1) forwards; 
}

.custom-dark-tabs .ui-tabs-panel[aria-hidden="true"], .custom-dark-tabs .ui-tabs-panel[style*="none"] { display: none !important; }

.custom-tab-layout {
    display: flex !important;
    width: 100% !important;
    justify-content: space-between !important;
    align-items: stretch !important; 
    position: relative !important;
    height: 100% !important;
}

.tab-left-content {
    width: 45% !important;
    padding-right: 20px !important;
    z-index: 5 !important;
    align-self: center !important; 
}

.tab-icon i { font-size: 45px !important; color: transparent !important; -webkit-text-stroke: 1px #fff; margin-bottom: 25px !important; display: block !important; }

.tab-title {
    color: #fff !important;
    font-size: 44px !important;
    font-weight: 800 !important;
    line-height: 1.1 !important;
    margin-bottom: 50px !important;
}

.tab-desc p {
    color: #aaa !important;
    font-size: 20px !important;
    line-height: 31px !important;
    font-weight: 400 !important;
}

.tab-right-image {
    position: relative !important;
    width: 55% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    pointer-events: none;
    margin-right: -20px !important;
}

.tab-right-image img {
	height: 100% !important;
    width: 100% !important;
    object-fit: contain !important;
    max-height: 300px !important;
}

@media (max-width: 900px) {
    .custom-dark-tabs.jq-tabs, .custom-dark-tabs .jq-tabs { padding: 30px !important; min-height: auto !important; }
    .custom-tab-layout { flex-direction: column !important; align-items: center !important; }
    .tab-left-content { width: 100% !important; margin-bottom: 30px !important; text-align: left !important; padding-bottom: 0 !important; align-self: flex-start !important; }
    .tab-right-image { width: 100% !important; justify-content: center !important; margin-right: 0 !important; }
    .tab-right-image img { max-width: 100% !important; height: auto !important; min-height: auto !important; object-fit: contain !important; }
    .custom-dark-tabs .ui-tabs-nav, .custom-dark-tabs.jq-tabs .ui-tabs-nav { margin-top: 20px !important; margin-bottom: 20px !important; width: 100% !important; justify-content: center !important; flex-wrap: wrap !important; }
}

.style-simple .ui-tabs .ui-tabs-nav li.ui-state-active a:after {
	display: none;
}

.why {
	padding-top: 10px;
	padding-bottom: 50px;
}

.why .mfn-list .mfn-list-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    line-height: 0;
    position: relative;
    width: 52px;
    height: 52px;
    background-color: #262626;
    border-radius: 18px;
    margin-right: 20px;
}

.why .mfn-list span.mfn-list-desc {
    font-size: 20px;
    line-height: 20px;
    font-weight: 500;
}

.supporting {
	padding-top: 50px;
	padding-bottom: 50px;
}

.supporting .mfn-icon-box-top.mfn-icon-box-center .icon-wrapper, .mfn-icon-box-bottom.mfn-icon-box-center .icon-wrapper {
    width: 100%;
}

.commitment {
	padding-top: 50px;
	padding-bottom: 50px;
}

.commitment-box {
	background-color: #181818;
	border-radius: 36px;
	padding: 50px 60px;
}

.commitment-box p {
	font-size: 28px;
	line-height: 1.4;
	margin-bottom: 0;
}

.commitment-box .mcb-column-inner {
	margin: 0;
}

.commitment-box h2 {
	margin-bottom: 35px !important;
}

.contact-section {
	padding-top: 50px;
	padding-bottom: 70px;
}

.map-overlay-card {
    background: 
        linear-gradient(180deg, rgba(41, 41, 41, 0.75) 0%, rgba(16, 16, 16, 0.5) 100%) padding-box,
        linear-gradient(180deg, rgba(32, 32, 32, 0.75) 0%, rgba(105, 105, 105, 0.4) 100%) border-box;
    border: 1px solid transparent !important;
    border-radius: 36px !important;
    backdrop-filter: blur(7px) !important;
    -webkit-backdrop-filter: blur(7px) !important;
    width: 100%;
    max-width: 255px;
    padding: 20px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.5);
    box-sizing: border-box;
    margin: 0 auto;
    overflow: hidden;
}

.card-image-wrapper img {
    width: 100%;
    border-radius: 20px;
    display: block;
    margin-bottom: 20px;
}

.map-overlay-card h3.card-title {
    color: #fff !important;
    font-size: 20px !important;
    line-height: 1.2 !important;
    font-weight: 600 !important;
    margin: 0 0 10px 0 !important;
}

.map-overlay-card p.card-address {
    color: #d0d0d0 !important;
    font-size: 12px !important;
    line-height: 1.5 !important;
    font-weight: 400 !important;
    margin: 0 0 25px 0 !important;
}

.card-rating {
    display: flex;
    align-items: center;
    gap: 15px;
}

.rating-score {
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
    color: #fff;
}

.rating-stars {
    color: #ffc107;
    font-size: 26px;
    letter-spacing: 3px;
}

.mcb-column-inner-vk2s3ukg {
	margin-left: 0;
}

.google-map-wrapper {
    position: relative;
    border-radius: 36px;
    overflow: hidden;
}

.google-map-contact-wrapper {
    position: absolute;
    z-index: 10;
    right: auto;
    top: 50px;
    left: 50px;
}

.google-map-contact-wrapper .get_in_touch {
    width: 255px;
    padding: 0;
    position: relative;
}

.google-map-contact-wrapper {
    background-color: transparent;
}

.get_in_touch ul li {
    margin: 0;
    list-style: none;
    position: relative;
    padding: 0;
    word-wrap: break-word;
}


.location-info-card {
    background: #181818;
    border: 1px solid transparent !important;
    border-radius: 36px !important;
    padding: 30px;
    width: 100%;
    box-sizing: border-box;
    color: #fff;
    margin: 0 auto;
}

.info-text {
    color: #DFDFDF !important;
    font-size: 18px !important;
    line-height: 26px !important;
    font-weight: 400 !important;
    margin-bottom: 35px !important;
}

.info-address-row {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    gap: 15px;
}

.addr-icon {
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 45px;
}

.addr-icon img {
    display: block;
    filter: brightness(0) invert(1);
}

.addr-details {
	display: flex;
	flex-direction: column;}

.addr-label {
    font-size: 16px;
    color: #ffffff;
}

.addr-value {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
}

.info-features-grid {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    gap: 10px;
}

.feature-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 32%;
}


.feature-icon-box {
    background: #212121;
    border-radius: 20px;
    width: 100%;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.feature-icon-box img {
    display: block;
    filter: brightness(0) invert(1);
}

.feature-label {
    font-size: 14px;
    color: #ffffff;
    line-height: 14px;
    display: block;
}

.footer-section {
	padding-top: 80px;
}

.footer-section .copyright p {
	font-size: 14px;
	line-height: 20px;
	color: #DFDFDF;
}

.approved-footer h3 {
	font-size: 12px;
	line-height: 14px;
}

.mcb-column-inner-b90zjm84 {
	margin-bottom: 0;
}

.approved-footer img {
	max-height: 50px;
	width: auto;
}

.approved-footer .mcb-column-inner {
    margin-left: 5px;
    margin-right: 5px;
}

ul.footer-menu {
    list-style: none;
    margin-left: 0;
    text-align: right;
}

ul.footer-menu li {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    margin-left: 25px;
}

.mcb-column-inner-4szc9lh {
	margin-bottom: 0;
}

.mcb-section .mcb-wrap .mcb-item-ewq2ymbi .logo-wrapper {
    align-items: center;
    max-width: 175px;
    margin-left: 15px;
}

    .mfn-header-scrolled .mfn-header-tmpl.mfn-hasSticky {
        background-color: rgba(33, 33, 33, 0.95);
    }

/* ======================================================== */
/* MOBILE RESPONSIVE STYLES (Max-Width: 758px) */
/* ======================================================== */

@media only screen and (max-width: 758px) {
	.hero {
		padding-top: 100px;
	}
	
	.mfn-header-tmpl .mcb-header-section > .section_wrapper {
        flex-wrap: nowrap;
        display: flex;
        flex-direction: row;
        align-items: center;
    }
	
	.mcb-section .mcb-wrap-tewm56y {
        width: auto !important;
        display: block;
    }
	
	.mcb-section .mcb-wrap-tewm56y .mcb-wrap-inner-tewm56y {
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: center;
    }
	
	span.phone {
		display: none;
	}
	
	.mcb-section .mcb-wrap .mcb-item-au57katm, .mcb-section .mcb-wrap .mcb-item-ewq2ymbi {
        width: 140px;
        margin-left: 15px;
        margin-top: 0px;
    }
	
	#mfn-header-template .column_button .button span.text-button {
		border-right: none;
		padding-right: 0;
		margin-right: 0;
	}
	
	.mcb-section .mcb-wrap .mcb-item-au57katm .logo-wrapper {
        align-items: center;
        max-width: 140px;
        margin-left: 0;
        float: right;
    }
	
	#mfn-header-template .column_button .button {
		background-color: #ECDA54;
		border-radius: 0;
		font-size: 14px;
		font-weight: 600;
		color: #020202;
		padding: 12px 25px;
	}
	
	.hero-text-box {
		font-size: 16px;
		line-height: 16px;
		display: flex;
	}
	
	.hero h1 {
		margin-top: 10px;
	}
	
	.mcb-wrap-inner-ya38jzic .one-third {
        width: 33.33333%;
        padding-left: 7px;
        padding-right: 7px;
    }
	
	.hero .mfn-icon-box-top.mfn-icon-box-center .icon-wrapper {
		transform: scale(0.8);
		margin-bottom: 10px;
	}
	
	.mfn-icon-box .desc-wrapper .desc {
        font-size: 11px;
        line-height: 16px;
        text-align: center;
    }
	
	.hero .mfn-icon-box-center {
		align-items: center;
	}
	
	.mcb-column-inner-mq0qu72 {
		margin-top: 15px;
		margin-bottom: 5px;
	}
	
	.mcb-column-inner-mq0qu72 {
		margin-top: 15px !important;
		margin-bottom: 5px !important;
	}
	
	.hero h1 {
		margin-top: 10px;
		font-size: 44px;
		line-height: 48px;
	}
	
	.mcb-wrap-inner-4uj21eqn .image_frame .image_wrapper img:not(.ls-l) {
		position: relative;
		top: 0;
		max-height: 45px;
		width: auto;
	}
	

	.mcb-wrap-btye0v2 {
		margin-top: 30px !important;
	}
	
	.about {
		padding-top: 50px;
		padding-bottom: 0;
	}
	
	.about h2 {
		margin-bottom: 25px;
	}
	
	p {
		margin-bottom: 20px;
		font-size: 14px;
		line-height: 22px;
	}
	
	.my-clean-slider-wrapper {
		opacity: 0;
		transition: opacity 0.5s ease;
		margin: 0;
		position: relative;
		overflow: hidden;
	}
	
	.my-clean-slider .slick-center .slide-inner {
		transform: scale(1);
	}
	
	.my-clean-slider .slick-prev, .my-clean-slider .slick-next {
		position: absolute;
		top: 50% !important;
		width: 42px;
		height: 42px;
		background: rgba(255, 255, 255, 0.15);
		border: 2px solid #fff;
		border-radius: 50%;
		z-index: 200;
		cursor: pointer;
		transform: translateY(-50%);
		font-size: 0;
		color: transparent;
		transition: all 0.3s ease;
	}
	
	.my-clean-slider .slick-list {
		padding-top: 35px !important;
		padding-bottom: 50px !important;
		overflow: visible !important;
	}
	
	.home-boxes .mfn-icon-box {
		min-height: auto;
	}
	
	.home-boxes .mfn-icon-box img {
		width: 100%;
	}
	
	.home-boxes .mfn-icon-box .desc-wrapper .title {
		font-size: 20px;
		text-align: center;
		line-height: 26px;
	}
	
	.testimonials-section {
		padding-top: 20px;
		padding-bottom: 0px;
	}
	
	.ti-widget.ti-goog .ti-review-content, .ti-widget.ti-goog .ti-review-content span {
        font-size: 16px !important;
        line-height: 24px !important;
    }
	
	.ti-widget.ti-goog .ti-review-content {
		height: 51px !important;
	}
	
	.ti-widget .ti-review-item::before {
        font-size: 160px !important;
        top: -10px !important;
        left: 15px !important;
    }
	
	.ti-widget .ti-review-item {
        padding-top: 0px !important;
    }
	
	.ti-widget.ti-goog .ti-review-content {
		min-height: 150px !important;
	}
	
	.services {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	
	.services .column_heading .title {
		margin-bottom: 0;
		border-right: none;
		margin-right: 0;
	}
	
	.tab-icon i {
		font-size: 32px !important;
	}
	
	.tab-title {
		font-size: 32px !important;
		margin-bottom: 30px !important;
	}
	
	.tab-desc p {
		font-size: 16px !important;
		line-height: 28px !important;
		font-weight: 400 !important;
	}
	
	.custom-dark-tabs .ui-tabs-nav, .custom-dark-tabs.jq-tabs .ui-tabs-nav {
		border-radius: 36px !important;
		padding: 20px !important;
		margin-top: 30px !important;
	}
	
	.custom-dark-tabs .ui-tabs-nav li a, .custom-dark-tabs.jq-tabs .ui-tabs-nav li a {
		font-size: 16px !important;
	}
	
	.why .mfn-list .mfn-list-icon {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-shrink: 0;
		line-height: 0;
		position: relative;
		width: 42px;
		height: 42px;
		background-color: #262626;
		border-radius: 10px;
		margin-right: 15px;
	}
	
	.why .mfn-list span.mfn-list-desc {
		font-size: 16px;
		line-height: 16px;
		font-weight: 500;
	}
	
	.mcb-column-inner-otc1so7 {
		margin-bottom: 0 !important;
	}
	
	.supporting {
		padding-top: 0;
		padding-bottom: 0;
	}
	
	.supporting .mfn-icon-box .desc-wrapper .title {
        display: block;
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 25px;
    }
	
	.supporting .mfn-icon-box-top .icon-wrapper {
		margin: 0 0 20px 0;
	}
	
	.commitment-box p {
		font-size: 18px;
		line-height: 1.6;
		margin-bottom: 0;
	}
	
	.commitment-box {
		background-color: #181818;
		border-radius: 36px;
		padding: 30px 35px;
	}
	
	.commitment-box h2 {
		margin-bottom: 25px !important;
		font-size: 26px;
	}
	
	.contact-section {
		padding-top: 20px;
		padding-bottom: 0;
	}
	
	.google-map-contact-wrapper {
		position: absolute;
		z-index: 10;
		right: auto;
		top: auto;
		left: 15px;
		bottom: 7px;
	}
	
	.google-map-contact-wrapper .get_in_touch {
		width: 210px;
		padding: 0;
		position: relative;
	}
	
	.map-overlay-card h3.card-title {
		color: #fff !important;
		font-size: 17px !important;
		line-height: 1.2 !important;
		font-weight: 600 !important;
		margin: 0 0 10px 0 !important;
	}
	
	.rating-score {
		font-size: 20px;
		font-weight: 600;
		line-height: 1;
		color: #fff;
	}
	
	.rating-stars {
		color: #ffc107;
		font-size: 22px;
		letter-spacing: 0px;
	}
	
	.map-overlay-card p.card-address {
		color: #d0d0d0 !important;
		font-size: 11px !important;
		line-height: 1.5 !important;
		font-weight: 400 !important;
		margin: 0 0 10px 0 !important;
	}
	
	.mcb-wrap-inner-t8t7u1u {
		margin-top: 35px;
	}
	
	.info-text {
		color: #DFDFDF !important;
		font-size: 16px !important;
		line-height: 24px !important;
		font-weight: 400 !important;
		margin-bottom: 25px !important;
	}
	
	.location-info-card {
		background: #181818;
		border: 1px solid transparent !important;
		border-radius: 36px !important;
		padding: 20px;
		width: 100%;
		box-sizing: border-box;
		color: #fff;
		margin: 0 auto;
	}
	
	.addr-label {
		font-size: 14px;
		color: #ffffff;
	}
	
	.addr-value {
		font-size: 16px;
		font-weight: 700;
		color: #fff;
	}
	
	.feature-label {
		font-size: 12px;
		color: #ffffff;
		line-height: 16px;
		display: block;
	}
	
	.footer-section {
		padding-top: 50px;
	}
	
	ul.footer-menu {
		list-style: none;
		margin-left: 0;
		text-align: center;
		line-height: 26px;
	}
	
	.mcb-column-inner-b90zjm84 {
		margin-bottom: 5px !important;
	}
	
	.approved-footer img {
		max-height: 42px;
		width: auto;
	}
	
	.footer-section .copyright p {
		font-size: 12px;
		line-height: 20px;
		color: #DFDFDF;
		text-align: center;
		margin-top: 20px;
	}
	
	.approved-footer h3 {
		font-size: 12px;
		line-height: 14px;
		margin-bottom: 7px;
	}
	
	ul.footer-menu li {
		display: inline-block;
		font-size: 14px;
		font-weight: 600;
		margin-left: 10px;
		margin-right: 10px;
	}

	.approved .column_image {
		margin-left: 5px;
		margin-right: 5px;
	}
	
	.card-image-wrapper img {
		width: 100%;
		border-radius: 20px;
		display: block;
		margin-bottom: 10px;
	}
	
	.map-overlay-card p.card-address {
        color: #d0d0d0 !important;
        font-size: 11px !important;
        line-height: 1.5 !important;
        font-weight: 400 !important;
        margin: 0 0 5px 0 !important;
    }
	
	.mcb-wrap-8vractj {
		margin-top: 110px !important;
	}
	
	section.mcb-section-s2w3wm9p {
		background-position: top center !important;
		background-size: 220% !important;
	}

}