/*
Theme Name: smfinancial
Text Domain: smfinancial
*/

:root {
    --accent: #CDBC99;
    --gold: #B3A17B;
    --dark: #202823;
    --brightgreen: #2C4033;
    --white: #ffffff;
    --black: #000000;
}

@font-face {
  font-family: 'Sentient Light';
  src: url('/wp-content/themes/sm-financial/fonts/Sentient-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

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: "Darker Grotesque", sans-serif;
    font-size: 18px;
    background: var(--dark);
    color: var(--white);
}

p {
    font-family: "Darker Grotesque", sans-serif;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Sentient Light';
    line-height: 1.1;
    font-weight: 300;
}

h1 {
    font-size: 60px;
}

h2 {
    font-size: 60px;
}

h2.large {
    font-size: 80px;
    line-height: 1;
}

h3 {
    font-size: 42px;
}

h4 {
    font-size: 30px;
}

h5 {
    font-size: 14px; 
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1.35px;
    font-family: 'Darker Grotesque';
}

.dark h1, .dark h2, .dark h3, .dark h4, .dark h5, .dark h6, .dark p {
    color: #202823;
}

strong {
    font-weight: 600;
}

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

.center {
    text-align: center;
}


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

.row.in-grid {
    max-width: 1420px;
    padding-left: 30px;
    padding-right: 30px;
    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%;
    }
}

a.cta {
  display: inline-block;
  padding: 1px 0;
  transition: all 0.3s ease;
  font-family: 'Darker Grotesque';
  font-weight: 600;
  font-size: 18px;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 0.35px;
}

a.cta::before {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.3s ease;
}

.header-right a.cta {
  color: #fff;
}

.header-right a.cta::before {
  background: #fff;
}

a.cta:hover::before {
  animation: myCta 600ms forwards;
  animation-delay: 200ms;
  background: var(--accent);
}

a.cta:hover {
  color: var(--accent);
}

.dark a.cta {
    color: var(--dark);
}

.dark a.cta::before {
  background: var(--dark);
}

@keyframes myCta {
  0%   { width: 00%; }
  100% { width: 100%; }
}

main {
    margin-top: -114px;
}

.accent {
    color: #E4D7BB;
}

.size-24 {
    font-size: 24px;
    line-height: 1.2;
}

.size-20 {
    font-size: 20px;
    line-height: 1.2;
}

.size-32 {
    font-size: 32px;
    line-height: 1.2;
}

.size-42 {
    font-size: 42px;
    line-height: 1.1;
}

h3.big {
    font-size: clamp(140px, 16.7vw, 280px);
    line-height: 1;
}

.w-medium {
    font-weight: 500;
}

.w-semibold {
    font-weight: 600;
}

.bgr {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.main-btn {
    display: inline-block;
    color: var(--dark);
    padding: 17px 36px;
    background: var(--accent);
    transition: all 0.3s ease;
    font-family: 'Darker Grotesque';
    font-weight: 600;
    font-size: 18px;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 0.35px;
    cursor: pointer;
}

.main-btn.outline {
    background: transparent;
    border: 1px solid var(--accent);
    padding: 16px 35px;
}

.main-btn.accent {
    color: var(--accent);
}

.main-btn span {
  position: relative;
  z-index: 1;
}

.main-btn:after {
  content: '';
  width: 100%;
  height: 0%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: var(--gold);
  transition: all 0.35s ease;
}

.main-btn:hover:after {
  height: 100%;
}

.main-btn:hover {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.25);
}

.main-btn.accent:hover {
    color: var(--dark);
}


/*HEADER*/
header {
    display: flex;
    z-index: 3;
    align-items: center;
    position: relative;
    height: 100%;
    width: 100%;
    padding: 36px 30px 18px 30px;
    justify-content: space-between;
}

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

#header .logo a {
    display: flex;
}

.drawer-hamburger, .drawer-hamburger:hover {
    position: absolute;
    margin-top: 36px;
    margin-right: 38px;
    padding: 0px;
    width: 121px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    border: 1px solid rgb(255 255 255 / 31%);
}

