/* Effect Soft visual identity. Change the two brand colors here. */
:root {
    --brand-cyan: #43c7f0;
    --brand-navy: #1a3764;
    --brand-navy-deep: #112747;
    --brand-blue: #24558b;
    --brand-surface: #f3f8fc;
    --brand-tint: #e6f7fd;
    --brand-line: #d4e5f0;
    --brand-muted: #526982;
    --brand-shadow: none;
    --primaryColor: var(--brand-navy);
    --primaryBgBody: var(--brand-surface);
    --primaryBgFoot: var(--brand-navy-deep);
    --textBlack: var(--brand-navy);
    --shadowColor: transparent;
    --selectionBg: var(--brand-cyan);
    --selectionText: var(--brand-navy);
    --contact-ink: var(--brand-navy);
    --contact-muted: var(--brand-muted);
    --contact-navy: var(--brand-navy);
    --contact-mint: var(--brand-cyan);
    --contact-line: var(--brand-line);
    --contact-paper: var(--brand-surface);
}

body { color: var(--brand-navy); line-height: 1.7; }
input, textarea, button { font-family: inherit; }
h1, h2, h3, h4, h5 { line-height: 1.4; }
section { border-color: var(--brand-line); box-shadow: var(--brand-shadow); }
.section-title { border-color: var(--brand-cyan); font-size: clamp(1.35rem, 3vw, 1.9rem); }

nav { border-bottom: 1px solid var(--brand-line); box-shadow: 0 6px 28px rgba(26, 55, 100, 0.08); }
.logo .fs-h2 { color: var(--brand-navy); }
.navigation-container > a {
    background: transparent;
    color: var(--brand-navy);
    border-radius: 12px;
    font-size: 0.9rem;
    font-weight: 600;
}
.navigation-container > a:hover, .navigation-container > a:focus-visible {
    background: var(--brand-tint);
    color: var(--brand-navy);
    box-shadow: none;
}

.btn-bg1, .home-contact-submit, .service-dialog-submit {
    background: var(--brand-navy);
    color: white;
    border: 1px solid var(--brand-navy);
    box-shadow: 0 8px 22px rgba(26, 55, 100, 0.16);
    font-weight: 700;
}
.btn-bg1:hover, .btn-bg1:focus-visible,
.home-contact-submit:hover:enabled, .service-dialog-submit:hover:enabled {
    background: var(--brand-blue);
    color: white;
    border-color: var(--brand-blue);
}
.btn-bg2 {
    background: var(--brand-cyan);
    color: var(--brand-navy);
    border: 1px solid var(--brand-cyan);
    font-weight: 700;
}
.btn-bg2:hover, .btn-bg2:focus-visible {
    background: var(--brand-tint);
    color: var(--brand-navy);
}
.btn-back-to-top { background: var(--brand-navy); border: 2px solid var(--brand-cyan); }

.hero-banner::before, .sub-hero-banner::before {
    background: linear-gradient(115deg, rgba(17, 39, 71, 0.86), rgba(26, 55, 100, 0.62), rgba(67, 199, 240, 0.12));
    opacity: 1;
    filter: none;
}
.hero-title h1 { text-shadow: 0 4px 24px rgba(17, 39, 71, 0.3); }
.hero-socials .icon-link { background: var(--brand-cyan); color: var(--brand-navy); }
.hero-socials .icon-link:hover { background: white; color: var(--brand-navy); }
section.bg-primary-foot, footer.bg-primary-foot {
    background-image: linear-gradient(135deg, var(--brand-navy), var(--brand-navy-deep));
}
footer { background-image: linear-gradient(135deg, var(--brand-navy), var(--brand-navy-deep)); }
footer > .copy { background: var(--brand-navy-deep); }
.bg-primary-foot .section-title { background: var(--brand-navy) !important; }
.bg-primary-foot .bi-stars { color: var(--brand-cyan); }
footer .icon-link { background: var(--brand-cyan); color: var(--brand-navy); }
footer a:hover { color: var(--brand-cyan); }
footer .copy { border-top: 1px solid rgba(67, 199, 240, 0.18); }

