/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
@font-face {
    font-family: 'FreightDispProSemibold';
    src: url('FreightDispProSemibold-Italic.eot');
    src: local('FreightDisp Pro Semibold Italic'), local('FreightDispProSemibold-Italic'),
        url('FreightDispProSemibold-Italic.eot?#iefix') format('embedded-opentype'),
        url('FreightDispProSemibold-Italic.woff2') format('woff2'),
        url('FreightDispProSemibold-Italic.woff') format('woff'),
        url('FreightDispProSemibold-Italic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Josefin Sans';
    margin: 25px 0px 10px;
}

.font-55 .elementor-heading-title {
    font-size: 55px;
}

.font-50 .elementor-heading-title {
    font-size: 50px;
}

.font-34 .elementor-heading-title {
    font-size: 34px;
}

.text-blue {
    color: #19BAD9;
}

.elementor-widget-text-editor p:last-child {
    margin: 0;
}

.font-freight p,
.font-freight .elementor-heading-title {
    font-family: FreightDispProSemibold !important;
}

.img-shapes {
    padding: 18px;
    position: relative;
}

.img-shapes::before {
    content: "";
    background: #CFD5D1;
    width: calc(100% - 36px);
    height: calc(100% - 36px);
    top: 0;
    left: 0;
    position: absolute;
    z-index: -1;
}

.img-shapes::after {
    content: "";
    width: calc(100% - 36px);
    height: calc(100% - 36px);
    background: #55E7EB;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}

footer#site-footer {
    display: none;
}

.custom-table table,
.custom-table th,
.custom-table td {
    border: none !important;
}

.custom-table th {
    text-align: left;
    background: #19BAD9;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    padding: 7px 20px;
}

.custom-table tbody tr:first-child td {
    padding-top: 14px;
}

.custom-table tbody tr:last-child td {
    padding-bottom: 14px;
}

.custom-table td {
    padding: 7px 20px;
    font-weight: 500;
    font-size: 16px;
}

.custom-table tbody tr td {
    background: rgb(237 239 237 / 37%) !important;
}

.custom-table table {
    border-radius: 10px;
    overflow: hidden;
    margin: 0;
}

.latest-post-outer {
    display: grid;
    grid-template-columns: 3fr 3fr 3fr;
    gap: 30px;
}


.latest-post h3 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    font-family: 'Jost';
    margin: 0 0 15px;
    line-height: 1.24;
    font-size: 20px;
}

.post-excerpt {
    color: #fff;
    font-family: 'Jost';
    letter-spacing: .6px;
    font-weight: 400;
}

.post-thumbnail img {
    display: block;
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: center;
    transition: .2s all;
}

.post-thumbnail {
    margin-bottom: 20px;
    overflow: hidden;
}

.latest-post:hover .post-thumbnail img {
    transform: scale(1.2);
}

.custom-accordin span.e-n-accordion-item-title-icon {
    width: 30px;
    height: 30px;
    border: 1px solid #0D2B3B;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    min-width: 30px;
}

.site-header .site-branding {
    display: none;
}

.site-navigation {
    width: 100%;
    justify-content: center;
}

.google-review {
    position: relative;
    top: 10px;
}

.site-navigation ul.menu li a {
    font-family: 'Josefin Sans';
    color: #000000;
    transition: .2s all;
}

.site-navigation>ul.menu>li>a {
    text-transform: uppercase;
    padding-right: 0;
    position: relative;
    padding-left: 0;
    padding-bottom: 3px;
}

.site-navigation>ul.menu>li>a::before {
    position: absolute;
    content: "";
    width: 0;
    height: 2px;
    background: #55e7eb;
    bottom: 0;
    transition: .2s all;
}

.site-navigation>ul.menu>li.menu-item-has-children a {
    padding-right: 20px !important;
}

.site-navigation>ul.menu>li>a:hover::before {
    width: 100%;
}

.site-navigation ul.menu li.current-menu-item>a,
.site-navigation ul.menu li a:hover {
    color: #55E7EB;
}

.site-navigation ul.menu {
    width: 100%;
    justify-content: center;
    max-width: 1080px;
    gap: 30px;
}

.site-navigation>ul.menu>li.current-menu-item>a::before {
    width: 100%;
}

header#site-header {
    padding-bottom: 10px;
}

nav ul.menu li.menu-item-has-children::after {
    display: none !important;
}

nav ul.menu li.menu-item-has-children>a::after {
    content: "" !important;
    width: 7px;
    height: 7px;
    border: 2px solid #000;
    border-top: none;
    border-right: none;
    transform: rotate(319deg);
    position: absolute;
    right: 0;
    top: 12px;
}