span.drawer-toggle-name {
    font-size: 20px;
    color :#fff;
    font-weight: 700;
    line-height: 1;
    font-family: 'Darker Grotesque';
}

.drawer-hamburger-icon {
    background: transparent !important;
    top: -5px;
}

.drawer-hamburger-icon, 
.drawer-hamburger-icon:after, 
.drawer-hamburger-icon:before {
    background-color: #fff;
    width: 24px;
    height: 1px;
}

.drawer-hamburger-icon:before {
    top: -5px;
}

.drawer-hamburger-icon:after {
    top: 5px;
} 

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

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

.drawer--top .drawer-nav {
    height: 100vh;
    background: var(--brightgreen);
}

.header-right {
    margin-right: 200px;
    z-index: 3;
    position: relative;
}

.drawer--top .drawer-nav {
    height: 100vh;
    background-color: var(--brightgreen);
    background-image: url(/wp-content/uploads/2026/03/megamenu-bgr-1.svg);
    background-size: 3600px 2000px;
    background-position: left 52% bottom -30px;
    background-repeat: no-repeat;
}

.section.megamenu .row {
    display: flex;
    flex-direction: column;
    height: 100vh;
    justify-content: flex-start;
}

.columns-wrapper.megamenu-bottom {
    margin-top: auto;
    margin-bottom: 0;
}

.columns-wrapper.megamenu-top {
    flex-grow: 1;
}

.col-7.menu-left {
    padding: 7% 0% 0% 7%;
}

p.menu-name {
    color: rgb(228 215 187 / 60%);
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 30px;
}

header #menu-menu-sluzby {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

header #menu-menu-sluzby li.menu-item a {
    font-size: clamp(30px, 4.5vw, 65px);
    line-height: 1.1;
    color: #fff;
    transition: all 0.3s ease;
    position: relative;
}

header ul.menu li.menu-item a:after {
    content: '';
    width: 0%;
    height: 1px;
    position: absolute;
    background: var(--gold);
    left: 0;
    bottom: -2px;
    transition: all 0.45s ease;
}

header ul.menu li.menu-item.current-menu-item a:after,
header ul.menu li.menu-item:hover a:after {
    width: 100%;
}

header ul.menu li.menu-item.current-menu-item a {
    color: var(--gold) !important;
}

header #menu-menu-sluzby {
    counter-reset: my-counter;
}

header #menu-menu-sluzby li:before{
    counter-increment: my-counter;
    content: "0" counter(my-counter);
    color: var(--gold);
    font-size: clamp(30px, 4.5vw, 65px);
    display: inline-block;
    margin-right: 34px;
    position: relative;
    line-height: 1;
}

.col-5.menu-right {
    padding: 7% 0% 0% 8%;
}

header #menu-hlavne-menu li.menu-item a {
    font-size: 32px;
    line-height: 1.1;
    color: #fff;
    transition: all 0.3s ease;
    position: relative;
}

header #menu-hlavne-menu {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 66px;
}

.columns-wrapper.megamenu-bottom .col-12 {
    padding: 0% 0% 30px 7%;
}

a.megamenu-contact {
    font-size: 32px;
    line-height: 1.4;
    font-family: 'Sentient Light';
    font-weight: 300;
}

a.megamenu-contact.phone {
    color: #fff;
}


/*HOMEPAGE*/

.section.home-1 {
    position: relative;
    padding-top: 140px;
    min-height: 100vh;
    height: 100%;
    background: linear-gradient(to bottom, #202823, #141a16);
    background-size: cover;
}

.home-1 .row.in-grid {
    display: flex;
    flex-direction: column;
    min-height: calc(100vh - 150px);
}

.home-1 .bgr img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: 1100px;
}

.home-1 h1 {
    margin-bottom: 30px;
}

.home-1 .columns-wrapper.top-2 {
    margin-top: auto;
    margin-bottom: 0;
}

.home-1 .col-6.left {
    display: flex;
    align-items: flex-end;
}

.home-1 .col-6.left img {
    flex: 0 0;
    max-width: clamp(160px, 17vw, 260px);
}
    
