/**
Theme Name: Precision Orthopedics
Author: Blue Winds Media
Author URI: https://www.bluewindsmedia.com
Description: A custom theme for Precision Orthopedics, built on the Astra framework.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: precision-orthopedics
Template: astra
*/

/* ======= Common CSS: Start ======= */
*,
::before,
:after {
    box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    box-sizing: border-box;
}

p {
    margin: 0px 0px 20px;
}

p:last-child {
    margin: 0px 0px 0px;
}

a {
    text-decoration: none;
    color: inherit;
}

a:hover,
a:focus {
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
}

ul,
ol,
li {
    list-style: none;
}

ul+ul,
ul+ol,
ol+ul,
ol+ol {
    margin: 20px 0px 0px;
}

a:focus,
a:focus-within,
a:focus-visible,
a:target,
a:visited,
a:active,
button:focus,
button:focus-within,
button:focus-visible,
button:target,
button:visited,
button:active,
input:focus,
input:focus-within,
input:focus-visible,
input:target,
input:visited,
input:active,
select:focus,
select:focus-within,
select:focus-visible,
select:target,
select:visited,
select:active,
textarea:focus,
textarea:focus-within,
textarea:focus-visible,
textarea:target,
textarea:visited,
textarea:active {
    outline: none;
    box-shadow: none;
    font-family: inherit;
}

::-webkit-input-placeholder,
:-moz-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
::-ms-input-placeholder,
::placeholder {
    color: inherit;
    opacity: 1;
    font-family: inherit;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* ======= Common CSS: End ======= */



/* ======= Hover Button CSS: Start ======= */


.hover-btn a span.elementor-button-icon,
.hover-btn button.elementor-button.elementor-size-sm span.elementor-button-icon {
    width: 10px;
    height: 10px;
    padding-bottom: 6px;
}

.hover-btn a span.elementor-button-content-wrapper,
.hover-btn button.elementor-button.elementor-size-sm {
    display: flex;
    align-items: center;
}

.green-btn a:hover span.elementor-button-icon svg circle {
    fill: rgba(7, 143, 65, 1) !important;
}

/* ======= Hover Button CSS: End ======= */



/* ======= Heading Text Anim CSS: Start ======= */
span.word {
    display: inline-flex;
    overflow: hidden;
}

.text-anim span.word span.char {
    opacity: 0;
    transition: all 1.2s cubic-bezier(0.17, 0.17, 0, 0.79) !important;
}

.text-anim.split-is h1 span.word span.char,
.text-anim.split-is h2 span.word span.char,
.text-anim.split-is h3 span.word span.char,
.text-anim.split-is h4 span.word span.char {
    opacity: 1;
    transition-delay: calc(30ms * var(--char-index)) !important;
    display: inline-flex;
}

/* ======= Heading Text Anim CSS: End ======= */



/* ======= Header Section CSS: Start ======= */



/* ======= Header Section CSS: End ======= */



/* ======= Footer Section CSS: Start ======= */

.contact-form-row .e-con-inner {
    margin-left: auto;
    margin-right: 0;
}

.contact-form .elementor-form-fields-wrapper .elementor-field-group input {
    padding: 0 !important;
    height: 55px !important;
    box-shadow: none;
}

.contact-form .elementor-form-fields-wrapper .elementor-field-group textarea {
    padding: 0 !important;
    box-shadow: none;
}

.contact-form .elementor-form-fields-wrapper .elementor-field-group input:focus,
.contact-form .elementor-form-fields-wrapper .elementor-field-group textarea:focus {
    box-shadow: none !important;
    border-style: solid !important;
    background: transparent;
}


/* ======= Footer Section CSS: End ======= */



/* =======  Banner Section CSS: Start ======= */

.hero-banner-text-sec:after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 30px;
    background: linear-gradient(180deg, rgba(2, 23, 11, 0.80) 0%, rgba(2, 23, 11, 0.00) 52.73%);
    position: absolute;
}

.text-space h2 {
    text-indent: 140px;
}

.team-textarea .text-space h2 {
    text-indent: 220px !important;
}

.review-headarea .e-con-inner,
.cta-support-sec .e-con-inner,
.pain-sec .e-con-inner {
    margin-left: 0;
}

.team-img-slider-sec .e-con-inner,
.service-tab-sec .e-con-inner {
    margin-right: 0;
}

