/*
Theme Name: dreamcare
Text Domain: dreamcare
*/


:root {
    --green-100: #B9EAD9;
    --green-200: #5EA998;
    --green-300: #4F7D72;
    --green-500: #385A53;
    --green-600: #214A43;
    --green-700: #1B6156;
    --green-800: #153B36;
    --green-900: #123C36;
    --text: #5E7670;
}

@font-face {
  font-family: "LT Superior";
  src: url("/wp-content/themes/dreamcare/fonts/LTSuperior-Thin.otf") format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "LT Superior";
  src: url("/wp-content/themes/dreamcare/fonts/LTSuperior-ExtraLight.otf") format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "LT Superior";
  src: url("/wp-content/themes/dreamcare/fonts/LTSuperior-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "LT Superior";
  src: url("/wp-content/themes/dreamcare/fonts/LTSuperior-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "LT Superior";
  src: url("/wp-content/themes/dreamcare/fonts/LTSuperior-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "LT Superior";
  src: url("/wp-content/themes/dreamcare/fonts/LTSuperior-SemiBold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "LT Superior";
  src: url("/wp-content/themes/dreamcare/fonts/LTSuperior-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "LT Superior";
  src: url("/wp-content/themes/dreamcare/fonts/LTSuperior-ExtraBold.otf") format("opentype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "LT Superior";
  src: url("/wp-content/themes/dreamcare/fonts/LTSuperior-Black.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "LT Superior Serif";
  src: url("/wp-content/themes/dreamcare/fonts/LTSuperiorSerif-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "LT Superior Serif";
  src: url("/wp-content/themes/dreamcare/fonts/LTSuperiorSerif-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "LT Superior Serif";
  src: url("/wp-content/themes/dreamcare/fonts/LTSuperiorSerif-Semibold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "LT Superior Serif";
  src: url("/wp-content/themes/dreamcare/fonts/LTSuperiorSerif-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "LT Superior Serif";
  src: url("/wp-content/themes/dreamcare/fonts/LTSuperiorSerif-ExtraBold.otf") format("opentype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'icons';
  src:  url('/wp-content/themes/dreamcare/fonts/icons.eot?ji0z0l');
  src:  url('/wp-content/themes/dreamcare/fonts/icons.eot?ji0z0l#iefix') format('embedded-opentype'),
    url('/wp-content/themes/dreamcare/fonts/icons.ttf?ji0z0l') format('truetype'),
    url('/wp-content/themes/dreamcare/fonts/icons.woff?ji0z0l') format('woff'),
    url('/wp-content/themes/dreamcare/fonts/icons.svg?ji0z0l#icons') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  font-family: 'icons' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow:before {
  content: "\e900";
}
.icon-pin:before {
  content: "\e901";
}
.icon-arrow-bold-right:before {
  content: "\e902";
}
.icon-arrow-bold-left:before {
  content: "\e903";
}


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%;
    vertical-align: baseline;
}

a {
    text-decoration: none;
    transition: all 0.3s ease;
    color: var(--accent);
}

button {
outline: 0;
}

ol,ul {
list-style: none;
}

blockquote,q {
quotes: none;
}

blockquote:before,blockquote:after,q:before,q:after {
content: '';
content: none;
}

q {
display: inline;
font-style: italic;
}

q:before {
content: '"';
font-style: normal;
}

q:after {
content: '"';
font-style: normal;
}

textarea,input[type="text"],input[type="button"],input[type="submit"],input[type="reset"],input[type="search"],input[type="password"] {
-webkit-appearance: none;
appearance: none;
border-radius: 0;
}

input[type="search"] {
-webkit-appearance: textfield;
}

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

th,td {
padding: 2px;
}

big {
font-size: 120%;
}

small,sup,sub {
font-size: 80%;
}

sup {
vertical-align: super;
}

sub {
vertical-align: sub;
}

dd {
margin-left: 20px;
}

kbd,tt {
font-family: courier;
font-size: 12px;
}

ins {
text-decoration: underline;
}

del,strike,s {
text-decoration: line-through;
}

dt {
font-weight: bold;
}

address,cite,var {
font-style: italic;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
display: block;
}

* {
box-sizing: border-box;
-webkit-tap-highlight-color: transparent;
}

html {
    max-width: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    overflow: hidden;
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    background: #F8FBF9;
    color: #385A53;
}

p {
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    line-height: 1.25;
    font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'LT Superior', sans-serif;
    line-height: 1;
}

h1 {
    font-size: clamp(44px,4.8vw,80px);
    font-weight: 300;
    letter-spacing: -0.0325em;
    line-height: 1;
}

h2 {
    font-size: 50px;
    font-weight: 400;
    letter-spacing: -0.0325em;
}

h3 {
    font-size: 36px;
    font-weight: 400;
}

h4 {
    font-size: 16px;
    font-weight: 600;
}

h5 {
    font-size: 12px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1.38px;
    margin-bottom: 15px;
}

.alt {
    font-family: "LT Superior Serif";
}

.light h1, .light h2, .light h3, .light h4, .light h5, .light h6, .light p, .light li {
    color: #fff;
}

.green-200 {
    color: var(--green-200);
}

.green-300 {
    color: var(--green-300);
}

.green-500 {
    color: var(--green-500);
}

.green-600 {
    color: var(--green-600);
}

.green-700 {
    color: var(--green-700);
}

.green-800 {
    color: var(--green-800);
}

.green-900 {
    color: var(--green-900);
}

strong {
    font-weight: 600;
}

img {
    width: 100%;
    height: auto;
    display: block;
}

.center {
    text-align: center;
}

.upper {
    text-transform: uppercase;
}

/*layout*/
section {
    width: 100%;
}

.row.in-grid {
    max-width: 1400px;
    padding-left: 40px;
    padding-right: 40px;
    margin: auto;
    position: relative;
    z-index: 2;
}

.columns-wrapper {
    display: flex;
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    float: none;
    width: 100%;
}

.columns-wrapper.middle {
    align-items: center;
}

.col-12 {
    flex: 0 0 100%;
    width: 100%;
}

.col-11 {
    flex: 0 0 91.66666667%;
    width: 91.66666667%;
}

.col-10 {
    flex: 0 0 83.33333333%;
    width: 83.33333333%;
}

.col-9 {
    flex: 0 0 75%;
    width: 75%;
}

.col-8 {
    flex: 0 0 66.66666667%;
    width: 66.66666667%;
}

.col-7 {
    flex: 0 0 58.33333333%;
    width: 58.33333333%;
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}

.col-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
}

.col-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%;
}

.col-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
}

.col-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
}

.col-4-5 {
    width: 80%;
}

.col-3-5 {
    width: 60%;
}

.col-2-5 {
    width: 40%;
}

.col-1-5 {
    width: 20%;
}

.col-3-0 {
    width: 30%;
}

.col-7-0 {
    width: 70%;
}

@media (max-width: 1000px) {
    .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1, .col-4-5, .col-3-5, .col-2-5, .col-1-5, .col-3-0, .col-7-0 {
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%;
        padding-left: 0%;
        padding-right: 0%;
    }
}


.main-btn {
    padding: 23px 68px 23px 30px;
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    border-radius: 60px;
    background: var(--green-200);
    transition: all 0.35s ease;
    position: relative;
    letter-spacing: 0.01em;
    line-height: 1;
}

.main-btn span {
    color: #fff;
}

.main-btn i {
    font-size: 10px;
    position: absolute;
    color: var(--green-200);
    z-index: 1;
    right: 38px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.30s ease;
}

.main-btn i:after {
    content: '';
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #fff;
    left: 50%;
    top: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    transition: all 0.30s ease;
    z-index: -1;
}

.main-btn:hover i:after {
    width: 38px;
    height: 38px;
}

.main-btn:hover i {
    right: 38px;
    color: var(--green-700);
    transform: translate(calc(-50% + 14px), -50%);
}

.main-btn:hover {
    background: var(--green-700);
}
    
.main-btn.reverse {
    padding: 22px 68px 22px 30px;
    background: rgb(185 234 217 / 50%);
    border: 1px solid var(--green-200);
    backdrop-filter:blur(8px);
}

.main-btn.reverse span {
    color: var(--green-800);
}


/*header*/
@media (min-width: 1100px) {
button.drawer-toggle.drawer-hamburger {
    display: none;
}
}

@media (min-width: 1000px) {
.slider-bgr, .slider-overlay {
    display: none;
}
}

#header {
    display: flex;
    justify-content: space-between;
    padding: 29px 40px 29px 40px;
    z-index: 3;
    align-items: center;
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
}

.logo {
margin-right: auto;
margin-left: 0;
z-index: 3;
}

#header .logo a {
display: flex;
}

.logo img {
height: 52px;
width: auto !important;
}

.main-menu {
    display: flex;
    align-items: center;
    gap: 28px;
}

.main-menu ul.menu {
    display: flex;
    align-items: center;
    gap: clamp(8px, 1.3vw, 25px);
}

.main-menu ul.menu li a {
    font-size: clamp(14px,1.15vw,15px);
    font-weight: 500;
    color: var(--green-900);
    position: relative;
    padding-left: 15px;
    line-height: 1;
    transition: all 0.3s ease;
}

.main-menu ul.menu li a:before {
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    background: var(--green-200);
    left: 0;
    top: 50%;
    border-radius: 50%;
    transform: translateY(-50%) scale(0);
    transition: all 0.3s ease;
}

.main-menu ul.menu li.current-menu-item a:before,
.main-menu ul.menu li:hover a:before {
    transform: translateY(-50%) scale(1);
}

.main-menu ul.menu li.current-menu-item a,
.main-menu ul.menu li:hover a {
    color: var(--green-700);
}


/*content*/

main {
    margin-top: -124px;
}

.section.main-1 {
    height: 90svh;
    min-height: 760px;
    max-height: 940px;
    position: relative;
}

.main-slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.main-slider .slider-item {
    height: 90svh;
    min-height: 760px;
    max-height: 940px;
    background-size: cover;
    background-position: center;
}

.main-1 .row-overlay {
    position: absolute;
    width: 100%;
    height: 50%;
    background: radial-gradient(114.13% 114.13% at 55% 0%, rgba(169, 234, 215, 0.23) 0%, rgba(0, 0, 0, 0) 65%);
    top: 0;
    left: 0;
}

.col-6.title {
    height: 90svh;
    min-height: 760px;
    max-height: 940px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    padding-bottom: 50px;
    padding-top: 18vh;
}

.col-6.title h1 {
    margin-top: 0;
    margin-bottom: auto;
}

p.perex {
    font-size: clamp(22px,1.8vw,30px);
    line-height: 1.05;
}

.col-6.title p.perex {
    margin-bottom: 25px;
}

.col-6.title p.address {
    margin-top: 56px;
    display: flex;
    align-items: center;
    gap: 10px;
}

p.address i {
 color: var(--green-200);
}

.section.home-2 {
    padding: 95px 0;
}

.home-2 h2 {
    font-size: clamp(38px,5vw,64px);
    line-height: 0.95;
}

.columns-wrapper.align-bottom {
    align-items: flex-end;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 38px;
}

.home-2 .text-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.text-right p {
    max-width: 230px;
}

.columns-wrapper.benefits {
    margin-left: -8px;
    margin-right: -8px;
    width: auto;
}

.columns-wrapper.benefits .col-4 {
    padding-left: 8px;
    padding-right: 8px;
}

a.benefit-box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 30px 65px 30px 40px;
    border-radius: 24px;
    height: 100%;
    min-height: 456px;
    position: relative;
    transition: all 0.3s ease;
}

a.benefit-box .text-label {
    background: rgb(255 255 255 / 90%);
    padding: 9px 12px 7px;
    border-radius: 100px;
    font-size: 13px;
    margin-bottom: 21px;
}

a.benefit-box h3 {
    margin-bottom: 10px;
}

a.benefit-box.box-2 {
    justify-content: flex-end;
    padding-bottom: 40px;
}

a.benefit-box.box-2 .text-label {
    margin-top: 0;
    margin-bottom: auto;
}

a.benefit-box:hover {
    box-shadow: 0px 5px 25px -8px rgba(0, 0, 0, 0.15);
}

.arrow-btn {
    position: absolute;
    right: 23px;
    bottom: 23px;
    background: #fff;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    transition: all 0.4s ease;
}

.arrow-btn i {
    font-size: 10px;
}

a.benefit-box.box-1 {
    background: url(/wp-content/uploads/2026/07/benefit-1.jpg);
    background-size: cover;
    background-position: bottom center;
}

a.benefit-box.box-2 {
    background: url(/wp-content/uploads/2026/07/benefit-2.1.png);
    background-size: cover;
    background-position: bottom center;
}

a.benefit-box.box-3 {
    background: url(/wp-content/uploads/2026/07/optika.png);
    background-size: cover;
    background-position: bottom center;
}

a.benefit-box:hover .arrow-btn {
    background: var(--green-200);
    color: #fff;
}

.section.home-3 {
    background: #fff;
    padding: 50px 0;
}

.section.home-3 img {
    max-width: 63px;
    margin-bottom: 28px;
}

.section.home-3 h3.alt {
    font-size: 30px;
    margin-bottom: 30px;
} 

.section.home-3 .col-8 {
    padding-left: 50px;
    border-left: 1px solid rgb(18 60 54 / 40%);
    padding-top: 10px;
}

.columns-wrapper.first-steps {
    margin-top: 50px;
    width: auto;
    margin-left: -8px;
    margin-right: -8px;
}

.columns-wrapper.first-steps .col-4 {
    padding: 0 8px;
}

.step-box {
    background: #F1F7F4;
    padding: 26px;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-height: 190px;
    height: 100%;
    justify-content: flex-end;
}

.step-box h5 {
    margin-top: 0;
    margin-bottom: auto;
}

.step-box h4 {
    padding-bottom: 10px;
}

/*slider why us*/

.benefits-section {
    overflow: hidden;
    background: #F1F7F4;
}

.benefits-slide-wrapper {
    min-height: 675px;
    align-items: stretch;
}

.benefits-slide-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 70px;
    padding-right: 30px;
    padding-bottom: 70px;
}

.benefits-label {
    color: var(--green-300);
}

.benefits-text {
    max-width: 530px;
}

.benefits-text h2 {
    margin: 0 0 18px;
    color: #103f36;
    font-size: clamp(46px, 5.3vw, 86px);
    font-weight: 400;
    line-height: .98;
    letter-spacing: -.045em;
}

.benefits-text p {
    max-width: 450px;
    margin: 0;
    color: var(--green-500);
}

.benefits-slide-image {
    display: flex;
    align-items: center;
    padding-top: 22px;
    padding-bottom: 22px;
}

.benefits-slide-image img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    object-fit: cover;
}

.benefits-slider-navigation {
    width: 100%;
    border-top: 1px solid #D7E6DF;
}

.benefits-navigation-wrapper {
    align-items: stretch;
    justify-content: space-between;
}

.benefits-slider-tabs {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    padding: 13px 13px 13px 0;
    max-width: 900px;
}

.benefits-slider-tab {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
    min-height: 73px;
    padding: 0 28px;
    border: 0;
    border-radius: 10px;
    background: transparent;
    color: var(--green-900);
    font-family: 'LT Superior';
    text-align: left;
    cursor: pointer;
    transition: all .3s ease;
}

.benefits-slider-tab span {
    flex: 0 0 auto;
    color: var(--green-900);
    font-size: 11px;
    font-weight: 400;
    opacity: 0.5;
}

.benefits-slider-tab strong {
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    white-space: nowrap;
}

.benefits-slider-tab:hover,
.benefits-slider-tab.active {
    background: #E6F0EE;
}

.benefits-slider-arrows {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 0;
    max-width: 180px;
}

.benefits-slider-prev,
.benefits-slider-next {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100%;
    padding: 0;
    border: 0;
    border-left: 1px solid #D7E6DF;
    background: transparent;
    color: var(--green-900);
    font-family: inherit;
    font-size: 13px;
    cursor: pointer;
}

.benefits-slider-prev {
    border-left: none;
}

.benefits-slider-prev::before,
.benefits-slider-next::before {
    content: "";
    position: absolute;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #E6F0EE;
    opacity: 0;
    transform: scale(.8);
    transition:
        opacity .3s ease,
        transform .3s ease;
}

.benefits-slider-prev i,
.benefits-slider-next i {
    position: relative;
    z-index: 1;
}

.benefits-slider-prev:hover::before,
.benefits-slider-next:hover::before,
.benefits-slider-prev:focus-visible::before,
.benefits-slider-next:focus-visible::before {
    opacity: 1;
    transform: scale(1);
}


/*contact form*/
.wpcf7 .columns-wrapper {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 30px;
}

.wpcf7 .columns-wrapper .col-6 {
    width: auto;
    flex: 1 1 0;
    min-width: 0;
    padding: 0;
}

.wpcf7-form textarea, 
.wpcf7-form input[type="text"], 
.wpcf7-form input[type="email"],
.wpcf7-form select {
    border: none;
    width: 100%;
    border-bottom: 1px solid #D7E6DF;
    background: transparent;
    margin-bottom: 40px;
    height: 50px;
    font-size: 16px;
    color: var(--text);
    padding: 13px 0px;
    border-radius: 0px;
    box-shadow: none;
    font-weight: 400;
    font-family: 'LT Superior';
    margin-top: 0px;
    transition: all 0.3s ease;
}

.wpcf7-form textarea::placeholder, 
.wpcf7-form input[type="text"]::placeholder, 
.wpcf7-form input[type="email"]::placeholder {
    color: rgb(94 118 112 / 40%);
}

input.datetime-picker::placeholder {
    color: rgb(94 118 112 / 100%) !important;
}

.wpcf7-form textarea {
    height: 100px;
}

.wpcf7 input:focus, .wpcf7 textarea:focus, .wpcf7 select:focus {
    outline: none;
    border-bottom: 1px solid var(--green-900);
}

.wpcf7-form label {
    font-size: 12px;
    font-weight: 400;
    color: var(--text);
}

.gdpr {
    margin-bottom: 30px;
    margin-top: 10px;
    text-align: left;
}

.wpcf7 input[type="checkbox"] {
    padding: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-appearance: none;
    width: 0px !important;
    display: none;
}

span.wpcf7-list-item label {
    display: flex;
    opacity: 1;
}

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

span.wpcf7-list-item-label {
    position: relative;
    padding-left: 45px;
    font-size: 12.5px;
    line-height: 1.1;
    color: var(--text);
    cursor: pointer;
    text-transform: none;
    text-align: left;
}

span.wpcf7-list-item-label a {
    text-decoration: underline;
    color: var(--text);
     transition: all 0.2s ease;
}

span.wpcf7-list-item-label a:hover {
    color: var(--green-800);
}

span.wpcf7-list-item-label:before {
    content: '';
    width: 32px;
    height: 32px;
    position: absolute;
    border-radius: 3px;
    background: #D7E6DF;
    display: block;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

span.wpcf7-list-item-label:after {
    content: '';
     width: 32px;
    height: 32px;
    position: absolute;
    display: block;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    background: var(--green-900);
    transition: all 0.2s ease;
    background-image: url(/wp-content/uploads/2026/07/icon-check.svg);
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0;
    border-radius: 3px;
}

input[type="checkbox"]:checked + span.wpcf7-list-item-label:after {
    transform: translateY(-50%);
    opacity: 1;
}

span.wpcf7-not-valid-tip {
    top: auto !important;
    padding: 0 !important;
    background: transparent;
    box-shadow: none !important;
    color: #ff0101 !important;
    font-size: 12px;
    bottom: -11px !important;
    position: absolute;
    left: auto;
    right: 8px;
    height: auto;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    background: #ff0101;
    border-color: #ff0101;
    color: #fff;
    font-size: 15px;
    line-height: 1.5;
    padding: 15px;
    border-radius: 10px;
}

.wpcf7 form.sent .wpcf7-response-output {
	color:white
}

.gdpr span.wpcf7-not-valid-tip {
    top:auto !important;
    bottom: -17px !important;
    position: relative;
}

.wpcf7-form {
    margin-top: 30px;
}

.columns-wrapper.bottom {
    margin-bottom: 30px;
    align-items: center;
    justify-content: space-between;
}

button.main-btn {
    border: none;
    font-family: "LT Superior";
    cursor: pointer;
}

.preferred-date-field {
    position: relative;
}

.preferred-date-field .wpcf7-form-control-wrap {
    position: relative;
    display: block;
}

.preferred-date-field .datetime-picker {
    width: 100%;
    height: 50px;
    padding: 0 42px 0 0;
    border: 0;
    border-radius: 0;
    outline: none;
    background-color: transparent;
    background-image: url('/wp-content/uploads/2026/07/icon-calendar.svg') !important;
    background-repeat: no-repeat !important;
    background-position: right 2px center !important;
    background-size: 20px 20px !important;
    cursor: pointer;
    transition: all 0.3s ease;
}

.preferred-date-field .datetime-picker::placeholder {
    color: #708983;
    opacity: 1;
}

.preferred-date-field .datetime-picker:hover,
.preferred-date-field .datetime-picker:focus {
    border-bottom-color: var(--green-900);
}

.flatpickr-calendar {
    width: 330px;
    padding: 12px;
    border: 1px solid #D7E6DF;
    border-radius: 12px;
    background: #fff;
    font-family: inherit;
    box-shadow: 0 15px 40px rgb(15 68 57 / 12%);
}

/* Horná časť – mesiac a rok */
.flatpickr-months {
    margin-bottom: 8px;
    border-bottom: 1px solid #D7E6DF;
}

.flatpickr-months .flatpickr-month {
    background: transparent;
    color: var(--green-900);
}

.flatpickr-current-month {
    font-family: inherit;
    font-size: 15px;
    font-weight: 500;
}

.flatpickr-current-month .flatpickr-monthDropdown-months,
.flatpickr-current-month input.cur-year {
    color: var(--green-900);
    font-family: inherit;
    font-weight: 500;
}

.flatpickr-prev-month,
.flatpickr-next-month {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px !important;
    height: 30px !important;
    padding: 0;
    border-radius: 50%;
    color: var(--green-900);
    fill: var(--green-900);
    margin-top: 8px;
    padding: 0 !important;
}

.flatpickr-prev-month:hover,
.flatpickr-next-month:hover {
    background: #E6F0EE;
}

.flatpickr-prev-month:hover svg,
.flatpickr-next-month:hover svg {
    fill: var(--green-900);
}

span.flatpickr-weekday {
    background: transparent;
    color: var(--text);
    font-family: inherit;
    font-size: 12px;
    font-weight: 400;
}

.flatpickr-day {
    border: 0;
    border-radius: 50%;
    color: var(--green-900);
    font-family: inherit;
    font-size: 13px;
}

.flatpickr-day:hover,
.flatpickr-day:focus {
    border-color: #E6F0EE;
    background: #E6F0EE;
    color: var(--green-900);
}

.flatpickr-day.today {
    background: #E6F0EE !important;
    border: 1px solid var(--green-800) !important;;
    color: var(--green-900);
}

.flatpickr-day.today:hover {
    border-color: #E6F0EE;
    background: #E6F0EE;
    color: var(--green-900);
}

.flatpickr-day.selected,
.flatpickr-day.selected:hover,
.flatpickr-day.selected:focus {
    border-color: var(--green-900) !important;
    background: var(--green-900) !important;
    color: #fff;
}

.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
    background: transparent;
    color: #BCCBC7;
}

.flatpickr-time {
    height: 48px;
    margin-top: 10px;
    border-top: 1px solid #D7E6DF;
}

.flatpickr-time input,
.flatpickr-time .flatpickr-am-pm {
    color: var(--green-900);
    font-family: inherit;
    font-size: 14px;
    font-weight: 500;
}

.flatpickr-time input:hover,
.flatpickr-time input:focus,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time .flatpickr-am-pm:focus {
    background: #E6F0EE;
}

.flatpickr-time .flatpickr-time-separator {
    color: var(--green-900);
}

.flatpickr-innerContainer {
    width: auto;
    overflow: visible;
}


h2.contact-title {
    font-size: clamp(38px, 5vw, 62px);
}

.section.contact {
    padding: 68px 0;
}

.section.contact .col-7 {
    padding-right: 68px;
}

.section.contact .col-5 {
    padding-left: 68px;
    border-left: 1px solid #D7E6DF;
}

h3.contact-text {
    font-size: 28px;
    margin-bottom: 14px;
}

p.address-text {
    font-size: 19px;
    margin-bottom: 14px;
}

a.address-link {
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
}

a.address-link span {
    color: var(--green-800);
    font-weight: 600;
    transition: all 0.3s ease;
}

a.address-link i {
    font-size: 12px;
    color: var(--green-200);
    width: 28px;
    height: 28px;
    background: #fff;
    border: 1px solid var(--green-200);
    border-radius: 50%;
    text-align: center;
    line-height: 27px;
}

img.map-image {
    max-width: 390px;
    margin: auto;
}

a.address-link:hover span {
    color: var(--green-300);
}


.big-title img {
    max-width: 2000px;
    margin: auto;
}

/*reviews*/
.section.reviews {
    background: #D7E6DF;
    padding: 96px 0;
    text-align: center;
}

.section.reviews h2 {
    margin-bottom: 15px;
}

.reviews-wrapper {
    margin-top: 40px;
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.review-card {
    display: block;
    background: #fff;
    padding: 27px;
    border-radius: 18px;
    box-shadow: 0px 10px 24px -8px rgba(94, 118, 112, 0.23);
}

p.ref-content {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 17px;
}

.ref-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ref-author {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    text-align: left;
}

.ref-author img {
    flex: 0 0 63px;
    max-width: 63px;
}

img.review-stars {
    flex: 0 0 109px;
    max-width: 109px;
}

.section.reviews .col-6 {
    padding: 0 50px;
}

img.ref-img-small.img-1 {
    max-width: 150px;
    margin-left: auto;
    margin-right: 0;
    margin-top: 200px;
}

img.ref-img-large.img-2 {
    max-width: 276px;
    margin-left: auto;
    margin-right: 0;
    margin-top: 100px;
}

img.ref-img-large.img-3 {
    max-width: 273px;
    margin-left: 0;
    margin-right: auto;
    margin-top: 100px;
}

img.ref-img-small.img-4 {
    max-width: 163px;
    margin-left: auto;
    margin-right: 0;
    margin-top: 200px;
}



/*FOOTER*/

#footer {
    background: #0F2A26;
}

.section.footer-top {
    padding-top: 60px;
    padding-bottom: 50px;
}

p.footer-text {
    font-size: 14px;
    line-height: 1.4;
    max-width: 230px;
    opacity: 0.6;
}

.footer-top .col-8 {
    display: flex;
    gap: 4vw;
}

.footer-block.contact-box {
    max-width: 330px;
    margin-left: auto;
    margin-right: 0;
    background: var(--green-100);
    border-radius: 18px;
    padding: 30px;
}

.contact-box h3 {
    font-size: clamp(17px, 2vw, 20px);
    margin-bottom: 70px;
    line-height: 1.2;
}

.contact-box a.alt {
    font-size: 25px;
    letter-spacing: -1px;
    margin-bottom: 15px;
    display: inline-block;
}

h5.footer-title {
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 1.6px;
}

p.footer-address {
    font-size: 15px;
    line-height: 1.4;
}

p.footer-address strong {
    font-weight: 600;
}

.menu-footer-container ul.menu {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
}

.footer-block.light h5 {
    margin-bottom: 24px;
    color: #BCE8DA;
}

.col-4.social {
    display: flex;
    gap: 12px;
    margin-top: -48px;
}

a.social-btn {
    display: block;
    width: 48px;
    height: 48px;
    border: 1px solid rgb(188 232 218 / 30%);
    border-radius: 50%;
    text-align: center;
    line-height: 48px;
    font-size: 11px;
    color: #BCE8DA;
    font-weight: 500;
    letter-spacing: 0.06em;
}

.section.footer-bottom .columns-wrapper.middle {
    border-top: 1px solid rgb(255 255 255 / 15%);
    padding: 23px 0 25px;
}

p.copyright-text {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.9px;
    opacity: 0.45;
}

.col-6.footer-liks {
    display: flex;
    justify-content: flex-end;
    gap: 30px;
}

.col-6.footer-liks a {
    font-size: 12px;
    color: #fff;
    opacity: 0.45;
}


.col-6.main-post {
    display: flex;
    flex-direction: column;
    height: auto;
    justify-content: flex-end;
    align-items: flex-end;
    padding-bottom: 30px;
}

.oznam-post {
    background: var(--green-700);
    border-radius: 17px;
    padding: 8px;
    display: flex;
    max-width: 490px;
    height: 240px;
}

.oznam-post img {
    flex: 0 0 45%;
    max-width: 45%;
    border-radius: 10px;
    height: 100%;
    object-fit: cover;
}

.oznam-content {
    padding: 10px 20px;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.oznam-content .label {
    color: var(--green-100);
    font-size: 12px;
    font-weight: 500;
    background: rgb(223 244 237 / 20%);
    padding: 6px 12px;
    border-radius: 100px;
    margin-bottom: 15px;
}

.oznam-content p {
    font-size: 18px;
}

.post-link {
    margin-top: auto;
    display: flex;
    align-items: center;
    gap: 10px;
}

.post-link span {
    font-weight: 600;
    font-size: 16px;
}

.post-link i {
    width: 28px;
    height: 28px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    color: var(--green-200);
    font-size: 10px;
    line-height: 28px;
}


/*page*/
.section.page-top {
    position: relative;
    background-size: cover;
    background-position: center;
}

.section-bgr,
.section-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.section-bgr {
    background-size: cover;
    background-position: center;
} 

.col-6.page-title {
    min-height: 650px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
    padding-top: 40px;
}

.page-title h5.label {
    padding: 7px 15px;
    background: rgb(94 169 152 / 15%);
    border-radius: 8px;
    backdrop-filter:blur(8px);
}

.page-title p.perex {
    font-size: 18px;
    max-width: 490px;
    line-height: 1.4;
    color: #5E7670;
}

.page-title h1 {
    font-size: clamp(44px, 4.8vw, 72px);
}

.page-title h1 span {
    color: #5EA998;
}

body.page-id-381 .section.page-top.page-top--contact-template {
    background: linear-gradient(180deg, #f8fffc 0%, #effaf6 100%);
}

body.page-id-381 .page-top--contact-template .section-bgr,
body.page-id-381 .page-top--contact-template .section-overlay {
    display: none;
}

body.page-id-381 .page-title--contact {
    min-height: 350px;
    padding-top: 145px;
    align-items: center;
    justify-content: center;
    gap: 0;
    text-align: center;
}

body.page-id-381 .page-title--contact h1 {
    margin: 0;
    font-size: clamp(48px, 5vw, 70px);
    font-weight: 400;
    line-height: .98;
}

body.page-id-381 .page-title--contact h1 span {
    display: block;
    color: #5EA998;
}

@media only screen and (max-width: 650px) {
    body.page-id-381 .page-title--contact {
        display: flex;
        flex-direction: column;
        min-height: 230px;
        padding-top: 0;
        align-items: center;
        justify-content: center;
    }

    body.page-id-381 .page-title--contact h1 {
        font-size: clamp(38px, 10.8vw, 46px);
        line-height: 1;
    }
}

/*BLOG*/

.section.archive-top {
    text-align: center;
    padding-top: 20px;
}

.page-template-template-blog, body.archive.category {
    background: linear-gradient(190.46deg, #D2EDE4 -10.15%, #FFFFFF 32.66%);
}

.section.archive-top  p.perex {
    margin: 20px auto 40px;
}

.categories-filter ul {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 50px auto;
    gap: 12px;
}

.categories-filter ul li a {
    color: var(--green-600);
    font-size: 15px;
    font-weight: 500;
    padding: 11px 22px;
    border-radius: 200px;
    border: 1px solid #D7E6DF;
    transition: all 0.3s ease;
}

.categories-filter ul li.active a {
    font-weight: 600;
}

.categories-filter ul li.active a,
.categories-filter ul li:hover a{
    color: #fff;
    background: var(--green-600);
    border: 1px solid var(--green-600);
}

.blog-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 40px 30px;
}

.blog-card {
    min-width: 0;
    overflow: hidden;
    border: 1px solid #D7E6DF;
    border-radius: 16px;
    background: #fff;
}

.blog-card-link {
    display: flex;
    flex-direction: column;
    height: 100%;
    color: inherit;
    text-decoration: none;
}

.blog-card-image {
    display: block;
    overflow: hidden;
    width: 100%;
    aspect-ratio: 5 / 3;
    background: #E6F0EE;
}

.blog-card-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease;
}

.blog-card-link:hover .blog-card-image img {
    transform: scale(1.03);
}

.blog-card-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 28px;
}

.blog-card-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 16px;
}

.blog-card-category {
    display: inline-flex;
    align-items: center;
    min-height: 20px;
    padding: 4px 12px;
    border-radius: 20px;
    background: #EAF5F0;
    color: var(--green-700);
    font-size: 12px;
    line-height: 1;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.blog-card-meta time {
    flex: 0 0 auto;
    color: var(--text);
    font-size: 13px;
    line-height: 1;
}

.blog-card-title {
    margin: 0 0 16px;
    color: var(--green-900);
    font-size: 22px;
    font-weight: 400;
    line-height: 1.2;
}

.blog-card-excerpt {
    margin-bottom: 16px;
    color: var(--text);
    font-size: 14px;
    line-height: 1.55;
}

.blog-card-more {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    gap: 10px;
    margin-top: auto;
    color: var(--green-900);
    font-size: 16px;
    font-weight: 600;
}

.blog-card-more i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: var(--green-900);
    color: #BCE8DA;
    font-size: 8px;
    transition: transform .3s ease;
}

.blog-card-link:hover .blog-card-more i {
    transform: translateX(3px);
}

.blog-pagination {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 30px;
    margin-top: 70px;
    padding-bottom: 20px;
}

.blog-pagination-prev {
    justify-self: start;
}

.blog-pagination-next {
    justify-self: end;
}

.blog-pagination-prev a,
.blog-pagination-next a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--green-900);
    font-size: 15px;
    text-decoration: none;
    transition: color .3s ease;
}

