@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
body {
    font-family: "Inter", sans-serif;
    font-size: 18px;
    color: rgba(33, 33, 33, 1);
    line-height: 1.5;
}
a {
    color: rgba(33, 33, 33, 1);
}
a:hover {
    color: inherit;
}
.wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
}
.breadcrumbs {
    margin-bottom: 20px;
    font-size: 16px;
}
.breadcrumbs a {
    text-decoration: none;
}
.breadcrumbs > span:last-child {
    color: rgba(38, 168, 156, 1);
}
#page-wrapper,
#single-wrapper {
    padding: 50px 0px;
}
.wpcf7 input[type="submit"],
.btn {
    border: 2px solid rgba(38, 168, 156, 1);
    padding: 10px 27px;
    border-radius: 5px;
    color: rgba(38, 168, 156, 1);
    font-weight: 600;
    transition: all 0.2s ease;
}
.wpcf7 input[type="submit"]:hover,
.btn:hover {
    background: rgba(38, 168, 156, 1) !important;
    border: 2px solid rgba(38, 168, 156, 1);
    color: #fff;
}
h1.entry-title {
    font-weight: 600;
    font-size: 30px;
    leading-trim: Cap height;
    margin-bottom: 30px;
    color: rgba(38, 168, 156, 1);
}
h2 {
    color: rgba(38, 168, 156, 1);
    text-transform: uppercase;
    margin-bottom: 30px;
    text-align: center;
    font-weight: 600;
    font-size: 40px;
}
#page {
    width: 100%;
    overflow: hidden;
}
#header {
    padding: 20px 0px 39px 0px;
}
#header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.navbar-brand {
    padding: 0px;
    margin: 0px;
}
.branding {
    width: 253px;
}
.worktime {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 500;
}
div.contact-phone {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 20px;
    font-weight: 600;
}
div.contact-phone a {
    text-decoration: none;
}
.callback {
    margin-top: 10px;
}
.callback a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #26A89C !important;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
}
.contact-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.contact-item {
    margin-bottom: 30px;
}
.contact-label {
    margin-bottom: 15px;
    color: rgba(38, 168, 156, 1);
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px;
}
.contact-item a {
    text-decoration: none;
}
.contact-phone {
    display: flex;
    align-items: center;
    gap: 10px;
}
.contact-item:last-child {
    width: 100%;
}
.contact-right iframe {
    width: 100%;
    height: 490px;
}
#post-11 .entry-content {
    padding: 60px 0px;
    background: url(../images/reviews-bg.jpg) center center no-repeat;
    background-size: cover;
}
#footer {
    width: 100%;
    background: rgba(205, 174, 130, 1);
    padding: 10px 0px;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
}
#footer .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
}
#footer .container p {
    margin: 0px;
}
#footer .container a {
    color: #fff;
    text-decoration: none;
}
.social {
    display: flex;
    align-items: center;
    gap: 10px;
}
.news-item {
    display: flex;
    border-radius: 5px;
    overflow: hidden;
    background: rgba(205, 174, 130, 1);
    color: #fff;
    text-decoration: none;
    transition: all 0.2s ease;
}
.news-item:hover {
    background: rgba(38, 168, 156, 1);
    color: #fff;
}
.news-foto {
    width: 300px;
    min-width: 300px;
}
.news-foto img {
    height: 100%;
    object-fit: cover;
}
.news-desc {
    padding: 25px 30px;
}
.news-title {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 600;
}
.news-more {
    padding-top: 10px;
}
.services-more .btn,
.news-more .btn {
    border: 2px solid #fff;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(5px);
    border-radius: 5px;
    padding: 0px;
    width: 190px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 600;
}
.wp-block-image img {
    border-radius: 5px;
}
.is-form-style {
    border: 2px solid #26A89C;
    border-radius: 5px;
}
html .is-form-style button.is-search-submit,
html .is-form-id-25 .is-search-icon,
html .is-form-style input.is-search-input {
    background: none !important;
    border-radius: 5px !important;
}
.row-services {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -15px;;
}
.services-wrapper {
    width: 33.333%;
    padding: 0px 15px;
}
.services-wrapper:nth-child(1),
.services-wrapper:nth-child(4),
.services-wrapper:nth-child(5),
.services-wrapper:nth-child(6),
.services-wrapper:nth-child(7),
.services-wrapper:nth-child(13) {
    width: 25%;
}
.services-wrapper:nth-child(2),
.services-wrapper:nth-child(3),
.services-wrapper:nth-child(11),
.services-wrapper:nth-child(12) {
    width: 37.5%;
}
.services-item {
    position: relative;
    display: block;
    text-decoration: none;
    border-radius: 5px;
    overflow: hidden;
}
.services-foto img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}
.services-title {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding: 15px;
    background: rgba(205, 174, 130, 0.95);
    text-align: center;
    color: #fff;
    font-weight: 600;
}
.services-more {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(38, 168, 156, 0.9);
    z-index: 10;
    opacity: 0;
    transition: all 0.2s ease;
}
.services-item:hover .services-more {
    opacity: 1;
}
.services-item:hover .services-title {
    display: none;
}
#menu-wrapper {
    padding: 0px;
    transition: all 0.2s ease;
}
#menu-wrapper.fixed {
    position: fixed;
    top: 0px;
    left: 0px;
    background: #fff;
    padding: 5px 0px;
    border-bottom: 1px solid rgba(38, 168, 156, 1);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
    width: 100%;
    z-index: 1000;
}
.navbar-expand-lg {
    padding: 0px;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding: 14px 20px;
    text-align: center;
    background: rgba(205, 174, 130, 1);
    border: 2px solid rgba(205, 174, 130, 1);
    font-weight: 600;
    color: #fff;
    border-radius: 5px;
    transition: all 0.2s ease;
}
.navbar-expand-lg .navbar-nav .nav-link:hover,
.navbar-expand-lg .navbar-nav .active .nav-link {
    border: 2px solid rgba(38, 168, 156, 1);
    color: rgba(38, 168, 156, 1);
    background: #fff;
}
.navbar-expand-lg .navbar-nav li:not(:first-child) .nav-link {
    min-width: 150px;
}
.navbar-expand-lg .navbar-nav .nav-link:hover svg path, .navbar-expand-lg .navbar-nav .active .nav-link svg path {
    fill: rgba(38, 168, 156, 0.9);
}
.dropdown-toggle::after {
    display: none;
}
.dropdown-menu {
    background: rgba(255, 255, 255, 0.92);
    border: 0px;
    border-radius: 5px;
}
.map-links .dropdown-menu {
    border: 1px solid rgba(38, 168, 156, 0.9);
    padding: 15px;
    left: 0px !important;
    width: 100% !important;
}
.map-links .dropdown {
    width: 100%;
}
.map-links .dropdown .btn {
    width: 100%;
}
.dropdown-item {
    background: none !important;
    color: rgba(33, 33, 33, 1);
    font-weight: 600;
}
.dropdown-item:hover,
.active > .dropdown-item {
    color: rgba(38, 168, 156, 1);
    text-decoration: underline;
}
#menu-wrapper.fixed .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#menu-wrapper .header-contacts {
    display: none;
}
#menu-wrapper.fixed .header-contacts {
    display: block;
}
#menu-wrapper .header-contacts a {
    white-space: pre;
}
#menu-wrapper.fixed .navbar-expand-lg .navbar-nav li:not(:first-child) .nav-link {
    min-width: unset;
}
#menu-wrapper.fixed .navbar-expand-lg .navbar-nav {
    gap: 10px;
}
.accordion-item {
    border: 0px;
    border-radius: 0px;
    margin-bottom: 10px;
}
.accordion-button {
    outline: none !important;
    box-shadow: unset !important;
    border: 2px solid rgba(205, 174, 130, 1);
    border-radius: 5px;
    padding: 11px 30px;
    color: rgba(205, 174, 130, 1);
    font-size: 22px;
    font-weight: 600;
}
.accordion-button:focus {
    outline: none !important;
    box-shadow: unset !important;
    border-color: rgba(205, 174, 130, 1);
}
.accordion-button:after {
    background: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_87_4666)"><path d="M15.6994 9.99999C15.6994 10.3584 15.5625 10.7168 15.2894 10.9901L6.68975 19.5897C6.1427 20.1367 5.25577 20.1367 4.70894 19.5897C4.16212 19.0428 4.16212 18.1561 4.70894 17.609L12.3184 9.99999L4.70921 2.39096C4.16239 1.84391 4.16239 0.957243 4.70921 0.410465C5.25603 -0.136843 6.14297 -0.136843 6.69001 0.410465L15.2896 9.00988C15.5628 9.28329 15.6994 9.64169 15.6994 9.99999Z" fill="%23CDAE82"/></g><defs><clipPath id="clip0_87_4666"><rect width="20" height="20" fill="white" transform="translate(0 20) rotate(-90)"/></clipPath></defs></svg>') center center no-repeat;
    width: 20px;
    height: 20px;
}
.accordion-button:not(.collapsed) {
    background: rgba(205, 174, 130, 1);
    border: 2px solid rgba(205, 174, 130, 1);
    color: #fff;
}
.accordion-button:not(.collapsed):after {
    background: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_87_4666)"><path d="M15.6994 9.99999C15.6994 10.3584 15.5625 10.7168 15.2894 10.9901L6.68975 19.5897C6.1427 20.1367 5.25577 20.1367 4.70894 19.5897C4.16212 19.0428 4.16212 18.1561 4.70894 17.609L12.3184 9.99999L4.70921 2.39096C4.16239 1.84391 4.16239 0.957243 4.70921 0.410465C5.25603 -0.136843 6.14297 -0.136843 6.69001 0.410465L15.2896 9.00988C15.5628 9.28329 15.6994 9.64169 15.6994 9.99999Z" fill="%23fff"/></g><defs><clipPath id="clip0_87_4666"><rect width="20" height="20" fill="white" transform="translate(0 20) rotate(-90)"/></clipPath></defs></svg>') center center no-repeat;
    transform: rotate(90deg);
}
.accordion-body {
    margin-top: 10px;
    padding: 30px;
    background: rgba(250, 247, 243, 1);
    border-radius: 5px;
}
.price-list_item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    padding: 15px 0px;
    border-bottom: 1px solid rgba(38, 168, 156, 1);
}
.price-list_item > div:nth-child(2) {
    margin-left: auto;
    font-weight: 600;
}
#footer-blocks {
    position: relative;
    width: 100%;
    padding: 0px 0px 60px 0px;
}
#footer-blocks .container {
    position: relative;
    z-index: 10;
}
#footer-blocks h2 {
    text-align: left;
    font-size: 30px;
    margin-bottom: 20px;
}
#footer-blocks h2.form-callback {
    text-align: center;
    font-size: 30px;
    margin: 0px;
    padding-top: 5px;
}
.form-item {
    margin-bottom: 20px;
}
.footer-left .form-action {
    display: flex;
    justify-content: flex-end;
}
.footer-left .wpcf7 {
    margin: 0px !important;
}
.wpcf7 select,
.wpcf7 input[type="tel"],
.wpcf7 input[type="text"],
.wpcf7 input[type="number"],
.wpcf7 textarea {
    border-radius: 5px;
    background: none;
    border: 2px solid rgba(38, 168, 156, 1);
    padding: 0px 16px;
    height: 50px;
    color: rgba(33, 33, 33, 1);
    font-size: 16px;
}
.wpcf7 select:focus,
.wpcf7 input[type="tel"]:focus,
.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="number"]:focus,
.wpcf7 textarea:focus {
    background: none;
    border: 2px solid rgba(38, 168, 156, 1);
    color: rgba(33, 33, 33, 1);
    outline: none;
    box-shadow: unset;
}
.wpcf7 input[type="tel"]::placeholder,
.wpcf7 input[type="text"]::placeholder,
.wpcf7 textarea::placeholder,
.wpcf7 input[type="number"]::placeholder {
    color: rgba(33, 33, 33, 1);
    opacity: 1;
}
input.wpcf7-not-valid,
textarea.wpcf7-not-valid {
    border: 1px solid red !important;
}
.wpcf7 textarea {
    padding: 16px;
    height: 150px;
    resize: none;
    border-radius: 5px;
}
.wpcf7 form .wpcf7-response-output,
.wpcf7-not-valid-tip,
.wpcf7-spinner {
    display: none !important;
}
.wpcf7 input[type="submit"] {
    width: auto;
    height: 50px;
    padding: 0px 30px;
    background: none !important;
}
.footer-phone {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
    gap: 10px;
}
.footer-phone a {
    display: block;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.4;
    color: #fff;
}
.form-callback {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.3;
    padding-bottom: 20px;
}
.form-flex {
    display: flex;
    justify-content: center;
}
.form-flex .form-item {
    margin: 0px;
    padding-right: 8px;
}
.footer-right {
    padding-left: 100px;
}
.footer-logo {
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
}
.footer-logo img {
    max-width: 280px;
    height: auto;
}
#footer-blocks .contact-phone {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
}
.team-item a {
    position: relative;
    display: block;
    text-decoration: none;
    border-radius: 5px;
    overflow: hidden;
}
.team-meta {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding: 20px;
    text-align: center;
    color: #fff;
    background: rgba(205, 174, 130, 0.95);
    transition: all 0.2s ease;
}
.team-title {
    font-weight: 600;
    font-size: 20px;
}
.team-position {
    padding-top: 10px;
}
.team-stag {
    padding-top: 10px;
    font-weight: 600;
}
.team-more {
    display: none;
    padding-top: 15px;
}
.team-more .btn {
    border: 2px solid rgba(255, 255, 255, 1);
    color: #fff;
    backdrop-filter: blur(5px);
}
@media all and (min-width: 1200px) {
    .team-item a:hover .team-more {
        display: block;
    }
    .team-item a:hover .team-meta {
        background: rgba(38, 168, 156, 0.95);
    }
}
.form-policy {
    font-size: 13px;
}
.team-stag_inner {
    font-size: 30px;
    font-weight: 600;
    color: rgba(38, 168, 156, 1);
    margin-bottom: 30px;
}
.team-left strong {
    font-size: 25px;
    font-weight: 600;
    color: rgba(205, 174, 130, 1);
}
.team-order {
    display: flex;
    margin-top: 30px;
}
.team-order a {
    display: flex;
    align-items: center;
    gap: 10px;
    border: 2px solid rgba(38, 168, 156, 1);
    border-radius: 5px;
    font-weight: 600;
    text-decoration: none;
    color: rgba(38, 168, 156, 1) !important;
    padding: 10px 12px;
    cursor: pointer;
    transition: all 0.2s ease;
}
.serv-btns a:nth-child(1):hover,
.team-order a:hover {
    color: #fff !important;
    background: rgba(38, 168, 156, 1);
}
.serv-btns a:nth-child(1):hover svg path,
.team-order a:hover svg path {
    fill: #fff;
}
.team-right img {
    display: block;
    max-width: 480px;
    margin-left: auto;
    border-radius: 5px;
}
.serv-profile {
    margin-top: 60px;
}
.serv-profile h2 {
    text-align: left;
    text-transform: unset;
}
.serv-profile strong {
    color: rgba(205, 174, 130, 1);
}
.show-more {
    display: flex;
    justify-content: center;
    padding-top: 10px;
}
.show-more .btn {
    min-width: 190px;
    text-align: center;
}
#slider-wrapper {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
    padding-top: 30px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.slide-item .container {
	position: relative;
	z-index: 20;
}
.slide-item {
	width: 100%;
	height: 750px;
	background-position: center;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	position: relative;
    border-radius: 5px;
	overflow: hidden;
}
.slide-item:after {
	display: block;
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: rgba(0, 0, 0, 0.4);
}
#intro .wpcf7 {
	max-width: unset;
	padding-top: 0px;
}
#intro .form-flex > div {
	padding: 0px 8px;
}
#intro .form-flex .form-item {
	margin-bottom: 0px;
}
a.down {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -25px;
    bottom: 30px;
    z-index: 10;
}
#video {
	display: inline-block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	object-fit: cover;
}
#slider-wrapper video {
    pointer-events: none;
}
.intro-form {
    position: relative;
    width: 100%;
    max-width: 1040px;
    background: rgba(38, 168, 156, 0.8);
    backdrop-filter: blur(5px);
    padding: 30px 40px;
    color: #fff;
    z-index: 10;
}
.form-title {
    font-weight: 600;
    font-size: 30px;
    line-height: 1.1;
    letter-spacing: 0%;
    text-align: center;
    padding-bottom: 10px;
}
.form-subtitle {
    font-weight: 500;
    font-size: 25px;
    line-height: 1.1;
    letter-spacing: 0%;
    text-align: center;
    margin-bottom: 30px;
}
.intro-form .wpcf7 {
    max-width: unset;
}
.help-form_wrapper .form-policy a,
.intro-form .form-policy a {
    color: #fff;
}
.help-form_wrapper .wpcf7 input[type="tel"], .help-form_wrapper .wpcf7 input[type="text"], .help-form_wrapper .wpcf7 input[type="number"], .help-form_wrapper .wpcf7 textarea,
.intro-form .wpcf7 input[type="tel"], .intro-form .wpcf7 input[type="text"], .intro-form .wpcf7 input[type="number"], .intro-form .wpcf7 textarea {
    background: #fff !important;
}
.help-form_wrapper .wpcf7 input[type="submit"],
.intro-form .wpcf7 input[type="submit"] {
    width: 240px;
    backdrop-filter: blur(5px);
    border: 2px solid rgba(255, 255, 255, 1);
    color: #fff;
}
#news .wrapper {
    padding: 60px 50px;
    background: url(../images/news-bg.jpg) center center no-repeat;
    background-size: cover;
    border-radius: 5px;
}
#news h2 {
    color: #fff;
}
#team .show-more,
#news .show-more {
    padding-top: 40px;
}
#news .show-more .btn {
    color: #fff;
    background: none;
    border-color: #fff;
}
.news-carousel {
    padding: 0px 15px;
}
.news-slide {
    padding: 0px 15px;
}
.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 0px;
    border: 0px;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    left: -20px;
    z-index: 10;
    cursor: pointer;
}
.slick-arrow.slick-next {
    left: auto;
    right: -20px;
}
#news .news-foto {
    width: 280px;
    min-width: 280px;
}
.team-carousel {
    margin: 0px -15px;
}
.team-slide {
    padding: 0px 15px;
}
#why .wrapper {
    padding: 60px;
    background: url(../images/why-bg.jpg) center center no-repeat;
    background-size: cover;
    border-radius: 5px;
}
#why h2 {
    text-align: center;
    color: #fff;
}
.why-row {
    display: flex;
    justify-content: space-between;
}
.why-item {
    width: 215px;
    text-align: center;
}
.why-pic {
    margin-bottom: 20px;
}
.why-text p {
    color: #fff;
    font-weight: 600;
    margin: 0px;
}
.why-text p:first-child {
    color: #26A89C;
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 20px;
}
.about-slider img {
    border-radius: 5px;
}
.about-slider .slick-arrow {
    left: 15px;
}
.about-slider .slick-arrow.slick-next {
    left: auto;
    right: 15px;
}
#reviews {
    padding-bottom: 60px;
}
#reviews .wrapper {
    padding: 60px;
    background: url(../images/reviews-bg_2.jpg) center center no-repeat;
    background-size: cover;
    border-radius: 5px;
}
#reviews h2 {
    color: #fff;
}
.ab-slider .slick-arrow {
    position: absolute;
    top: auto;
    bottom: 0px;
    left: 0px;
    right: auto;
    padding: 0px;
    border: 0px;
    background: none;
    cursor: pointer;
    z-index: 10;
}
.ab-slider .slick-arrow svg path {
    fill: #fff;
}
.ab-slider .slick-arrow {
    left: 0px
}
.ab-slider .slick-arrow.slick-next {
    left: 60px;
}
ul.slick-dots {
    position: absolute;
    height: 3px;
    bottom: 20px;
    right: 0px;
}
ul.slick-dots,
ul.slick-dots li {
    padding: 0px;
    margin: 0px;
    list-style: none;
    list-style-image: none;
}
ul.slick-dots {
    display: flex;
    width: 400px;
    margin-left: auto;
}
ul.slick-dots li {
    width: 100%;
}
ul.slick-dots li button {
    width: 100%;
    height: 3px;
    padding: 0px;
    border: 0px;
    box-shadow: unset;
    outline: none;
    overflow: hidden;
    background: #C0C0C0;
    vertical-align: top;
    text-indent: -1000px;
}
ul.slick-dots li.slick-active button {
    background: #26A89C;
}
.ab-slider ul.slick-dots li.slick-active button {
    background: #26A89C;
}
.ab-slider_item a img {
    border-radius: 5px;
}
.ab-slider_item {
    display: flex !important;
    flex-wrap: wrap;
    margin: 0px -15px;
}
.ab-slider_item a {
    width: 50%;
    display: block;
    padding: 0px 15px;
    margin-bottom: 30px;
}
.ab-slider {
    padding-bottom: 25px;
}
.help-form {
    padding-top: 130px;
}
.help-form h2 {
    text-transform: unset;
    color: #0A6BBA;
    text-align: left;
}
.help-form_wrapper {
    position: relative;
    background: #26A89C;
    border-radius: 5px;
    padding: 40px 50px;
    color: #fff;
}
.help-form_wrapper:after {
    display: block;
    content: '';
    background: url(../images/man.png) center bottom no-repeat;
    background-size: contain;
    width: 309px;
    height: 481px;
    position: absolute;
    right: 45px;
    bottom: 0px;
}
.help-form_wrapper .wpcf7 {
    margin: 0px !important;
    max-width: 890px;
}
.help-form_wrapper .form-title {
    text-align: left;
    margin-bottom: 20px;
}
#book .wrapper {
    padding: 50px;
    border-radius: 5px;
    background: url(../images/book-bg.jpg) center center no-repeat;
    background-size: cover;
}
#book h2 {
    text-align: center;
    color: #0A6BBA;
}
.book-left img {
    border-radius: 5px;
}
.book-right h3 {
    color: #26A89C;
    font-size: 25px;
    font-weight: 600;
}
.article-foto img {
    border-radius: 5px;
}
.article-title a {
    text-decoration: none;
    font-size: 25px;
    font-weight: 600;
    color: #26A89C;
}
.article-text {
    padding: 15px 0px;
}
.modal-header {
    padding-bottom: 0px;
    border: 0px;
}
.modal-content {
    border: 0px;
}
.modal-body {
    padding: 20px 50px 50px 50px;
}
.modal-title {
    font-size: 28px;
    font-weight: 600;
    color: #26A89C;
    margin-bottom: 20px;
    text-align: center;
}
.modal-subtitle {
    color: #181818;
    font-weight: 600;
    text-align: center;
    margin-bottom: 25px;
}
.modal .form-policy {
    text-align: center;
    padding-top: 25px;
}
.modal .form-action {
    display: flex;
    justify-content: center;
}
.modal .btn,
.modal .wpcf7 input[type="submit"] {
    background: #CDAE82 !important;
    color: #fff;
    border-color: #CDAE82;
    min-width: 223px;
    text-align: center;
    justify-content: center;
}
.price-list_inner {
    background: #FAF7F3;
    padding: 30px;
    border-radius: 5px;
    margin-top: 30px;
}
.serv-right img {
    border-radius: 5px;;
}
.serv-btns {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}
.serv-btns a {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: #26A89C !important;
    font-weight: 600;
    padding: 10px 12px;
    border: 2px solid #26A89C;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.2s ease;
}
.serv-btns a:nth-child(2) {
    background: #CDAE82;
    border: 2px solid #CDAE82;
    color: #fff !important;
    padding: 10px 25px;
    min-width: 230px;
    text-align: center;
    justify-content: center;
}
.serv-btns a:hover {
    opacity: 0.8;
}
.modal-btn {
    display: flex;
    justify-content: center;
}
.services-block {
    width: 100%;
    background: url(../images/serv-bg.jpg) center center no-repeat;
    background-size: cover;
    padding: 50px;
    color: #fff;
    border-radius: 5px;
    margin-top: 50px
}
.serv-slider {
    padding: 0px 40px;
}
.serv-slider .slick-arrow {
    left: 5px;
}
.serv-slider .slick-arrow.slick-next {
    left: auto;
    right: 5px;
}
.serv-slider img {
    border-radius: 5px;
}
.is-form-style.is-form-style-3 input.is-search-input {
    font-size: 16px !important;
}
div.is-ajax-search-details, div.is-ajax-search-result {
    max-width: 305px !important;
    border-width: 1px !important;
    padding: 2px !important;
    border-radius: 5px !important;
    margin-top: 6px !important;
}
.serv-right {
    float: right;
    width: 50%;
    padding-left: 15px;
}

