.header,
.mobile-menu-overlay {
    position: fixed;
    top: 0;
    right: 0;
}
#main,
body,
html {
    overflow-x: hidden;
}
.nav a,
.services-left-arrow:hover {
    opacity: 1;
}
.icon-list,
.language-nav,
.language-nav .lang-menu,
.language-nav li,
.mobile-menu-nav,
.nav {
    list-style: none;
}
img {
    border-radius: 0 !important;
}
img.emoji,
img.wp-smiley {
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 0.07em !important;
    vertical-align: -0.1em !important;
    background: 0 0 !important;
    padding: 0 !important;
}
.wp-block-button__link {
    color: #fff;
    background-color: #32373c;
    border-radius: 9999px;
    box-shadow: none;
    text-decoration: none;
    padding: calc(0.667em + 2px) calc(1.333em + 2px);
    font-size: 1.125em;
}
.nav,
body {
    padding: 0;
}
:root {
    --wp--preset--color--black: #000000;
    --wp--preset--color--white: #fff;
    --wp--preset--color--dark-gray: #111;
    --wp--preset--color--light-gray: #767676;
    --wp--preset--color--accent: #999999;
    --font-primary: "Roboto", sans-serif;
    --font-secondary: "Nunito Sans", sans-serif;
    --font-heading: "Roboto", sans-serif;
    --font-body: "Roboto", sans-serif;
    --font-nav: "Roboto", sans-serif;
    --font-buttons: "Roboto", sans-serif;
}
body {
    font-family: var(--font-body);
    margin: 0;
    background: #272727;
    color: #111;
}
.header {
    left: 0;
    z-index: 1000;
    background-color: transparent;
    background-image: linear-gradient(180deg, #000 0, #00000000 100%);
    transition: background 0.3s;
}
.header.scrolled {
    background-color: #272727;
    background-image: none;
}
.header.scrolled .container {
    min-height: 70px;
}
.header .container {
    max-width: 1250px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    min-height: 120px;
    height: auto;
    transition: min-height 0.3s;
}
.logo img {
    height: 60.77px;
    width: 197px;
    margin-top: 4px;
}
.nav {
    display: flex;
    margin: 0 0 0 95px;
    gap: 27px;
}
.mobile-btn,
.mobile-lang-btn {
    background: 0 0;
    color: #fff;
    cursor: pointer;
    padding: 6px 8px;
    transition: background-color 0.2s;
}
.nav a {
    text-decoration: none;
    color: #fff;
    font-family: var(--font-nav);
    font-size: 15px;
    font-weight: 400;
    line-height: 1.3em;
    position: relative;
    padding-bottom: 5px;
}
.language-nav a,
.mobile-menu-nav a {
    font-family: var(--font-primary);
    text-decoration: none;
}
.nav a::after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #009dba;
    opacity: 0;
    transition: 0.3s cubic-bezier(0, 0.54, 0.52, 0.76);
    transform: translateY(-10px);
}
.contact-link:hover,
.nav a:hover,
.subpage .page-content-section .container p {
    color: #fff;
}
.nav a.active::after,
.nav a:hover::after {
    opacity: 1;
    transform: translateY(0);
}
.language-nav {
    display: flex;
    align-items: center;
    gap: 15px;
}
.language-nav .divider {
    font-size: 24px;
    line-height: 1;
}
.language-nav a {
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.3em;
    padding-left: 18px;
}
.carousel-left .icon-list a:hover,
.language-nav a:active,
.language-nav a:hover,
.subpage .page-content-section .container h1,
.subpage .page-content-section .container h2,
.subpage .page-content-section .container h3,
.subpage .page-content-section .container h4,
.subpage .page-content-section .container h5,
.subpage .page-content-section .container h6 {
    color: #009dba;
}
.mobile-controls {
    display: none;
    align-items: center;
    gap: 8px;
    margin-left: auto;
}
.mobile-btn {
    display: none;
    border: none;
    font-size: 22px;
    border-radius: 4px;
}
.mobile-btn:hover,
.mobile-close-btn:hover,
.mobile-lang-btn:hover {
    background-color: rgba(255, 255, 255, 0.1);
}
.mobile-separator {
    color: #fff;
    font-size: 24px;
    font-weight: 300;
    line-height: 1;
    margin-right: 16px;
}
.mobile-lang-btn {
    border: none;
    font-size: 16px;
    font-weight: 400;
    border-radius: 4px;
}
.carousel-left .icon-list a,
.mobile-close-btn {
    color: #fff;
    font-size: 24px;
}
.mobile-menu-overlay {
    width: 100%;
    height: 100vh;
    background: #272727;
    backdrop-filter: blur(2px);
    z-index: 9999;
    display: none;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    padding-top: 21px;
}
.mobile-close-btn,
.scroll-btn {
    background: 0 0;
    cursor: pointer;
}
.mobile-menu-overlay.active,
.scroll-btn {
    display: flex;
}
.mobile-menu-overlay .logo img {
    width: 175px;
    height: 53px;
    margin-left: 29px;
    margin-top: 0;
}
.mobile-menu-nav {
    padding: 0 40px;
    margin: 0;
    overflow-y: scroll;
}
.carousel-item,
.hero-section,
.services-carousel,
.services-slider {
    overflow: hidden;
}
.mobile-menu-nav li {
    margin: 8px 0;
    border-bottom: 1px solid #fff;
}
.mobile-menu-nav a {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2em;
    display: block;
    padding: 17px 0;
    border-radius: 6px;
    transition: background-color 0.2s, color 0.2s;
}
.mobile-menu-nav a:hover {
    background-color: rgba(255, 255, 255, 0.08);
    color: #fff;
}
.mobile-close-btn {
    position: absolute;
    top: 18px;
    right: 18px;
    border: none;
    padding: 6px;
    border-radius: 4px;
    transition: background-color 0.2s;
}
#main {
    padding-top: 0;
    width: 100%;
}
.hero-section {
    position: relative;
    top: 0;
    width: 100%;
    height: 100vh;
    min-height: 720px;
    display: flex;
    align-items: center;
    margin-top: 0;
}
.hero-bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    pointer-events: none;
    -webkit-playsinline: true;
    -moz-playsinline: true;
    -ms-playsinline: true;
}
.hero-content {
    position: relative;
    z-index: 10;
    width: 100%;
    color: #fff;
    margin-left: 4px;
}
.scroll-btn,
.scroll-btn span {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.hero-content .container {
    max-width: 1250px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: left;
}
.hero-title {
    font-family: var(--font-heading);
    font-size: 63px;
    line-height: 1.2em;
    font-weight: 900;
    text-transform: none;
    margin: 0 !important;
}
.hero-text {
    font-family: var(--font-primary);
    font-size: 18px;
    max-width: 600px;
    line-height: 1.5em;
    margin: 0;
    font-weight: 300;
    text-align: left;
    letter-spacing: -0.2px;
    word-spacing: normal;
}
.scroll-btn {
    bottom: 35px;
    width: 27px;
    height: 46px;
    border: 3px solid rgba(255, 255, 255, 0.75);
    border-radius: 23px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
    z-index: 10;
}
.scroll-btn span {
    top: 2px;
    width: 8px;
    height: 8px !important;
    background: #fff;
    border-radius: 50%;
    animation: 2.2s ease-out infinite scroll-dot-fade;
}
.scroll-btn span:first-child {
    height: 6px;
}
.mobile-only,
.scroll-btn span:nth-child(2),
.scroll-btn span:nth-child(3) {
    display: none;
}
@keyframes scroll-dot-fade {
    0%,
    100% {
        opacity: 0;
        transform: translate(-50%, 0);
    }
    25%,
    75% {
        opacity: 1;
        transform: translate(-50%, 26px);
    }
    90% {
        opacity: 0;
        transform: translate(-50%, 26px);
    }
}
.carousel-section {
    padding: 150px 0;
}
.carousel-container {
    box-sizing: border-box;
    width: 100%;
    max-width: 1250px;
    height: 409px;
    margin: 0 auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    gap: 20px;
    align-items: start;
    border: 1px solid #fff;
}
.carousel-empty,
.footer-contact-info,
.service-image {
    width: 100%;
}
.carousel-item {
    position: relative;
    width: 216px;
    height: 247px;
    justify-self: center;
    padding: 10px;
}
.carousel-img {
    width: 216px;
    height: 247px;
    object-fit: cover;
    transition: opacity 0.4s ease-in-out;
}
.carousel-left {
    align-self: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 350px;
    margin-top: -210px;
}
.carousel-left .icon-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    text-align: left;
    line-height: 1.3em;
}
.carousel-center {
    display: grid;
    grid-template-rows: auto auto;
    gap: 20px;
    justify-items: center;
}
.carousel-center .center-top {
    display: grid;
    grid-template-columns: repeat(2, 216px);
    gap: 20px;
    position: relative;
    top: -99px;
}
.carousel-center .center-bottom {
    display: flex;
    justify-content: center;
    position: relative;
    bottom: 111px;
}
.carousel-right {
    display: flex;
    justify-content: center;
    align-items: start;
    top: 13px;
    position: relative;
    right: 0;
}
.footer-bg,
.services-slide {
    top: 0;
    left: 0;
    object-fit: cover;
}
.mid-carousels-section {
    padding: 60px 0 0;
}
.mid-carousels-container {
    max-width: 1250px;
    margin: 0 auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: 1fr 366px 366px 1fr;
    gap: 0;
    align-items: center;
}
.mid-carousel.small .mid-carousel-img {
    width: 366px;
    height: 372px;
    object-fit: cover;
    transition: opacity 0.4s ease-in-out;
    position: relative;
    top: 4px;
}
.counters-section,
.iconlist-carousels-section {
    padding: 40px 0;
}
.iconlist-carousels-container {
    max-width: 1250px;
    margin: 0 auto;
    padding: 0 20px;
    display: block;
}
.icon-list {
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px 24px;
}
.icon-list li {
    margin: 0;
}
.icon-list a {
    color: #111;
    text-decoration: none;
    font-size: 16px;
    line-height: 24px;
}
.mid-carousel.medium .mid-carousel-img {
    width: 453px;
    height: 328px;
    object-fit: cover;
    transition: opacity 0.4s ease-in-out;
}
.world-map-section {
    padding: 40px 0;
    text-align: center;
}
.services-intro-container,
.world-map-container {
    max-width: 1250px;
    margin: 0 auto;
    padding: 0 20px;
}
.world-map {
    max-width: 750px;
    height: 375px;
    width: 100%;
}
.services-carousel,
.services-carousel-img,
.services-right {
    width: 366px;
    height: 383px;
}
.services-intro-section {
    padding: 60px 0;
    text-align: center;
}
.services-intro-title {
    font-family: var(--font-heading);
    font-size: 36px;
    line-height: 44px;
    font-weight: 400;
    color: #111;
    margin: 0;
}
.company-row {
    grid-template-columns: 1fr 2fr !important;
}
.counters-container {
    max-width: 1250px;
    margin: 0 auto;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 51px;
    align-items: center;
    text-align: center;
}
.counter-item {
    color: #fff;
    text-align: center;
}
.counter-title {
    font-size: 24px;
    margin-bottom: 8px;
    font-weight: 500;
    color: #009dba;
}
.counter-suffix,
.counter-value {
    display: inline-block;
    font-weight: 700;
    font-size: 54px;
    vertical-align: baseline;
}
.counter-value {
    line-height: 54px;
}
.counter-title {
    display: block;
    margin-top: 6px;
}
.services-section {
    padding: 60px 0;
}
.services-container {
    max-width: 1250px;
    margin: 0 auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: 1fr 366px;
    gap: 40px;
    align-items: start;
}
.footer-content,
.services-slider-container {
    max-width: 1250px;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}
