body {
    font-family: 'Vazirmatn';
}
.elementor *, .elementor :after, .elementor :before {
    box-sizing: border-box;
}

.pzy-staffs-schedules-categories .pzy-staffs-schedules-category-button {
    font-size: 15px;
}
.doctor-list-item {
    width: 224px;
    margin-left: 13px;
}
.pzy-staff-card {
    border: solid 1px rgb(0 220 167);
    box-shadow: 5px 5px 5px rgb(201 225 219 / 72%);
}
.pzy-staff-consultation-request {
    margin-top: 12px;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    gap: 8px;
    padding: 5.5px 12px;
    border-radius: 24px;
    background: #00dca7;
    border: none;
    color: #fff;
    text-align: center;
}

.pzy-blog-sidebar .widget {
    max-height:500px;
    overflow-y:scroll;
}
.filter-all {
    color:#fff;
    font-weight:bold;
    padding: 6px 10px;
}
.w-100 {
    width:100%;
    max-width:100% !important;
}
.e-con.e-con > .e-con-inner > .elementor-widget, .elementor.elementor .e-con > .elementor-widget {
    max-width: 100%;
}

.e-con .elementor-widget.elementor-widget {
    margin-block-end: 0;
}

.e-con .elementor-widget {
    min-width: 0;
}

.elementor-element {
    --widgets-spacing: 20px 20px;
}

.elementor-element, .elementor-lightbox {
    --swiper-theme-color: #000;
    --swiper-navigation-size: 44px;
    --swiper-pagination-bullet-size: 6px;
    --swiper-pagination-bullet-horizontal-gap: 6px;
}

.elementor-widget {
    position: relative;
}

.elementor-element:where(.e-con-full,.elementor-widget) {
    flex-direction: var(--flex-direction);
    flex-wrap: var(--flex-wrap);
    justify-content: var(--justify-content);
    align-items: var(--align-items);
    align-content: var(--align-content);
    gap: var(--gap);
}

.elementor-element {
    --flex-direction: initial;
    --flex-wrap: initial;
    --justify-content: initial;
    --align-items: initial;
    --align-content: initial;
    --gap: initial;
    --flex-basis: initial;
    --flex-grow: initial;
    --flex-shrink: initial;
    --order: initial;
    --align-self: initial;
    flex-basis: var(--flex-basis);
    flex-grow: var(--flex-grow);
    flex-shrink: var(--flex-shrink);
    order: var(--order);
    align-self: var(--align-self);
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}
.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: block;
}
.pzy-staff-gallery .pzy-thumbnail-gallery .pzy-slide-content {
    border-radius: 12px;
    overflow: hidden;
    position: relative;
}

.elementor *, .elementor :after, .elementor :before {
    box-sizing: border-box;
}

.pzy-slide-content {
    display: flex;
    align-items: center;
    justify-content: center;
}
.pzy-staff-gallery .pzy-thumbnail-gallery .pzy-slide-content img {
    width: 100%;
    height: 100%;
}
.pzy-slide-content img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    object-fit: contain;
}
.pzy-staff-gallery .pzy-slide-content img {
    width: 100%;
    height: auto;
    object-fit: contain;
    max-width: unset;
    max-height: unset;
}