/* =========================================================
   AZIZOV — CUSTOM OVERRIDES
   Moved from WordPress > Additional CSS.
   Loaded after the original style.css + responsive.css.
   ========================================================= */

:root {
    --az-teal: #26A89C;
    --az-teal-dark: #174E52;
    --az-teal-soft: rgba(38, 168, 156, 0.10);
    --az-text: #23484A;
    --az-muted: #61787C;
}

*, *::before, *::after {
    box-sizing: border-box;
}

/* =========================================================
   GLOBAL HEADINGS / TEXT
   ========================================================= */
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
    text-align: left !important;
}

/* =========================================================
   FIXED / STICKY MODERN MENU
   ========================================================= */
#menu-wrapper {
    position: sticky !important;
    top: 0 !important;
    z-index: 10000 !important;
    width: 100% !important;
    background: rgba(255, 255, 255, 0.88) !important;
    -webkit-backdrop-filter: blur(14px) !important;
    backdrop-filter: blur(14px) !important;
    border: 0 !important;
    border-bottom: 1px solid rgba(23, 78, 82, 0.08) !important;
    box-shadow: 0 8px 24px rgba(24, 73, 76, 0.08) !important;
}

#menu-wrapper > .container {
    width: min(1240px, calc(100% - 32px)) !important;
    max-width: none !important;
    margin: 0 auto !important;
    padding: 0 !important;
}

