/********** Template CSS **********/
:root {
    --primary: #2563EB;
    --secondary: #22C55E;
    --light: #EFF6FF;
    --dark: #0F172A;
}

html {
    scrollbar-gutter: stable;
}

html,
body {
    max-width: 100%;
    overflow-x: clip;
}

.fw-medium {
    font-weight: 600 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}


/*** Navbar ***/
.top-bar {
    height: 75px;
    padding: 0 4rem;
}

.nav-bar {
    position: relative;
    padding: 0 4.75rem;
    transition: .5s;
    z-index: 9999;
}

.navbar {
    min-height: 74px;
}

.nav-bar.sticky-top {
    position: sticky;
    padding: 0;
    z-index: 9999;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar-light .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: var(--dark);
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    outline: none;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary);
}

@media (max-width: 991.98px) {
    .nav-bar {
        padding: 0;
    }

    .navbar-light .navbar-nav .nav-link {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar-light .navbar-nav {
        margin-top: 1rem;
        padding-top: 1rem;
        border-top: 1px solid #EEEEEE;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
.header-carousel.owl-carousel {
    display: block;
    aspect-ratio: 1672 / 941;
    min-height: 1px;
    overflow: hidden;
    background: #0F172A;
}

.header-carousel:not(.owl-loaded)>.owl-carousel-item:not(:first-child) {
    display: none;
}

.header-carousel .owl-stage-outer,
.header-carousel .owl-stage,
.header-carousel .owl-item,
.header-carousel .owl-carousel-item {
    height: 100%;
}

.header-carousel .owl-carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service-carousel.owl-carousel,
.testimonial-carousel.owl-carousel {
    display: block;
}

.service-carousel:not(.owl-loaded) {
    min-height: 470px;
}

.testimonial-carousel:not(.owl-loaded) {
    min-height: 310px;
}

.service-carousel:not(.owl-loaded)>*:not(:first-child),
.testimonial-carousel:not(.owl-loaded)>*:not(:first-child) {
    display: none;
}

.header-carousel .container,
.page-header .container {
    position: relative;
    padding: 45px 0 45px 35px;
    border-left: 15px solid #FFFFFF;
}

.header-carousel .container::before,
.header-carousel .container::after,
.page-header .container::before,
.page-header .container::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100px;
    height: 15px;
    background: #FFFFFF;
}

.header-carousel .container::after,
.page-header .container::after {
    top: 100%;
    margin-top: -15px;
}

@media (max-width: 768px) {
    .header-carousel.owl-carousel {
        aspect-ratio: auto;
        height: 500px;
    }

    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 500px;
    }

    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .header-carousel .owl-carousel-item h5,
    .header-carousel .owl-carousel-item p {
        font-size: 14px !important;
        font-weight: 400 !important;
    }

    .header-carousel .owl-carousel-item h1 {
        font-size: 30px;
        font-weight: 600;
    }
}

.header-carousel .owl-nav {
    position: absolute;
    top: 50%;
    right: 8%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    margin: 7px 0;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: transparent;
    border: 1px solid #FFFFFF;
    border-radius: 45px;
    font-size: 22px;
    transition: .5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    border-color: var(--primary);
}

.page-header {
    background: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url(../img/bg.jpg) center center no-repeat;
    background-size: cover;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}


/*** Facts ***/
.fact {
    background: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url(../img/bg.jpg) center center no-repeat;
    background-size: cover;
}


/*** Service ***/
.service-item-top img {
    transition: .5s;
}

.service-item-top:hover img {
    transform: scale(1.1);
}

.service-carousel .owl-dots {
    margin-top: 24px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.service-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: var(--primary);
    border: 5px solid var(--light);
    transition: .5s;
}

.service-carousel .owl-dot.active {
    background: var(--light);
    border-color: var(--primary);
}



.team-item img {
    transition: .5s;
}

.team-item:hover img {
    transform: scale(1.1);
}

.team-item .team-text {
    height: 90px;
    overflow: hidden;
}

.team-item .team-text .bg-light,
.team-item .team-text .bg-primary {
    position: relative;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: .5s;
}

.team-item .team-text .bg-primary {
    flex-direction: row;
}

.team-item:hover .team-text .bg-light {
    margin-top: -90px;
}

.team-item .team-text .bg-primary .btn {
    color: var(--primary);
    background: #FFFFFF;
}

.team-item .team-text .bg-primary .btn:hover {
    color: #FFFFFF;
    background: var(--secondary)
}


/*** Testimonial ***/
.testimonial-carousel .owl-item .testimonial-text,
.testimonial-carousel .owl-item.center .testimonial-text * {
    position: relative;
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
    background: var(--primary) !important;
}

.testimonial-carousel .owl-item.center .testimonial-text * {
    color: #FFFFFF !important;
}

.testimonial-carousel .owl-item .testimonial-text::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    left: 50%;
    bottom: -30px;
    transform: translateX(-50%);
    border: 15px solid;
    border-color: var(--light) transparent transparent transparent;
    transition: .5s;

}