nav ul.menu li.menu-item-has-children {
    padding-inline-end: 5px !important;
}

.team-post-outer {
    /*display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 33px;*/
    display: inline-block;
    width: 100%;
    padding: 0 40px;
}

.team-post-outer .slick-arrow {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    padding: 0;
    width: 35px;
    height: 35px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border: 2px solid #000;
    color: #000;
    font-size: 30px;
    background: transparent;
}

.team-post-outer .slick-next {
    left: auto;
    right: 0;
}

.team-post-outer .slick-arrow::before {
    content: "";
    position: absolute;
    left: 57%;
    top: 50%;
    width: 12px;
    height: 12px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    transform: translate(-50%, -50%) rotate(-135deg);
}

.team-post-outer .slick-next::before {
    left: 43%;
    transform: translate(-50%, -50%) rotate(45deg);
}

.team-post-outer .slick-arrow:hover {
    background: #000;
}

.team-post-outer .slick-arrow:hover::before {
    border-color: #fff;
}

.team-cat-list {
    display: block;
    width: 100%;
}

/*.cat-admin {display: none;}
.right-mode .team-cat-list {display: none;}
.right-mode .cat-admin {display: block;}*/

#team-post-wrapper {
    position: relative;
}

#team-post-wrapper.loading::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #55E7EB;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
}

#team-post-wrapper.loading::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #3498db;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    z-index: 1000;
}

@keyframes spin {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.team-post-outer .team-post {
    padding: 0 15px;
}

.team-content p {
    color: #0D2B3B;
    font-family: 'Jost';
    font-size: 16px;
    letter-spacing: .6px;
    font-weight: 500;
    margin: 0;
}

.team-content h3 {
    color: #0D2B3B;
    font-family: 'Jost';
    text-transform: uppercase;
    font-size: 24px;
    letter-spacing: 1px;
    margin: 10px 0px 0px;
}

.team-thumbnail {
    margin-bottom: 16px;
    position: relative;
    overflow: hidden;
}

.team-thumbnail>img {
    display: block;
    width: 450px;
    height: 620px;
    object-fit: cover;
    transform: scale(1);
    transition: .2s all;
    aspect-ratio: 1/1;
}

.play-button {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.open-video {
    pointer-events: none;
}

a.open-video.video-link {
    cursor: pointer;
    pointer-events: auto;
}

.video-link:hover .team-thumbnail>img {
    transform: scale(1.2);
}

.team-toggle-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    margin-bottom: 40px;
}

.toggle-label {
    font-size: 18px;
    color: rgb(13 43 59 / 80%);
    cursor: pointer;
    transition: 0.3s;
    font-weight: 600;
    font-family: 'Jost';
    letter-spacing: 1px;
}

.toggle-label.active {
    color: rgb(13 43 59);
}

.toggle-switch {
    width: 70px;
    height: 32px;
    background: #074E68;
    border-radius: 20px;
    position: relative;
    cursor: pointer;
}

.toggle-circle {
    position: absolute;
    top: 3px;
    left: 3px;
    /* start left */
    width: 26px;
    height: 26px;
    background: white;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.team-post {
    opacity: 1;
    transition: opacity 0.35s ease, transform 0.35s ease;
}

.team-post.fade-out {
    opacity: 0;
}

.team-post.hidden {
    display: none;
}

.my-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 4vw;
    z-index: 9;
    background: rgb(0 0 0);
    opacity: 0;
    visibility: hidden;
    transform: scale(0.7);
    /* Start smaller */
    transition: all 0.35s ease;
}

.my-modal.open {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.close-btn img {
    display: block;
    max-width: 22px;
}

.close-btn {
    cursor: pointer;
    display: inline-block;
    position: absolute;
    top: 5px;
    background-image: url("assets/images/close.png");
    right: 5px;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 9;
    background-size: 20px;
}

.team-post.active {
    transform: none;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}

.site-header {
    z-index: 9;
    transition: top 0.3s ease;
    position: relative;
    background-color: #fff;
}

header.sticky-header {
    position: fixed;
    top: 0;
    width: 100%;
    animation: slideDown 0.3s ease;
    /* Animation for the sliding effect */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    /* Optional: add shadow for visibility */
}

.site-header.sticky-header .site-branding {
    display: inline-block;
}

.sticky-header .site-navigation {
    width: auto;
}

.site-header .header-inner .site-branding .site-logo img {
    max-width: 150px;
}

.elementor-widget-text-editor li:not(:last-child) {
    margin-bottom: 10px;
}

.form-field input,
.form-field textarea {
    background: #f1f3f1;
    border: none;
    border-radius: 0px;
}

.form-field p>label {
    font-size: 16px;
    font-family: 'Josefin Sans';
    margin-bottom: 10px;
    color: #0d2b3b;
}

.form-field.field-half {
    width: 49%;
}

.form-field {
    width: 100%;
}

.contact-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px 0px;
}

.form-field input:focus,
.form-field textarea:focus {
    outline: none;
}

.form-field textarea {
    height: 150px;
}

.submit-btn input {
    background-color: #55e7eb;
    border-color: #55e7eb;
    line-height: normal;
    font-family: 'Josefin Sans';
    color: #0D2B3B;
    min-width: 140px;
}

.submit-btn input:hover,
.submit-btn input:focus,
.submit-btn input:active {
    background-color: #19BAD9;
    border-color: #19BAD9;
}

span.required {
    color: #e53e3e;
}

.patient-form .form-field label {
    font-weight: 500;
    font-family: 'Jost';
}

.contact-form p {
    margin: 0;
}

.form-field select {
    background: #f1f3f1;
    border: none;
    border-radius: 0;
}

.sub-label p {
    color: #0d2b3b;
    font-size: 14px;
    font-family: 'Jost';
}

.form-content {
    width: 100%;
    margin-bottom: 15px;
}

.form-content h3 {
    font-family: 'Josefin Sans';
    margin: 0 0 10px;
    font-size: 28px;
}

.form-content h4 {
    font-family: 'Jost';
    font-size: 20px;
    font-weight: 400;
    margin: 0;
}

.form-content h3 {
    font-family: 'Josefin Sans';
    margin: 0 0 10px;
    font-size: 28px;
}

.form-content h4 {
    font-family: 'Jost';
    font-size: 20px;
    font-weight: 400;
    margin: 0;
}

.form-content hr {
    margin: 20px 0px 40px;
    border-top: 2px solid #55e7eb;
}

.wpcf7-checkbox .wpcf7-list-item {
    display: block;
    margin: 0;
}

.wpcf7 input[type="file"] {
    background: transparent;
}

.wpcf7-list-item:first-child {
    margin: 0;
}

.form-field select:focus-visible {
    outline: none;
}

.wpcf7-list-item span {
    font-weight: normal;
}

.site-header .header-inner {
    max-width: 1240px;
    padding: 0px 20px;
}

#left-menu {
    position: sticky;
    top: 100px;
}