#main-nav {
    min-height: 62px !important;
    margin: 0 !important;
    padding: 7px 0 !important;
}

#main-nav .az-desktop-menu {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 4px !important;
    border-radius: 16px !important;
    background: rgba(255,255,255,.68) !important;
    box-shadow: 0 5px 18px rgba(24,73,76,.05) !important;
}

#az-desktop-menu-list {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

#az-desktop-menu-list > li {
    flex: 1 1 0 !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

#az-desktop-menu-list > li:first-child {
    flex: 0 0 52px !important;
}

#az-desktop-menu-list > li > a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    min-height: 46px !important;
    padding: 0 12px !important;
    border: 0 !important;
    border-radius: 12px !important;
    background: transparent !important;
    box-shadow: none !important;
    color: var(--az-teal-dark) !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    line-height: 1.1 !important;
    text-align: center !important;
    text-decoration: none !important;
    white-space: nowrap !important;
    transition: background .2s ease, color .2s ease, transform .2s ease !important;
}

#az-desktop-menu-list > li > a:hover,
#az-desktop-menu-list > li > a:focus-visible {
    background: rgba(38,168,156,.10) !important;
    color: #168A84 !important;
    outline: none !important;
    transform: translateY(-1px) !important;
}

#az-desktop-menu-list > li.current-menu-item > a,
#az-desktop-menu-list > li.current-menu-ancestor > a,
#az-desktop-menu-list > li.current_page_item > a {
    background: rgba(38,168,156,.14) !important;
    color: #168A84 !important;
    box-shadow: none !important;
}