.testimonial-carousel .owl-item.center .testimonial-text::after {
    border-color: var(--primary) transparent transparent transparent;
}

.testimonial-carousel .owl-nav {
    position: absolute;
    width: 350px;
    bottom: 100px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    opacity: 0;
    transition: .5s;
    z-index: 1;
}

.testimonial-carousel:hover .owl-nav {
    width: 300px;
    opacity: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    font-size: 30px;
    color: var(--primary);
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--dark);
}


/*** Footer ***/
.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid #FFFFFF;
    border-radius: 35px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

body {
    font-family: "DM Sans", Arial, sans-serif;
    color: #475569;
}

h1,
h2,
h3,
h4,
h5,
h6,
.brand-text {
    font-family: "Barlow", Arial, sans-serif;
    color: var(--dark);
}

.brand-text {
    font-size: 2.1rem;
    font-weight: 700;
    line-height: 1.1;
}

.navbar-logo {
    display: block;
    width: 300px;
    height: auto;
    aspect-ratio: 5 / 1;
    /*max-width: 240px;*/
    max-height: 58px;
    object-fit: contain;
}

.navbar-logo-desktop {
    max-height: 64px;
}

.footer-logo {
    display: block;
    width: 230px;
    height: auto;
    aspect-ratio: 5 / 1;
    max-width: 230px;
    max-height: 72px;
    object-fit: contain;
}

.footer-logo-link {
    line-height: 0;
}

a {
    text-decoration: none;
}

.hero-overlay {
    background: rgba(15, 23, 42, 0.62);
}

.hero-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.hero-badges span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.45rem 0.85rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    color: #FFFFFF;
    font-size: 0.92rem;
    font-weight: 600;
    letter-spacing: 0.02em;
}

.page-lead {
    max-width: 760px;
}

.nav-cta-box,
.support-call-box {
    border-radius: 0.75rem;
}

.nav-cta-actions {
    display: flex;
    align-items: center;
}

.nav-call-btn,
.nav-whatsapp-btn {
    border-radius: 999px;
    padding: 0.8rem 1.2rem;
    font-weight: 700;
}

.mega-dropdown {
    position: relative;
}

.nav-bar,
.container-fluid.nav-bar,
.container-fluid.nav-bar.bg-light,
.navbar {
    z-index: 1000;
}

.nav-bar.sticky-top,
.container-fluid.nav-bar.bg-light.sticky-top,
.container-fluid.nav-bar.bg-light.sticky-top.shadow {
    z-index: 1035;
}

.mega-nav-shell {
    display: flex;
    align-items: center;
    gap: 0.1rem;
    margin-right: 30px;
}

.nav-link-main {
    padding-right: 0 !important;
}

.nav-bar.sticky-top {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1035;
    animation: navSlideDown 0.35s ease;
}

header.nav-fixed-offset {
    padding-bottom: var(--sticky-nav-height, 74px);
}

.nav-split-toggle {
    width: 1.35rem;
    min-width: 1.35rem;
    padding: 0 !important;
    margin-left: -0.1rem;
    margin-right: 0 !important;
    border: 0;
    background: transparent;
    box-shadow: none !important;
}

.mega-dropdown .dropdown-toggle::after {
    margin-left: 0;
}

.mega-menu {
    border: 0;
    border-radius: 1rem;
    box-shadow: 0 20px 45px rgba(15, 23, 42, 0.12);
    min-width: 860px;
    max-width: min(860px, calc(100vw - 2rem));
    top: 100%;
    left: 0 !important;
    right: auto;
    transform: none;
    margin-top: 0;
}

.mega-menu-regions {
    min-width: 860px;
    width: min(860px, calc(100vw - 2rem));
}