#left-menu {
    border-left: 1px solid #D1D6D2;
    padding-left: 30px;
}

a.active span.elementor-icon-list-text {
    color: #0D2B3B !important;
}

#left-menu li a.active::before {
    opacity: 1;
}

#left-menu li a::before {
    content: "";
    width: 2px;
    height: 100%;
    background: #55E7EB;
    position: absolute;
    left: -31px;
    opacity: 0;
}

#left-menu li a {
    position: relative;
}

.team-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.team-inner {
    margin-bottom: 0;
    padding-bottom: 20px;
}

.meet-the-team h2.team-category-title {
    font-size: 50px;
    padding: 0 0 10px;
    margin-bottom: 30px;
    border-bottom: 1px solid #00000020;
}

.team-right-inner {
    padding-top: 20px;
}

.team-left {
    width: 35%;
}

.team-right {
    width: 60%;
}

.fade-div {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.fade-div.visible {
    opacity: 1;
    transform: none;
}

.team-right p:last-child {
    margin: 0;
}

.staff-post-outer {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 25px;
}

.staff-thumbnail img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    display: block;
}

.staff-title h4 {
    font-family: 'Jost';
    margin: 0 0 15px;
    font-size: 24px;
}

.staff-title p {
    font-family: 'Josefin Sans';
    margin: 0;
    text-transform: uppercase;
}

.staff-thumbnail {
    margin-bottom: 20px;
}

.team-right-inner {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 20px;
    justify-content: flex-start;
}

.team-inner video {
    height: 350px;
    object-fit: cover;
}

.post-banner {
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
    min-height: 500px;
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: end;
    padding: 50px 10px;
}

.custom-container {
    max-width: 1220px;
    margin: 0 auto;
    width: 100%;
    padding: 0px 10px;
}

.post-banner h1 {
    color: #fff;
    text-align: right;
    font-family: 'Josefin Sans';
    font-size: 50px;
    max-width: 500px;
    line-height: 1.1;
    font-weight: 400;
    margin: 0px 0 0 auto;
}