.home-1 .col-6.left p {
    padding-left: 30px;
    margin-left: 30px;
    border-left: 3px solid var(--accent);
}

.home-1 .col-6.right {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.section.home-2 {
    padding-top: 200px;
    background: linear-gradient(to bottom, #141a16, #101411);
    background-size: cover;
}

.section.home-2 .col-3 {
    min-width: 320px;
    flex: 0 0 320px;
    max-width: 320px;
}

.section.home-2 .col-9 {
    flex: 0 0 calc(100% - 320px);
    width: calc(100% - 320px);
    padding-left: 80px;
    margin-top: -10px;
    position: relative;
    padding-bottom: 90px;
}

.section.home-2 .col-9:before {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    background: linear-gradient(to bottom, #fff, rgb(153 153 153 / 0%));
    left: 0;
    top: 0;
    opacity: 0.38;
}

.list-benefits p {
    margin-bottom: 25px;
    display: flex;
    gap: 24px;
}

.list-benefits span {
    opacity: 0.6;
}

.section.home-2 .col-9 .main-btn {
    margin-top: 40px;
    margin-bottom: 160px;
}

p.home-2-bottom {
    width: 600px;
    display: flex;
    justify-content: space-between;
    opacity: 0.6;
}

.section.home-3 {
    background: #fff;
    padding-top: 90px;
    padding-bottom: 50px;
}

p.title-with-dot {
    position: relative;
    padding-left: 24px;
    margin-bottom: 30px;
}

p.title-with-dot:before {
    content: '';
    width: 8px;
    height: 8px;
    position: absolute;
    background: var(--dark);
    left: 0;
    top: 12px;
}

.home-3 .col-7 {
    padding-right: 70px;
}

.sluzba-1 {
    position: relative;
    background: url(/wp-content/uploads/2026/03/s1_2x.webp);
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    padding: 5% 5% 6% 7%;
    min-height: 620px;
    height: 100%;
}

.sluzba-1-bottom {
    margin-top: auto;
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.sluzba-1-bottom p {
    max-width: 360px;
    padding-left: 20px;
    border-left: 3px solid var(--accent);
}

.sluzba-1-bottom a.main-btn {
    white-space: nowrap;
}

.sluzba-2 {
    position: relative;
    background: url(/wp-content/uploads/2026/03/s2_2x.webp);
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    padding: 7% 5% 7% 7%;
    aspect-ratio: 5 / 6;
    margin-bottom: 70px;
    max-width: 517px;
}

.sluzba-2-bottom {
    margin-top: auto;
    margin-bottom: 0;
}

.sluzba-2 .list-benefits {
    margin-bottom: 20px;
}

.sluzba-2 .list-benefits p {
    margin-bottom: 5px;
}

.sluzba-3 h5.accent {
    color: #AE9C77;
    font-size: 18px;
}

.sluzba-3 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8px;
    padding-left: 40px;
    border-left: 3px solid var(--accent);
}

.sluzba-3 p {
    color: #1A201C;
    margin-bottom: 15px;
    max-width: 310px;
}


/*BENEFITS*/

.section.benefits {
    background: #fff;
    padding-top: 50px;
    padding-bottom: 100px;
}

.benefits-top .col-12 {
    display: flex;
    align-items: center;
    gap: 100px;
    margin-bottom: 40px;
}

.benefit-block {
    height: 100%;
    display: flex;
    flex-direction: column;
    min-height: 320px;
    padding: 35px 20px 20px 30px;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
}

.benefit-block img {
    max-width: 58px;
}

.benefit-block h4 {
    margin-top: auto;
    margin-bottom: 10px;
    color: #393939;
}


/*ABOUT*/

.section.about-1 .columns-wrapper {
    border-bottom: 1px solid rgb(255 255 255 / 38%);
}

.section.about-1 .columns-wrapper > * {
    padding-top: 100px;
    padding-bottom: 40px;
}

.section.about-1 .col-2-5 {
    padding-right: 30px;
}

.newsletter {
    background: #0D120F;
    padding: 35px 40px;
    min-height: 320px; 
    display: flex;
    flex-direction: column;
}

.newsletter-wrapper {
    margin-top: auto;
    margin-bottom: 15px;
}

.newsletter h5, 
.about-block h5 {
    opacity: 0.6;
    margin-bottom: 10px;
}

.newsletter p {
    max-width: 350px;
}

.col-3-0.about-text {
    padding-left: 30px;
    position: relative;
}

.col-3-0.about-text:before {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    background: linear-gradient(to bottom, rgb(228 215 187 / 0%), #E4D7BB);
    left: 0;
    top: 0;
    opacity: 0.38;
}

.section.about-2 {
    padding-top: 40px;
    padding-bottom: 60px;
}

h2.big-2 {
    font-size: clamp(150px, 13vw, 205px);
    line-height: 0.95;
}

.about-block {
    padding-left: 30px;
    margin-bottom: 40px;
    border-left: 3px solid var(--accent);
}

.about-block p {
    line-height: 1;
    max-width: 350px;
}


/*CTA BLOK*/
.section.call-to-action .row.in-grid {
    background: url(/wp-content/uploads/2026/03/cta_img_2x.webp);
    background-size: cover;
    background-position: center;
    aspect-ratio: 5 / 2;
    max-width: 1600px;
    background-repeat: no-repeat;
}

.section.call-to-action .columns-wrapper {
    height: 100%;
}

.col-6.cta-text {
    padding-left: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    align-items: flex-start;
}



/*CONTACT*/
.section.contact {
    background: var(--brightgreen);
    padding-top: 60px;
    padding-bottom: 120px;
    position: relative;
    overflow: hidden;
}

h2.contact-title {
    font-size: clamp(70px, 7.5vw, 110px);
}

.contact-block {
    margin-bottom: 80px;
}

.contact-block h5 {
    opacity: 0.6;
    margin-bottom: 10px;
}

.contact-block h4 {
    line-height: 1.5;
}

.contact-block h4 span {
    font-size: 18px;
    opacity: 0.7;
    display: block;
}

.col-8.contact-form {
    padding-right: 60px;
    padding-top: 60px;
}

.col-8.contact-form form.wpcf7-form {
    max-width: 810px;
}

.col-4.contacts-blocks {
    padding-left: 6%;
     padding-top: 90px;
}

.columns-wrapper.contact-bottom {
    margin-top: 40px;
}

.section.contact .bgr img {
    position: absolute;
    width: auto;
    height: calc(100% + 30px);
    left: 47%;
    transform: translateX(-50%);
    top: -30px;
}


/*Contact form*/
.wpcf7-form textarea, .wpcf7-form input[type="text"], 
.wpcf7-form input[type="email"] {
    border: none;
    border-bottom: 2px solid rgb(228 215 187 / 20%);
    width: 100%;
    background: transparent;
    margin-bottom: 30px;
    height: 64px;
    font-size: 20px;
    color: var(--white);
    padding: 20px 0px;
    border-radius: 0px;
    box-shadow: none;
    font-family: 'Sentient Light';
    outline: none;
    transition: all 0.3s ease;
}

.wpcf7-form textarea::placeholder, .wpcf7-form input[type="text"]::placeholder, 
.wpcf7-form input[type="email"]::placeholder {
    color: rgb(228 215 187 / 50%);
}

.wpcf7-form textarea:focus, .wpcf7-form input[type="text"]:focus, 
.wpcf7-form input[type="email"]:focus {
    border-bottom: 2px solid rgb(228 215 187 / 100%);
}

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

.wpcf7 label {
    font-size: 14px;
    color: var(--accent);
    opacity: 0.6;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    font-weight: 600;
}

.wpcf7-form .col-6 {
    padding-right: 25px;
    padding-left: 25px;
}

.wpcf7-form .columns-wrapper {
    width: calc(100% + 50px);
    margin-left: -25px;
}

.wpcf7-form .btn-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}

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

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

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

span.wpcf7-list-item-label {
    position: relative;
    padding-left: 55px;
    line-height: 1.1;
    color: var(--white);
    cursor: pointer;
    text-transform: none;
    text-align: left;
    margin-left: -5px;
    font-size: 20px;
    font-family: "Darker Grotesque", sans-serif;
    font-weight: 400;
}

span.wpcf7-list-item-label a {
    text-decoration: underline;
    color: var(--white);
}

span.wpcf7-list-item-label:before {
    content: '';
    width: 40px;
    height: 40px;
    position: absolute;
    background: rgb(217 217 217 / 15%);
    display: block;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

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

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: #ff0d0d !important;
    font-size: 14px;
    letter-spacing: 0.8px;
    top: 19px !important;
    position: absolute;
    left: auto;
    right: 10px;
    height: auto;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    background: rgb(0 0 0 / 20%);
    border-color: #d0100f;
    color: #d0100f;
    font-size: 18px;
    line-height: 1;
    padding: 15px;
    border-radius: 0px;
    text-align: center;
    font-weight: 700;
}

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

.form-field {
    margin-top: 20px;
}

button.main-btn {
    border: none;
    position: relative;
}

/*NEWSLETTER FORM*/
.n-form-wrapper {
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: space-between;
    margin-top: 30px;
    margin-bottom: 20px;
}

.n-form-wrapper .col-left {
    flex-grow: 1;
    flex: 1;
}

.n-form-wrapper .col-right {
    flex: 0 0 150px;
}

.n-form-wrapper button.main-btn {
    width: 150px;
    height: 50px;
    padding: 0;
    line-height: 50px;
}

.n-form-wrapper input[type="email"] {
    border: 1px solid rgb(228 215 187 / 20%);
    width: 100%;
    margin-bottom: 0px;
    height: 50px;
    font-size: 18px;
    color: var(--white);
    padding: 10px;
    font-family: "Darker Grotesque", sans-serif;
    background: rgb(228 215 187 / 5%);
}

.newsletter-wrapper span.wpcf7-list-item-label:before {
    width: 30px;
    height: 30px;
    border: 1px solid rgb(228 215 187 / 20%);
    background: rgb(228 215 187 / 5%);
    left: -2px;
}

.newsletter-wrapper span.wpcf7-list-item-label:after {
    width: 30px;
    height: 30px;
    border: 1px solid rgb(228 215 187 / 20%);
    left: -2px;
}

.newsletter-wrapper span.wpcf7-list-item-label {
    padding-left: 45px;
    color: rgb(228 215 187 / 70%);
    font-size: 16px;
}

.newsletter-wrapper span.wpcf7-list-item-label a {
    color: rgb(228 215 187 / 70%);
}



/*PAGE*/
.section.page-top {
    position: relative;
}

.bgr.page-bgr {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.page-top .row.in-grid {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 590px;
    padding-bottom: 66px;
}

a.cta.with-icon {
    color: #fff;
    margin-left: 30px;
    position: relative;
    margin-top: 35px;
}

a.cta.with-icon::before {
  background: #fff;
}

a.cta.with-icon:after {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    background: url(/wp-content/uploads/2026/03/icon-down.svg);
    left: -30px;
    top: 6px;
    background-size: contain;
    background-repeat: no-repeat;
}

.section.page-top h1 {
    max-width: 600px;
    padding-bottom: 48px;
}

.page-top .col-4 {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.col-8.page-cta-col {
    position: relative;
}

.col-8.page-cta-col a {
    position: absolute;
    bottom: 0px;
    left: 0;
}

.page-top p.perex {
    padding-left: 35px;
    border-left: 3px solid var(--gold);
}


/*FOOTER*/
#footer {
    background: #0D120F;
}

.section.footer-top {
    padding-top: 100px;
    padding-bottom: 140px;
}

.footer-info img {
    max-width: 205px;
}

p.footer-text {
    max-width: 304px;
    padding-left: 30px;
    border-left: 3px solid var(--accent);
    margin-top: 35px;
}

#footer h5 {
    margin-bottom: 40px;
    opacity: 0.6;
}

.footer-menus {
    display: flex;
    gap: 16%;
}

.footer-menu-sluzby ul {
    counter-reset: my-counter-2;
}

.footer-menu-sluzby ul li:before{
    counter-increment: my-counter-2;
    content: "0" counter(my-counter-2);
    color: var(--accent);
    font-size: 15px;
    display: inline-block;
    margin-right: 12px;
    position: relative;
    line-height: 1;
}

.footer-menus li a {
    color: #fff;
    position: relative;
}

.footer-menus ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.footer-menus ul li.menu-item a:after {
    content: '';
    width: 0%;
    height: 1px;
    position: absolute;
    background: var(--gold);
    left: 0;
    bottom: -2px;
    transition: all 0.45s ease;
}

.footer-menus ul li.menu-item:hover a:after {
    width: 100%;
}

a.footer-contact {
    font-family: 'Sentient Light';
    font-weight: 300;
    display: inline-block;
    margin-bottom: 15px;
}

a.footer-contact.light {
    color: #fff;
}

.copy-links {
    display: flex;
    align-items: baseline;
    gap: 30px;
}

.copy-links p,
.copy-links a {
    font-size: 15px;
    color: rgb(228 215 187 / 40%);
}

.section.footer-bottom .columns-wrapper {
    border-top: 1px solid rgb(228 215 187 / 8%);
    padding-top: 36px;
    padding-bottom: 36px;
}

.col-4.social-links {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 12px;
}

a.social-icon {
    display: flex;
    width: 44px;
    height: 44px;
    border: 1px solid rgb(228 215 187 / 20%);
    align-items: center;
    justify-content: center;
    color: #E4D7BB;
    font-size: 14px;
}




/********************** RESPONSIVE **********************/


@media (max-width: 1000px) {

/*header*/

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

.logo img {
    height: 42px;
}

.header-right {
    display: none;
}

header #menu-hlavne-menu {
    margin-top: 0px;
}

.section.megamenu .row {
    height: 100svh;
}

.drawer-hamburger, .drawer-hamburger:hover {
    margin-top: 20px;
    margin-right: 15px;
    width: 102px;
    height: 40px;
    gap: 15px;
}

span.drawer-toggle-name {
    font-size: 16px;
    margin-top: -2px;
}

.col-7.menu-left {
    padding: 70px 15px 0% 15px;
}

header #menu-menu-sluzby {
    gap: 15px;
}

header #menu-menu-sluzby li:before {
    font-size: 6.4vw;
    margin-right: 20px;
}

header #menu-menu-sluzby li.menu-item a,
header #menu-hlavne-menu li.menu-item a{
    font-size: 6.4vw;
}