.blog-pagination-prev a i, 
.blog-pagination-next a i {
    font-size: 10px;
    position: relative;
    top: -1px;
}

.blog-pagination-prev a:hover,
.blog-pagination-next a:hover {
    color: var(--green-300);
}

.blog-pagination-pages {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.blog-pagination-pages .page-numbers {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 34px;
    height: 34px;
    padding: 0 8px;
    border-radius: 50%;
    color: var(--green-900);
    font-size: 12px;
    text-decoration: none;
    transition:
        background-color .3s ease,
        color .3s ease;
}

.blog-pagination-pages a.page-numbers:hover,
.blog-pagination-pages .page-numbers.current {
    background: var(--green-700);
    color: #fff;
}

.blog-pagination-pages .page-numbers.dots {
    min-width: auto;
    padding: 0 3px;
    background: transparent;
    color: #78918B;
}

.blog-no-posts {
    margin: 60px 0;
    text-align: center;
}

.section.blog-grid-section {
    padding-bottom: 80px;
}

/*single*/
.single-blog {
    color: var(--green-900);
}

.single-blog-hero {
    padding-top: 120px;
    background:
        radial-gradient(circle at 80% 0%, rgb(213 240 234 / 75%), transparent 42%),
        linear-gradient(180deg, #f8fbfa 0%, #fff 100%);
}

.single-blog-header {
    max-width: 900px;
    margin: 0 auto 50px;
    text-align: center;
}

.single-blog-category {
    margin-bottom: 18px;
    color: var(--green-700);
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.single-blog-header h1 {
    max-width: 800px;
    margin: 0 auto 30px;
    color: var(--green-900);
    font-size: clamp(44px, 5vw, 58px);
    font-weight: 400;
    line-height: 1.05;
    letter-spacing: -.045em;
}

.single-blog-header-author {
    display: inline-flex;
    align-items: center;
    gap: 20px;
    text-align: left;
}

.single-blog-header-author img {
    display: block;
    width: 48px;
    height: 48px;
    border: 2px solid #5EA998;
    border-radius: 50%;
    object-fit: cover;
}

.single-blog-header-author-data {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.single-blog-header-author-data strong {
    color: var(--green-900);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    font-family: 'LT Superior';
}

.single-blog-header-meta {
    display: flex;
    align-items: center;
    gap: 9px;
    color: #5E7670;
    font-size: 14px;
    line-height: 1.3;
}

.single-blog-featured {
    overflow: hidden;
    width: 100%;
    aspect-ratio: 2.35 / 1;
    border-radius: 24px;
    background: #e6f0ee;
}

.single-blog-featured img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.single-blog-body-section {
    padding-top: 65px;
    padding-bottom: 80px;
    background: #fff;
}

.single-blog-content {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    color: #385A53;
    font-size: 16px;
    line-height: 1.7;
}

.single-blog-content > *:first-child {
    margin-top: 0;
}

.single-blog-content > *:last-child {
    margin-bottom: 0;
}

.single-blog-content p {
    margin: 0 0 24px;
    line-height: 1.4;
}

.single-blog-content h2 {
    margin: 52px 0 20px;
    color: var(--green-900);
    font-size: 34px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: -.025em;
}

.single-blog-content h3 {
    margin: 38px 0 16px;
    color: var(--green-900);
    font-size: 25px;
    font-weight: 500;
    line-height: 1.25;
}

.single-blog-content h4 {
    margin: 30px 0 14px;
    color: var(--green-900);
    font-size: 20px;
    font-weight: 500;
    line-height: 1.3;
}

.single-blog-content ul,
.single-blog-content ol {
    margin: 0 0 28px;
    padding-left: 24px;
}

.single-blog-content li {
    margin-bottom: 10px;
}

.single-blog-content strong {
    color: var(--green-900);
    font-weight: 600;
}

.single-blog-content a {
    color: #438f81;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.single-blog-content blockquote {
    margin: 42px 0;
    padding: 25px 30px;
    border-left: 6px solid #5EA998;
    border-radius: 0 14px 14px 0;
    background: #F1F7F4;
}

.single-blog-content blockquote p {
    margin: 0;
    font-family: 'LT Superior Serif';
    font-size: 22px;
    line-height: 1.5;
    color: #123C36;
}

.single-blog-content figure {
    margin: 42px 0;
}

.single-blog-content img {
    display: block;
    max-width: 100%;
    height: auto;
    border-radius: 16px;
}

.single-blog-content figcaption {
    margin-top: 10px;
    color: #7d928d;
    font-size: 12px;
    line-height: 1.45;
    text-align: center;
}

.single-blog-page-links {
    display: flex;
    gap: 8px;
    margin-top: 40px;
}

.single-blog-after-content {
    width: 100%;
    margin-top: 80px;
    width: 100%;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.single-blog-author-box {
    display: grid;
    grid-template-columns: 110px minmax(0, 1fr);
    align-items: center;
    gap: 28px;
    padding: 32px;
    border-radius: 30px;
    background: #F1F7F4;
}

.single-blog-author-image img {
    display: block;
    width: 110px;
    height: 110px;
    border: 3px solid #5EA998;
    border-radius: 50%;
    object-fit: cover;
}

.single-blog-author-content {
    min-width: 0;
}

.single-blog-author-heading {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 12px;
}

.single-blog-author-heading h2 {
    margin: 0;
    color: var(--green-900);
    font-size: 22px;
    font-weight: 400;
    line-height: 1.2;
}

.single-blog-author-heading span {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 5px 14px 5px 14px;
    border-radius: 8px;
    background: #4F7D72;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.single-blog-author-description {
    max-width: 550px;
    color: #667f79;
    font-size: 15px;
    line-height: 1.45;
}

.single-blog-author-description p {
    margin: 0;
}

.single-blog-share {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    margin-top: 40px;
    padding: 15px 24px;
    border: 1px solid #D7E6DF;
    border-radius: 18px;
}

.single-blog-share-title {
    color: var(--green-900);
    font-size: 16px;
    line-height: 1.2;
}

.single-blog-share-buttons {
    display: flex;
    align-items: center;
    gap: 12px;
}

.single-blog-share-buttons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 38px;
    padding: 7px 14px;
    border: 1px solid #5EA998;
    border-radius: 30px;
    color: var(--green-900);
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
    transition:
        background-color .3s ease,
        color .3s ease;
}

.single-blog-share-buttons a:hover {
    background: #f1f7f4;
}

.single-blog-share-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
}

.single .big-title {
    background-color: #fff;
    padding-top: 40px;
}

.related-posts-section {
    padding-top: 85px;
    padding-bottom: 80px;
    background: #F8FBF9;
}

.related-posts-heading {
    margin-bottom: 42px;
}

.related-posts-heading h2 {
    margin: 0;
    color: var(--green-900);
    font-size: 40px;
    font-weight: 400;
    line-height: 1.1;
}




/*RESPONSIVE*/

@media (max-width: 1100px) {
.main-menu {
    display: none;
}

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

.logo img {
    height: 45px;
}

.drawer-hamburger, .drawer-hamburger:hover {
    position: absolute;
    margin-top: 10px;
    margin-right: 5px;
    padding: 13px 9px 25px;
}

.drawer-hamburger {
    width: 35px;
}

.drawer-hamburger-icon {
    width: 30px;
} 

.drawer-hamburger-icon, 
.drawer-hamburger-icon:after, 
.drawer-hamburger-icon:before {
    background-color: var(--green-900);
    height: 2px;
}

.drawer-hamburger-icon:before {
    top: -7px;
    width: 35px;
    right: 0;
    left: auto;
}

.drawer-hamburger-icon:after {
    top: 7px;
    right: 0;
    left: auto;
    width: 35px;
} 

.drawer-open .drawer-hamburger:before {
    opacity: 0;
}

.drawer--right.drawer-open .drawer-hamburger {
    right: 0px;
    position:fixed;
}

.drawer-open .drawer-hamburger-icon:after, .drawer-open .drawer-hamburger-icon:before {
    width: 38px;
}

.drawer--right.drawer-open .drawer-nav {
    position: absolute !important;
    height: 100vh;
    background: #F1F7F4;
    max-height: none;
    margin-top: 0px;
    width: 100%;
    left: 0px;
    padding: 120px 20px 50px 10px;
    overflow: auto;
}

.drawer-overlay {
    background: rgb(0 0 0 / 80%);
    z-index: 2;
}

#header .drawer-nav ul.menu {
    display: flex;
    flex-direction: column;
    width: 100%;
    position: relative;
}

#header .drawer-nav ul.menu>li>a {
    color: var(--green-900);
    margin: 0;
    font-size: 18px;
    margin-bottom: 35px;
    width: auto;
    display: inline-block;
    font-weight: 500;
    position: relative;
    padding-left: 20px;
    line-height: 1;
    transition: all 0.3s ease;
    margin-left: 20px;
}

#header .drawer-nav ul.menu>li>a:before {
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    background: var(--green-200);
    left: 0;
    top: 50%;
    border-radius: 50%;
    transform: translateY(-50%) scale(0);
    transition: all 0.3s ease;
}


#header .drawer-nav ul.menu>li.current-menu-item>a:before,
#header .drawer-nav ul.menu>li:hover>a:before {
    transform: translateY(-50%) scale(1);
}