.service-card-trigger, .profile-info-card, .profile-info-grid .card-career {
    background: white;
    border-color: var(--brand-line);
    box-shadow: var(--brand-shadow);
}
.service-card-trigger::before { background: rgba(67, 199, 240, 0.16); }
.service-card-trigger:hover, .service-card-trigger:focus-visible {
    border-color: var(--brand-cyan);
    box-shadow: 0 22px 50px rgba(26, 55, 100, 0.14);
}
.service-card-trigger > .bi-stars, .home-contact-form-number,
.service-dialog-icon, .human-verification-shield {
    background: var(--brand-tint);
    color: var(--brand-navy);
}
.service-card-action, .home-contact-eyebrow, .home-contact-more,
.home-contact-form-heading p { color: var(--brand-navy); }
.card-blog { background: white; border: 1px solid var(--brand-line); box-shadow: var(--brand-shadow); }
.card-blog:hover { box-shadow: 0 20px 48px rgba(26, 55, 100, 0.13); }
.bg-primary-foot .card-blog { color: var(--brand-navy); }
.block-27 a, .pagination a, .pagination span { color: var(--brand-navy); border-color: var(--brand-line); }
.block-27 a:hover, .pagination a:hover,
.block-27 .active span, .pagination .active span { background: var(--brand-navy); color: white; }