.col-5.menu-right {
    padding: 0% 15px 0% 20px;
}

a.megamenu-contact {
    font-size: 24px;
}

/*content*/

main {
    margin-top: -77px;
}

.row.in-grid {
    padding-left: 15px;
    padding-right: 15px;
}

h1 {
    font-size: 34px;
}

h2 {
    font-size: 34px;
}

h2.large {
    font-size: 42px;
}

h2.big-2 {
    font-size: clamp(50px, 20vw, 140px);
}

h3 {
    font-size: 28px;
}

h3.big {
    font-size: clamp(55px, 25vw, 280px);
}

h4 {
    font-size: 22px;
}

.size-24 {
    font-size: 19px;
}

.size-32 {
    font-size: 24px;
}

.size-42 {
    font-size: 30px;
}




.main-btn {
    padding: 13px 26px;
    font-size: 16px;
}

.main-btn.outline {
    padding: 12px 25px;
}


/*pages*/
.section.home-1 {
    padding-top: 110px;
}

.home-1 .bgr img {
    height: 75%;
}

.home-1 .col-6.left {
    margin-top: 200px;
}

.home-1 .col-6.left img {
    max-width: clamp(100px, 17vw, 260px);
}

.home-1 .col-6.left p {
    padding-left: 15px;
    margin-left: 15px;
}