/* Home icon: no colored square, just a clean teal icon. */
#az-desktop-menu-list > li:first-child > a {
    min-width: 46px !important;
    padding: 0 !important;
}

#az-desktop-menu-list > li:first-child svg,
#az-desktop-menu-list > li:first-child i,
#az-desktop-menu-list > li:first-child .fa,
#az-desktop-menu-list > li:first-child .icon {
    width: 20px !important;
    height: 20px !important;
    color: #26A89C !important;
    fill: none !important;
    stroke: currentColor !important;
    opacity: 1 !important;
}

/* Kill legacy navigation borders/glows that may be inherited. */
#main-nav .az-desktop-menu-list > li > a,
#az-desktop-menu-list > li > a {
    border-left: 0 !important;
    border-right: 0 !important;
    border-top: 0 !important;
    border-bottom: 0 !important;
}

/* Logged-in WordPress admin bar offset. */
body.admin-bar #menu-wrapper {
    top: 32px !important;
}

/* =========================================================
   CUSTOM MOBILE MENU — independent of Bootstrap JS
   ========================================================= */
#az-mobile-menu-toggle {
    display: none !important;
    position: relative !important;
    width: 46px !important;
    height: 46px !important;
    flex: 0 0 46px !important;
    margin-left: auto !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 12px !important;
    background: rgba(38,168,156,.08) !important;
    box-shadow: none !important;
    cursor: pointer !important;
}