.team-img-slider-sec .image-slider .e-n-carousel.swiper {
    width: 74.5vw;
}

.team-img-slider-sec .image-slider .e-n-carousel.swiper .elementor-widget-image-box figure.elementor-image-box-img,
.team-img-slider-sec .image-slider .e-n-carousel.swiper .elementor-widget-image-box figure.elementor-image-box-img img {
    width: 100% !important;
}

/* .service {
    counter-increment: list-counter;
}

.service-sec h2:before {
    content: counter(list-counter, decimal-leading-zero) ". ";
    color: #FFF;
    text-align: center;
    font-family: Teko;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1em;
    position: relative;
    border: none;
    margin-right: 20px;
    transition: all 0.3s ease-in-out;
} */

.service-slider .swiper {
    width: 88.6vw;
}

.service-tab-col .e-n-tabs-heading {
    width: max-content;
    padding: 10px;
    border: 1px solid rgb(255 255 255 / 8%);
    border-radius: 20px;
}

.service-tab-col .e-n-tabs-heading .e-n-tab-title.active {
    padding: 16px 28px !important;
}

.service-sec .elementor-widget-theme-post-featured-image img {
    aspect-ratio: 1/1.08 !important;
    object-fit: cover;
}

.pain-img-sec:after {
    content: "";
    width: 574px;
    height: 574px;
    flex-shrink: 0;
    border-radius: 574px;
    opacity: 0.1;
    background: #02170B;
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}

.choose-text-sec .elementor-widget-icon-box .elementor-icon-box-icon svg {
    width: 10px !important;
    height: 12px !important;
}

.pain-image .e-hotspot {
    text-decoration: none !important;
}

.pain-image .e-hotspot:nth-child(2) .e-hotspot__tooltip {
    margin-bottom: 60px;
    margin-right: 100px;
}

/* .pain-image .e-hotspot:nth-child(3) .e-hotspot__tooltip {
    margin-bottom: 0px;
    margin-right: 100px;
} */


.pain-image .e-hotspot:nth-child(4) .e-hotspot__tooltip {
    margin-right: 70px;
}

.pain-image .e-hotspot:nth-child(5) .e-hotspot__tooltip {
    margin-right: 240px;
    margin-top: -25px;
}

.pain-image .e-hotspot .e-hotspot__tooltip:after,
.pain-image .e-hotspot .e-hotspot__tooltip:after {
    content: "";
    width: 1px;
    height: 60px;
    display: block;
    background: #000;
    position: absolute;
}

.pain-image .e-hotspot:nth-child(2) .e-hotspot__tooltip:after {
    transform: rotate(-30deg);
    right: 20px;
}

/* .pain-image .e-hotspot:nth-child(3) .e-hotspot__tooltip:after {
    transform: rotate(-90deg);
    right: -40px;
    top: -19px;
} */

.pain-image .e-hotspot:nth-child(3) .e-hotspot__tooltip:before,
.pain-image .e-hotspot:nth-child(6) .e-hotspot__tooltip:before {
    content: "";
    width: 1px;
    height: 60px;
    display: inline-block;
    background: #000;
    position: relative;
}

.pain-image .e-hotspot:nth-child(3) .e-hotspot__tooltip:after,
.pain-image .e-hotspot:nth-child(6) .e-hotspot__tooltip:after {
    content: none;
}

.pain-image .e-hotspot:nth-child(4) .e-hotspot__tooltip:after {
    transform: rotate(90deg);
    right: -35px;
    top: -20px;
}

.pain-image .e-hotspot:nth-child(5) .e-hotspot__tooltip:after {
    transform: rotate(90deg);
    right: -38px;
    top: -20px;
}

/* =======  Banner Section CSS: End ======= */

.page-id-1073 .contact-us-sec {
    display: none;
}

.team-img-slider-sec .image-slider .e-n-carousel.swiper .elementor-widget-image-box figure.elementor-image-box-img img {
    aspect-ratio: 1/1.24;
    object-fit: cover;
}

.team-box1 .elementor-image-box-wrapper {
    gap: 60px;
}

/* =======  Patient Education CSS: Start ======= */
.patient_block {
    text-decoration: none !important;
    transition: all 0.3s ease-in-out;
}