.home-1 .col-6.right {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 15px;
}

.section.home-2 {
    padding-top: 40px;
}

.section.home-2 .col-9 {
    flex: 0 0 100%;
    width: 100%;
    padding-left: 0px;
    padding-top: 20px;
    margin-top: 20px;
    padding-bottom: 50px;
}

.section.home-2 .col-9:before {
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, #fff, rgb(153 153 153 / 0%));
}

.section.home-2 .col-9 .main-btn {
    margin-bottom: 80px;
}

.section.home-3 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.home-3 .col-7 {
    padding-right: 0px;
    margin-bottom: 20px;
}

.sluzba-1 {
    padding: 20px;
    min-height: auto;
    aspect-ratio: 1 / 1.1;
}

.sluzba-1-bottom {
    align-items: flex-start;
    flex-direction: column;
}

.sluzba-2 {
    padding: 20px;
    aspect-ratio: 1 / 1.1;
    margin-bottom: 40px;
    max-width: 100%;
}

.sluzba-3 {
    padding-left: 20px;
}

.section.benefits {
    padding-top: 40px;
    padding-bottom: 40px;
}

.columns-wrapper.benefits-bottom .col-3 {
    flex: 0 0 50%;
    width: 50%;
}

.benefit-block {
    min-height: 240px;
    padding: 15px;
}