.home-contact { background: linear-gradient(180deg, var(--brand-surface), var(--brand-tint)); }
.home-contact-info, .service-dialog-intro {
    background: linear-gradient(145deg, var(--brand-navy), var(--brand-navy-deep));
}
.home-contact-info-header > p, .service-dialog-intro > p:not(.service-dialog-kicker) { color: #d4e5f0; }
.service-dialog-benefits { color: #e6f7fd; }
.home-contact-status { border-color: rgba(67, 199, 240, 0.35); }
.home-contact-status i { background: var(--brand-cyan); }
.home-contact-method-icon { background: rgba(67, 199, 240, 0.14); color: var(--brand-cyan); }
.home-contact-method small { color: #c5deef; }
.home-contact-method:hover { background: rgba(67, 199, 240, 0.1); color: white; }
.home-contact-map-label { background: var(--brand-navy); color: white; }
.home-contact-form-card, .service-dialog-form { background: white; }
.home-contact-form-number { border: 1px solid var(--brand-line); }
.home-contact-field label, .service-dialog-field label { color: var(--brand-navy); }
.home-contact-control i, .service-dialog-control i { color: var(--brand-muted); }
.home-contact-control input, .home-contact-field textarea,
.service-dialog-control input, .service-dialog-field textarea,
.message-form input:not(.robot-honeypot):not([type="hidden"]), .message-form textarea {
    background: var(--brand-surface);
    border: 1px solid var(--brand-line);
    color: var(--brand-navy);
    border-radius: 13px;
}
.home-contact-control input:focus, .home-contact-field textarea:focus,
.service-dialog-control input:focus, .service-dialog-field textarea:focus,
.message-form input:focus, .message-form textarea:focus {
    outline: none;
    border-color: var(--brand-blue);
    box-shadow: 0 0 0 4px rgba(67, 199, 240, 0.22);
    background: white;
}
.home-contact-safe, .service-dialog-privacy { color: var(--brand-muted); }
.home-contact-safe i { color: var(--brand-navy); }
.home-contact-notice { border-color: var(--brand-cyan); background: var(--brand-tint); color: var(--brand-navy); }
.service-dialog::backdrop { background: rgba(17, 39, 71, 0.72); }
.service-dialog-close, .human-verification-refresh { border-color: var(--brand-line); color: var(--brand-navy); }
.human-verification-refresh:hover { background: var(--brand-tint); }

.profile-language-switcher { border-color: var(--brand-line); box-shadow: 0 7px 22px rgba(26, 55, 100, 0.07); }
.profile-language-switcher a { color: var(--brand-navy); }
.profile-language-switcher a.active { background: var(--brand-navy); color: white; }
.profile-language-switcher a:hover:not(.active) { background: var(--brand-tint); }
.human-verification, .human-verification-card { border-color: var(--brand-line); background: var(--brand-surface); }
.human-verification-card:hover { border-color: var(--brand-cyan); }
.human-verification-option { border-color: var(--brand-line); color: var(--brand-navy); }
.human-verification-option:hover:not(:disabled), .human-verification-option:focus-visible {
    border-color: var(--brand-blue);
    background: var(--brand-tint);
    color: var(--brand-navy);
}
.human-verification-option.is-correct,
.human-verification-option.is-correct:focus-visible,
.human-verification-card input:checked + .human-verification-check {
    border-color: var(--brand-navy);
    background: var(--brand-navy);
    color: white;
}
.human-verification-option.is-wrong,
.human-verification-option.is-wrong:hover:not(:disabled) {
    border-color: #d6756e;
    background: #fff0ef;
    color: #9c3029;
}
.human-verification.is-verified { border-color: var(--brand-cyan); background: var(--brand-tint); box-shadow: 0 10px 28px rgba(26, 55, 100, 0.08); }
.human-verification.is-verified .human-verification-status { color: var(--brand-navy); }
.human-verification-check { border-color: var(--brand-line); }
.service-card-trigger:focus-visible, .tab-mob-menu:focus-visible { outline-color: var(--brand-navy); }
.human-verification-card:focus-within { outline-color: rgba(67, 199, 240, 0.65); }
a:focus-visible, button:focus-visible { outline: 3px solid var(--brand-cyan); outline-offset: 3px; }

@media (max-width: 1200px) {
    .tab-mob-menu { border-color: var(--brand-line); color: var(--brand-navy); background: var(--brand-tint); }
    .navigation-container > a { background: var(--brand-surface); color: var(--brand-navy); }
    .navigation-container > a:hover { background: var(--brand-tint); }
}

@media (prefers-reduced-motion: reduce) {
    .hero-banner { animation: none; background-image: var(--slideImage1); background-size: cover; }
    *, *::before, *::after { scroll-behavior: auto; transition: none !important; }
}

/* Flat hero: editorial typography beside an unobscured brand photograph. */
.hero-banner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    align-items: center;
    gap: 36px 64px;
    height: auto;
    min-height: min(760px, calc(100svh - var(--navHeight)));
    padding: clamp(32px, 5vw, 72px) max(24px, calc((100% - 1240px) / 2));
    background: white;
    animation: none;
    overflow: visible;
}
.hero-banner::before { display: none; }
.hero-banner > .hero-contained {
    grid-column: 1;
    grid-row: 1;
    width: 100%;
    max-width: none;
    margin: 0;
}
.profile-hero-content {
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    backdrop-filter: none;
    text-align: start;
}
.profile-hero-accent {
    display: block;
    width: 56px;
    height: 4px;
    margin-bottom: 24px;
    border-radius: 4px;
    background: var(--brand-cyan);
}
.hero-title .profile-company-name {
    margin: 0;
    color: var(--brand-navy);
    font-family: "Segoe UI", Tahoma, Arial, sans-serif;
    font-size: clamp(2.5rem, 4.5vw, 4.5rem);
    font-weight: 700;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: -0.025em;
    text-shadow: none;
    text-wrap: balance;
}
html[dir="rtl"] .profile-company-name,
html[dir="rtl"] .profile-nav-company {
    font-family: Tahoma, Arial, sans-serif;
    letter-spacing: 0;
    line-height: 1.45;
}
.profile-hero-tagline {
    margin: 24px 0 36px;
    color: var(--brand-muted);
    font-family: "Segoe UI", Tahoma, Arial, sans-serif;
    font-size: clamp(1rem, 1.5vw, 1.2rem);
    line-height: 1.8;
}
.profile-hero-content .profile-hero-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    min-height: 56px;
    max-width: 100%;
    padding: 10px 20px;
    border-radius: 6px;
    font-family: "Segoe UI", Tahoma, Arial, sans-serif;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5;
    text-decoration: none;
}
.profile-hero-cta-icon {
    display: grid;
    place-items: center;
    flex: 0 0 32px;
    width: 32px;
    height: 32px;
    border-radius: 0;
    background: transparent;
}
.profile-hero-visual {
    grid-column: 2;
    grid-row: 1;
    align-self: stretch;
    min-height: 440px;
    border-radius: 8px;
    background: var(--slideImage1) center / cover no-repeat;
}
.hero-banner > .hero-socials {
    grid-column: 1 / -1;
    grid-row: 2;
    position: static;
    transform: none;
    width: 100%;
    height: auto;
    max-height: none;
    flex-direction: row;
    justify-content: flex-start;
    gap: 12px;
    overflow: visible;
}
.hero-socials .icon-link {
    display: grid;
    place-items: center;
    width: 40px;
    height: 40px;
    margin: 0;
    border: 1px solid var(--brand-line);
    border-radius: 50%;
    background: white;
    color: var(--brand-navy);
    text-decoration: none;
}
.hero-socials .icon-link:hover { background: var(--brand-tint); color: var(--brand-navy); }
.profile-header-nav::before { display: none; }
.profile-header-nav .profile-nav-company {
    font-family: "Segoe UI", Tahoma, Arial, sans-serif;
    font-size: clamp(1.1rem, 2vw, 1.65rem);
    font-weight: 800;
    font-style: normal;
    line-height: 1.3;
    letter-spacing: -0.02em;
}
.profile-header-nav .logo { max-width: min(35%, 320px); }
@media (max-width: 1200px) {
    .profile-header-nav .logo { max-width: calc(100% - 60px); }
}
@media (max-width: 760px) {
    .hero-banner {
        grid-template-columns: minmax(0, 1fr);
        min-height: 0;
        gap: 28px;
        padding: 48px 24px 32px;
    }
    .hero-banner > .hero-contained { width: 100%; margin: 0; }
    .profile-hero-content { width: 100%; padding: 0; }
    .hero-title .profile-company-name { font-size: clamp(2rem, 8vw, 3.5rem); }
    .profile-hero-tagline { margin: 16px 0 24px; }
    .profile-hero-visual {
        grid-column: 1;
        grid-row: 3;
        min-height: 0;
        aspect-ratio: 4 / 3;
    }
    .hero-banner > .hero-socials { grid-column: 1; grid-row: 2; flex-wrap: wrap; margin: 0; gap: 10px; }
    .hero-socials .icon-link { margin: 0; width: 36px; height: 36px; }
}

/* Original full-width slideshow background with the current header content. */
.hero-banner.profile-hero-background {
    position: relative;
    isolation: isolate;
    grid-template-columns: minmax(0, 1fr);
    overflow: hidden;
    background: var(--slideImage1) center / cover no-repeat;
    background-attachment: scroll;
    animation: hero-slideshow 15s infinite linear;
}
.hero-banner.profile-hero-background::before {
    display: block;
    content: "";
    position: absolute;
    inset: 0;
    background: #071b30;
    opacity: 0.62;
    filter: none;
    pointer-events: none;
    z-index: -1;
}
.profile-hero-background .profile-hero-content {
    max-width: 760px;
}
.profile-hero-background .profile-company-name,
.profile-hero-background .profile-hero-tagline {
    color: white;
}
.profile-hero-background > .hero-socials {
    position: relative;
    z-index: 1;
}
@media (prefers-reduced-motion: reduce) {
    .hero-banner.profile-hero-background { animation: none; }
}

/* No decorative shadows anywhere in the profile theme, including hover states. */
*, *::before, *::after {
    box-shadow: none !important;
    text-shadow: none !important;
    transition-property: background-color, color, border-color, opacity, transform !important;
}
.sticky-img, .sticky-img-dual > img { filter: none; }

/* Footer contact details: cyan accents without filled text strips. */
footer > .contained { padding-block: 40px; }
.profile-footer-contact h3 { color: var(--brand-cyan); margin: 0 0 24px; font-family: "Segoe UI", Tahoma, Arial, sans-serif; font-weight: 600; }
.profile-footer-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-block: 14px;
    padding: 0;
    background: transparent;
    color: var(--brand-cyan);
    text-align: start;
    text-decoration: none;
    font-family: "Segoe UI", Tahoma, Arial, sans-serif;
    font-size: 0.9rem;
    line-height: 1.7;
}
.profile-footer-contact-item > i {
    display: grid;
    place-items: center;
    flex: 0 0 36px;
    width: 36px;
    height: 36px;
    border: 1px solid rgba(67, 199, 240, 0.3);
    border-radius: 10px;
    color: var(--brand-cyan);
    background: transparent;
}
.profile-footer-contact-item > span { min-width: 0; padding-top: 5px; overflow-wrap: anywhere; }
a.profile-footer-contact-item:hover { color: white; }
.profile-footer-socials { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 26px; }
.profile-footer-social {
    display: grid;
    place-items: center;
    width: 36px;
    height: 36px;
    border: 1px solid rgba(67, 199, 240, 0.4);
    border-radius: 50%;
    background: transparent;
    color: var(--brand-cyan);
    text-decoration: none;
    font-size: 1rem;
}
.profile-footer-social:hover, .profile-footer-social:focus-visible {
    background: var(--brand-cyan);
    color: var(--brand-navy);
}
.profile-footer-social > i { color: inherit; }
@media (max-width: 600px) {
    footer > .contained { padding-block: 24px; }
    .profile-footer-contact { padding-bottom: 32px; }
}