.elementor img {
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
}
.pzy-request-staff-button {
    padding: 5px 30px;
    display:inline-block;
}
    .pzy-request-staff-button:hover {
        /*background: #0052a8;*/
        background: var(--secondary-500, #00DCA7);
    }

.w-100 {
    width: 100% !important;
}

/** search box */

.custom-search-bar {
    width: 100%; /* Ensure it spans the full width */
    max-width: 1200px; /* Adjust based on your layout */
    margin: 0 auto; /* Center the search bar */
    padding: 20px;
    background-color: #f5f5f5;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Add a subtle shadow */
}

.search-fields {
    display: flex;
    gap: 10px;
    align-items: center;
    width: 100%;
}

.search-dropdown,
.search-input {
    padding: 12px;
    /*border: 1px solid #ddd;*/
    border: 1px solid #00dca7;
    border-radius: 4px;
    font-size: 14px;
    width: 100%;
    background-color: #fff;
}

.search-dropdown {
    cursor: pointer;
    flex: 1; /* Allow dropdowns to grow */
}

.search-input {
    flex: 2; /* Give more space to the input */
}

.header-search-button {
    border: none;

    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;
    color: #fff;
    font-size: var(--e-search-form-submit-icon-size, 16px);
    padding: 13px;
    background-color: #00dca7 !important;

}

    .header-search-button svg {
        width: 16px;
        height: 16px;
        fill: #fff;
    }

    .header-search-button:hover {
        background-color: #0056b3;
    }

/* Responsive Design */
@media (max-width: 768px) {
    .search-fields {
        flex-direction: column;
    }

    .search-dropdown,
    .search-input,
    .header-search-button {
        width: 100%;
        border-radius: 6px;

    }
}
/*@media (max-width: 767px) {
    .elementor .elementor-hidden-mobile {
        display: none;
    }
}
*/
.ad-reg {
    --gap: 18px 18px !important;
    color: #fff;
}
@media (max-width: 767px) {
    .ad-reg {
        display:none !important;
    }
}
.elementor-widget-image img {
    width:100%;
}
@media (max-width: 767px) {
    .elementor .elementor-hidden-mobile, .elementor .elementor-hidden-phone {
        display: block !important;
    }
}
.progile-img {
    text-align:center;
}
.elementor-1215 .elementor-element.elementor-element-9c7195c > .elementor-widget-container {
    margin: 25px 0px 15px 0px;
}
.pzy-staff-card {
    text-align:center;
}
.txt-center {
    text-align: center !important;
}
.home-slider img {
    max-height:200px;
}
.home-contact-info {
    text-align: center;
    background: #00dca7;
}
    .home-contact-info a {
        display: inline-block;
        padding: 0 10px;
        letter-spacing: 2px;
    }

.select2 {
    padding: 9px;
    border: 1px solid #00dca7;
    border-radius: 4px;
    font-size: 14px;
    background-color: #fff;
}
.select2-container--default .select2-selection--single {
    border: none !important;
}
.related-list article {
    width: 24%;
    display:inline-block;
}
@media (max-width: 767px) {
    .related-list article {
        width: 100%;
        margin-bottom: 10px;
    }
}
.pzy-pagination-links a {
    font-size: 16px;
    padding: 8px;
    color: #00dca7;
    border: solid 1px #00dca7;
    border-radius: 6px;
    margin-left: 5px;
}
.pzy-pagination-links span.active {
    font-size: 16px;
    padding: 8px;
    color: #fff;
    border: solid 1px #0052a8;
    border-radius: 6px;
    margin-left: 5px;
    background: #0052a8;
}
.pzy-pagination-links a:hover {
    color: #0052a8;
    border: solid 1px #0052a8;
    box-shadow:3px 3px rgb(201 225 219 / 72%);
}
.special-ads {
    display: inline-block;
    font-size: 12px;
    padding: 5px 7px;
    width: 70px;
    height: 30px;
    background: var(--secondary-500, #00DCA7);
    position: absolute;
    top: 14px;
    right: 14px;
    margin-bottom: 10px;
}
.pzy-staff-avatar-box.pzy-circle-avatar-box {
    top: 20px;
}
#UpdatePanelAppointment {
    width:100% !important;
}
.pzy-request-staff-button.disabled {
    background-color: #ccc;
    color: #666;
    cursor: not-allowed;
    pointer-events: none;
}
.disabled {
    background-color: #ccc !important;
    color: #666;
    cursor: not-allowed;
    pointer-events: none;
}
.selected-date {
    background-color: #007bff !important; /* Blue background */
    color: white !important; /* White text */
    border: solid 1px rgb(0 220 167);
}
@media(max-width: 920px) {
    .pzy-staffs-schedules-categories .pzy-staffs-schedules-category-button:after {
        display:none;
    }
}
@media screen and (max-width: 768px) {
    .pzy-staffs-schedules-categories .pzy-services {
        grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
    }
}
.no-dates-message {
    font-size:14px;
    padding: 5px;
    line-height: 1.7;
}

/** doctor images slider */
.slider-wrapper {
    position: relative;
    width: 100%;
    max-width: 500px;
    overflow: hidden;
}

.slide {
    display: none;
    width: 100%;
}

    .slide img {
        width: 100%;
        height: auto;
        display: block;
    }

.slider-controls {
    position: absolute;
   /* top: 50%;*/
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    pointer-events: none; /* Let clicks pass through except on buttons */
}

    .slider-controls a {
        pointer-events: all;
        /*background-color: rgba(0, 0, 0, 0.5);*/
        color: #000;
        text-decoration: none;
        padding: 10px 15px;
        font-size: 30px;
        font-weight: bold;
        border-radius: 5px;
        transition: background-color 0.3s;
        user-select: none;
    }

        .slider-controls a:hover {
            background-color: rgba(0, 0, 0, 0.8);
        }
.no-gap {
    gap: 0
}

.pzy-staff-introduction .pzy-staff-title {
    line-height:120%;
}
.pzy-staffs-schedule-staffs-list-item .pzy-staffs-schedule-staffs-list-item-content {
    padding: 12px 10px;
}
@media screen and (max-width: 768px) {
    .pzy-staffs-schedule-staffs-list-item {
        width:23.5%;
    }
}
.pzy-links-slider {
    padding-bottom:15px;
    padding-top: 15px;
}
.form-input {
    margin: 10px 0;
    font-family: 'Vazirmatn';
}
    .form-input input, .form-input, .form-input input {
        font-family: 'Vazirmatn' !important;
    }
.alert {
    font-size: 13px;
    padding: 6px 12px;
    margin: 10px 5px;
    text-align: right;
    display: inline-block;
    font-family: 'Vazirmatn' !important;
}
.error {
    color: #850303;
    background: #f8d8d8;
}
.success {
    color: #c8f7da;
    background: #07672c;
}
.validator {
    color: #850303;
    font-size:11px;
    padding: 5px;
    display:block;
}
.reserve-form .pzy-input-title:after {
    display: inline-block;
    content: "";
    width: 0.5px;
    height: 12px;
    margin: 0px 8px 0px 8px;
    background:#888;
}
.reserve-form {
    font-family: 'Vazirmatn';
}
.reserve {
    padding: 50px 20px;
    text-align: center;
    font-family: 'Vazirmatn' !important;
}
    .reserve p {
        line-height: 2;
        font-size: 18px;
        font-family: 'Vazirmatn' !important;
        color: #c8f7da;
        background: #07672c;
        padding: 25px 10px;
    }
    @media(max-width: 768px) {
        .reserve {
        padding: 10px 10px;
    }
}
.breadcrumbs {
    font-family: 'Vazirmatn';
}
.breadcrumbs li {
    font-size: 12px;
}
.breadcrumbs i {
    padding-top: 15px;
    font-size: 18px;
}
.about-content {
    line-height:1.5;
    font-size:16px;
    padding: 30px 10px;
}
.enamad img {
    height: 100px !important;
    background: #fff;
}
.doctor-map {
    width: 100%;
}
.pzy-pagination-links {
    margin : 30px auto;
}
.pagination {
    direction: rtl;
}
    .pagination a, .pagination span {
        direction: rtl;
    }
.btn-register-ads {
    font-size: 16px;
    font-weight: bold;
    font-family: 'Yekan Bakh FaNum';
    margin: 0;
}
.pzy-share-article-networks.transparent a {
    border: 0.5px solid var(--secondary-500, #00dca7) ;
}
.pzy-share-article-networks.transparent svg {
    stroke: #00dca7;
}
.pzy-staff-template-information-card-title {
    font-family: 'Yekan Bakh FaNum';
}
.comments-area {
    font-family: 'Vazirmatn';
}