@keyframes navSlideDown {
    from {
        opacity: 0;
        transform: translateY(-16px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.mega-menu-inner {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem;
    padding: 1.5rem;
}

.mega-menu-regions .mega-menu-inner {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.mega-menu-column {
    min-width: 0;
}

.mega-menu-title {
    display: block;
    color: var(--dark);
    font-family: "Barlow", sans-serif;
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 0.85rem;
}

.mega-link {
    display: block;
    padding: 0.45rem 0;
    color: #475569;
    font-weight: 500;
    transition: color 0.2s ease, transform 0.2s ease;
}

.mega-link:hover {
    color: var(--primary);
    transform: translateX(4px);
}

.vertical-title {
    transform: rotate(-90deg);
}

.service-icon-box {
    width: 75px;
    height: 75px;
}

.service-slide-card {
    border-radius: 1rem;
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 470px;
}

.service-slide-card .btn {
    margin-top: auto;
}

.service-carousel .owl-stage {
    display: flex;
}

.service-carousel .owl-item {
    display: flex;
}

.service-carousel .owl-item>* {
    width: 100%;
}

.service-list-card {
    background: #FFFFFF;
    border: 1px solid rgba(37, 99, 235, 0.08);
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.06);
}

.service-list-card img {
    display: block;
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.service-list-points p:last-child {
    margin-bottom: 0;
}

.mini-icon-box {
    width: 48px;
    height: 48px;
    border-radius: 0.85rem;
    background: var(--light);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
}

.content-panel,
.side-info-card,
.contact-card,
.process-card,
.blog-card,
.form-section-card,
.contact-form-shell {
    background: #FFFFFF;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 1rem;
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.05);
    padding: 1.5rem;
}

.blog-card {
    overflow: hidden;
    padding: 0;
}

.blog-card img {
    display: block;
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.blog-date {
    display: inline-flex;
    align-items: center;
    padding: 0.35rem 0.7rem;
    border-radius: 999px;
    background: var(--light);
    color: var(--primary);
    font-size: 0.88rem;
    font-weight: 700;
}

.content-section-block {
    background: #FFFFFF;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 1rem;
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.05);
    padding: 1.75rem;
    margin-bottom: 1.5rem;
}

.content-section-block:last-child {
    margin-bottom: 0;
}

.content-check-list {
    padding-left: 1.25rem;
}

.content-check-list li {
    margin-bottom: 0.75rem;
}

.content-check-list li:last-child {
    margin-bottom: 0;
}

.region-link-card {
    display: block;
    height: 100%;
    padding: 1.5rem;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 1rem;
    color: #FFFFFF;
    transition: transform 0.3s ease, background 0.3s ease;
}

.region-link-card:hover {
    color: #FFFFFF;
    transform: translateY(-6px);
    background: rgba(255, 255, 255, 0.18);
}

.region-link-card-istanbul {
    display: block;
    height: 100%;
    padding: 1.5rem;
    background: #FFFFFF;
    border: 1px solid rgba(37, 99, 235, 0.16);
    border-radius: 1rem;
    color: var(--dark);
    box-shadow: 0 16px 38px rgba(15, 23, 42, 0.07);
    transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.region-link-card-istanbul:hover {
    color: var(--dark);
    transform: translateY(-6px);
    border-color: rgba(37, 99, 235, 0.42);
    box-shadow: 0 20px 44px rgba(15, 23, 42, 0.12);
}

.region-link-card-istanbul .region-link-text {
    color: #64748B;
}

.region-link-title {
    display: block;
    font-family: "Barlow", sans-serif;
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.35rem;
}

.region-link-text {
    display: block;
    color: rgba(255, 255, 255, 0.82);
}

.stat-card {
    height: 100%;
    padding: 1.75rem;
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.12);
    color: #FFFFFF;
    border: 1px solid rgba(255, 255, 255, 0.18);
}

.stat-card h2,
.stat-card p {
    color: #FFFFFF;
}

.process-card {
    position: relative;
}

.service-request-steps {
    display: grid;
    gap: 1rem;
}

.service-request-step {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

.service-request-step .process-step {
    margin-bottom: 0;
    flex-shrink: 0;
}

.process-step {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--primary);
    color: #FFFFFF;
    font-family: "Barlow", sans-serif;
    font-size: 1.05rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.faq-accordion .accordion-button {
    font-weight: 600;
    color: var(--dark);
    background: #FFFFFF;
    box-shadow: none;
}

.faq-accordion .accordion-button:not(.collapsed) {
    color: var(--primary);
    background: var(--light);
}

.faq-accordion-item {
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 1rem;
    overflow: hidden;
    margin-bottom: 1rem;
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.04);
}

.faq-accordion-item:last-child {
    margin-bottom: 0;
}

.contact-card {
    text-align: center;
}

.contact-card a,
.side-info-card a,
.content-panel a {
    word-break: break-word;
}

.contact-form-shell {
    background: linear-gradient(180deg, #f8fbff 0%, #eef6ff 100%);
}

.contact-form-shell .form-floating>label {
    font-size: 0.95rem;
}

.form-section-card {
    background: rgba(255, 255, 255, 0.9);
}

.form-honeypot {
    position: absolute !important;
    left: -10000px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

.form-status-message:focus {
    outline: none;
}

.phone-input-group {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: stretch;
    width: 100%;
    max-width: 100%;
    height: calc(3.5rem + 2px);
}

.phone-input-group .input-group-text {
    flex: 0 0 auto;
    flex-shrink: 0;
    height: 100%;
    border-color: #ced4da;
    background: #eff6ff;
    color: #0f172a;
    font-weight: 700;
}

.phone-input-group>.form-floating {
    display: block;
    min-width: 0;
    width: 1%;
    max-width: 100%;
    height: 100%;
    flex: 1 1 0%;
}

.phone-input-group>.form-floating>.form-control {
    width: 100%;
    max-width: 100%;
    height: 100%;
    min-height: 100%;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.phone-input-group:focus-within .input-group-text {
    border-color: #86b7fe;
}

.required-mark {
    color: #dc3545;
    font-weight: 700;
}

@media (max-width: 767.98px) {
    .phone-input-group {
        display: flex !important;
        flex-flow: row nowrap !important;
        width: 100% !important;
    }

    .phone-input-group>.form-floating {
        min-width: 0 !important;
        width: 1% !important;
        flex: 1 1 0% !important;
    }

    .phone-input-group>.form-floating>.form-control {
        min-width: 0;
        width: 100%;
    }
}

.service-region-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    gap: 0.75rem;
    padding: 1.5rem;
    background: #FFFFFF;
    border: 1px solid rgba(37, 99, 235, 0.08);
    border-radius: 1rem;
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.06);
    color: #0f172a;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.service-region-card:hover {
    color: #0f172a;
    transform: translateY(-4px);
    border-color: rgba(37, 99, 235, 0.2);
    box-shadow: 0 22px 46px rgba(15, 23, 42, 0.1);
}

.service-region-card-title {
    font-family: "Barlow", sans-serif;
    font-size: 1.3rem;
    font-weight: 700;
}

.service-region-card-text {
    color: #475569;
}

.region-service-links {
    padding-left: 1.2rem;
    margin-bottom: 0;
}

.region-service-links li {
    margin-bottom: 0.75rem;
}

.region-service-links li:last-child {
    margin-bottom: 0;
}

.footer-contact-box a {
    color: #FFFFFF;
}

.service-image-stack {
    min-height: 480px;
}

.text-white-50 {
    color: rgba(255, 255, 255, 0.75) !important;
}

body.contact-dialog-open {
    overflow: hidden;
}

@supports not (scrollbar-gutter: stable) {
    body.contact-dialog-open,
    body.cookie-consent-open {
        padding-right: var(--scrollbar-compensation, 0px);
    }

    body.contact-dialog-open .nav-bar.sticky-top,
    body.cookie-consent-open .nav-bar.sticky-top {
        padding-right: var(--scrollbar-compensation, 0px);
    }

    body.contact-dialog-open .back-to-top,
    body.cookie-consent-open .back-to-top,
    body.contact-dialog-open .grecaptcha-badge,
    body.cookie-consent-open .grecaptcha-badge {
        margin-right: var(--scrollbar-compensation, 0px);
    }
}

body.contact-dialog-open .whatsapp-widget,
body.contact-dialog-open .back-to-top,
body.contact-dialog-open .floating-whatsapp,
body.contact-dialog-open .floating-contact,
body.contact-dialog-open .call-widget,
body.contact-dialog-open .mobile-fixed-cta {
    pointer-events: none;
}

.whatsapp-widget {
    position: fixed;
    left: 2.8rem;
    bottom: 2.8rem;
    z-index: 1100;
    display: inline-flex;
    align-items: center;
    padding: 0.85rem 1rem;
    border-radius: 999px;
    background: #22c55e;
    color: #ffffff;
    box-shadow: 0 18px 40px rgba(34, 197, 94, 0.28);
    font-weight: 700;
    animation: whatsappWidgetFloat 3.4s ease-in-out infinite;
}

.back-to-top {
    right: 2.8rem;
    bottom: 2.8rem;
    z-index: 1100;
    animation: whatsappWidgetFloat 3.4s ease-in-out infinite;
}

.back-to-top:hover,
.back-to-top:focus-visible {
    animation-play-state: paused;
    transform: translateY(-2px);
}

.whatsapp-widget-float {
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
}

.whatsapp-widget:hover {
    color: #ffffff;
    animation-play-state: paused;
    transform: translateY(-2px);
}

.whatsapp-widget:focus-visible {
    color: #ffffff;
    outline: 3px solid rgba(34, 197, 94, 0.35);
    outline-offset: 4px;
}

.whatsapp-widget-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.16);
    font-size: 1.2rem;
}

@keyframes whatsappWidgetFloat {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-7px);
    }
}