.post-banner::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(270deg, #101d2fe6, #101d2fbf 25%, #101d2f1a 50%, #fff0);
    top: 0;
    z-index: -1;
    left: 0;
}

.post-date-banner {
    padding: 50px 10px;
    background: #07434D;
}

.post-date-banner h5 {
    text-align: center;
    color: #55e7eb;
    font-weight: 400;
    margin: 0px 0px 15px;
    font-family: 'Jost';
}

.post-date-banner p {
    color: #fff;
    text-align: center;
    font-family: 'Jost';
    max-width: 850px;
    margin: 0 auto;
    font-size: 18px;
}

.post-content-single {
    padding: 50px 10px;

}

.f-box h3 {
    margin: 0 0 10px;
}

/* media rule start */

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

    .team-slider .team-thumbnail>img {
        height: 320px;
    }

    .team-slider .team-content h3 {
        font-size: 22px;
    }

}

@media (min-width: 768px) and (max-width: 1024px) {

    .team-slider .team-thumbnail>img {
        height: 320px;
    }

    .team-slider .team-content h3 {
        font-size: 22px;
    }

}

@media(max-width:992px) {
    .latest-post-outer {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }

    .site-navigation-dropdown ul.menu li a {
        padding: 10px 20px;
        font-family: 'Jost';
    }

    .site-navigation-dropdown ul.menu li.current-menu-item a {
        background: transparent;
        color: #55e7eb;
    }

    .site-header .site-branding {
        display: inline-block;
    }

    .site-header .header-inner {
        width: 100%;
        max-width: 100%;
        align-items: center;
        padding: 0;
    }

    header#site-header {
        padding: 15px 20px;
    }

    .site-header.menu-dropdown-tablet:not(.menu-layout-dropdown) .site-navigation-toggle-holder {
        display: inline-block !important;
        padding: 0;
    }

    .site-header .header-inner .site-branding .site-logo img {
        max-width: 200px !important;
    }

    .site-navigation-toggle-holder .site-navigation-toggle {
        background-color: #19BAD9;
        color: #fff;
    }

    nav ul.menu li.menu-item-has-children>a::after {
        right: 15px;
    }

    .site-navigation-dropdown ul.sub-menu li a {
        padding: 10px 10px 10px 27px;
    }

    .font-55 .elementor-heading-title {
        font-size: 48px;
    }

    .font-34 .elementor-heading-title {
        font-size: 30px;
    }

    .font-50 .elementor-heading-title {
        font-size: 45px;
    }
}

@media(max-width:767px) {
    .post-banner h1 {
        font-size: 40px;
    }

    .post-banner::before {
        background-color: rgb(0 0 0 / 50%);
    }

    .team-right-inner {
        padding-bottom: 0px;
        padding-top: 15px;
    }

    .team-inner {
        padding-bottom: 35px;
    }

    .staff-post-outer {
        grid-template-columns: 1fr 1fr;
    }

    .staff-thumbnail img {
        height: 250px;
    }

    .font-55 .elementor-heading-title {
        font-size: 35px;
    }

    .font-34 .elementor-heading-title {
        font-size: 28px;
    }

    .font-50 .elementor-heading-title {
        font-size: 32px;
    }

    .team-content h3 {
        font-size: 20px;
    }

    .team-post-outer .team-post {
        padding: 0 5px;
    }

    .team-slider .team-thumbnail>img {
        height: 300px;
    }

    .team-slider .team-content h3 {
        font-size: 20px;
    }

    .team-left,
    .team-right {
        width: 100%;
    }

    .meet-the-team h2.team-category-title {
        font-size: 35px;
        margin-top: 0;
    }
}

@media(max-width:640px) {
    .team-post-outer {
        padding: 0 32px;
    }

    .team-slider .team-thumbnail>img {
        height: 260px;
    }

    .team-content p {
        font-size: 14px;
        line-height: 18px;
        letter-spacing: 0;
    }

    .team-slider .team-content h3 {
        font-size: 18px;
    }

    .team-post-outer .slick-arrow {
        width: 30px;
        height: 30px;
    }

    .team-post-outer .slick-arrow::before {
        width: 10px;
        height: 10px;
    }
}

@media(max-width:480px) {
    .latest-post-outer {
        grid-template-columns: 1fr;
    }

    .staff-post-outer {
        grid-template-columns: 1fr;
    }

    .team-slider .team-thumbnail>img {
        height: 300px;
    }
}