.services-left {
    display: flex;
    flex-direction: column;
}
.services-title {
    font-family: var(--font-heading);
    font-size: 36px;
    line-height: 44px;
    font-weight: 400;
    color: #111;
    margin: 0 0 24px;
}
.services-text {
    font-family: var(--font-primary);
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #111;
    margin: 0;
}
.services-carousel-img {
    object-fit: cover;
    transition: opacity 1s ease-in-out;
}
.footer {
    background: #5b6672;
    color: #fff;
    position: relative;
}
.footer-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.1;
}
.footer-content,
.language-nav .lang-dropdown,
.services-slider,
.services-slider-left {
    position: relative;
}
.footer-content {
    z-index: 10;
    margin: 0 auto;
    display: grid;
    align-items: stretch;
}
.footer-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.footer-title {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 30px;
}
.contact-list,
.footer-contact {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-contact li {
    margin-bottom: 15px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
}
.footer-contact i {
    width: 16px;
    color: #999;
    margin-top: 2px;
}
.footer-contact a {
    color: #fff;
    text-decoration: none;
}
.footer-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
}
.smart-map {
    margin-bottom: 20px;
}
.smart-map img {
    height: 150px;
    width: auto;
}
.qr-code img {
    height: 80px;
    width: auto;
}
.footer-bottom {
    background: rgba(0, 0, 0, 0.3);
    padding: 20px 0;
    text-align: center;
    font-size: 14px;
    color: #999;
}
.services-slider-section {
    padding: 74px 0;
    background: #2a2a2a;
}
.services-slider-container {
    margin: 0 auto;
    padding: 0 20px;
    display: grid;
    align-items: center;
}
.services-slider-title {
    font-family: var(--font-heading);
    font-size: 38px;
    line-height: 44px;
    font-weight: 400;
    color: #009dba;
    margin: 97px 0 16px;
}
.services-slider-text {
    font-family: var(--font-primary);
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    margin: 0;
}
.services-left-controls {
    margin-top: 55px;
    display: flex;
    gap: 16px;
    align-items: center;
    left: 0;
    bottom: 0;
}
.services-left-arrow {
    width: 50px;
    height: 50px;
    cursor: pointer;
    opacity: 0.9;
    transition: opacity 0.2s;
}
.services-left-arrow .st0 {
    fill: none;
    stroke: #ffffff;
    stroke-width: 0.8812;
    stroke-miterlimit: 10;
}
.services-left-arrow .st1 {
    fill: none;
    stroke: #ffffff;
    stroke-width: 0.8812;
    stroke-linecap: round;
    stroke-miterlimit: 10;
}
.services-slider-right {
    width: 500px;
    justify-self: end;
}
.services-slider {
    width: 500px;
    border-radius: 4px;
    cursor: grab;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.services-slider:active {
    cursor: grabbing;
}
.services-slide {
    position: absolute;
    width: 500px;
    height: auto;
    opacity: 0;
    transform: translateX(0);
    transition: transform 250ms, opacity 250ms;
    pointer-events: none;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.services-slide.active {
    opacity: 1;
    pointer-events: auto;
}
.services-slider.dragging .services-slide {
    transition: none;
}
.services-slider.dragging {
    transform: scale(0.98);
    transition: transform 150ms;
}
.protan-logo-img:hover,
.service-item:hover {
    transform: translateY(-5px);
}
.slide-enter-from-right,
.slide-exit-to-right {
    transform: translateX(100%);
    opacity: 1;
}
.slide-enter-from-left,
.slide-exit-to-left {
    transform: translateX(-100%);
    opacity: 1;
}
.services-slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 9999px;
    cursor: pointer;
}
.services-slider-arrow.prev {
    left: 12px;
}
.services-slider-arrow.next {
    right: 12px;
}
.services-slide-caption {
    text-align: center;
    color: #fff;
    font-size: 22px;
    margin-top: 10px;
    width: 500px;
}
.parallax-content,
.parallax-section {
    position: relative;
    display: flex;
    align-items: center;
}
.parallax-section {
    height: 500px;
    width: 100%;
    overflow: hidden;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    justify-content: center;
}
.parallax-content {
    z-index: 2;
    width: 700px;
    height: 100%;
    font-size: 54px;
    text-align: center;
    color: #fff;
    justify-content: center;
    margin: 0 auto;
    font-weight: 300;
}
.contact-text,
.footer-company-name h2 {
    font-size: 16px;
    font-family: Roboto, Sans-serif;
}
.parallax-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 1024px) {
    .services-slide,
    .services-slide-caption,
    .services-slider {
        width: 100%;
        max-width: 400px;
    }
    .services-slider-container {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 0 20px;
    }
    .services-slider-title {
        font-size: 29px;
        line-height: 1.5;
        text-align: left;
        margin: 0 0 16px;
    }
    .services-slider-text {
        font-size: 13px;
        line-height: 1.5;
        text-align: left;
    }
    .carousel-right,
    .footer .tablet-hidden,
    .services-left-controls {
        display: none !important;
    }
    .services-slider-left {
        width: 100%;
    }
    .services-slider-right {
        width: 100%;
        justify-self: center;
    }
    .services-slider {
        cursor: grab;
        -webkit-tap-highlight-color: transparent;
        touch-action: pan-y;
    }
    .services-slider:active {
        cursor: grabbing;
    }
    .services-slide {
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    .carousel-container,
    .footer-content,
    .icon-list,
    .iconlist-carousels-container,
    .mid-carousels-container,
    .services-container {
        grid-template-columns: 1fr;
    }
    .header .container {
        padding: 0 14px;
        min-height: 80px;
    }
    .header.scrolled .container {
        min-height: 70px;
    }
    .logo img {
        height: 50px;
        width: 162px;
    }
    .carousel-empty,
    .nav,
    .services-right {
        display: none;
    }
    .language-nav {
        display: flex;
        align-items: center;
        gap: 10px;
        margin-left: 0;
        padding: 0;
        order: 3;
    }
    .mobile-controls {
        display: flex;
        order: 2;
        margin-left: auto;
        margin-right: 6px;
    }
    .mobile-btn {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        font-size: 23px;
        padding: 0.45em;
        border-radius: 100%;
        font-weight: 700;
        margin-right: 14px;
        margin-top: -4px;
    }
    .mobile-btn::after {
        outline: 0;
        background: 0 0;
        box-shadow: none;
    }
    .language-nav .divider {
        display: inline-block;
        width: 1px;
        height: 22px;
        background: #fff;
        margin: 0 10px;
        font-size: 0;
        line-height: 0;
        position: relative;
        top: -7px;
    }
    .language-nav a {
        font-size: 15px;
        margin-right: 13px;
    }
    .hero-section {
        height: 100vh;
        min-height: 600px;
        text-align: center;
    }
    .carousel-center .center-top .carousel-img,
    .carousel-container {
        width: 100%;
        height: auto;
    }
    .hero-content {
        text-align: center;
        padding: 0;
        margin: 0;
    }
    .hero-title {
        font-size: 32px;
        line-height: 36px;
        margin-bottom: 20px;
        text-align: center;
    }
    .hero-text {
        font-size: 13px;
        line-height: 24px;
        max-width: 100%;
        text-align: justify;
        text-align-last: center;
        -webkit-text-align-last: center;
        text-justify: inter-word;
        word-spacing: -0.2px;
        font-weight: 500;
    }
    .footer-content,
    .footer-left {
        text-align: center;
    }
    .carousel-section,
    .services-section {
        padding: 40px 0;
    }
    .carousel-container {
        grid-template-areas: "center" "left";
        justify-items: center;
        gap: 16px;
        padding: 0 20px;
        max-width: 100%;
        border: 0;
    }
    .carousel-center {
        grid-area: center;
    }
    .carousel-left {
        grid-area: left;
        width: 100%;
        margin-top: 0;
        border: 1px solid #fff;
        padding: 16px;
        box-sizing: border-box;
    }
    .carousel-center .center-top {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
        position: static;
        top: auto;
    }
    .carousel-center .center-bottom {
        display: none !important;
        position: static;
        bottom: auto;
    }
    .carousel-center .center-top .carousel-item {
        width: 100%;
        height: auto;
        padding: 0;
    }
    .carousel-item {
        padding: 0;
    }
    .carousel-left .icon-list {
        margin-left: 0;
    }
    .carousel-left .icon-list a {
        font-size: 24px;
    }
    .carousel-img,
    .carousel-item {
        width: 280px;
        height: 200px;
    }
    .world-map {
        max-width: 100%;
        height: auto;
    }
    .mid-carousels-container {
        gap: 20px;
        justify-items: center;
    }
    .mid-carousel.small .mid-carousel-img {
        width: 300px;
        height: 250px;
    }
    .icon-list {
        gap: 12px;
    }
    .mid-carousel.medium .mid-carousel-img {
        width: 300px;
        height: 217px;
    }
    .services-intro-title,
    .services-title {
        font-size: 28px;
        line-height: 34px;
    }
    .services-container {
        padding: 0 20px;
        gap: 30px;
    }
    .footer-content {
        padding: 40px 20px;
        gap: 30px;
    }
    .footer-right {
        align-items: center;
    }
    .counters-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }
    .counter-value {
        font-size: 48px;
        line-height: 48px;
        font-weight: 700;
    }
    .counter-title {
        font-size: 16px;
        font-weight: 400;
    }
    .counter-suffix {
        font-size: 48px;
        font-weight: 700;
        line-height: 48px;
    }
    .parallax-section {
        background-attachment: scroll;
    }
}
.footer {
    background: linear-gradient(to right, #5b6672 50%, #3e464d 50%);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 405px;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}
.contact-icon i,
.contact-link,
.contact-text {
    color: #fff;
    transition: color 0.3s;
}
.footer-container {
    width: 100%;
    max-width: 1250px;
    margin: 0 auto;
    padding: 0 20px;
}
.footer-content {
    display: grid;
    grid-template-columns: 40% 60%;
    gap: 30px;
    min-height: 405px;
    padding: 0;
    align-items: center;
}
.footer-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.footer-logo {
    margin-bottom: 15px;
}
.footer-logo img {
    width: 197px;
    height: auto;
}
.footer-company-name h2 {
    color: #fff;
    font-weight: 400;
    margin-bottom: 20px;
    margin-top: 0;
}
.map-container {
    position: relative;
    width: 100%;
    height: 100%;
}
.map-container iframe {
    width: 583px;
    height: 359px;
    border: none;
    margin-top: 21px;
    margin-left: 137px;
}
.angled-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 282px;
    height: 100%;
    background: #5b6672;
    clip-path: polygon(0 0, 34% 0, 100% 100%, 0% 100%);
    z-index: 9999;
}
.contact-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
}
.contact-item:not(:last-child) {
    padding-bottom: 5px;
}
.contact-icon {
    padding-right: 0;
    margin-right: 10px;
    flex-shrink: 0;
}
.contact-icon i {
    font-size: 24px;
}
.contact-text {
    font-weight: 400;
    line-height: 1.4;
}
.contact-link {
    text-decoration: none;
    display: flex;
    align-items: flex-start;
    width: 100%;
}
.footer-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
    height: 100%;
    width: 721px;
}
.footer-qr {
    margin-bottom: auto;
    width: 100%;
}
.footer-qr a {
    bottom: 12px;
    position: absolute;
    z-index: 999999;
}
.footer-map img,
.footer-qr img {
    width: 253px;
    height: auto;
}
.footer-map {
    align-self: flex-start;
}
.desktop-only,
.language-nav .lang-dropdown:hover .lang-menu,
.language-nav .lang-menu:hover {
    display: block;
}
.contact-linkedin-text {
    margin-top: 4px !important;
}
@media (max-width: 767px) {
    .desktop-only,
    .map-container,
    .map-container iframe {
        display: none;
    }
    .contact-list,
    .footer-company-name h2,
    .footer-contact-info,
    .footer-content {
        text-align: left;
    }
    .contact-item,
    .contact-link,
    .contact-list,
    .contact-text,
    .footer-container,
    .footer-content {
        box-sizing: border-box;
        overflow-x: hidden;
    }
    .contact-list,
    .contact-text,
    .footer,
    .footer-container,
    .footer-content {
        overflow-x: hidden;
    }
    .footer {
        background: #5b6672;
        padding: 20px 15px;
        width: 100%;
        max-width: 100vw;
        overflow-x: hidden;
    }
    .contact-list,
    .footer-contact-info,
    .footer-container,
    .footer-content,
    .footer-left {
        width: 100%;
        max-width: 100%;
        overflow-x: hidden;
    }
    .contact-linkedin-text {
        margin-top: 0 !important;
    }
    .footer-content {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 0;
        line-height: 1.4;
        width: 100%;
        max-width: 100%;
        overflow-x: hidden;
    }
    .footer-left {
        align-items: flex-start;
        padding-right: 0;
        width: 100%;
        max-width: 100%;
        overflow-x: hidden;
    }
    .contact-item,
    .contact-link {
        width: 100%;
        max-width: 100%;
        flex-wrap: nowrap;
        overflow-x: hidden;
        align-items: flex-start;
    }
    .contact-text {
        flex: 1;
        min-width: 0;
        word-wrap: break-word;
        overflow-wrap: break-word;
        padding-top: 3px;
        max-width: calc(100% - 30px);
        overflow-x: hidden;
    }
    .footer-right {
        align-items: flex-start;
        padding-bottom: 0;
        justify-content: flex-start;
        height: auto;
        width: 100%;
        max-width: 100%;
        overflow-x: hidden;
    }
    .footer-container {
        padding: 0 10px;
        width: 100%;
        max-width: 100%;
        overflow-x: hidden;
    }
    .footer-qr {
        margin-bottom: 20px;
        width: 100%;
        max-width: 100%;
    }
    .footer-map {
        align-self: flex-start;
        width: 100%;
        max-width: 100%;
    }
    .footer-map img,
    .footer-qr img {
        width: 100%;
        max-width: 253px;
        height: auto;
    }
    .mobile-only {
        display: block;
    }
    .footer .mobile-hidden {
        display: none !important;
    }
}
.back-btn-icon,
.page-content,
.protan-column,
.qr-modal-body {
    text-align: center;
}
@media (max-width: 480px) {
    .footer {
        padding: 15px 10px;
        overflow-x: hidden;
    }
    .footer-container {
        padding: 0 5px;
        width: 100%;
        max-width: 100%;
        overflow-x: hidden;
    }
    .footer-content {
        gap: 15px;
        padding: 0;
        width: 100%;
        max-width: 100%;
        overflow-x: hidden;
    }
    .contact-text {
        font-size: 14px;
        line-height: 1.3;
        max-width: calc(100% - 25px);
        overflow-x: hidden;
    }
    .contact-icon i {
        font-size: 20px;
    }
    .footer-company-name h2 {
        font-size: 14px;
        margin-bottom: 15px;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }
    .contact-item {
        flex-wrap: nowrap;
        overflow-x: hidden;
    }
    .footer-left {
        width: 100%;
        max-width: 100%;
        overflow-x: hidden;
    }
}
@media (max-width: 360px) {
    .footer {
        padding: 10px 5px;
        overflow-x: hidden;
    }
    .footer-container {
        padding: 0 2px;
        width: 100%;
        max-width: 100%;
        overflow-x: hidden;
    }
    .contact-text {
        font-size: 13px;
        line-height: 1.2;
        max-width: calc(100% - 20px);
        overflow-x: hidden;
    }
    .contact-icon i {
        font-size: 18px;
    }
    .footer-company-name h2 {
        font-size: 13px;
        margin-bottom: 10px;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }
    .contact-item {
        flex-wrap: nowrap;
        overflow-x: hidden;
    }
    .footer-left {
        width: 100%;
        max-width: 100%;
        overflow-x: hidden;
    }
    .footer-content {
        width: 100%;
        max-width: 100%;
        overflow-x: hidden;
    }
}
@media (min-width: 768px) {
    .desktop-only {
        display: block;
    }
    .mobile-only {
        display: none;
    }
}
@media (min-width: 1025px) {
    .footer .desktop-hidden {
        display: none !important;
    }
}
.protan-section {
    background-color: #fff;
    padding: 15px 0;
    width: 100%;
}
.protan-container {
    max-width: 1250px;
    margin: 0 auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    align-items: center;
}
.protan-column.copyright p {
    color: #000;
    font-family: Roboto, Sans-serif;
    font-size: 14px;
    margin: 0;
    text-align: left;
}
.protan-column.kvkk p {
    color: #000;
    font-family: Roboto, Sans-serif;
    font-size: 14px;
    margin: 0;
}
.protan-column.protan-logo {
    text-align: right;
}
.protan-logo-img {
    width: 105px;
    height: auto;
    transition: transform 0.3s;
}
.protan-title {
    margin: 5px 0 0;
}
.protan-title a {
    color: #024da1;
    font-family: Poppins, Sans-serif;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 0.2px;
    text-decoration: none;
}
.protan-title a:hover {
    color: #024da1;
}
.qr-modal {
    display: none;
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(5px);
}
.qr-modal-content {
    background-color: #fff;
    margin: 5% auto;
    padding: 30px;
    border-radius: 12px;
    width: 90%;
    max-width: 400px;
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}
.qr-modal-close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: 700;
    cursor: pointer;
    position: absolute;
    top: 15px;
    right: 20px;
    transition: color 0.3s;
}
.qr-modal-close:focus,
.qr-modal-close:hover {
    color: #000;
}
.qr-modal-body {
    margin-top: 20px;
}
.qr-modal-image {
    width: 100%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.service-image img,
.service-item {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
.qr-modal-text {
    color: #333;
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
    font-family: var(--font-primary);
}
.subpage-hero-section {
    position: relative;
    width: 100%;
    height: 300px;
    min-height: 300px;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.subpage-hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100% !important;
    z-index: 1;
}
.subpage-hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.7);
}
.subpage-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.4) 0, rgba(0, 0, 0, 0.2) 100%);
    z-index: 2;
}
.place-card,
.scroll-top,
.scroll-top:hover {
    background-color: #fff;
}
.page-content-section .container {
    max-width: 1250px;
}
.service-row {
    display: grid;
    grid-template-columns: 2fr 2fr;
    gap: 30px;
    align-items: center;
    margin: 40px 0;
}
.service-row.image-left .service-image {
    order: 1;
}
.service-row.image-left .service-content,
.service-row.image-right .service-image {
    order: 2;
}
.service-row.image-left .service-content {
    padding-left: 30px;
}
.service-row.image-right .service-content {
    order: 1;
    padding-left: 0;
}
.service-content ul {
    padding-left: 14px;
}
.service-content h2 {
    font-family: var(--font-heading);
    margin: 0 0 12px;
}
.service-content p {
    font-family: var(--font-primary);
    text-align: justify;
}
.subpage-hero-content {
    z-index: 10;
    width: 1250px;
    color: #fff;
    margin: auto auto 35px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}