#az-mobile-menu-toggle span {
    position: absolute !important;
    left: 12px !important;
    width: 22px !important;
    height: 2px !important;
    border-radius: 2px !important;
    background: #26A89C !important;
    transition: transform .22s ease, top .22s ease, opacity .22s ease !important;
}

#az-mobile-menu-toggle span:nth-child(1) { top: 14px !important; }
#az-mobile-menu-toggle span:nth-child(2) { top: 22px !important; }
#az-mobile-menu-toggle span:nth-child(3) { top: 30px !important; }

#az-mobile-menu-toggle.is-open span:nth-child(1) {
    top: 22px !important;
    transform: rotate(45deg) !important;
}

#az-mobile-menu-toggle.is-open span:nth-child(2) {
    opacity: 0 !important;
}

#az-mobile-menu-toggle.is-open span:nth-child(3) {
    top: 22px !important;
    transform: rotate(-45deg) !important;
}

#az-mobile-menu {
    display: none !important;
}

#az-mobile-menu.is-open {
    display: block !important;
    position: fixed !important;
    top: 62px !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 9999 !important;
    max-height: calc(100vh - 62px) !important;
    overflow-y: auto !important;
    padding: 10px 16px 18px !important;
    background: rgba(255,255,255,.97) !important;
    -webkit-backdrop-filter: blur(16px) !important;
    backdrop-filter: blur(16px) !important;
    border-bottom: 1px solid rgba(23,78,82,.10) !important;
    box-shadow: 0 14px 30px rgba(24,73,76,.12) !important;
}

#az-mobile-menu-list {
    width: min(680px, 100%) !important;
    margin: 0 auto !important;
    padding: 0 !important;
    list-style: none !important;
}

#az-mobile-menu-list > li {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

#az-mobile-menu-list > li > a {
    display: flex !important;
    align-items: center !important;
    min-height: 50px !important;
    width: 100% !important;
    padding: 0 16px !important;
    margin-bottom: 4px !important;
    border: 0 !important;
    border-radius: 12px !important;
    background: transparent !important;
    box-shadow: none !important;
    color: var(--az-teal-dark) !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 1.2 !important;
    text-decoration: none !important;
}

#az-mobile-menu-list > li > a:hover,
#az-mobile-menu-list > li.current-menu-item > a,
#az-mobile-menu-list > li.current_page_item > a,
#az-mobile-menu-list > li.current-menu-ancestor > a {
    background: rgba(38,168,156,.10) !important;
    color: #168A84 !important;
}

#az-mobile-menu-list > li:first-child > a {
    justify-content: flex-start !important;
}