/* Compact services and polished contact details. */
#service .contained.row { gap: 20px; }
#service .service-card-trigger { flex: 0 1 calc((100% - 40px) / 3); width: calc((100% - 40px) / 3); margin: 0; padding: 22px; border-radius: 14px; text-align: start; background: white; }
#service .service-card-title { font-size: 1.15rem; line-height: 1.6; margin-block: 14px 8px; }
#service .service-card-description { font-size: .93rem; line-height: 1.8; }
#service .service-card-action { margin-top: 18px; font-size: .9rem; }
.service-dialog { width: min(900px, calc(100% - 32px)); border: 1px solid var(--brand-line); border-radius: 20px; }
.service-dialog-shell { min-height: 0; grid-template-columns: .85fr 1.35fr; }
.service-dialog-intro { padding: 36px 28px; background: var(--brand-navy-deep); text-align: start; }
.service-dialog-logo { display: block; width: 72px; height: 72px; object-fit: contain; padding: 10px; margin-bottom: 22px; background: white; border-radius: 16px; }
.service-dialog-form { padding: 36px 28px; text-align: start; }
.service-dialog-field label { display: block; margin-bottom: 9px; color: var(--brand-navy); font-weight: 700; line-height: 1.6; }
.service-dialog-control { border-radius: 10px; }
.service-dialog-control input { min-width: 0; }
.service-dialog-field textarea { border-radius: 10px; line-height: 1.8; }
.service-dialog-close { left: 12px; top: 12px; width: 32px; height: 32px; }
#blog .card-blog > img { width: 100%; height: 230px; object-fit: contain; background: #f3f8fc; padding: 12px; }
#blog .card-blog .info { padding: 16px 22px 0; text-align: start; }
#blog .card-blog > p { margin: 0; padding: 12px 22px 24px; text-align: start; line-height: 1.9; overflow-wrap: anywhere; }
footer .profile-footer-contact-item { color: #e5f3ff; }
footer .profile-footer-contact-item > i { color: #65d8ff; font-size: 1.2rem; }
footer .profile-footer-social { display: inline-grid; place-items: center; width: 40px; height: 40px; border: 1px solid #78cae8; border-radius: 10px; background: #e6f7fd; color: #112747; font-size: 1.15rem; }
footer .profile-footer-social:hover, footer .profile-footer-social:focus-visible { background: #43c7f0; color: #112747; outline: 2px solid white; outline-offset: 3px; }
footer .profile-footer-socials { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 20px; }
#about.contained.row { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); align-items: center; gap: 32px 48px; direction: ltr; padding-block: 48px; }
#about > .section-title { grid-column: 1 / -1; }
#about > .col-balance { width: 100%; margin: 0; padding: 0; min-width: 0; }
#about > .col-balance:nth-of-type(2) { direction: rtl; text-align: right; }
html[dir="ltr"] #about > .col-balance:nth-of-type(2) { direction: ltr; text-align: left; }
#about .sticky-img-dual { position: static; height: auto; margin: 0; }
#about .sticky-img-dual img, #about .profile-about-fallback { display: block; position: static; width: 100%; height: 360px; object-fit: contain; border-radius: 18px; background: var(--brand-surface); }
#about .sticky-img-dual-spacer { display: none; }
#about h4 { line-height: 1.9; margin-block: 16px; }
.profile-success-notice { position: fixed; top: 24px; inset-inline-end: 24px; z-index: 9999; display: flex; align-items: center; gap: 16px; max-width: min(480px, calc(100vw - 32px)); padding: 20px; border: 1px solid #98d7b6; border-inline-start: 5px solid #158052; border-radius: 16px; background: #effcf4; color: #145c3b; line-height: 1.8; }
.profile-success-notice > i { font-size: 1.8rem; }
.profile-success-notice button { border: 0; background: transparent; color: #145c3b; cursor: pointer; padding: 8px; }
@media (max-width: 900px) { #service .service-card-trigger { flex-basis: calc((100% - 20px) / 2); width: calc((100% - 20px) / 2); } }
@media (max-width: 640px) {
 #service .service-card-trigger { flex-basis: 100%; width: 100%; }
 .service-dialog-shell { grid-template-columns: minmax(0, 1fr); }
 .service-dialog-intro, .service-dialog-form { padding: 28px 20px; }
 #about.contained.row { grid-template-columns: minmax(0, 1fr); gap: 24px; }
 #about > .col-balance:nth-of-type(2) { grid-row: 2; }
 #about .sticky-img-dual img, #about .profile-about-fallback { height: 260px; }
}