.benefit-block img {
    max-width: 50px;
}

.benefits-top .col-12 {
    gap: 10px;
    justify-content: space-between;
}

.section.call-to-action .row.in-grid {
    aspect-ratio: auto;
    padding-top: 40px;
    padding-bottom: 300px;
    position: relative;
    background: none;
}

.col-6.cta-text {
    padding-left: 0px;
}

.cta-bgr-mobile {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.cta-bgr-mobile:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, #0d120f 230px, rgb(13 18 15 / 0%) 380px);
    background-size: cover;
    background-position: center;
    content: '';
}

.cta-bgr-mobile:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 340px;
    background: url(/wp-content/uploads/2026/03/cta_img_mobile.webp);
    background-size: cover;
    background-position: bottom center;
    content: '';
}

.section.about-1 .columns-wrapper > * {
    padding-top: 40px;
    padding-bottom: 0px;
}

.section.about-1 .col-2-5 {
    padding-right: 0px;
}

.col-3-0.about-text {
    padding-bottom: 32px !important;
}

.about-block {
    padding-left: 15px;
    margin-bottom: 0px;
    margin-top: 35px;
}

.page-top .row.in-grid {
    min-height: 60vh;
    padding-bottom: 50px;
}

.section.page-top h1 {
    max-width: 600px;
    padding-bottom: 10px;
}