#az-mobile-menu-list > li:first-child svg,
#az-mobile-menu-list > li:first-child i,
#az-mobile-menu-list > li:first-child .fa,
#az-mobile-menu-list > li:first-child .icon {
    width: 20px !important;
    height: 20px !important;
    margin-right: 10px !important;
    color: #26A89C !important;
    fill: none !important;
    stroke: currentColor !important;
}

@media (max-width: 1199px) and (min-width: 992px) {
    #menu-wrapper > .container {
        width: min(1160px, calc(100% - 24px)) !important;
    }

    #az-desktop-menu-list {
        gap: 4px !important;
    }

    #az-desktop-menu-list > li > a {
        min-height: 44px !important;
        padding: 0 8px !important;
        font-size: 13px !important;
    }
}

@media (max-width: 991px) {
    #menu-wrapper {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        background: rgba(255,255,255,.94) !important;
    }

    body.admin-bar #menu-wrapper {
        top: 46px !important;
    }

    body {
        padding-top: 62px !important;
    }

    #menu-wrapper > .container {
        width: 100% !important;
        max-width: none !important;
        padding: 0 12px !important;
    }

    #main-nav {
        min-height: 62px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: flex-end !important;
        padding: 8px 0 !important;
    }

    #main-nav .az-desktop-menu {
        display: none !important;
    }

    #az-mobile-menu-toggle {
        display: block !important;
    }

    #az-mobile-menu {
        display: none !important;
    }

    #az-mobile-menu.is-open {
        top: 62px !important;
        max-height: calc(100vh - 62px) !important;
    }

    body.admin-bar #az-mobile-menu.is-open {
        top: 108px !important;
        max-height: calc(100vh - 108px) !important;
    }

    #menu-wrapper .mb-search {
        display: none !important;
    }
}

/* =========================================================
   SERVICE LIST ON HOME
   ========================================================= */
#services .row-services {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 18px !important;
    margin: 0 !important;
}

#services .services-wrapper {
    display: block !important;
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
}

#services .service-item-new {
    width: 100% !important;
}

#services .service-link-new {
    display: flex !important;
    align-items: center !important;
    gap: 16px !important;
    min-height: 72px !important;
    width: 100% !important;
    padding: 14px 8px !important;
    color: #123B56 !important;
    text-decoration: none !important;
    border-bottom: 1px solid #E4ECEF !important;
    transition: color .2s ease !important;
}

#services .service-link-new:hover {
    color: #1BA8A0 !important;
}

#services .service-icon-new {
    width: 44px !important;
    height: 44px !important;
    flex: 0 0 44px !important;
    border-radius: 50% !important;
    background: #E8F8F7 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #1BA8A0 !important;
}

#services .service-icon-new img {
    max-width: 24px !important;
    max-height: 24px !important;
}

#services .service-title-new {
    min-width: 0 !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    line-height: 1.4 !important;
}

#services .services-foto,
#services .services-title,
#services .services-more {
    display: none !important;
}

.hidden-service { display: none !important; }
.hidden-service.show { display: flex !important; }

/* =========================================================
   NEWS — remove the broad colored shadow/halo only
   ========================================================= */
#news .az-news-slider,
#news .az-news-viewport,
#news .az-news-track,
#news .az-news-slide {
    box-shadow: none !important;
}

/* =========================================================
   DOCTORS PAGE — same modern cards as homepage
   ========================================================= */
body.page:not(.home) .entry-content .team-carousel,
body.page-template-default:not(.home) .entry-content .team-carousel,
#page-wrapper .entry-content .team-carousel {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 26px !important;
    width: 100% !important;
    margin: 28px 0 38px !important;
    padding: 0 !important;
    overflow: visible !important;
}

body.page:not(.home) .entry-content .team-item,
body.page-template-default:not(.home) .entry-content .team-item,
#page-wrapper .entry-content .team-item {
    display: flex !important;
    flex-direction: column !important;
    min-width: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    background: #fff !important;
    border: 1.5px solid rgba(38,168,156,.20) !important;
    border-radius: 18px !important;
    box-shadow: 0 10px 28px rgba(22,75,92,.08) !important;
    transition: transform .25s ease, box-shadow .25s ease, background .25s ease, border-color .25s ease !important;
}

body.page:not(.home) .entry-content .team-item > a,
body.page-template-default:not(.home) .entry-content .team-item > a,
#page-wrapper .entry-content .team-item > a {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    height: 100% !important;
    color: inherit !important;
    text-decoration: none !important;
}

body.page:not(.home) .entry-content .team-foto,
body.page-template-default:not(.home) .entry-content .team-foto,
#page-wrapper .entry-content .team-foto {
    width: calc(100% - 20px) !important;
    height: 360px !important;
    margin: 10px 10px 0 !important;
    overflow: hidden !important;
    flex: 0 0 360px !important;
    border-radius: 13px !important;
    background: #F3F8F8 !important;
}

body.page:not(.home) .entry-content .team-foto img,
body.page-template-default:not(.home) .entry-content .team-foto img,
#page-wrapper .entry-content .team-foto img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    object-fit: cover !important;
    object-position: center top !important;
    border-radius: 13px !important;
    transition: transform .35s ease !important;
}

body.page:not(.home) .entry-content .team-meta,
body.page-template-default:not(.home) .entry-content .team-meta,
#page-wrapper .entry-content .team-meta {
    position: relative !important;
    inset: auto !important;
    width: 100% !important;
    min-height: 190px !important;
    padding: 19px 20px 17px !important;
    margin: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    text-align: left !important;
    background: transparent !important;
    color: var(--az-text) !important;
    border: 0 !important;
    box-shadow: none !important;
}

body.page:not(.home) .entry-content .team-meta::before,
body.page:not(.home) .entry-content .team-meta::after,
body.page-template-default:not(.home) .entry-content .team-meta::before,
body.page-template-default:not(.home) .entry-content .team-meta::after,
#page-wrapper .entry-content .team-meta::before,
#page-wrapper .entry-content .team-meta::after {
    content: none !important;
    display: none !important;
}

body.page:not(.home) .entry-content .team-title,
body.page-template-default:not(.home) .entry-content .team-title,
#page-wrapper .entry-content .team-title {
    margin: 0 0 9px !important;
    color: #174E52 !important;
    font-size: 20px !important;
    line-height: 1.25 !important;
    font-weight: 700 !important;
    text-align: left !important;
}