.subpage-hero-title {
    font-family: var(--font-heading);
    font-size: 34px;
    line-height: 1.2em;
    font-weight: 400;
    margin: 0;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    justify-self: start;
}
.subpage-back-btn {
    position: absolute;
    bottom: 40px;
    right: 40px;
    z-index: 10;
}
.back-btn-link {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
    transition: 0.3s;
    backdrop-filter: blur(10px);
    justify-self: end;
}
.back-btn-icon {
    border: 2px solid #fff;
    width: 28px;
    height: 28px;
    border-radius: 50%;
}
.back-btn-icon:before {
    content: "\f060";
    top: 4px;
    position: relative;
}
.back-btn-link i {
    font-size: 18px;
}
.back-btn-link span {
    font-family: var(--font-primary);
    font-size: 15px;
    font-weight: 300;
    justify-self: end;
}
.scroll-top,
.service-section {
    display: flex;
    align-items: center;
}
.page-content-section {
    padding: 17px 0;
    max-width: 1250px;
    width: 100%;
    margin: auto;
    color: #fff;
}
.page-content {
    max-width: 1000px;
    margin: 0 auto;
}
.page-content h2 {
    font-family: var(--font-heading);
    font-size: 2.5rem;
    color: #333;
    margin-bottom: 20px;
}
.page-content p {
    font-family: var(--font-primary);
    font-size: 1.2rem;
    color: #666;
    line-height: 1.6;
    margin-bottom: 50px;
}
.service-section {
    margin-bottom: 60px;
    gap: 40px;
}
.service-section:nth-child(2n) {
    flex-direction: row-reverse;
}
.service-section:nth-child(odd) {
    flex-direction: row;
}
.service-image {
    flex: 0 0 400px;
}
.service-image img {
    object-fit: cover;
    display: block;
    width: 100%;
    height: auto;
    border-radius: 8px;
}
.service-content {
    flex: 1;
}
.service-content h2 {
    font-family: var(--font-heading);
    font-size: 2rem;
    color: #333;
    margin-bottom: 20px;
    line-height: 1.2;
    font-weight: 400;
}
.service-content p {
    font-family: var(--font-primary);
    font-size: 1.1rem;
    color: #666;
    line-height: 1.7;
    margin: 0;
}
.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 50px;
}
.service-item {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    transition: transform 0.3s, box-shadow 0.3s;
    text-align: left;
}
.service-item:hover {
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}
.service-item h3 {
    font-family: var(--font-heading);
    font-size: 1.5rem;
    color: #009dba;
    margin-bottom: 15px;
}
.service-item p {
    font-family: var(--font-primary);
    font-size: 1rem;
    color: #666;
    line-height: 1.6;
    margin: 0;
}
.scroll-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    color: #009dba;
    border-radius: 50%;
    justify-content: center;
    text-decoration: none;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: 0.3s;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.language-nav {
    display: flex;
    align-items: center;
}
.scroll-top.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.scroll-top:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}
.scroll-top i {
    font-size: 20px;
    color: #009dba;
}
.screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
@media (max-width: 767px) {
    .protan-container {
        grid-template-columns: 1fr;
        gap: 15px;
        padding: 15px 5px;
    }
    .protan-column.copyright p {
        font-size: 12px;
        text-align: center;
    }
    .protan-column.kvkk p {
        font-size: 12px;
    }
    .protan-column.protan-logo {
        text-align: center;
        margin-top: 15px;
    }
    .qr-modal-content {
        margin: 10% auto;
        padding: 25px 20px;
        width: 85%;
        max-width: 350px;
    }
    .qr-modal-image {
        max-width: 100%;
    }
    .back-btn-link span,
    .qr-modal-text {
        font-size: 14px;
    }
    .services-grid,
    .subpage-hero-content {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .subpage-hero-section {
        height: 335px;
    }
    .subpage-hero-title {
        font-size: 34px;
        display: block;
        justify-self: center;
    }
    .subpage-hero-content {
        text-align: center;
    }
    .back-btn-link {
        display: none;
        padding: 12px 16px;
    }
    .subpage-back-btn {
        bottom: 20px;
        right: 20px;
    }
    .page-content h2 {
        font-size: 2rem;
    }
    .page-content p {
        font-size: 1rem;
    }
    .service-item {
        padding: 20px;
    }
    .service-section {
        flex-direction: column !important;
        gap: 20px;
        margin-bottom: 40px;
    }
    .service-section:nth-child(2n) {
        flex-direction: column !important;
    }
    .service-image {
        flex: none;
        width: 100%;
    }
    .service-content h2 {
        font-size: 1.5rem;
        text-align: center;
    }
    .service-content p {
        font-size: 1rem;
        text-align: justify;
    }
    .scroll-top {
        bottom: 15px;
        right: 15px;
        width: 45px;
        height: 45px;
    }
    .scroll-top i {
        font-size: 18px;
    }
}
@font-face {
    font-family: icomoon-the7-font;
    src: url("../fonts/icomoon-the7-font/icomoon-the7-font.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}
.icomoon-the7-font-the7-map-05:before {
    content: "\e405";
    font-family: icomoon-the7-font;
}
.icomoon-the7-font-the7-phone-051:before {
    content: "\e1051";
    font-family: icomoon-the7-font;
}
.far.fa-envelope:before {
    content: "\f0e0";
}
.fab.fa-linkedin-in:before {
    content: "\f0e1";
}
.footer .float-animation {
    animation: 3s ease-in-out infinite float;
}
@keyframes float {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}
.language-nav {
    margin: 0 0 0 auto;
    padding: 0;
}
.language-nav .divider {
    color: #fff;
    margin: 0 15px;
    font-weight: 300;
}
.language-nav .language-switcher {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    padding: 8px 12px;
    border-radius: 4px;
    transition: 0.3s;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
}
.language-nav .language-switcher:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.3);
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.language-nav .language-switcher:active {
    transform: translateY(0);
}
.language-nav .language-switcher.loading {
    opacity: 0.5;
    pointer-events: none;
    cursor: wait;
}
@media (max-width: 768px) {
    .header .container {
        height: 60px;
    }
    .logo img {
        height: 38px;
        width: 125px;
    }
    #main {
        padding-top: 0;
    }
    .hero-section {
        height: 100vh;
        min-height: 600px;
    }
    .parallax-content p {
        font-size: 24px;
        width: 90%;
        padding: 0 20px;
        line-height: 1.5;
    }
    .services-slider-section {
        padding: 20px 0;
    }
    .services-slider-container {
        padding: 0 23px;
    }
    .services-slider-title {
        font-size: 29px;
        line-height: 1.4;
        font-weight: 400;
    }
    .services-slider-text {
        font-size: 13px;
        line-height: 1.9em;
        text-align: justify;
    }
    .services-slider {
        width: 100%;
        max-width: 100%;
    }
    .services-slide {
        width: 100%;
    }
    .services-slide-caption {
        max-width: 350px;
        font-size: 16px;
    }
    .language-nav {
        margin-left: 0;
        margin-top: 0;
        justify-content: center;
    }
    .language-nav .language-switcher {
        font-size: 13px;
        padding: 6px 10px;
    }
    .mobile-menu-nav .language-switcher {
        color: #fff;
        text-decoration: none;
        padding: 12px 0;
        display: block;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        transition: 0.3s;
    }
    .mobile-menu-nav .language-switcher:hover {
        background: rgba(255, 255, 255, 0.1);
        padding-left: 15px;
    }
}
.language-nav {
    gap: 8px;
}
.language-nav .language-toggle {
    display: inline-flex;
    align-items: center;
}
.language-nav .lang-menu {
    position: absolute;
    right: 0;
    top: 100%;
    background: 0 0;
    padding: 6px 0;
    text-align: right;
    margin: 0;
    border-radius: 6px;
    display: none;
    z-index: 1000;
}
.language-nav .lang-menu li {
    padding: 0;
}
.language-nav .lang-menu a {
    display: block;
    padding: 8px 0;
    color: #fff;
    background: 0 0;
    border: 0;
    font-size: 17px;
}
.language-nav .lang-menu a:hover {
    color: #009dba;
    background: 0 0;
    border: 0;
}
.language-nav .lang-dropdown:focus-within .lang-menu {
    display: block;
}
@media (max-width: 991px) {
    .service-row {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .company-row {
        grid-template-columns: 1fr !important;
    }
    .service-row.image-left .service-content {
        padding-left: 16px;
        padding-right: 16px;
    }
    .service-row.image-left .service-image {
        padding-left: 16px;
        padding-right: 16px;
        width: fit-content;
    }
    .language-nav {
        display: none;
    }
}
.map-wrapper {
    position: relative;
    width: 720px;
    height: 366px;
    overflow: hidden;
    clip-path: polygon(100px 0, 100% 0, 100% 100%, 0 100%);
    top: 18px;
}
.map-wrapper iframe {
    width: 630px;
    height: 525px;
    border: none;
    position: absolute;
    top: -160px;
    left: -46px;
}
.place-card {
    position: absolute;
    right: 10px;
    /* bottom: 10px; */
    top: 9px;
    width: 260px;
    border-radius: 6px;
    box-shadow: rgba(0, 0, 0, .3) 0 2px 10px;
    padding: 12px;
    z-index: 10;
    display: flex;
    flex-direction: column;
}
.card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}
.place-name {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 500;
    font-size: 14px;
    color: #000;
}
.bottom-link,
.directions-link {
    color: #1a73e8;
    text-decoration: none;
    font-weight: 700;
    font-size: 12px;
}
.directions-link {
    display: flex;
    align-items: center;
    gap: 4px;
}
.bottom-link {
    margin-top: 8px;
}
.adress {
    color: #5b5b5b;
    font-size: 12px;
}