.patient_block .count {
    width: 70px;
    height: 70px;
    background: rgb(7, 143, 65, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 0 20px 0 !important;
    transition: all 0.3s ease-in-out;
}

.patient_block .count .elementor-widget-container {
    align-items: center;
    display: flex;
    margin-top: 3px !important;
}

.patient_block:hover {
    background: #078f41;
}

.patient_block:hover .count {
    background: rgba(255, 255, 255, 0.2);
}

.patient_block .count span {
    transition: all 0.3s ease-in-out;
}

.patient_block:hover .count span {
    color: #fff !important;
}

.patient_block h3 {
    transition: all 0.3s ease-in-out;
}

.patient_block:hover h3 {
    color: #fff !important;
}

div#syk_muscle_sparing_knee {
    display: flex;
    flex-direction: column;
    align-items: center;
}

div#syk_muscle_sparing_knee h1 {
    color: #02170B;
    font-family: Teko;
    font-size: 80px;
    font-style: normal;
    font-weight: 700;
    line-height: 1em;
    text-transform: uppercase;
    text-align: center;
    width: 80%;
}

div#syk_muscle_sparing_knee p,
div#syk_muscle_sparing_knee ol {
    color: #02170B;
    font-family: "Gilroy", Sans-serif;
    font-size: 18px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3em;
    text-align: center;
    max-width: 1280px;
    width: 100%;
}

div#syk_muscle_sparing_knee p a {
    color: #078F41;
    text-decoration: none !important;
}

div#syk_muscle_sparing_knee p a:hover {
    color: #00DA5D !important;
}

div#syk_muscle_sparing_knee h2,
div#syk_muscle_sparing_knee h4 {
    font-family: "Teko", Sans-serif;
    font-size: 60px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1em;
    color: var(--e-global-color-secondary);
    text-align: center;
    width: 70%;
}

div#syk_muscle_sparing_knee h5#syk_references {
    font-family: "Gilroy", Sans-serif;
    font-size: 25px;
    font-weight: 500;
    line-height: 1em;
    color: var(--e-global-color-b9f5829);
    text-align: center;
}

div#syk_muscle_sparing_knee ol {
    padding: 0 0 0 20px !important;
    gap: 10px;
    display: flex;
    flex-direction: column;
    margin: 0;
}

div#syk_muscle_sparing_knee ol li {
    list-style: inside;
}

div#syk_muscle_sparing_knee div {
    width: auto !important;
    float: unset !important;
    text-align: center !important;
    margin: auto !important;
}

div#syk_muscle_sparing_knee div img {
    height: 600px !important;
    object-fit: contain !important;
    margin-bottom: 40px !important;
}

div#syk_muscle_sparing_knee hr {
    width: 100% !important;
    color: #00000033 !important;
    margin-bottom: 40px !important;
    max-width: 1280px;
}

/* ======= Responsive CSS: Start ======= */

/*
    Elementor Breakpoint For Responsive Screen : 
    Mobile Portrait   : 767
    Mobile Landscape  : 1024
    Tablet Portrait   : 1200
    Tablet Landscape  : 1400
    Laptop            : 1600
    */

@media screen and (min-width: 1600px) and (max-width: 1780px) {}

@media screen and (min-width: 1600px) and (max-width: 1780px) {}

@media screen and (max-width: 1780px) {

    .service-slider .swiper {
        width: 100vw !important;
    }
}

@media screen and (min-width: 1600px) and (max-width: 1680px) {

    .text-anim h2,
    div#syk_muscle_sparing_knee h1 {
        font-size: 76px !important;
    }

    .text-anim h1 {
        font-size: 80px !important;
    }

}

@media screen and (max-width: 1680px) {}

@media screen and (max-width: 1599px) {

    .pain-img-sec:after {
        width: 500px !important;
        height: 500px !important;
    }

    .service-sec h2:before {
        font-size: 28px !important;
    }

    div#syk_muscle_sparing_knee h1 {
        font-size: 66px !important;
    }

    div#syk_muscle_sparing_knee h2,
    div#syk_muscle_sparing_knee h4 {
        font-size: 50px !important;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1400px) {

    .text-anim h2 {
        font-size: 55px !important;
    }

    .contact-us-textarea {
        gap: 50px !important;
    }

    .text-space h2 {
        text-indent: 100px !important;
    }

    .service-textarea .elementor-widget-text-editor {
        left: 500px !important;
    }

    .choose-img-sec {
        width: 48% !important;
    }

    .pain-img-sec:after {
        width: 400px !important;
        height: 400px !important;
    }
}