.page-top .col-4 {
    padding-bottom: 60px;
}

.page-top p.perex {
    padding-left: 20px;
    max-width: 330px;
}

h2.contact-title {
    font-size: clamp(60px, 7.5vw, 110px);
}

.section.contact .bgr img {
   display: none;
}

.section.contact {
    padding-top: 40px;
    padding-bottom: 40px;
}

.columns-wrapper.contact-bottom {
    margin-top: 0px;
}

.col-8.contact-form {
    padding-right: 0px;
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid rgb(255 255 255 / 40%);
}

.wpcf7-form textarea, .wpcf7-form input[type="text"], .wpcf7-form input[type="email"] {
    margin-bottom: 20px;
    height: 50px;
    padding: 10px 0px;
    font-size: 18px;
}

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

.wpcf7-form .btn-wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}

span.wpcf7-list-item-label {
    font-size: 16px;
}

.col-4.contacts-blocks {
    padding-left: 0;
    padding-top: 40px;
    margin-top: 80px;
    border-top: 1px solid rgb(255 255 255 / 40%);
}

.contact-block {
    margin-bottom: 40px;
}

/*footer*/
.section.footer-top {
    padding-top: 40px;
    padding-bottom: 40px;
}

p.footer-text {
    padding-left: 20px;
    margin-top: 20px;
    margin-bottom: 35px;
}

.footer-menus {
    display: flex;
    gap: 35px;
    flex-direction: column;
    margin-bottom: 35px;
}

#footer h5 {
    margin-bottom: 20px;
}

.footer-menus ul {
    gap: 15px;
}

.section.footer-bottom .columns-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
    gap: 20px;
    flex-direction: column-reverse;
}

.copy-links {
    gap: 5px;
    flex-direction: column;
}

.col-4.social-links {
    justify-content: flex-start;
}
}