body.page:not(.home) .entry-content .team-position,
body.page-template-default:not(.home) .entry-content .team-position,
#page-wrapper .entry-content .team-position {
    margin: 0 0 8px !important;
    color: #65797D !important;
    font-size: 14px !important;
    line-height: 1.48 !important;
    text-align: left !important;
}

body.page:not(.home) .entry-content .team-stag,
body.page-template-default:not(.home) .entry-content .team-stag,
#page-wrapper .entry-content .team-stag {
    margin: 0 !important;
    color: #31595D !important;
    font-size: 14px !important;
    line-height: 1.45 !important;
    font-weight: 600 !important;
    text-align: left !important;
}

body.page:not(.home) .entry-content .team-more,
body.page-template-default:not(.home) .entry-content .team-more,
#page-wrapper .entry-content .team-more {
    margin-top: auto !important;
    padding-top: 12px !important;
    text-align: left !important;
}

body.page:not(.home) .entry-content .team-more .btn,
body.page-template-default:not(.home) .entry-content .team-more .btn,
#page-wrapper .entry-content .team-more .btn {
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    color: #1FA7A3 !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    text-decoration: none !important;
}

body.page:not(.home) .entry-content .team-item:hover,
body.page-template-default:not(.home) .entry-content .team-item:hover,
#page-wrapper .entry-content .team-item:hover {
    background: #26A89C !important;
    border-color: #26A89C !important;
    transform: translateY(-4px) !important;
    box-shadow: 0 16px 34px rgba(22,75,92,.14) !important;
}

body.page:not(.home) .entry-content .team-item:hover .team-foto img,
body.page-template-default:not(.home) .entry-content .team-item:hover .team-foto img,
#page-wrapper .entry-content .team-item:hover .team-foto img {
    transform: scale(1.025) !important;
}

body.page:not(.home) .entry-content .team-item:hover .team-title,
body.page:not(.home) .entry-content .team-item:hover .team-position,
body.page:not(.home) .entry-content .team-item:hover .team-stag,
body.page:not(.home) .entry-content .team-item:hover .team-more .btn,
body.page-template-default:not(.home) .entry-content .team-item:hover .team-title,
body.page-template-default:not(.home) .entry-content .team-item:hover .team-position,
body.page-template-default:not(.home) .entry-content .team-item:hover .team-stag,
body.page-template-default:not(.home) .entry-content .team-item:hover .team-more .btn,
#page-wrapper .entry-content .team-item:hover .team-title,
#page-wrapper .entry-content .team-item:hover .team-position,
#page-wrapper .entry-content .team-item:hover .team-stag,
#page-wrapper .entry-content .team-item:hover .team-more .btn {
    color: #fff !important;
}

/* Doctors page "all doctors" button */
body.page:not(.home) .entry-content .team-carousel + .show-more,
body.page-template-default:not(.home) .entry-content .team-carousel + .show-more,
#page-wrapper .entry-content .team-carousel + .show-more {
    text-align: center !important;
    margin: 12px 0 20px !important;
}

body.page:not(.home) .entry-content .team-carousel + .show-more .btn,
body.page-template-default:not(.home) .entry-content .team-carousel + .show-more .btn,
#page-wrapper .entry-content .team-carousel + .show-more .btn {
    min-height: 50px !important;
    padding: 0 28px !important;
    border: 2px solid #26A89C !important;
    border-radius: 12px !important;
    background: #fff !important;
    color: #26A89C !important;
    font-size: 16px !important;
    font-weight: 600 !important;
}

body.page:not(.home) .entry-content .team-carousel + .show-more .btn:hover,
body.page-template-default:not(.home) .entry-content .team-carousel + .show-more .btn:hover,
#page-wrapper .entry-content .team-carousel + .show-more .btn:hover {
    background: #26A89C !important;
    color: #fff !important;
}

/* =========================================================
   WHY / ABOUT / REVIEWS SUPPORTING RULES
   ========================================================= */
#why,
#reviews {
    background: #f7FBFB !important;
    background-image: none !important;
}

#why .wrapper,
#why .container,
#reviews .wrapper,
#reviews .container {
    background: transparent !important;
    background-image: none !important;
}

#why .why-item,
#about .about-right,
#reviews .ab-slider {
    box-shadow: 0 10px 28px rgba(22,75,92,.07) !important;
    border-radius: 18px !important;
}

#about .about-slider,
#about .about-slide_item,
#about .about-slide_item img {
    border-radius: 18px !important;
}

/* =========================================================
   FOOTER
   ========================================================= */
#footer {
    background: rgba(38,168,156,.88) !important;
}

/* =========================================================
   WHATSAPP / FORM / QUIZ
   ========================================================= */
.footer-whatsapp {
    text-align: center !important;
    margin-top: 20px !important;
}

.footer-whatsapp a {
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
    color: #26A89C !important;
    font-size: 24px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
}

.footer-center { text-align: center !important; }

.mobile-banner { display: none; }

@media (max-width: 768px) {
    .desktop-banner { display: none !important; }
    .mobile-banner { display: block !important; }
}

.mobile-form { display: none; }

@media (max-width: 768px) {
    .desktop-form { display: none !important; }
    .mobile-form {
        display: block !important;
        text-align: center !important;
    }
    .mobile-form-btn {
        display: inline-block !important;
        background: #26A89C !important;
        color: #fff !important;
        padding: 15px 30px !important;
        border-radius: 8px !important;
        text-decoration: none !important;
        font-size: 18px !important;
        font-weight: 600 !important;
    }
}

iframe[src*="jivo"],
jdiv,
#jivo-iframe-container,
[class*="jivo"],
[id*="jivo"] {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
}

.grecaptcha-badge { visibility: hidden !important; }

.ws-quiz-btn-el-container {
    right: 25px !important;
    bottom: 25px !important;
    left: auto !important;
    width: auto !important;
    max-width: none !important;
    background: transparent !important;
    z-index: 99999 !important;
}

.ws-quiz-btn-el-container * { box-sizing: border-box; }

.ws-quiz-btn-el-container > div {
    width: 220px !important;
    height: 50px !important;
    background: rgba(55,122,255,.88) !important;
    border-radius: 16px !important;
    box-shadow: 0 8px 22px rgba(55,122,255,.25) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: background .25s ease, transform .25s ease, box-shadow .25s ease !important;
}

.ws-quiz-btn-el-container > div:hover {
    background: #377AFF !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 10px 26px rgba(55,122,255,.30) !important;
}

.ws-quiz-btn-el-container span {
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 600 !important;
}

