/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/
/* Montserrat Font Faces - Essential Variations Only */
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/Montserrat-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/Montserrat-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/Montserrat-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Tajawal';
    src: url('../fonts/tajawal/Tajawal-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Apply Montserrat to body and headings */
body {
    font-family: 'Montserrat', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 700;
}

.header-wrap-clone {
  height: calc(var(--cnvs-header-height) + 20px) !important;
}

.menu-link{
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 400 !important;
}

#oc-product .product:hover .product-title h2 {
    font-style: normal !important;
}

.copyright-links a {
    border-bottom: none !important;
}
#footer .footer-widgets-wrap {
    padding: 10px;
}
.testimonials-div .owl-item active{
    margin-right: 0px !important;
    margin-left: 0px !important;
}
.testimonials-div .owl-stage {
    right: unset !important;
    left: unset !important;
    display: flex !important;
    align-items: stretch !important;
    height: auto !important;
}

.testimonials-div .owl-item {
    display: flex !important;
    align-items: stretch !important;
    height: auto !important;
    min-height: auto !important;
    max-height: none !important;
}

.testimonials-div .owl-item > div {
    width: 100% !important;
    height: auto !important;
    min-height: auto !important;
    max-height: none !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
}

.testimonials-div .owl-carousel {
    height: auto !important;
    min-height: auto !important;
    max-height: none !important;
}

.testimonials-div .owl-stage-outer {
    height: auto !important;
    min-height: auto !important;
    max-height: none !important;
}

/* Responsive Banner Images */
.slider-inner {
    background-image: url('../images/Banner.png') !important;
    background-position: 50% 50% !important;
}

/* Complete header hide on scroll down */
#header.sticky-on-scrollup.sticky-header #header-wrap {
    margin-top: calc(var(--cnvs-header-height-shrink) * -1);
    transform: translateY(-100%);
    transition: transform 0.3s ease, opacity 0.3s ease, margin-top 0.4s ease;
}

#header.sticky-on-scrollup.show-sticky-onscroll.sticky-header #header-wrap {
    margin-top: 0px;
    transform: translateY(0);
}

#logo{
    padding: 10px 0px 10px 0px !important;
}
.canvas-button-bordered {
    --cnvs-canvas-button-padding: 1.125rem 2rem;
    --cnvs-canvas-button-font-size: 1.25rem;
    pointer-events: auto;
    cursor: pointer;
    background: none;
    border: 1px solid #fff;;
    font-size: var(--cnvs-canvas-button-font-size);
    position: relative;
    display: inline-block;
    font-weight: 400;
    padding: var(--cnvs-canvas-button-padding);
    overflow: hidden;
    color: #fff;
    border-radius: 0.25rem;
}

.canvas-button-bordered:hover {
    --cnvs-canvas-button-padding: 1.125rem 2rem;
    --cnvs-canvas-button-font-size: 1.25rem;
    pointer-events: auto;
    cursor: pointer;
    background: #fff;
    border: 1px solid #fff;;
    font-size: var(--cnvs-canvas-button-font-size);
    position: relative;
    display: inline-block;
    font-weight: 400;
    padding: var(--cnvs-canvas-button-padding);
    overflow: hidden;
    color: #111111;
    border-radius: 0.25rem;
}
/* Remove header overlay effect */
#wrapper::after {
    display: none !important;
}

.is-expanded-menu.top-search-open #wrapper::after,
#wrapper.header-overlay::after {
    display: none !important;
}
/* Mobile Navigation for Team Slider */
#oc-product .owl-nav {
    display: none;
}

/* Equipment Detail Page Styles */
.equipment-image img {
    border-radius: 10px;
    box-shadow: 0 10px 10px rgba(0,0,0,0.1);
}

.equipment-info h1 {
    color: var(--cnvs-primary);
    margin-bottom: 2rem;
}

.equipment-description h3 {
    color: var(--cnvs-primary);
    border-bottom: 2px solid var(--cnvs-primary);
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.benefits-list, .treatment-areas {
    list-style: none;
    padding: 0;
}

.benefits-list li, .treatment-areas li {
    padding: 8px 0;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 25px;
}

.benefits-list li:before, .treatment-areas li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--cnvs-primary);
    font-weight: bold;
}

.equipment-actions {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

@media (max-width: 767px) {
    .slider-inner {
        background-image: url('../images/mobile banner.png') !important;
        background-position: 50% 50% !important;
        background-size: cover !important;
    }
    
    .slider-inner .container {
        display: flex !important;
        flex-direction: column !important;
        justify-content: space-between !important;
        padding: 60px 20px !important;
        height:75vh;
    }
    
    .slider-inner .vertical-middle {
        display: block !important;
        transform: none !important;
        position: static !important;
        flex: 1 !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: space-between !important;
    }
    
    .slider-inner .row {
        margin: 0 !important;
        flex: 1 !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: space-between !important;
    }
    
    .slider-inner .col-md-5 {
        max-width: 100% !important;
        flex: 0 0 100% !important;
        padding: 0 !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: space-between !important;
    }
    
    .slider-inner h2 {
        font-size: 2.5rem !important;
        margin-bottom: 100px !important;
        color: white !important;
        text-align: center !important;
        line-height: 1.2 !important;
    }
    
    .slider-inner .canvas-button-bordered {
        margin-top: 100px !important;
        align-self: center !important;
    }

    #header-wrap #logo img {
        height: 50px;
    }

    #oc-product .owl-nav {
        display: flex;
        justify-content: space-between;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 100%;
        padding: 0 10px;
        pointer-events: none;
    }
    
    #oc-product .owl-nav .owl-prev,
    #oc-product .owl-nav .owl-next {
        position: absolute;
        background: rgba(255, 255, 255, 0.9);
        border: 2px solid var(--cnvs-color-secondary);
        border-radius: 50%;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        pointer-events: auto;
        transition: all 0.3s ease;
        z-index: 10;
    }
    
    #oc-product .owl-nav .owl-prev {
        left: 10px;
    }
    
    #oc-product .owl-nav .owl-next {
        right: 10px;
    }
    
    #oc-product .owl-nav .owl-prev:hover,
    #oc-product .owl-nav .owl-next:hover {
        background: var(--cnvs-color-secondary);
        border-color: var(--cnvs-color-secondary);
    }
    
    #oc-product .owl-nav .owl-prev:hover:before,
    #oc-product .owl-nav .owl-next:hover:before {
        color: white;
    }
    
    #oc-product .owl-nav .owl-prev:before,
    #oc-product .owl-nav .owl-next:before {
        font-family: 'bootstrap-icons' !important;
        font-size: 18px;
        color: var(--cnvs-color-secondary);
        font-weight: bold;
    }
    
    /* #oc-product .owl-nav .owl-prev:before {
        content: "\F12F";
    }
    
    #oc-product .owl-nav .owl-next:before {
        content: "\F130";
    } */
}