#header .drawer-nav ul.menu>li.current-menu-item>a
#header .drawer-nav ul.menu>li:hover>a {
    color: var(--green-700);
}

nav.drawer-nav .main-btn.reverse {
    margin-left: 15px;
}

main {
    margin-top: -75px;
}
}

@media (max-width: 1000px) {
.row.in-grid {
    padding-left: 20px;
    padding-right: 20px;
}

h2 {
    font-size: 32px;
}

h3 {
    font-size: 30px;
}

.main-btn {
    padding: 20px 60px 20px 25px;
    font-size: 14px;
    margin-bottom: 30px;
}

.main-btn i {
    right: 30px;
}

.main-btn:hover i {
    right: 33px;
}

.main-slider .slider-item {
    height: 90svh;
    min-height: 760px;
    max-height: 940px;
    background: none;
    position: relative;
}

.slider-bgr,
.slider-overlay {
    position: absolute;
}

.slider-bgr,
.slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.slider-bgr {
    background-size: cover;
    background-position: center;
} 

.slider-bgr {
    height: 70%;
    background-position: top right 20%;
    top: auto;
    bottom: 0;
}

.slider-overlay {
    height: 100%;
    background: linear-gradient(to bottom, #D2EDE4 0%, #E9F2EE 5%, #E9F2EE 38%, rgb(233 242 238 / 0%) 75%);
}

.col-6.title {
    height: auto;
    max-height: 100%;
    padding-bottom: 30px;
    padding-top: 100px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.col-6.title h1 {
    margin-top: 0;
    margin-bottom: 25px;
}

.col-6.title p.perex {
    margin-top: 0;
}

.section.main-1 .columns-wrapper {
    height: 100%;
    height: 90svh;
    max-height: 940px;
}

.col-6.title p.address {
    margin-top: 0;
    margin-bottom: 0;
}

.oznam-post {
    height: 170px;
}

.oznam-content p {
    font-size: 14px;
    line-height: 1.1;
}

.oznam-content {
    padding: 10px 10px 0px 10px;
}

.post-link span {
    font-weight: 600;
    font-size: 14px;
}

.post-link i {
    width: 24px;
    height: 24px;
    font-size: 8px;
    line-height: 24px;
}

.section.home-2 {
    padding: 55px 0;
}

.columns-wrapper.align-bottom {
    padding-left: 0px;
    padding-right: 0px;
    gap: 30px;
}

.home-2 .text-right {
    align-items: flex-start;
}

a.benefit-box {
    padding: 20px 65px 20px 20px;
    min-height: 350px;
    height: 42vh;
}

.columns-wrapper.benefits .col-4 {
    margin-bottom: 16px;
}

.section.home-3 h3.alt {
    font-size: 26px;
}

.section.home-3 .col-8 {
    padding-left: 0px;
    border-left: none;
    padding-top: 10px;
    padding-top: 30px;
    border-top: 1px solid rgb(18 60 54 / 40%);
}

.step-box {
    padding: 20px;
    min-height: 150px;
}

.columns-wrapper.first-steps .col-4 {
    margin-bottom: 16px;
}

.step-box p {
    max-width: 200px;
}

.section.home-3 img {
    max-width: 53px;
}

.section.reviews {
    padding: 45px 0;
}

.col-3.images-left, .col-3.images-right {
    display: flex;
    align-items: center;
    gap: 20px;
}

img.ref-img-small.img-1 {
    max-width: 110px;
    margin-left: 0;
    margin-right: auto;
    margin-top: 0px;
}

img.ref-img-large.img-2{
    max-width: 180px;
    margin-top: 0px;
}

img.ref-img-large.img-3 {
    max-width: 173px;
    margin-left: 0;
    margin-right: auto;
    margin-top: 0px;
}

img.ref-img-small.img-4 {
    max-width: 103px;
    margin-left: auto;
    margin-right: 0;
    margin-top: 0px;
}

.section.reviews .col-6 {
    padding: 40px 0px;
}

.review-card {
    padding: 20px;
}

p.ref-content {
    font-size: 17px;
    line-height: 1.3;
}

img.review-stars {
    flex: 0 0 70px;
    max-width: 70px;
}

.ref-author img {
    flex: 0 0 50px;
    max-width: 50px;
}

.ref-author {
    gap: 10px;
}

.ref-author p {
    font-size: 14px;
}



.benefits-slide-wrapper {
    min-height: auto;
    flex-direction: column;
}

.benefits-slide-content,
.benefits-slide-image {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
}

.benefits-slide-image {
    order: 1;
    align-items: flex-start;
    padding-top: 20px;
    padding-bottom: 0;
}

.benefits-slide-image img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1.2 / 1;
    object-fit: cover;
}

.benefits-slide-content {
    order: 2;
    min-height: auto;
    gap: 40px;
    padding-top: 45px;
    padding-right: 0;
    padding-bottom: 45px;
}

.benefits-navigation-wrapper {
align-items: stretch;
justify-content: space-between;
flex-wrap: nowrap;
width: auto;
}

.benefits-slider-tab strong {
display: none;
}


.benefits-slider-tab {
align-items: center;
gap: 0px;
min-height: 50px;
width: 50px;
padding: 0;
border: 0;
border-radius: 10px;
text-align: center;
justify-content: center;
}

.benefits-slider-tabs {
max-width: 200px;
width: auto;
padding-right: 0;
}

.benefits-slider-arrows {
max-width: 100px;
}


.section.contact {
    padding: 45px 0;
}

.section.contact .col-7 {
    padding-right: 0px;
    padding-bottom: 30px;
}

.wpcf7 .columns-wrapper {
    gap: 0px;
    flex-direction: column;
}

.columns-wrapper.bottom {
    align-items: flex-start;
    gap: 20px;
}

.section.contact .col-5 {
    padding-top: 30px;
    padding-left: 0px;
    border-left: none;
    border-top: 1px solid #D7E6DF;
}

img.map-image {
    max-width: 300px;
    margin: auto;
    margin-top: 10px;
}

.footer-top .col-8 {
    display: flex;
    gap: 16px;
    margin-top: 30px;
    flex-wrap: wrap;
}

.footer-block.light {
    flex: 0 0 calc(50% - 8px);
}

p.footer-address {
    font-size: 14px;
}

ul.footer-menu li a {
    font-size: 14px;
}

.footer-block.contact-box {
    max-width: 100%;
    width: 100%;
    padding: 20px;
    margin-top: 30px;
}

.contact-box h3 {
    font-size: clamp(18px, 2vw, 20px);
    margin-bottom: 40px;
}

.footer-block.contact-box a.main-btn {
    margin-bottom: 0;
}

.col-4.social {
    margin-top: 30px;
}

.col-6.footer-liks {
    justify-content: flex-start;
    gap: 10px;
    flex-direction: column;
    margin-top: 10px;
}

.col-6.page-title {
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 100px;
}

.page-title h1 {
    font-size: clamp(38px, 4.8vw, 72px);
}

.page-title p.perex {
    font-size: 16px;
}
 
.section-bgr {
    height: 60%;
    background-position: top right;
    top: auto;
    bottom: 0;
}

.section-overlay {
    height: 100%;
    background: linear-gradient(to bottom, #D2EDE4 0%, #E9F2EE 15%, #E9F2EE 55%, rgb(233 242 238 / 0%) 60%);
}

.blog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.section.archive-top p.perex {
    margin: 20px auto 20px;
}

.categories-filter ul {
    margin: 30px auto;
    gap: 5px;
    flex-wrap: wrap;
}

.categories-filter ul li a {
    font-size: 13px;
    padding: 9px 15px;
    display: inline-block;
}

.single-blog-hero {
    padding-top: 85px;
}
    
.single-blog-header h1 {
    font-size: 30px;
}

.single-blog-header-meta {
    flex-wrap: wrap;
    gap: 5px 8px;
}

.single-blog-featured {
    aspect-ratio: 4 / 3;
    border-radius: 15px;
}

.single-blog-header {
    margin: 0 auto 30px;
}

.single-blog-body-section {
    padding-top: 30px;
    padding-bottom: 60px;
}

.single-blog-content {
    font-size: 16px;
    line-height: 1.65;
}

.single-blog-content h2 {
    margin-top: 42px;
    font-size: 29px;
}

.single-blog-content h3 {
    font-size: 23px;
}

.single-blog-content blockquote {
    margin: 32px 0;
    padding: 22px;
}

.single-blog-content blockquote p {
    font-size: 17px;
}

.single-blog-after-content {
    margin-top: 50px;
}

.single-blog-author-box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 24px;
    border-radius: 22px;
}

.single-blog-author-image img {
    width: 80px;
    height: 80px;
}

.single-blog-author-heading {
    gap: 10px;
}

.single-blog-author-heading h2 {
    width: 100%;
    font-size: 20px;
}

.single-blog-author-heading span {
    min-height: 25px;
    padding: 4px 14px 4px 14px;
    font-size: 11px;
}

.single-blog-author-description {
    font-size: 15px;
}

.single-blog-share {
    flex-direction: column;
    align-items: flex-start;
    padding: 24px;
    gap: 20px;
}

.single-blog-share-buttons {
    width: 100%;
}

.single-blog-share-buttons a {
    flex: 1;
    padding-right: 14px;
    padding-left: 14px;
}

.related-posts-section {
    padding-top: 45px;
    padding-bottom: 50px;
}

.related-posts-heading h2 {
    font-size: 30px;
}

.page-template-template-blog, body.archive.category {
    background: linear-gradient(190.46deg, #D2EDE4 -10%, #FFFFFF 15%);
}
}


@media only screen and (max-width: 650px) {
.blog-grid {
    grid-template-columns: 1fr;
    gap: 35px;
}

.blog-card-title {
    font-size: 18px;
}

.blog-card-body {
    padding: 24px 20px;
}

.blog-card-category {
    font-size: 10px;
    letter-spacing: 0.8px;
}

.blog-card-more {
    font-size: 14px;
    gap: 6px;
}

.blog-card-more i {
    width: 24px;
    height: 24px;
}

.blog-pagination {
    grid-template-columns: 1fr 1fr;
    row-gap: 24px;
    margin-top: 50px;
}

.blog-pagination-pages {
    grid-column: 1 / -1;
    grid-row: 1;
}

.blog-pagination-prev {
    grid-column: 1;
    grid-row: 2;
}

.blog-pagination-next {
    grid-column: 2;
    grid-row: 2;
}
}

/* Appointment card */
.appointment-card {
    display: flex;
    align-items: stretch;
    gap: 28px;
    width: 100%;
    margin-top: 42px;
    padding: 28px;
    background: #fff;
    border-radius: 18px;
}

.appointment-card__content {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    align-items: flex-start;
    min-width: 0;
}

.appointment-card__content h3 {
    margin: 0 0 25px;
    font-size: 22px;
    line-height: 1.25;
}

.appointment-hours {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.appointment-hours__item span,
.appointment-hours__item strong {
    display: block;
}

.appointment-hours__item span {
    margin-bottom: 3px;
    color: #6f8a84;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.09em;
    line-height: 1.3;
    text-transform: uppercase;
}

.appointment-hours__item strong {
    color: var(--green-900);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.35;
}

.appointment-card .appointment-booking {
    margin-top: auto;
    padding: 18px 58px 18px 26px;
    font-size: 14px;
}

.appointment-card .appointment-booking i {
    right: 30px;
}

.appointment-card .appointment-booking:hover i {
    right: 30px;
}

.appointment-card__photo {
    flex: 0 0 153px;
    width: 153px;
    height: 216px;
    border-radius: 16px;
    object-fit: cover;
}

@media only screen and (max-width: 650px) {
    .appointment-card {
        gap: 20px;
        margin-top: 30px;
        padding: 22px;
    }

    .appointment-card__content h3 {
        font-size: 20px;
    }

    .appointment-card__photo {
        flex-basis: 140px;
        width: 140px;
        height: 198px;
    }

    .appointment-card .appointment-booking {
        padding: 17px 52px 17px 20px;
        font-size: 13px;
    }
}

@media only screen and (max-width: 520px) {
    .appointment-card {
        flex-direction: column;
    }

    .appointment-card .appointment-booking {
        margin-top: 38px;
    }

    .appointment-card__photo {
        flex-basis: auto;
        width: 100%;
        height: 260px;
        object-position: center 28%;
    }
}


@media only screen and (max-width: 650px) {
    .appointment-card .appointment-hours + .appointment-booking {
        margin-top: 32px;
    }
}


/* Fix veľkosti ikon v službových kartách po klonovaní Elementor sekcií */
.dc-services-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.dc-services-card {
  background: #fff;
  border-radius: 22px;
  padding: 28px;
  min-height: 258px;
  box-sizing: border-box;
}
.dc-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 24px;
}
.dc-icon-circle {
  width: 58px;
  height: 58px;
  flex: 0 0 58px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dc-icon-circle img {
  width: 58px !important;
  height: 58px !important;
  max-width: 58px !important;
  max-height: 58px !important;
  object-fit: contain;
  display: block;
}
.dc-tag {
  background: #def2ed;
  color: #4e867d;
  border-radius: 8px;
  padding: 6px 12px;
  font-size: 12px;
  line-height: 1;
}
.dc-services-card h3 {
  margin: 0 0 12px;
  color: #153b36;
  font-size: 22px;
  line-height: 1.2;
}
.dc-services-card p {
  margin: 0;
  color: #718985;
  font-size: 15px;
  line-height: 1.55;
}
@media (max-width: 1024px) {
  .dc-services-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 767px) {
  .dc-services-grid { grid-template-columns: 1fr; }
  .dc-services-card { min-height: auto; }
}


/* Tmavozelené odrážky v obsahu blog článkov */
.single-blog-content ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.single-blog-content ul li {
  position: relative;
  padding-left: 24px;
}
.single-blog-content ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--green-900, #123C36);
}






/* Stabilné zobrazenie aktuálneho PNG loga v hlavičke */
#header .logo {
  width: 104px;
  flex: 0 0 104px;
  line-height: 0;
  background: transparent !important;
  overflow: visible;
}
#header .logo a {
  width: 104px;
  height: 104px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  background: transparent !important;
}
#header .logo img {
  display: block;
  width: 104px !important;
  height: 104px !important;
  max-width: 104px !important;
  max-height: 104px !important;
  object-fit: contain;
  background: transparent !important;
}
@media (max-width: 767px) {
  #header .logo {
    width: 82px;
    flex-basis: 82px;
  }
  #header .logo a {
    width: 82px;
    height: 82px;
  }
  #header .logo img {
    width: 82px !important;
    height: 82px !important;
    max-width: 82px !important;
    max-height: 82px !important;
  }
}