.contact-dialog-overlay {
    position: fixed;
    inset: 0;
    z-index: 9000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    background: rgba(15, 23, 42, 0.56);
    backdrop-filter: blur(4px);
    opacity: 1;
    transition: opacity 0.24s ease;
}

.contact-dialog-overlay[hidden] {
    display: none;
}

.contact-dialog-overlay.contact-dialog-closing {
    opacity: 0;
}

.contact-dialog {
    position: relative;
    z-index: 9010;
    width: min(100%, 430px);
    max-height: calc(100vh - 2rem);
    overflow-y: auto;
    border-radius: 1.25rem;
    background: #ffffff;
    box-shadow: 0 28px 80px rgba(15, 23, 42, 0.28);
    padding: 2rem;
    opacity: 1;
    transform: translateY(0) scale(1);
    transition: opacity 0.24s ease, transform 0.24s ease;
}

.contact-dialog-overlay.contact-dialog-closing .contact-dialog {
    opacity: 0;
    transform: translateY(12px) scale(0.97);
}

.contact-dialog-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.25rem;
    height: 2.25rem;
    border: 0;
    border-radius: 50%;
    background: var(--light);
    color: var(--dark);
}

.contact-dialog-close:hover,
.contact-dialog-close:focus-visible {
    background: #22c55e;
    color: #ffffff;
}

