/*!
Theme Name: saliduodent
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: saliduodent
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

saliduodent is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
}

sup {
    top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
    border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
    display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */

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

html {
    box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */

body,
button,
input,
select,
optgroup,
textarea {
    color: #404040;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 1rem;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}

p {
    margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", courier, monospace;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

/* Elements
--------------------------------------------- */

body {
    background: #fff;
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    margin: 0 0 1.5em 3em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: 700;
}

dd {
    margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
    max-width: 100%;
}

img {
    height: auto;
    max-width: 100%;
}

figure {
    margin: 1em 0;
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}


/* Forms
--------------------------------------------- */

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, 0.8);
    line-height: 1;
    padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #111;
}

select {
    border: 1px solid #ccc;
}

textarea {
    width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */

.main-navigation {
    display: block;
    width: 100%;
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
    display: block;
    left: auto;
}

.main-navigation ul ul a {
    width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
    left: auto;
}

.main-navigation li {
    position: relative;
}

.main-navigation a {
    display: block;
    text-decoration: none;
}

/* Small menu. */

.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}

@media screen and (min-width: 37.5em) {

    .menu-toggle {
        display: none;
    }

    .main-navigation ul {
        display: flex;
    }
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
    margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
    display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    text-align: end;
    flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */

.sticky {
    display: block;
}

.updated:not(.published) {
    display: none;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */

.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

/* Widgets
--------------------------------------------- */

.widget {
    margin: 0 0 1.5em;
}

.widget select {
    max-width: 100%;
}

/* Media
--------------------------------------------- */

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure logo link wraps around logo image. */

.custom-logo-link {
    display: inline-block;
}

/* Captions
--------------------------------------------- */

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

/* Galleries
--------------------------------------------- */

.gallery {
    margin-bottom: 1.5em;
    display: grid;
    grid-gap: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    width: 100%;
}

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

.gallery-columns-3 {
    grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
    grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
    grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
    grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
    grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
    grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
    grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
    display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */

.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

/* Do not show the outline on the skip link target. */

#primary[tabindex="-1"]:focus {
    outline: 0;
}

/* Alignments
--------------------------------------------- */

.alignleft {

    /*rtl:ignore*/
    float: left;

    /*rtl:ignore*/
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}

.alignright {

    /*rtl:ignore*/
    float: right;

    /*rtl:ignore*/
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em;
}


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

/* Prevent font size inflation */
html {
    -moz-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    text-size-adjust: none;
}

/* Remove default margin in favour of better control in authored CSS */
body, h1, h2, h3, h4, p,
figure, blockquote, dl, dd {
    margin-block-end: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role='list'],
ol[role='list'] {
    list-style: none;
}

/* Set core body defaults */
body {
    min-height: 100vh;
    line-height: 1.5;
}

/* Set shorter line heights on headings and interactive elements */
h1, h2, h3, h4,
button, input, label {
    line-height: 1.1;
}

/* Balance text wrapping on headings */
h1, h2,
h3, h4 {
    text-wrap: balance;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
    text-decoration-skip-ink: auto;
    color: currentColor;
}

/* Make images easier to work with */
img,
picture {
    max-width: 100%;
    display: block;
}

/* Inherit fonts for inputs and buttons */
input, button,
textarea, select {
    font-family: inherit;
    font-size: inherit;
}

/* Make sure textareas without a rows attribute are not tiny */
textarea:not([rows]) {
    min-height: 10em;
}

/* Anything that has been anchored to should have extra scroll margin */
:target {
    scroll-margin-block: 5ex;
}

h1, h2, h3, h4, h5, p {
    margin: 0;
}

a {
    color: white;
    text-decoration: none;
}

@font-face {
    font-family: "Eudoxus";
    src: url(fonts/EudoxusSansGX.ttf);
}

@font-face {
    font-family: "Inter";
    src: url(fonts/Inter-VariableFont_opsz,wght.ttf);
}


/* RESET VÉGE */


body {
    margin: 0;
    background: white;
    font-family: Eudoxus;
    color: white;
}

.custom-logo, .custom-logo-link {
    width: 250px;
    height: 50px;
}

.site-header {
    position: fixed;
    top: 0;
    z-index: 10001;
    background: white;
    width: 100%;
}

.site-main {
    margin-top: 135px;
}

.header-bar {
    background-color: black;
    padding: 0.5rem 2.75rem;
}

.header-contact {
    display: flex;
    justify-content: flex-end;
}

.main-navigation-container .container {
    display: flex;
    max-width: 1152px;
    margin: 0 auto;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.primary-menu-wrapper {
    color: #00000080;
    margin-left: auto;
}

.menu-menu-1-container {
    height: 100%;
}

.main-navigation ul {
    gap: 0.75rem;
    align-items: center;
    height: 100%;
}

.main-navigation li {
    padding: 1rem 1.25rem;
}

.main-navigation li a {
    font-weight: 500;
    text-transform: uppercase;
}

.main-navigation li a:hover {
    color: black;
}

.main-navigation li:last-of-type {
    background-color: black;
    border-radius: 8px;
    color: white;
}

.main-navigation li:last-of-type a:hover {
    color: #47ACBE;
}


.banner {
    position: relative;
    height: 100vh;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(122.01deg, #2D5D65 0%, #083446 21.15%, #131623 46.63%, #083446 79.33%, #2D5D65 100%);
}

.banner-gradient {
    position: absolute;
    width: 100%;
    height: 100%;
    background: radial-gradient(94.34% 150.94% at 80% 20%, rgba(71, 172, 190, 0.2) 0%, rgba(255, 255, 255, 0) 50%),
    radial-gradient(94.34% 150.94% at 20% 80%, rgba(0, 212, 255, 0.1) 0%, rgba(255, 255, 255, 0) 50%);
    backdrop-filter: blur(2px);
    z-index: 9;
}

.banner-content {
    position: relative;
    z-index: 10;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 515px;
}

.banner-logo {
    width: 215px;
}

.banner-title {
    font-size: 3.75rem;
    text-transform: uppercase;
    background: linear-gradient(90deg, #ffffff 0%, #47ACBE 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.banner-subtitle {
    font-weight: 700;
    font-size: 2.125rem;
    text-transform: uppercase;
    margin-top: 1.5rem;
}

.banner-text {
    font-size: 1.5rem;
    font-weight: 700;
    margin-top: 1.5rem;
}

.banner-button {
    padding: 1rem 1.25rem;
    border: solid 3px white;
    border-radius: 8px;
    font-weight: 700;
    font-family: Inter;
    margin-top: 1.5rem;
}

.circle-group {
    position: absolute;
}

.circle {
    position: absolute;
    border-radius: 50%;
    opacity: 0.1;
    pointer-events: none;
    background-color: #bedaf2;
}

.technology-block {
    padding: 2rem 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.technology-block .small-title {
    margin-bottom: 2.5rem;
}

.technology-grid {
    max-width: 1600px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 2rem;
}

.single-technology {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.single-technology img {
    width: 80px;
    height: 80px;
}

.single-technology h4 {
    font-size: 1.5rem;
    font-weight: 700;
    color: black;
    margin-top: 1.25rem;
    text-align: center;
}

.small-title {
    font-size: 2.125rem;
    font-weight: 700;
    color: black;
    text-align: center;
}

.intro-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 4rem;
}

.intro-block .small-title {
    margin-bottom: 3.75rem;
}

.intro-block p {
    color: black;
    margin-bottom: 2rem;
    max-width: 1100px;
    text-align: center;
}

.pros-block {
    padding: 2rem 0 4rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.pros {
    margin-top: 4rem;
    max-width: 1152px;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 1.5rem;
}

.single-pro {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1.5rem;
    color: black;
}

.pros-icon {
    width: 150px;
    height: 150px;
    display: block;
    margin-bottom: 2rem;
}

.pros-title {
    font-size: 1.5rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 1rem;
    flex: 1;
}

.showcase-block {
    max-width: 1600px;
    margin: 0 auto 4rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 2rem;
}

.showcase-block .showcase-container {
    flex: 1;
}

.showcase-container img {
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.partner-block {
    padding: 4rem 7.75rem 6rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    color: white;
    background-image: url("img/saliduo-hero-A-1920x1080.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.partner-block .small-title {
    text-align: left;
    color: white;
    margin-bottom: 2rem;
}

.partner-text-block {
    width: 50%;
}

.partner-text-block a {
    display: inline-block;
    background-color: white;
    border-radius: 8px;
    padding: 1rem 1.25rem;
    color: #094E69;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 2rem;
}

.partner-text-block p {
    margin-bottom: 2rem;
}

.partner-text-block h4 {
    font-size: 1.5rem;
    margin-bottom: 2rem;
}

.partner-icons {
    display: flex;
    gap: 4rem;
}

.single-partner-icon {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.partner-icon {
    width: 80px;
    height: 80px;
    margin-bottom: 0.5rem;
}

.partner-icon-text {
    text-align: center;
}

.image-block {
    display: flex;
    align-items: center;
    max-width: 956px;
    width: 100%;
    margin-top: 5.875rem;
}

.image-text-block {
    color: black;
    max-width: 392px;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.image-text-block h4 {
    font-size: 1.5rem;
    font-weight: 700;
}

.image-text-block p {
    margin-top: 1rem;
    font-weight: 500;
}

.image-text-block a {
    display: block;
    background-color: black;
    color: white;
    padding: 1rem 1.25rem;
    border: solid 3px black;
    border-radius: 8px;
    font-weight: 700;
    font-family: Inter;
    margin-top: 1rem;
}

.image-block img {
    width: 50%;
    border-radius: 16px;
}

.reviews-block {
    padding-top: 5.875rem;
    padding-bottom: 6rem;
}

/* FAQ blokk */

.faq-block {
    max-width: 700px;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    padding: 6rem 0;
}

.faq-block .small-title {
    margin-bottom: 4rem;
}

.faq-item {
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 16px;
    margin-bottom: 0.75rem;
    padding: 0 1.5rem;
    overflow: hidden;
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background: #fff;
    color: black;
    border: none;
    padding: 1.5rem 0;
    font-size: 1.5rem;
    font-weight: 700;
    cursor: pointer;
    text-align: left;
}

.faq-arrow {
    display: flex;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    background-color: black;
    color: white;
    border-radius: 50px;
    transition: transform 0.3s ease;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    padding: 0 3rem;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    color: black;
    transition: max-height 0.4s ease, padding 0.3s ease;
    opacity: 0;
}

.faq-item.active .faq-answer {
    max-height: 200px; /* adjust depending on your text length */
    opacity: 1;
    padding: 1rem 3rem;
}

.faq-item.active .faq-arrow {
    transform: rotate(180deg);
}

.site-footer {
    background-color: black;
}

.footer-wrapper {
    display: flex;
    flex-direction: column;
    max-width: 1152px;
    margin: 0 auto;
    padding: 6rem 0 4rem;
}

.site-info {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 1rem;
}

.footer-logo {
    width: 285px;
}

.footer-social, .header-social {
    display: flex;
    gap: 2rem;
}

.social-icon {
    width: 32px;
    height: 32px;
}

.footer-menu-wrapper {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    padding-top: 2.5rem;
}

.footer-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    grid-auto-flow: column;
    gap: 1.5rem;
    font-size: 1rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.5);
    text-decoration: underline;
}

.footer-copyright a{
    color: #FF5200;
}

.footer-copyright a:hover {
    color: white;
}

.footer-menu a:hover {
    color: white;
}

.contact-block {
    display: flex;
    gap: 3.75rem;
    margin-right: 2.5rem;
    align-items: center;
}


.subpage {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: black;
    margin-top: 130px;
}

.subpage .title-block {
    margin-top: 4rem;
}

.subpage-title {
    font-family: Inter;
    font-size: 3rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 4rem;
}

.title-block p {
    max-width: 1042px;
    margin-bottom: 2rem;
    text-align: center;
}

.service-intro-text h5 {
    font-size: 1rem;
    text-align: center;
    margin-bottom: 4rem;
}

.service-intro-text h3 {
    margin-bottom: 2rem;
    font-size: 1.5rem;
}

.service-intro-text {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.service-intro-text p{
    max-width: 1042px;
    margin-bottom: 2rem;
    text-align: center;
}

.service-intro-text ul {
    max-width: 1042px;
    margin: 0 auto;
    padding:0;
}

.service-intro-text ul li{
    margin-bottom: 1rem;
}

.services-block {
    background-color: rgba(240, 240, 240, 1);
    color: rgba(9, 78, 105, 1);
    width: 100%;
}

.services-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1152px;
    margin: 6rem auto;
}

.services-wrapper h2 {
    font-size: 2.125rem;
    font-weight: 700;
    margin-bottom: 2rem;
}

.services-wrapper h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 4rem;
}

.services-column {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.25rem;
    max-width: 1400px;
    width: 100%;
    margin-top: 4rem;
    margin-bottom: 6rem;
}

.services-wrapper > p {
    text-align: center;
}

.single-service {
    width: 100%;
    display: flex;
    gap: 2rem;
    background-color: white;
    border-radius: 8px;
    padding: 1.25rem;
}

.single-service img {
    width: 230px;
    height: 230px;
    border-radius: 8px;
    object-fit: cover;
    flex-shrink: 0;
}

.single-service-text {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.single-service-text h3 {
    font-size: 1.5rem;
    margin-bottom: 0;
}

.single-service-text p {
    font-size: 1rem;
}


.subpage-pros-grid {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 1.5rem;
    margin-bottom: 7.5rem;
}

.subpage-single-pro {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: black;
}

.subpage-single-pro .pros-icon {
    width: 80px;
    height: 80px;
}


.subpage-single-pro .pros-text {
    color: rgba(0, 0, 0, 0.5);
    text-align: center;
}

.services-block p {
    color: black;
}

.pricing-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1042px;
    margin-top: 4rem;
    margin-bottom: 7.5rem;
}

.pricing-block h2 {
    font-size: 2.125rem;
    font-weight: 700;
    margin-bottom: 4rem;
    color: #47ACBE;
}

.pricing-block p {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.6;
    text-align: center;
}

.pricing-block a {
    font-family: Inter;
    font-weight: 700;
    margin-top: 4rem;
    padding: 0.625rem 0.75rem;
    border-radius: 8px;
    background-color: #47ACBE;
    color: white;
}

.pricing-block a::after {
    content: "→";
    font-size: 1.25rem;
    margin-left: 0.5rem;
}

/* blog */

.blog-page {
    background: #F5F5F5;
}

.blog-page .subpage-title {
    margin-bottom: 5rem;
}

.latest-post {
    margin-bottom: 6rem;
    text-align: center;
    max-width: 1152px;
    background: white;
    box-shadow: 0px 46px 64px -13px #0000001C;
    border-radius: 24px;
    padding: 0.75rem 0.75rem 0.75rem 3.25rem;
}

.latest-post img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}

.latest-post-wrapper {
    display: flex;
    gap: 4rem;
}

.latest-title {
    font-size: 2.125rem;
    font-weight: 700;
    text-align: left;
}

.latest-excerpt {
    margin-top: 1.5rem;
    font-size: 1rem;
    font-family: Inter;
    font-weight: 500;
    text-align: left;
    color: rgba(0, 0, 0, 0.5);
}

.latest-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    width: 45%;
}

.latest-thumb {
    width: 55%;
}

.latest-text a {
    display: block;
    color: white;
    background-color: black;
    border-radius: 8px;
    padding: 16px 20px;
    margin-top: 1.5rem;
    font-family: Inter;
    font-weight: 700;
}

.post-grid {
    max-width: 1152px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
    margin-bottom: 3.25rem;
}

.grid-item {
    background: white;
    border-radius: 12px;
    transition: transform 0.2s;
}

.grid-item a {
    position: relative;
}

.grid-item:hover {
    transform: translateY(-5px);
}

.grid-thumb img {
    width: 100%;
    height: 140px;
    object-fit: cover;
    border-radius: 12px;
}

.grid-text {
    position: relative;
    top: -12px;
    background: white;
    border-radius: 12px;
    padding: 1.5rem;
}

.grid-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.5);
}

/* poszt */

.back-button {
    margin: 0 auto 3.25rem 0;
}

.back-button a {
    text-decoration: underline;
    color: #333;
    font-weight: bold;
}

.back-button a:hover {
    text-decoration: underline;
}


.post-page {
    max-width: 900px;
    margin: 130px auto 0;
    text-align: left;
}

.single-title {
    font-family: Inter;
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 2rem;
}

.single-thumb img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    margin-bottom: 2rem;
}

.single-content {
    font-size: 1rem;
    line-height: 1.5;
    color: #444;
}

.single-content p {
    margin-bottom: 2rem;
}

.related-posts {
    background-color: #F5F5F5;
    padding-top: 4rem;
    padding-bottom: 6rem;
}

.related-posts h2 {
    font-size: 2rem;
    margin-bottom: 2.5rem;
    color: black;
    text-align: center;
}

.related-posts .post-grid {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
}

.cooperation-content {
    max-width: 1100px;
    margin-bottom: 7.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cooperation-content p {
    margin-bottom: 1.25rem;
    width: 100%;
    text-align: left;
}

.cooperation-content p strong {
    font-size: 1.5rem;
}

.wpcf7-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem 1.25rem;
    max-width: 650px;
}

.wpcf7-form p {
    margin-bottom: 0;
}

.ctf-long {
    grid-column: 1 / -1;
}

.cooperation-content .small-text {
    max-width: 650px;
    text-align: left;
}

.small-text {
    font-size: 0.75rem;
    font-weight: 800;
    color: #12152180;
    margin-top: 2.75rem;
}

.wpcf7-form label {
    display: flex;
    flex-direction: column;
    font-size: 0.75rem;
    font-weight: 800;
    text-transform: uppercase;
    color: #00000099;
}

.wpcf7-form input {
    margin-top: 0.5rem;
    border-radius: 8px;
    padding: 1rem 1.25rem;
    width: 100%;
}

.wpcf7-submit {
    background-color: black !important;
    color: white !important;
    font-size: 1rem;
    font-weight: 700;
    font-family: Inter;
    padding: 1rem 1.25rem !important;
}

.team-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.team-image-wrapper > img {
    max-width: 1400px;
    border-radius: 8px;
    margin-bottom: 4rem;
}

.team-content .subpage-pros-grid {
    max-width: 1650px;
}

.team-content .pros-title {
    flex: 0;
}

.team-wrapper {
    background-color: rgba(240, 240, 240, 1);
    width: 100%;
}


.team-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    max-width: 1400px;
    margin: 0 auto;
    gap: 4rem 8rem;
    padding-top: 4rem;
    padding-bottom: 7.5rem;
}

.single-team-member {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.single-team-member p {
    text-align: center;
}

.single-team-member img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 50%;
    margin-bottom: 1.25rem;
}

.single-team-member h4 {
    font-size: 1.5rem;
    margin-bottom: 1.25rem;
}

.pricing-content {
    max-width: 1100px;
    margin-bottom: 7.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.pricing-content p {
    margin-bottom: 1rem;
}

.pricing-content .wpcf7 {
    margin-top: 2rem;
}

.pricing-content .wpcf7-form {
    grid-template-columns: 1fr;
}


.wpcf7-form .wpcf7-acceptance label {
    flex-direction: row;
    align-items: center;
}

.wpcf7-form .wpcf7-acceptance input {
    width: revert;
    margin-top: 0;
    margin-right: 1rem;
}

.wpcf7-form-control, .banner-button, .partner-text-block > a, .pricing-block > a, .latest-text > a {
    position: relative;
    transition: transform 0.5s ease;
    cursor: pointer;
}

.wpcf7-form-control:hover, .banner-button:hover, .partner-text-block > a:hover, .pricing-block > a:hover, .latest-text > a:hover {
    transform: translateY(-10px);
}


/*

phone icon

 */


.mobile-call-button {
    display: none;
}


@media (max-width: 768px) {
    .mobile-call-button {
        display: flex !important;
        align-items: center;
        justify-content: center;
        position: fixed;
        bottom: 20px;
        left: 20px;
        width: 56px;
        height: 56px;
        background-color: #47acbe;
        color: white;
        font-size: 24px;
        border-radius: 50%;
        box-shadow: 0 4px 8px rgba(0,0,0,0.3);
        text-decoration: none;
        z-index: 9999;
        transition: transform 0.2s ease, background-color 0.3s ease;
    }

    .mobile-call-button:hover {
        transform: scale(1.1);
        background-color: #128c7e;
    }
}



/* menu */

@media (min-width: 1201px) {

    body .hamburger {
        display: none;
    }

    .primary-menu .menu-item a::after {
        content: '';
        background-color: transparent;
        transition: background-color 0.2s linear;
        position: absolute;
        height: 0.2em;
        left: 0;
        bottom: 0;
        width: 100%;
    }

    .primary-menu .sub-menu {
        position: absolute;
        right: 0;
        left: -1rem;
        line-height: 1.5;
        opacity: 0;
        pointer-events: none;
        display: flex;
        flex-direction: column;
        background-color: white;
        font-size: 0.8rem;
        min-width: 50px;
        padding: 1rem;
        z-index: 100000;
        justify-content: center;
        gap: 1rem;
    }


    .primary-menu .sub-menu .menu-item {
        color: #404040;
    }


    .primary-menu .menu-item-has-children:hover .sub-menu {
        box-shadow: 0px 10px 10px rgb(0 0 0 / 20%);
        pointer-events: all;
        opacity: 1;
        transition: opacity .3s linear;
    }

    .primary-menu .sub-menu {
        border-radius: 0 0 5px 5px;
    }
}

@media only screen and (max-width: 1200px) {
    .primary-menu-wrapper {
        z-index: 10001;
        position: absolute;
        top: 100%;
        left: -50%;
        transition: 0.5s;
        transform: translate3d(100%, 0, 0);
        opacity: 0;
        background-color: white;
        max-width: 1200px;
        max-height: calc(100vh - 6rem);
        min-width: 290px;
        overflow-y: auto;
        padding-bottom: 3rem;
        padding-top: 3rem;
        pointer-events: none;
        width: 100%;
    }

    .primary-menu-wrapper.is-active {
        transform: translate(50%);
        opacity: 1;
        pointer-events: revert;
    }

    .primary-menu {
        flex-direction: column;
        align-items: center;
    }

    .primary-menu-container {
        width: 100%;
    }

    .primary-menu > li > a:first-of-type {
        font-size: 1.25rem;
        font-weight: 500;
    }

    .main-navigation ul {
        text-align: left;
        flex-direction: column;
        padding-left: 0;
    }

    .primary-menu li .sub-menu {
        text-align: left;
        padding-left: 1rem;
    }

    .primary-menu li a {
        font-size: 1.25rem;
        font-weight: 300;
        line-height: 1.6;
    }

    .hamburger {
        margin-left: auto !important;
    }

    .main-navigation li:last-of-type {
        background-color: revert;
        border-radius: revert;
        color: revert;
    }
}

@media only screen and (max-width: 1600px) {
    .intro-block, .pros-block, .technology-grid, .showcase-block, .main-navigation-container, .subpage-pros-grid, .services-wrapper, .title-block, .pricing-block, .pricing-content, .blog-page, .team-grid, .team-image-wrapper, .cooperation-content, .service-intro-text   {
        padding-right: 2rem;
        padding-left: 2rem;
    }

    .team-grid {
        grid-template-columns: 1fr 1fr;
    }

    .team-image-wrapper > img {
        max-width: 100%;
    }


}

@media only screen and (max-width: 1200px) {
    .pros, .subpage-pros-grid {
        grid-template-columns: 1fr 1fr;
    }

    .technology-grid {
        grid-template-columns: 1fr;
        max-width: 500px;
    }

    .footer-wrapper {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .banner-content {
        padding-left: 2rem;
        padding-right: 2rem;
    }

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

@media only screen and (max-width: 900px) {
    .partner-text-block {
        width: 100%;
    }

    .partner-icons {
        flex-wrap: wrap;
    }

    .footer-wrapper {
        padding-top: 4rem;
    }

    .site-info {
        flex-direction: column;
    }

    .latest-text {
        width: 100%;
        padding:0;
    }

    .latest-post {
        padding: 1rem;
        margin-bottom: 4rem;
    }

    .latest-post-wrapper {
        gap: 2rem;
        flex-direction: column-reverse;
    }

    .latest-thumb {
        width: 100%;
    }

    .team-grid {
        gap:4rem;
    }

}

@media only screen and (max-width: 768px) {
    .pros, .subpage-pros-grid {
        grid-template-columns: 1fr;
    }

    .footer-menu {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: revert;
        grid-auto-flow: revert;
        text-align: center;
    }

    .footer-copyright {
        text-align: center;
    }

    .contact-block {
        display: none;
    }

    .showcase-block {
        flex-direction: column;
    }

    .partner-block {
        padding: 4rem 2rem 6rem;
    }

    .showcase-container img {
        height: revert;
    }

    .single-service {
        flex-direction: column;
    }

    .subpage-pros-grid {
        margin-bottom: 4rem;
    }

    .post-grid {
        grid-template-columns: 1fr;
    }

    . grid-thumb img {
        height: 200px;
    }

    .subpage-title {
        font-size: 2.5rem;
    }

    .cooperation-content p strong {
        font-size: 1.25rem;
    }

    .cooperation-content p {
        text-align: center;
    }

}

@media only screen and (max-width: 500px) {
    .footer-menu {
        grid-template-columns: 1fr;
    }

    .faq-block {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .faq-question {
        padding: 1rem 0;
    }

    .faq-question {
        font-size: 1rem;
    }

    .pros {
        margin-top: 0;
        gap: 0;
    }

    .team-grid {
        grid-template-columns: 1fr;
    }
}