@media screen and (max-width: 1199px) {

    .text-space h2 {
        text-indent: 100px !important;
    }

    .pain-img-sec:after {
        width: 340px !important;
        height: 340px !important;
    }

    .hover-btn button.elementor-button.elementor-size-sm {
        padding: 20px 25px 16px 25px !important;
    }

    .service-sec h2:before {
        font-size: 24px !important;
    }

    .service-tab-col .e-n-tabs-heading .e-n-tab-title.active {
        padding: 14px 22px !important;
    }

    /* 
    .pain-image .e-hotspot:nth-child(3) .e-hotspot__tooltip {
        margin-bottom: 0 !important;
        margin-right: 70px !important;
    } */

    .pain-image .e-hotspot:nth-child(2) .e-hotspot__tooltip {
        margin-bottom: 50px !important;
        margin-right: 70px !important;
    }

    .pain-image .e-hotspot .e-hotspot__tooltip:after,
    .pain-image .e-hotspot:nth-child(3) .e-hotspot__tooltip:before,
    .pain-image .e-hotspot:nth-child(6) .e-hotspot__tooltip:before {
        height: 50px !important;
    }

    .pain-image .e-hotspot:nth-child(5) .e-hotspot__tooltip {
        margin-right: 200px;
        margin-top: -20px;
    }

    div#syk_muscle_sparing_knee h1 {
        font-size: 46px !important;
    }

    div#syk_muscle_sparing_knee h2,
    div#syk_muscle_sparing_knee h4 {
        font-size: 40px !important;
    }

    div#syk_muscle_sparing_knee p,
    div#syk_muscle_sparing_knee ol {
        font-size: 16px !important;
    }
}

@media screen and (max-width: 991px) {

    .pain-img-sec:after {
        width: 230px !important;
        height: 230px !important;
    }

    .contact-form .elementor-form-fields-wrapper .elementor-field-group input {
        height: 40px !important;
    }

    .contact-form .elementor-form-fields-wrapper .elementor-field-group {
        margin-bottom: 40px !important;
        padding-right: calc(40px / 2) !important;
        padding-left: calc(40px / 2) !important;
    }

    .service-sec h2:before {
        font-size: 22px !important;
    }

    .team-box1 .elementor-image-box-wrapper {
        gap: 40px !important;
    }

    div#syk_muscle_sparing_knee h1 {
        font-size: 40px !important;
        width: 100% !important;
    }

    div#syk_muscle_sparing_knee h2,
    div#syk_muscle_sparing_knee h4 {
        font-size: 34px !important;
        width: 100% !important;
    }

}

@media screen and (max-width: 767px) {

    .text-space h2,
    .team-textarea .text-space h2 {
        text-indent: 0px !important;
    }

    .team-img-slider-sec .image-slider .e-n-carousel.swiper {
        width: 100vw !important;
    }

    br {
        display: none;
    }

    .hover-btn button.elementor-button.elementor-size-sm {
        margin: 0 auto;
    }

    .pain-img-sec:after {
        width: 80% !important;
        height: 59.45% !important;
    }

    .service-sec h2:before {
        font-size: 20px !important;
        margin-right: 10px !important;
    }

    .team-box1 .elementor-image-box-wrapper {
        gap: 20px !important;
    }

    div#syk_muscle_sparing_knee h1 {
        font-size: 34px !important;
    }

    div#syk_muscle_sparing_knee h2,
    div#syk_muscle_sparing_knee h4 {
        font-size: 30px !important;
    }
}

@media screen and (max-width: 575px) {

    .service-slider .swiper,
    .team-img-slider-sec .image-slider .e-n-carousel.swiper {
        width: 100% !important;
    }

    .service-tab-col .e-n-tabs-heading {
        align-self: center;
    }

    .pain-img-sec:after {
        left: 50% !important;
        transform: translate(-50%, -50%);
        width: 100% !important;
        height: 74.45% !important;
    }

    .team-box1 .elementor-image-box-wrapper {
        display: flex;
        flex-direction: column;
    }

    div#syk_muscle_sparing_knee h1 {
        font-size: 30px !important;
    }

    div#syk_muscle_sparing_knee h2,
    div#syk_muscle_sparing_knee h4 {
        font-size: 28px !important;
    }
}

/* ======= Responsive CSS: End ======= */