.ws-quiz-btn-el-container img,
.ws-quiz-btn-el-container svg,
.ws-quiz-btn-el-container i,
.ws-quiz-btn-el-container .icon,
.ws-quiz-btn-el-container [class*="icon"] {
    display: none !important;
}

.ws-quiz-btn-el-container > div > div:first-child {
    display: none !important;
    width: 0 !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* =========================================================
   YCLIENTS BOOKING
   ========================================================= */
#yclients-booking {
    background: #f8f9fa !important;
    border-radius: 16px !important;
    padding: 20px !important;
    box-shadow: 0 4px 12px rgba(0,0,0,.05) !important;
    margin-top: 20px !important;
}

#yclients-booking .booking-title {
    font-size: 21px !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
    color: #26A89C !important;
    margin-bottom: 14px !important;
}

#yclients-booking .form-label {
    display: block !important;
    font-weight: 600 !important;
    color: #26A89C !important;
    margin-bottom: 8px !important;
}

#yclients-booking .booking-select-wrap { position: relative; width: 100%; }

#yclients-booking select.form-select {
    appearance: none !important;
    -webkit-appearance: none !important;
    width: 100% !important;
    min-height: 52px !important;
    background-color: #fff !important;
    color: #333 !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    padding: 13px 52px 13px 18px !important;
    border: 1px solid #d9d9d9 !important;
    border-radius: 14px !important;
    cursor: pointer !important;
    box-shadow: 0 3px 10px rgba(0,0,0,.06) !important;
}

#yclients-booking select.form-select:hover,
#yclients-booking select.form-select:focus {
    background-color: #fff !important;
    color: #333 !important;
    border-color: #26A89C !important;
    outline: none !important;
}

#yclients-booking .date-list,
#yclients-booking .time-list {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
}

#yclients-booking .date-btn,
#yclients-booking .time-btn {
    background: #fff !important;
    color: #333 !important;
    border: 1px solid #d9d9d9 !important;
    border-radius: 50px !important;
    padding: 9px 16px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
}

#yclients-booking .date-btn:not(:disabled):hover,
#yclients-booking .time-btn:not(:disabled):hover {
    background: #effaf8 !important;
    border-color: #26A89C !important;
    color: #26A89C !important;
}

#yclients-booking .date-btn.active,
#yclients-booking .time-btn.active {
    background: #26A89C !important;
    border-color: #26A89C !important;
    color: #fff !important;
}

#yclients-booking .form-control {
    width: 100% !important;
    background: #fff !important;
    color: #333 !important;
    border: 1px solid #d9d9d9 !important;
    border-radius: 12px !important;
    padding: 12px 16px !important;
}

#yclients-booking .form-control:focus {
    outline: none !important;
    border-color: #26A89C !important;
    box-shadow: 0 0 0 3px rgba(38,168,156,.12) !important;
}

#yclients-booking .btn-success {
    width: 100% !important;
    background: #26A89C !important;
    border-color: #26A89C !important;
    color: #fff !important;
    border-radius: 50px !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    padding: 12px 18px !important;
}

#yclients-booking .btn-success:hover {
    background: #1f8a7f !important;
    border-color: #1f8a7f !important;
    color: #fff !important;
}

@media (max-width: 1200px) {
    #services .row-services { grid-template-columns: repeat(3, minmax(0,1fr)) !important; }
}

@media (max-width: 991px) {
    #services .row-services { grid-template-columns: repeat(2, minmax(0,1fr)) !important; }
}

@media (max-width: 767px) {
    #services .row-services { grid-template-columns: 1fr !important; gap: 0 !important; }
    #services .service-link-new { padding-left: 14px !important; padding-right: 14px !important; }
    #services .service-icon-new {
        flex: 0 0 50px !important;
        width: 50px !important;
        height: 50px !important;
        margin-left: 6px !important;
        margin-right: 12px !important;
    }

    /* Compact WHY cards on phones — no overlap when the window changes width. */
    #why .why-row {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 14px !important;
    }

    #why .why-item {
        min-width: 0 !important;
        min-height: 180px !important;
        padding: 18px 12px !important;
        border-radius: 16px !important;
    }

    #why .why-pic,
    #why .why-pic img {
        width: 56px !important;
        height: 56px !important;
    }

    #why .why-pic { margin-bottom: 11px !important; }

    body.page:not(.home) .entry-content .team-carousel,
    body.page-template-default:not(.home) .entry-content .team-carousel,
    #page-wrapper .entry-content .team-carousel {
        grid-template-columns: 1fr !important;
        gap: 16px !important;
    }

    body.page:not(.home) .entry-content .team-foto,
    body.page-template-default:not(.home) .entry-content .team-foto,
    #page-wrapper .entry-content .team-foto {
        height: 310px !important;
        flex-basis: 310px !important;
        width: calc(100% - 16px) !important;
        margin: 8px 8px 0 !important;
        border-radius: 12px !important;
    }

    body.page:not(.home) .entry-content .team-foto img,
    body.page-template-default:not(.home) .entry-content .team-foto img,
    #page-wrapper .entry-content .team-foto img { border-radius: 12px !important; }

    body.page:not(.home) .entry-content .team-meta,
    body.page-template-default:not(.home) .entry-content .team-meta,
    #page-wrapper .entry-content .team-meta {
        min-height: 165px !important;
        padding: 16px !important;
    }

    body.page:not(.home) .entry-content .team-title,
    body.page-template-default:not(.home) .entry-content .team-title,
    #page-wrapper .entry-content .team-title { font-size: 18px !important; }

    body.page:not(.home) .entry-content .team-position,
    body.page:not(.home) .entry-content .team-stag,
    body.page:not(.home) .entry-content .team-more .btn,
    body.page-template-default:not(.home) .entry-content .team-position,
    body.page-template-default:not(.home) .entry-content .team-stag,
    body.page-template-default:not(.home) .entry-content .team-more .btn,
    #page-wrapper .entry-content .team-position,
    #page-wrapper .entry-content .team-stag,
    #page-wrapper .entry-content .team-more .btn { font-size: 13px !important; }
}

@media (max-width: 575px) {
    #why .why-row { grid-template-columns: 1fr !important; }
    #why .why-item { min-height: 150px !important; }
}

@media (max-width: 480px) {
    #yclients-booking { padding: 15px !important; border-radius: 14px !important; }
    #yclients-booking .booking-title { font-size: 19px !important; }
    #yclients-booking select.form-select { min-height: 50px !important; font-size: 15px !important; }
}