.contact-dialog-overlay[data-contact-dialog-mode="call"] .contact-dialog-close:hover,
.contact-dialog-overlay[data-contact-dialog-mode="call"] .contact-dialog-close:focus-visible {
    background: #1E60AA;
}

.contact-dialog-eyebrow {
    display: inline-flex;
    margin-bottom: 0.75rem;
    color: var(--secondary);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.contact-dialog-title {
    margin: 0 2rem 0.5rem 0;
    font-size: 1.5rem;
}

.contact-dialog-overlay[data-contact-dialog-mode="call"] .contact-dialog-eyebrow,
.contact-dialog-overlay[data-contact-dialog-mode="call"] .contact-dialog-title {
    color: #1E60AA;
}

.contact-dialog-description {
    margin-bottom: 1.25rem;
    color: #64748b;
}

.contact-dialog-options {
    display: grid;
    gap: 0.75rem;
}

.contact-dialog-option {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    width: 100%;
    border: 1px solid rgba(15, 23, 42, 0.1);
    border-radius: 1rem;
    background: #ffffff;
    padding: 1rem;
    text-align: left;
    color: var(--dark);
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.06);
}

.contact-dialog-option:hover,
.contact-dialog-option:focus-visible {
    border-color: rgba(34, 197, 94, 0.5);
    box-shadow: 0 16px 40px rgba(34, 197, 94, 0.14);
}

.contact-dialog-overlay[data-contact-dialog-mode="call"] .contact-dialog-option:hover,
.contact-dialog-overlay[data-contact-dialog-mode="call"] .contact-dialog-option:focus-visible {
    border-color: rgba(30, 96, 170, 0.5);
    box-shadow: 0 16px 40px rgba(30, 96, 170, 0.14);
}

.contact-status-dot {
    flex: 0 0 auto;
    width: 0.72rem;
    height: 0.72rem;
    border-radius: 50%;
    background: #22c55e;
    box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.55);
    animation: statusPulse 1.5s ease-in-out infinite;
}

.contact-dialog-overlay[data-contact-dialog-mode="call"] .contact-status-dot {
    background: #1E60AA;
    box-shadow: 0 0 0 0 rgba(30, 96, 170, 0.55);
}

.contact-option-content {
    display: grid;
    gap: 0.15rem;
}

.contact-option-label {
    font-weight: 800;
}

.contact-option-number {
    color: #64748b;
    font-size: 0.95rem;
}

