.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}:root { --primary-color: #fd5f17;
--secondary-color: #131e4a;
--accent-color: #009a00; --text-color: #333333;
--text-muted: #777777;
--background: #ffffff;
--background-light: #f8f9fa;
--border-color: #e0e0e0;
--dark-background: #0a172b;
--danger-color: #ff1a1a; --font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
--font-size-base: 16px;
--line-height-base: 1.8; --spacing-xs: 10px;
--spacing-sm: 20px;
--spacing-md: 30px;
--spacing-lg: 50px;
--spacing-xl: 80px;
--spacing-xxl: 100px; --container-max-width: 1200px;
--container-padding: 15px; --transition-base: all 0.3s ease;
--transition-fast: all 0.15s ease; --shadow-sm: 0 2px 10px rgba(0, 0, 0, 0.05);
--shadow-md: 0 5px 20px rgba(0, 0, 0, 0.1);
--shadow-lg: 0 15px 40px rgba(0, 0, 0, 0.15);
--shadow-primary: 0 15px 40px rgba(253, 95, 23, 0.2);
} * {
margin: 0;
padding: 0;
box-sizing: border-box;
}
html {
font-size: var(--font-size-base);
scroll-behavior: smooth;
}
body {
font-family: var(--font-family);
font-size: var(--font-size-base);
line-height: var(--line-height-base);
color: var(--text-color);
background-color: var(--background);
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
word-wrap: break-word;
overflow-wrap: break-word;
} h1,
h2,
h3,
h4,
h5,
h6 {
font-weight: 800;
line-height: 1.2;
margin-bottom: 20px;
color: var(--secondary-color);
word-wrap: break-word;
overflow-wrap: break-word;
}
h1 {
font-size: 64px;
line-height: 1.1;
}
h2 {
font-size: 36px;
}
h3 {
font-size: 24px;
font-weight: 600;
line-height: 1.4;
}
h4 {
font-size: 20px;
font-weight: 600;
line-height: 1.4;
}
h5 {
font-size: 18px;
font-weight: 600;
}
h6 {
font-size: 16px;
font-weight: 600;
}
p {
margin-bottom: 15px;
word-wrap: break-word;
overflow-wrap: break-word;
}
a {
color: var(--primary-color);
text-decoration: none;
transition: var(--transition-base);
word-wrap: break-word;
overflow-wrap: break-word;
}
a:hover {
color: var(--secondary-color);
}
img {
max-width: 100%;
height: auto;
display: block;
}
ul,
ol {
margin-bottom: 15px;
padding-left: 20px;
} .container {
max-width: var(--container-max-width);
margin: 0 auto;
padding: 0 var(--container-padding);
width: 100%;
} .section {
padding: var(--spacing-xxl) 0;
}
p.section-desc {
margin-bottom: var(--spacing-sm);
}
.section-title {
margin-bottom: var(--spacing-sm);
}
.section-title h2 {
font-size: 36px;
font-weight: 800;
color: var(--secondary-color);
margin-bottom: 15px;
}
.section-title p {
font-size: 16px;
color: var(--text-muted);
max-width: 600px;
margin: 0 auto;
} .btn {
display: inline-block;
padding: 15px 40px;
font-size: 14px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.5px;
border: none;
border-radius: 0;
cursor: pointer;
transition: var(--transition-base);
text-align: center;
line-height: 1;
}
.btn-primary {
background-color: var(--primary-color);
color: #fff;
}
.btn-primary:hover {
background-color: var(--secondary-color);
color: #fff;
transform: translateY(-2px);
box-shadow: var(--shadow-primary);
}
.btn-secondary {
background-color: var(--secondary-color);
color: #fff;
}
.btn-secondary:hover {
background-color: var(--primary-color);
color: #fff;
transform: translateY(-2px);
}
.btn-outline {
background-color: transparent;
border: 2px solid #fff;
color: #fff;
}
.btn-outline:hover {
background-color: #fff;
color: var(--secondary-color);
}
.btn-outline-dark {
background-color: transparent;
border: 2px solid var(--secondary-color);
color: var(--secondary-color);
}
.btn-outline-dark:hover {
background-color: var(--secondary-color);
color: #fff;
} .card {
background: #fff;
padding: 40px 30px;
box-shadow: var(--shadow-md);
transition: var(--transition-base);
border-radius: 0;
height: 100%;
}
.card:hover {
transform: translateY(-10px);
box-shadow: var(--shadow-primary);
}
.card-icon {
width: 70px;
height: 70px;
display: flex;
align-items: center;
justify-content: center;
margin: 0 auto 20px;
background-color: rgba(253, 95, 23, 0.1);
color: var(--primary-color);
}
.card-icon svg {
width: 35px;
height: 35px;
fill: currentColor;
}
.card-title {
font-size: 20px;
font-weight: 600;
margin-bottom: 15px;
color: var(--secondary-color);
}
.card-text {
font-size: 14px;
color: var(--text-muted);
line-height: 1.6;
} .row {
display: flex;
flex-wrap: wrap;
margin: 0 -15px;
}
.col {
padding: 0 15px;
flex: 1;
}
.col-2 {
width: 50%;
}
.col-3 {
width: 33.333%;
}
.col-4 {
width: 25%;
} input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="search"],
textarea,
select {
width: 100%;
padding: 12px 15px;
border: 1px solid var(--border-color);
border-radius: 0;
font-size: 14px;
font-family: var(--font-family);
transition: var(--transition-base);
}
input:focus,
textarea:focus,
select:focus {
outline: none;
border-color: var(--primary-color);
}
textarea {
resize: vertical;
min-height: 120px;
} .text-center {
text-align: center;
}
.text-left {
text-align: left;
}
.text-right {
text-align: right;
}
.text-muted {
color: var(--text-muted);
}
.text-primary {
color: var(--primary-color);
}
.text-secondary {
color: var(--secondary-color);
}
.bg-light {
background-color: var(--background-light);
}
.bg-dark {
background-color: var(--dark-background);
color: #fff;
}
.mb-0 {
margin-bottom: 0;
}
.mb-1 {
margin-bottom: var(--spacing-xs);
}
.mb-2 {
margin-bottom: var(--spacing-sm);
}
.mb-3 {
margin-bottom: var(--spacing-md);
}
.mb-4 {
margin-bottom: var(--spacing-lg);
}
.mb-5 {
margin-bottom: var(--spacing-xl);
}
.mt-0 {
margin-top: 0;
}
.mt-1 {
margin-top: var(--spacing-xs);
}
.mt-2 {
margin-top: var(--spacing-sm);
}
.mt-3 {
margin-top: var(--spacing-md);
}
.mt-4 {
margin-top: var(--spacing-lg);
}
.mt-5 {
margin-top: var(--spacing-xl);
}
.d-none {
display: none;
}
.d-block {
display: block;
}
.d-flex {
display: flex;
}
.align-items-center {
align-items: center;
}
.justify-content-center {
justify-content: center;
}
.justify-content-between {
justify-content: space-between;
} .sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border: 0;
} .alignleft {
float: left;
margin-right: 20px;
margin-bottom: 20px;
}
.alignright {
float: right;
margin-left: 20px;
margin-bottom: 20px;
}
.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
.alignwide {
max-width: 1400px;
margin-left: auto;
margin-right: auto;
}
.alignfull {
max-width: 100%;
width: 100vw;
margin-left: calc(50% - 50vw);
}:root {
--content-width: 1200px; --wide-width: 1200px; --content-padding: 15px; } .wp-block {
max-width: var(--content-width);
margin-left: auto;
margin-right: auto;
padding-left: var(--content-padding);
padding-right: var(--content-padding);
}  .wp-block-paragraph {
max-width: var(--content-width);
margin-left: auto;
margin-right: auto;
} .wp-block-heading,
h1.wp-block-heading,
h2.wp-block-heading,
h3.wp-block-heading,
h4.wp-block-heading,
h5.wp-block-heading,
h6.wp-block-heading {
max-width: var(--content-width);
margin-left: auto;
margin-right: auto;
} .wp-block-list {
max-width: var(--content-width);
margin-left: auto;
margin-right: auto;
} .wp-block-quote {
max-width: var(--content-width);
margin-left: auto;
margin-right: auto;
padding-left: 30px;
border-left: 4px solid var(--primary-color);
}
.wp-block-pullquote {
max-width: var(--content-width);
margin-left: auto;
margin-right: auto;
padding: 40px;
border-top: 4px solid var(--primary-color);
border-bottom: 4px solid var(--primary-color);
} .wp-block-code {
max-width: var(--content-width);
margin-left: auto;
margin-right: auto;
background-color: #f5f5f5;
padding: 20px;
border-radius: 4px;
overflow-x: auto;
margin-bottom: 1em;
} .wp-block-preformatted {
max-width: var(--content-width);
margin-left: auto;
margin-right: auto;
background-color: #f5f5f5;
padding: 20px;
border-radius: 4px;
overflow-x: auto;
}  .wp-block-image {
max-width: var(--content-width);
margin-left: auto;
margin-right: auto;
}
.wp-block-image img {
display: block;
height: auto;
}
.wp-block-image figcaption {
text-align: center;
font-size: 14px;
color: var(--text-muted);
margin-top: 10px;
} .wp-block-gallery {
max-width: var(--content-width);
margin-left: auto;
margin-right: auto;
} .wp-block-video {
max-width: var(--content-width);
margin-left: auto;
margin-right: auto;
} .wp-block-audio {
max-width: var(--content-width);
margin-left: auto;
margin-right: auto;
} .wp-block-embed {
max-width: var(--content-width);
margin-left: auto;
margin-right: auto;
}  .wp-block-group {
max-width: var(--content-width);
margin-left: auto;
margin-right: auto;
}
.wp-block-group__inner-container {
padding: 0;
} .wp-block-columns {
max-width: var(--content-width);
margin-left: auto;
margin-right: auto;
} .wp-block-cover {
max-width: 100%;
margin-left: 0;
margin-right: 0;
} .wp-block-spacer {
max-width: 100%;
}  .wp-block-buttons {
max-width: var(--content-width);
margin-left: auto;
margin-right: auto;
}
.wp-block-button__link {
padding: 15px 40px;
font-size: 14px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.5px;
border-radius: 0;
transition: var(--transition-base);
} .wp-block-table {
max-width: var(--content-width);
margin-left: auto;
margin-right: auto;
}
.wp-block-table table {
width: 100%;
border-collapse: collapse;
}
.wp-block-table td,
.wp-block-table th {
padding: 12px;
border: 1px solid var(--border-color);
} .wp-block-separator {
max-width: var(--content-width);
margin-left: auto;
margin-right: auto;
border: none;
border-top: 2px solid var(--border-color);
}
.wp-block-separator.is-style-wide {
max-width: var(--wide-width);
}  .alignwide {
max-width: var(--wide-width);
margin-left: auto;
margin-right: auto;
}
.wp-block-image.alignwide,
.wp-block-gallery.alignwide,
.wp-block-group.alignwide,
.wp-block-columns.alignwide {
max-width: var(--wide-width);
} .alignfull {
max-width: 100%;
width: 100%;
margin-left: 0;
margin-right: 0;
}
.wp-block-image.alignfull,
.wp-block-gallery.alignfull,
.wp-block-group.alignfull,
.wp-block-cover.alignfull {
max-width: 100%;
width: 100%;
} .alignleft {
float: left;
margin-right: 20px;
margin-bottom: 20px;
} .alignright {
float: right;
margin-left: 20px;
margin-bottom: 20px;
} .aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
} @media (max-width: 1024px) {
:root {
--content-width: 90%;
--wide-width: 95%;
}
}
@media (max-width: 768px) {
.wp-block {
padding-left: 20px;
padding-right: 20px;
}
.wp-block-columns {
flex-direction: column;
}
.alignleft,
.alignright {
float: none;
margin: 0 auto 20px;
display: block;
}
}
@media (max-width: 480px) {
:root {
--content-padding: 15px;
}
.wp-block-quote,
.wp-block-pullquote {
padding-left: 20px;
padding-right: 20px;
}
}  .page-template-full-width .entry-content>*:not(.alignwide):not(.alignfull):not(.wp-block-cover):not(.wp-block-group.alignfull) {
max-width: var(--content-width);
margin-left: auto;
margin-right: auto;
} .home .entry-content>*:not(.alignwide):not(.alignfull):not(.wp-block-cover):not(.wp-block-group.alignfull) {
max-width: var(--content-width);
margin-left: auto;
margin-right: auto;
}
:where(.is-layout-grid) {
gap: 2em !important;
}.site-header {
background-color: var(--header-bg-color);
padding: 20px 0;
position: sticky;
top: 0;
z-index: 1000;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.header-inner {
display: flex;
align-items: center;
justify-content: space-between;
gap: 20px;
}
.container.container-full {
max-width: 95%;
width: 95%;
} .site-branding {
flex-shrink: 0;
}
.custom-logo {
max-height: 50px;
width: auto;
}
.site-title {
margin: 0;
font-size: 24px;
font-weight: 800;
}
.site-title a {
color: var(--header-controls-color);
text-decoration: none;
}
.site-title a:hover {
color: var(--primary-color);
} .main-navigation {
flex-grow: 1;
}
.primary-menu {
display: flex;
list-style: none;
margin: 0;
padding: 0;
gap: var(--header-menu-gap, 30px);
}
.primary-menu li {
position: relative;
}
.primary-menu a {
color: var(--header-menu-color);
font-size: var(--header-menu-font-size, 14px);
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.5px;
padding: 10px 0;
display: block;
transition: var(--transition-base);
}
.primary-menu a:hover,
.primary-menu .current-menu-item>a,
.primary-menu .current_page_item>a {
color: var(--primary-color);
} .primary-menu .menu-item-has-children:hover>a::after,
.primary-menu .current-menu-item.menu-item-has-children>a::after,
.primary-menu .current_page_item.menu-item-has-children>a::after {
background-color: var(--primary-color);
} .primary-menu.menu-left {
justify-content: flex-start;
}
.primary-menu.menu-center {
justify-content: center;
}
.primary-menu.menu-right {
justify-content: flex-end;
} .primary-menu .menu-item-has-children>a {
padding-right: 25px;
position: relative;
}
.primary-menu .menu-item-has-children>a::after {
content: '';
position: absolute;
right: 6px;
top: 50%;
width: 12px;
height: 12px;
background-color: var(--header-menu-color);
mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7.41 8.59L12 13.17l4.59-4.58L18 10l-6 6-6-6 1.41-1.41z'/%3E%3C/svg%3E") no-repeat center / contain;
-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7.41 8.59L12 13.17l4.59-4.58L18 10l-6 6-6-6 1.41-1.41z'/%3E%3C/svg%3E") no-repeat center / contain;
transform: translateY(-50%);
opacity: 0.8;
} .primary-menu .sub-menu {
position: absolute;
top: 100%;
left: 0;
background-color: var(--header-bg-color);
min-width: 220px;
padding: 15px 0;
list-style: none;
margin: 0;
opacity: 0;
visibility: hidden;
transform: translateY(10px);
transition: var(--transition-base);
box-shadow: var(--shadow-lg);
}
.primary-menu li:hover>.sub-menu {
opacity: 1;
visibility: visible;
transform: translateY(0);
}
.primary-menu .sub-menu a {
padding: 10px 20px;
text-transform: none;
font-weight: 400;
}
.primary-menu .sub-menu a:hover {
background-color: rgba(var(--primary-color-rgb, 253, 95, 23), 0.1);
} .header-actions {
display: flex;
align-items: center;
gap: 20px;
}
.search-toggle {
background: none;
border: none;
color: var(--header-controls-color);
cursor: pointer;
padding: 10px;
display: flex;
align-items: center;
justify-content: center;
transition: var(--transition-base);
}
.search-toggle:hover {
color: var(--primary-color);
}
.search-icon {
width: 20px;
height: 20px;
fill: currentColor;
}
.header-btn {
padding: 12px 30px;
font-size: 13px;
border: 1px solid var(--primary-color);
}
.header-btn:hover {
border: 1px solid #fff;
} .mobile-menu-toggle {
display: none;
background: none;
border: none;
cursor: pointer;
padding: 10px;
}
.hamburger {
display: flex;
flex-direction: column;
gap: 5px;
width: 25px;
}
.hamburger span {
display: block;
height: 3px;
background-color: var(--header-controls-color);
border-radius: 2px;
transition: var(--transition-base);
}
.mobile-menu-toggle.active .hamburger span:nth-child(1) {
transform: rotate(45deg) translate(7px, 7px);
}
.mobile-menu-toggle.active .hamburger span:nth-child(2) {
opacity: 0;
}
.mobile-menu-toggle.active .hamburger span:nth-child(3) {
transform: rotate(-45deg) translate(7px, -7px);
} .search-form-wrapper {
position: absolute;
top: 100%;
left: 0;
right: 0;
background-color: var(--header-bg-color);
padding: 30px 0;
opacity: 0;
visibility: hidden;
transform: translateY(-10px);
transition: var(--transition-base);
box-shadow: var(--shadow-lg);
}
.search-form-wrapper.active {
opacity: 1;
visibility: visible;
transform: translateY(0);
}
.search-form {
display: flex;
align-items: center;
gap: 15px;
max-width: 600px;
margin: 0 auto;
}
.search-field {
flex-grow: 1;
padding: 15px 20px;
border: 2px solid rgba(var(--header-controls-color-rgb, 255, 255, 255), 0.3);
background-color: rgba(var(--header-controls-color-rgb, 255, 255, 255), 0.1);
color: var(--header-controls-color);
font-size: 16px;
}
.search-field::placeholder {
color: rgba(var(--header-controls-color-rgb, 255, 255, 255), 0.6);
}
.search-field:focus {
border-color: var(--primary-color);
background-color: rgba(var(--header-controls-color-rgb, 255, 255, 255), 0.15);
}
.search-submit,
.search-close {
background: none;
border: none;
color: var(--header-controls-color);
cursor: pointer;
padding: 10px;
display: flex;
align-items: center;
justify-content: center;
transition: var(--transition-base);
}
.search-submit:hover,
.search-close:hover {
color: var(--primary-color);
}
.search-submit svg,
.search-close svg {
width: 20px;
height: 20px;
fill: currentColor;
} .primary-menu .sub-menu .sub-menu {
top: 0;
left: calc(100% + 8px);
margin-top: 0;
} .primary-menu .sub-menu .menu-item-has-children>a {
padding-right: 26px;
position: relative;
}
.primary-menu .sub-menu .menu-item-has-children>a::after {
content: '';
position: absolute;
right: 10px;
top: 50%;
width: 12px;
height: 12px;
background-color: var(--header-menu-color);
mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7.41 8.59L12 13.17l4.59-4.58L18 10l-6 6-6-6 1.41-1.41z'/%3E%3C/svg%3E") no-repeat center / contain;
-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7.41 8.59L12 13.17l4.59-4.58L18 10l-6 6-6-6 1.41-1.41z'/%3E%3C/svg%3E") no-repeat center / contain;
transform: translateY(-50%) rotate(-90deg);
opacity: 0.8;
} .primary-menu .sub-menu .menu-item-has-children:hover>a::after {
background-color: var(--primary-color);
} .dropdown-toggle {
display: none;
}
@media (max-width: 991px) {
.main-navigation {
display: none;
}
.mobile-menu-toggle {
display: block;
}
.header-btn {
display: none;
} .main-navigation.mobile-active {
display: block;
position: absolute;
top: 100%;
left: 0;
right: 0;
background-color: var(--header-bg-color);
padding: 20px 0;
box-shadow: var(--shadow-lg);
max-height: calc(100vh - 80px);
overflow-y: auto;
}
.primary-menu {
flex-direction: column;
gap: 0;
}
.primary-menu li {
position: relative;
}
.primary-menu a {
padding: 15px 20px;
border-bottom: 1px solid rgba(var(--header-controls-color-rgb, 255, 255, 255), 0.1);
display: flex;
justify-content: space-between;
align-items: center;
} .dropdown-toggle {
width: 44px;
height: 44px;
display: flex;
align-items: center;
justify-content: center;
position: absolute;
top: 0;
right: 0;
z-index: 10;
cursor: pointer;
color: var(--header-controls-color);
background: rgba(var(--header-controls-color-rgb, 255, 255, 255), 0.05);
border-left: 1px solid rgba(var(--header-controls-color-rgb, 255, 255, 255), 0.1);
}
.dropdown-toggle svg {
width: 12px;
height: 12px;
fill: currentColor;
transition: transform 0.3s ease;
}
.dropdown-toggle.active svg {
transform: rotate(180deg);
} .primary-menu .menu-item-has-children>a::after,
.primary-menu .sub-menu .menu-item-has-children>a::after {
content: none;
border: 0;
} .primary-menu .sub-menu {
position: static;
opacity: 1;
visibility: visible;
transform: none;
box-shadow: none;
padding: 0;
background-color: rgba(0, 0, 0, 0.2);
max-height: 0;
overflow: hidden;
transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.primary-menu .sub-menu.active {
max-height: 1000px;
}
.primary-menu .sub-menu a {
padding-left: 40px;
}
.primary-menu .sub-menu .sub-menu a {
padding-left: 60px;
}
} @media (max-width: 767px) {
.site-header {
padding: 15px 0;
}
.custom-logo {
max-height: 40px;
}
.site-title {
font-size: 20px;
}
.search-toggle {
padding: 5px;
}
.search-form {
flex-direction: column;
}
.search-field {
width: 100%;
}
}.site-footer {
background-color: var(--dark-background);
color: rgba(255, 255, 255, 0.8);
} .footer-main {
padding: var(--spacing-xl) 0 var(--spacing-lg);
}
.footer-columns {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 40px;
}
.footer-column {
display: flex;
flex-direction: column;
}
.footer-title {
color: #fff;
font-size: 18px;
font-weight: 700;
margin-bottom: 25px;
text-transform: uppercase;
letter-spacing: 0.5px;
} .footer-logo {
margin-bottom: 25px;
}
.footer-logo img {
max-height: 50px;
width: auto;
display: block;
}
.footer-about {
font-size: 14px;
line-height: 1.8;
margin-bottom: 20px;
color: rgba(255, 255, 255, 0.7);
} .footer-social {
display: flex;
flex-wrap: wrap;
gap: 15px;
margin-top: auto;
max-width: 330px;
}
.footer-social a {
width: 40px;
height: 40px;
display: flex;
align-items: center;
justify-content: center;
background-color: rgba(255, 255, 255, 0.1);
color: #fff;
transition: var(--transition-base);
}
.footer-social a:hover {
background-color: var(--primary-color);
color: #fff;
transform: translateY(-3px);
}
.social-icon {
width: 18px;
height: 18px;
fill: currentColor;
} .footer-menu {
list-style: none;
padding: 0;
margin: 0;
}
.footer-menu li {
margin-bottom: 12px;
}
.footer-menu a {
color: rgba(255, 255, 255, 0.7);
font-size: 14px;
transition: var(--transition-base);
display: inline-block;
}
.footer-menu a:hover {
color: var(--primary-color);
padding-left: 5px;
} .footer-contact {
list-style: none;
padding: 0;
margin: 0;
}
.footer-contact li {
display: flex;
align-items: flex-start;
gap: 12px;
margin-bottom: 15px;
font-size: 14px;
line-height: 1.6;
}
.contact-icon {
width: 16px;
height: 16px;
fill: var(--primary-color);
flex-shrink: 0;
margin-top: 3px;
}
.footer-contact a {
color: rgba(255, 255, 255, 0.7);
transition: var(--transition-base);
}
.footer-contact a:hover {
color: var(--primary-color);
}
.footer-contact span {
color: rgba(255, 255, 255, 0.7);
} .footer-bottom {
border-top: 1px solid rgba(255, 255, 255, 0.1);
padding: 25px 0;
}
.footer-bottom-inner {
display: flex;
align-items: center;
justify-content: space-between;
gap: 20px;
}
.copyright {
margin: 0;
font-size: 14px;
color: rgba(255, 255, 255, 0.6);
}
.footer-bottom-links {
display: flex;
align-items: center;
gap: 15px;
font-size: 14px;
}
.footer-legal-menu {
display: flex;
align-items: center;
list-style: none;
margin: 0;
padding: 0;
gap: 10px;
}
.footer-legal-menu li {
position: relative;
}
.footer-legal-menu li:not(:last-child)::after {
content: '|';
position: absolute;
right: -8px;
color: rgba(255, 255, 255, 0.3);
}
.footer-legal-menu a {
color: rgba(255, 255, 255, 0.6);
transition: var(--transition-base);
text-decoration: none;
}
.footer-legal-menu a:hover {
color: var(--primary-color);
} @media (max-width: 991px) {
.footer-columns {
grid-template-columns: repeat(2, 1fr);
gap: 30px;
}
.footer-main {
padding: var(--spacing-lg) 0 var(--spacing-md);
}
} @media (max-width: 767px) {
.footer-columns {
grid-template-columns: 1fr;
gap: 40px;
}
.footer-bottom-inner {
flex-direction: column;
text-align: center;
gap: 15px;
}
.footer-social {
justify-content: center;
}
.footer-main {
padding: var(--spacing-md) 0;
}
}.back-to-top {
position: fixed;
bottom: 30px;
right: 30px;
width: 50px;
height: 50px;
background-color: var(--primary-color);
color: #fff;
border: none;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
opacity: 0;
visibility: hidden;
transition: all 0.3s ease;
z-index: 999;
box-shadow: var(--shadow-md);
}
.back-to-top.show {
opacity: 1;
visibility: visible;
}
.back-to-top:hover {
background-color: var(--secondary-color);
transform: translateY(-5px);
box-shadow: var(--shadow-lg);
}
.back-to-top svg {
width: 24px;
height: 24px;
stroke: currentColor;
} @media (max-width: 768px) {
.back-to-top {
bottom: 20px;
right: 20px;
width: 45px;
height: 45px;
}
.back-to-top svg {
width: 20px;
height: 20px;
}
}@media (max-width: 1199px) {
:root {
--container-padding: 20px;
}
h1 {
font-size: 56px;
}
h2 {
font-size: 32px;
}
} @media (max-width: 991px) {
:root {
--spacing-xl: 60px;
--spacing-xxl: 80px;
}
h1 {
font-size: 48px;
}
h2 {
font-size: 28px;
}
h3 {
font-size: 22px;
}
.section {
padding: var(--spacing-xl) 0;
} .col-3,
.col-4 {
width: 50%;
}
.row {
margin: 0 -10px;
}
.col {
padding: 0 10px;
}
} @media (max-width: 767px) {
:root {
--container-padding: 15px;
--spacing-md: 20px;
--spacing-lg: 40px;
--spacing-xl: 50px;
--spacing-xxl: 60px;
}
body {
font-size: 15px;
}
h1 {
font-size: 36px;
}
h2 {
font-size: 24px;
}
h3 {
font-size: 20px;
}
h4 {
font-size: 18px;
}
.section {
padding: var(--spacing-lg) 0;
}
.section-title h2 {
font-size: 28px;
} .col,
.col-2,
.col-3,
.col-4 {
width: 100%;
margin-bottom: 30px;
}
.col:last-child {
margin-bottom: 0;
} .btn {
padding: 12px 30px;
font-size: 13px;
width: 100%;
text-align: center;
} .card {
padding: 30px 20px;
} .text-center-mobile {
text-align: center;
}
.mb-mobile-0 {
margin-bottom: 0;
}
.mb-mobile-1 {
margin-bottom: var(--spacing-xs);
}
.mb-mobile-2 {
margin-bottom: var(--spacing-sm);
}
.mb-mobile-3 {
margin-bottom: var(--spacing-md);
}
} @media (max-width: 480px) {
h1 {
font-size: 32px;
}
h2 {
font-size: 22px;
}
.section-title h2 {
font-size: 24px;
}
.btn {
padding: 10px 25px;
}
} @media print {
.site-header,
.site-footer,
.btn,
.search-form-wrapper,
.mobile-menu-toggle {
display: none;
}
body {
font-size: 12pt;
color: #000;
background: #fff;
}
a {
text-decoration: underline;
}
h1,
h2,
h3,
h4,
h5,
h6 {
page-break-after: avoid;
}
img {
max-width: 100%;
page-break-inside: avoid;
}
}.page-header-wrapper {
background: linear-gradient(135deg, var(--secondary-color) 0%, #1a2a5e 100%);
padding: 80px 0 60px;
position: relative;
overflow: hidden;
}
.page-header-wrapper::before {
content: '';
position: absolute;
top: -50%;
right: -10%;
width: 600px;
height: 600px;
background: rgba(253, 95, 23, 0.1);
border-radius: 50%;
}
.page-header-wrapper::after {
content: '';
position: absolute;
bottom: -30%;
left: -5%;
width: 400px;
height: 400px;
background: rgba(0, 154, 0, 0.1);
border-radius: 50%;
}
.page-header {
position: relative;
z-index: 1;
text-align: center;
}
.page-header .entry-title {
color: #fff;
font-size: 48px;
font-weight: 800;
margin-bottom: 25px;
line-height: 1.2;
} .page-header .page-meta {
display: flex;
align-items: center;
justify-content: center;
gap: 25px;
flex-wrap: wrap;
color: rgba(255, 255, 255, 0.9);
font-size: 14px;
min-height: 24px;
}
.page-header .page-meta span {
display: flex;
align-items: center;
gap: 8px;
}
.page-header .page-meta svg {
width: 16px;
height: 16px;
fill: var(--primary-color);
}
.page-header .page-meta a {
color: rgba(255, 255, 255, 0.9);
text-decoration: none;
transition: color 0.3s ease;
}
.page-header .page-meta a:hover {
color: var(--primary-color);
}
.page-header .page-meta .separator {
color: rgba(255, 255, 255, 0.5);
margin: 0 5px;
}
.page-header .page-meta .current {
color: rgba(255, 255, 255, 0.7);
} .site-main {
background: #fff;
}
.entry-content ol {
margin-left: 30px;
margin-bottom: 25px;
}
.entry-content li {
margin-bottom: 10px;
line-height: 1.8;
}
.entry-content ul li::marker {
color: var(--primary-color);
}
.entry-content blockquote {
border-left: 4px solid var(--primary-color);
padding: 20px 30px;
margin: 30px 0;
background: var(--background-light);
font-style: italic;
color: var(--text-muted);
}
.entry-content img {
border-radius: 0;
box-shadow: var(--shadow-md);
margin: 30px 0;
}
.entry-content .wp-block-image figcaption {
text-align: center;
font-size: 14px;
color: var(--text-muted);
margin-top: 10px;
} .page-links {
margin-top: 40px;
padding-top: 30px;
border-top: 2px solid var(--border-color);
font-weight: 600;
}
.page-links a {
display: inline-block;
padding: 8px 15px;
margin: 0 5px;
background: var(--background-light);
color: var(--secondary-color);
text-decoration: none;
transition: all 0.3s ease;
}
.page-links a:hover,
.page-links>span {
background: var(--primary-color);
color: #fff;
} .comments-area {
margin-top: 60px;
padding-top: 60px;
border-top: 2px solid var(--border-color);
} @media (max-width: 991px) {
.page-header-wrapper {
padding: 60px 0 40px;
}
.page-header .entry-title {
font-size: 36px;
}
.entry-content h2 {
font-size: 28px;
margin-top: 40px;
}
}
@media (max-width: 767px) {
.page-header-wrapper {
padding: 40px 0 30px;
}
.page-header .entry-title {
font-size: 28px;
}
.entry-content {
font-size: 15px;
}
.entry-content h2 {
font-size: 24px;
margin-top: 30px;
}
.entry-content h3 {
font-size: 20px;
}
.entry-content blockquote {
padding: 15px 20px;
}
}.trp-floating-switcher {
display: flex;
flex-direction: column-reverse;
position: fixed;
z-index: 99999;
overflow: hidden;
padding: var(--switcher-padding, 10px);
border: var(--border, none);
border-radius: var(--border-radius, 8px);
background: var(--bg, #fff);
width: var(--switcher-width, auto);
top: var(--top, unset);
right: var(--right, unset);
bottom: var(--bottom, unset);
left: var(--left, unset);
box-shadow: 0 10px 20px 0 #0000000D;
}
.trp-floating-switcher .trp-switcher-dropdown-list {
flex-direction: column-reverse;
}
.trp-switcher-position-top.trp-floating-switcher {
flex-direction: column;
top: var(--wp-admin--admin-bar--height, 0);
}
.trp-floating-switcher.trp-switcher-position-top:not(.trp-ls-inline) .trp-language-switcher-inner,
.trp-floating-switcher.trp-switcher-position-top .trp-switcher-dropdown-list {
flex-direction: column;
} nav.trp-ls-inline .trp-language-switcher-inner {
flex-direction: row;
}
.trp-ls-inline.trp-opposite-language .trp-language-item {
width: 100%;
} #trp-floater-powered-by {
color: var(--text, #b3b3b3);
font-size: 12px;
text-align: center;
padding: 0 5px;
}
#trp-floater-powered-by a {
color: var(--text, #b3b3b3);
}
.trp-switcher-position-bottom #trp-floater-powered-by {
border-top: 1px solid var(--text, #747474);
padding-top: 5px;
margin-top: 5px;
}
.trp-switcher-position-top #trp-floater-powered-by {
border-bottom: 1px solid var(--text, #747474);
padding-bottom: 5px;
margin-bottom: 5px;
} .trp-shortcode-switcher__wrapper {
position: relative;
border: none;
}
.trp-shortcode-switcher {
position: static;
display: inline-block;
overflow: hidden;
padding: 10px 0;
border: var(--border, none);
border-radius: var(--border-radius, 5px);
background: var(--bg, #fff);
width: auto;
box-shadow: none;
} .trp-shortcode-anchor:not(.trp-opposite-button) {
visibility: hidden;
}
.trp-shortcode-switcher.trp-open-on-click {
cursor: pointer;
}
.trp-shortcode-overlay {
position: absolute;
left: 0;
top: 0;
z-index: 9999;
} .trp-current-language-item__wrapper:not(.trp-hide-arrow) {
display: flex;
align-items: center;
padding-right: 10px;
justify-content: space-between;
} .trp-language-switcher-inner {
display: flex;
}
.trp-floating-switcher .trp-language-switcher-inner {
flex-direction: column-reverse;
}
.trp-shortcode-switcher .trp-language-switcher-inner {
flex-direction: column;
}
.trp-switcher-dropdown-list {
display: flex;
overflow-y: hidden; transition: max-height 0.2s ease-in-out;
max-height: 0;
transition-duration: var(--transition-duration);
}
.trp-shortcode-switcher .trp-switcher-dropdown-list {
flex-direction: column;
} .trp-ls-dropdown.is-open .trp-switcher-dropdown-list,
.trp-ls-dropdown[aria-expanded="true"] .trp-switcher-dropdown-list,
.trp-shortcode-switcher.trp-open-on-hover.is-open .trp-switcher-dropdown-list,
.trp-shortcode-switcher[aria-expanded="true"] .trp-switcher-dropdown-list {
overflow-y: auto;
max-height: min(350px, 70vh);
-webkit-overflow-scrolling: touch;
scrollbar-width: thin;
scrollbar-color: var(--text) transparent;
}
.trp-ls-dropdown.is-transitioning .trp-switcher-dropdown-list,
.trp-shortcode-switcher.is-transitioning .trp-switcher-dropdown-list {
overflow-y: hidden !important;
}
.trp-shortcode-arrow {
pointer-events: none;
}
.trp-shortcode-switcher.is-open .trp-shortcode-arrow {
transform: rotate(180deg);
} .trp-language-item:focus { outline: none; }
.trp-language-item:focus-visible {
outline: 2px solid var(--text);
outline-offset: -2px;
} .trp-language-item {
display: flex;
align-items: center;
gap: 8px;
padding: 7px 16px;
text-decoration: none;
min-height: 19px;
box-sizing: content-box;
}
.trp-language-item:hover {
background: var(--bg-hover, #f3f3f3);
}
.trp-language-item:hover .trp-language-item-name {
color: var(--text-hover, #000);
}
.trp-language-item__current {
pointer-events: none;
cursor: default;
}
.trp-language-item-name {
display: inline-block;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
color: var(--text, #000);
font-size: var(--font-size, 14px);
line-height: 1.2;
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
font-weight: 400;
}
.trp-flag-image {
border-radius: var(--flag-radius, 0) !important;
aspect-ratio: var(--aspect-ratio, 4/3) !important;
width: var(--flag-size, 18px) !important;
display: inline-block !important;
height: auto !important;
}
.trp-menu-ls-label .trp-flag-image {
margin: -2px 3px;
}
.trp-custom-flag {
object-fit: cover;
} .trp-switcher-dropdown-list::-webkit-scrollbar { width: 6px; }
.trp-switcher-dropdown-list::-webkit-scrollbar-track { background: transparent; }
.trp-switcher-dropdown-list::-webkit-scrollbar-thumb {
background-color: var(--text);
border-radius: 4px;
}
.trp-switcher-dropdown-list::-webkit-scrollbar-thumb:hover {
background-color: var(--text-hover);
} .trp-flag-rounded {
border-radius: 9999px !important;
aspect-ratio: 1 / 1 !important;
}
.trp-ls-name {
padding-left: 5px;
}
@media (prefers-reduced-motion: reduce) {
.trp-switcher-dropdown-list {
transition: none !important; }
} .trp_ald_ls_container img.trp-flag-image{
padding-top: 0 !important;
}
.trp_ald_ls_container .trp-language-switcher{
position: relative;
display: inline-block;
padding: 0;
border: 0;
box-sizing: border-box;
}
.trp_ald_ls_container .trp-language-switcher > div {
box-sizing: border-box;
padding-right: 20px;
padding-bottom: 3px;
padding-left: 13px;
border: 1px solid #c1c1c1;
border-radius: 3px;
background-color: #fff;
}
.trp_ald_ls_container .trp-language-switcher > div > a {
display: block;
padding: 2px;
border-radius: 3px;
color: rgb(7, 105, 173);
}
.trp_ald_ls_container .trp-language-switcher > div > a:hover {
background: #f1f1f1;
}
.trp_ald_ls_container .trp-language-switcher > div > a.trp-ls-shortcode-disabled-language {
cursor: default;
}
.trp_ald_ls_container .trp-language-switcher > div > a.trp-ls-shortcode-disabled-language:hover {
background: none;
}
.trp_ald_ls_container .trp-language-switcher > div > a > img{
display: inline;
margin: 0 3px;
width: 18px;
height: 12px;
border-radius: 0;
}
.trp_ald_ls_container .trp-language-switcher .trp-ls-shortcode-current-language{
display: inline-block;
}
.trp_ald_ls_container .trp-language-switcher:focus .trp-ls-shortcode-current-language,
.trp_ald_ls_container .trp-language-switcher:hover .trp-ls-shortcode-current-language{
visibility: hidden;
}
.trp_ald_ls_container .trp-language-switcher .trp-ls-shortcode-language{
display: inline-block;
height: 1px;
overflow: hidden;
visibility: hidden;
z-index: 1;
max-height: 250px;
overflow-y: auto;
left: 0;
top: 0;
min-height: auto;
}
.trp_ald_ls_container .trp-language-switcher:focus .trp-ls-shortcode-language,
.trp_ald_ls_container .trp-language-switcher:hover .trp-ls-shortcode-language{
visibility: visible;
max-height: 250px;
height: auto;
overflow-y: auto;
position: absolute;
left: 0;
top: 0;
display: inline-block !important;
min-height: auto;
}
#trp_ald_x_button{
z-index: 0 !important;
}