.contact-dialog-site-link {
    display: block;
    margin-top: 1.2rem;
    color: #64748b;
    font-size: 0.92rem;
    font-weight: 700;
    text-align: center;
}

.contact-dialog-site-link:hover,
.contact-dialog-site-link:focus-visible {
    color: var(--primary);
}

@keyframes statusPulse {

    0%,
    100% {
        opacity: 1;
        transform: scale(1);
    }

    50% {
        opacity: 0.35;
        transform: scale(0.82);
    }
}

@media (prefers-reduced-motion: reduce) {
    .contact-status-dot {
        animation: none;
    }

    .whatsapp-widget {
        animation: whatsappWidgetFloat 3.4s ease-in-out infinite;
    }
}

@media (min-width: 992px) {

    .mega-dropdown:hover>.dropdown-menu,
    .mega-dropdown:focus-within>.dropdown-menu {
        display: block;
    }
}

@media (max-width: 991.98px) {
    .nav-bar.sticky-top {
        max-height: 100vh;
    }

    .navbar-collapse {
        max-height: calc(100vh - 88px);
        overflow-y: auto;
        overscroll-behavior: contain;
        -webkit-overflow-scrolling: touch;
        padding-right: 0.35rem;
        transition: height 0.36s ease, opacity 0.26s ease;
    }

    .navbar-collapse.collapsing {
        overflow: hidden;
        opacity: 0.35;
        transition: height 0.36s ease, opacity 0.26s ease;
    }

    .navbar-collapse.show {
        padding-bottom: 1rem;
        animation: mobileNavReveal 0.32s ease both;
    }

    .navbar-logo {
        /*max-width: 210px;*/
        max-height: 46px;
    }

    .nav-cta-actions {
        flex-direction: column;
        align-items: stretch;
        gap: 0.75rem;
        margin-top: 1rem;
    }

    .mega-nav-shell {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-right: 0;
    }

    .nav-link-main {
        flex: 1 1 auto;
        padding-right: 0 !important;
    }

    .nav-split-toggle {
        flex: 0 0 auto;
        width: 1.6rem;
        min-width: 1.6rem;
        margin-left: 0;
    }

    .mega-menu,
    .mega-menu-regions {
        min-width: 100%;
        width: 100%;
        max-width: 100%;
        transform: none;
        left: 0 !important;
        right: auto;
        box-shadow: none;
        border: 1px solid rgba(15, 23, 42, 0.08);
    }

    .mega-dropdown .dropdown-menu {
        position: static !important;
        top: auto;
        float: none;
        margin-top: 0.5rem;
        display: block;
        max-height: 0;
        overflow: hidden;
        opacity: 0;
        visibility: hidden;
        transform: translateY(-8px);
        pointer-events: none;
        transition: max-height 0.38s ease, opacity 0.26s ease, transform 0.32s ease, visibility 0s linear 0.38s;
    }

    .mega-dropdown .dropdown-menu.show {
        display: block;
        max-height: min(72vh, 720px);
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
        pointer-events: auto;
        transition: max-height 0.42s ease, opacity 0.28s ease, transform 0.32s ease;
    }

    .mega-menu-inner,
    .mega-menu-regions .mega-menu-inner {
        grid-template-columns: 1fr;
        gap: 1rem;
        padding: 1rem;
    }

    .vertical-title {
        transform: none;
        padding: 2rem 0;
    }

    .service-image-stack {
        min-height: 360px;
    }
}

@keyframes mobileNavReveal {
    from {
        opacity: 0;
        transform: translateY(-8px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 767.98px) {
    .hero-badges {
        gap: 8px;
    }

    .hero-badges span {
        font-size: 0.82rem;
    }

    .service-list-card img {
        height: 200px;
    }

    .navbar-logo {
        max-width: 250px;
        max-height: 42px;
    }

    .footer-logo {
        /*max-width: 190px;*/
        max-height: 62px;
        /*centered*/
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .content-section-block,
    .content-panel,
    .side-info-card,
    .contact-card,
    .process-card,
    .blog-card .p-4,
    .form-section-card,
    .contact-form-shell {
        padding: 1.25rem;
    }

    .whatsapp-widget {
        left: 0.9rem;
        bottom: 2.8rem;
        padding: 0.8rem 0.95rem;
    }

    .back-to-top {
        right: 0.9rem;
        bottom: 2.8rem;
    }

    .contact-dialog {
        padding: 1.5rem;
    }

    .whatsapp-widget-text {
        display: none;
    }
}
