/* UI polish only — existing brand blue, existing markup */

@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap");

:root {
    --kk-blue: #005dac;
    --kk-blue-dark: #004a8c;
    --kk-blue-soft: #e8f2fa;
    --kk-ink: #1d2a36;
    --kk-muted: #5c6b78;
    --kk-line: #e4eaf0;
    --kk-bg: #f6f8fb;
    --kk-white: #ffffff;
    --kk-shadow: 0 10px 28px rgba(16, 42, 67, 0.08);
    --kk-radius: 8px;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Inter", "Open Sans", sans-serif !important;
    font-size: 15px;
    line-height: 1.6;
    color: var(--kk-ink);
    background: var(--kk-bg);
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6,
p, a, .logo-nav, .slider-inner-content,
.leftmenu-headig, .product-box, footer {
    font-family: "Inter", "Open Sans", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    color: var(--kk-ink);
    letter-spacing: -0.01em;
    text-transform: none;
}

p {
    color: var(--kk-muted);
    line-height: 1.7;
}

a {
    color: var(--kk-blue);
}

a:hover,
a:active,
a:focus {
    color: var(--kk-blue-dark);
}

/* Global content width — wider professional container, keep edge breathing room */
.container {
    width: calc(100% - 40px) !important;
    max-width: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

@media (min-width: 768px) {
    .container {
        width: calc(100% - 40px) !important;
        max-width: none !important;
    }
}

@media (min-width: 992px) {
    .container {
        width: calc(100% - 40px) !important;
        max-width: none !important;
    }
}

@media (min-width: 1200px) {
    .container {
        width: calc(100% - 40px) !important;
        max-width: none !important;
    }
}

@media (max-width: 767px) {
    .container {
        width: calc(100% - 30px) !important;
        max-width: none !important;
    }
}

/* Header */
#header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: var(--kk-white) !important;
    box-shadow: 0 2px 16px rgba(16, 42, 67, 0.08);
    min-height: 78px;
}

/* Sticky header is in normal flow — remove old fixed-header spacer gap */
#header + * {
    top: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.menu-bg {
    background: var(--kk-white) !important;
}

.main-display {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 78px;
    padding: 8px 0;
}

.logo-nav a {
    display: flex;
    align-items: center;
    gap: 12px;
}

.logo-nav img {
    width: 48px;
    height: 48px;
    object-fit: contain;
    filter: drop-shadow(0 6px 12px rgba(0, 93, 172, 0.28));
}

.logo-nav h4 {
    color: var(--kk-blue);
    line-height: 1.1;
    letter-spacing: 0;
    margin: 0;
    font-size: 16px;
    font-weight: 800;
    text-transform: none;
}

.logo-nav p {
    color: var(--kk-muted);
    letter-spacing: 0.02em;
    margin: 2px 0 0;
    font-size: 11px;
}

#main-menu {
    float: none !important;
}

#main-menu ul.nav {
    display: flex;
    align-items: center;
    margin: 0;
}

#main-menu ul li a {
    color: var(--kk-ink);
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 0.02em;
    padding: 10px 12px !important;
    border-radius: 4px;
    white-space: nowrap;
}

#main-menu ul li a:hover,
#main-menu ul li.active > a,
#main-menu ul li.active.has-child > a {
    color: var(--kk-blue);
    box-shadow: inset 0 -2px 0 var(--kk-blue);
    background: transparent;
}

#main-menu ul.nav-inner {
    width: 240px !important;
    padding: 8px 0;
    border-radius: 0 0 8px 8px;
    overflow: hidden;
    box-shadow: var(--kk-shadow);
    top: 100%;
}

#main-menu ul.nav-inner li {
    background: var(--kk-blue);
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

#main-menu ul.nav-inner li a {
    color: #fff !important;
    box-shadow: none !important;
}

#main-menu ul.nav-inner li:hover {
    background: var(--kk-blue-dark);
}

.navbar-toggle {
    border: 1px solid var(--kk-line);
    background: #fff;
    padding: 10px 12px;
    margin: 14px 0;
    border-radius: 6px;
    color: var(--kk-ink);
}

/* Homepage slider */
#home {
    color: inherit;
    height: auto;
    position: relative;
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
}

.home {
    margin: 0 !important;
    padding: 0 !important;
}

.home .flexslider {
    background: #041428 !important;
    overflow: hidden;
    margin: 0 !important;
    padding: 0 !important;
    position: relative;
    z-index: 1;
    border-radius: 0;
    height: auto !important;
}

.home .flexslider:before,
.home .flexslider:after {
    content: none;
}

.home .flexslider .slides,
.home .slides {
    display: block !important;
    width: 100%;
    float: none;
    position: relative;
    z-index: 3;
}

.home .flexslider .slides > li {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    background-color: var(--scene-base, #0a121c) !important;
    background-image:
        radial-gradient(ellipse 58% 52% at 50% 46%, var(--scene-spot, rgba(255, 255, 255, 0.16)) 0%, transparent 70%),
        linear-gradient(180deg, rgba(0, 0, 0, 0.12) 0%, transparent 30%, transparent 58%, var(--scene-floor, rgba(0, 0, 0, 0.62)) 100%),
        linear-gradient(var(--scene-tint, rgba(8, 16, 28, 0.5)), var(--scene-tint, rgba(8, 16, 28, 0.5))),
        var(--scene-img, none);
    background-size: cover, cover, cover, cover;
    background-position: center, center, center, var(--scene-pos, center);
    background-repeat: no-repeat;
}

.home .flexslider .slides > li.slide-env-brake {
    --scene-img: none;
    --scene-base: #041428;
    --scene-tint: transparent;
    --scene-spot: transparent;
    --scene-floor: transparent;
}
.home .flexslider .slides > li.slide-banner-full {
    background-image: none !important;
    background-color: #041428 !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden;
}
.home .flexslider .slides > li.slide-banner-full:before,
.home .flexslider .slides > li.slide-banner-full:after {
    content: none !important;
}
.home .flexslider .slides > li.slide-banner-full .slider-bg,
.home .flexslider .slides > li.slide-banner-full .slider-bg.slider-bg-banner {
    display: block !important;
    position: relative;
    width: 100% !important;
    height: min(calc(100vh - var(--kk-header-h, 102px)), calc(100vw * 546 / 1024)) !important;
    height: min(calc(100dvh - var(--kk-header-h, 102px)), calc(100vw * 546 / 1024)) !important;
    min-height: 220px !important;
    max-height: calc(100vh - var(--kk-header-h, 102px)) !important;
    max-height: calc(100dvh - var(--kk-header-h, 102px)) !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden;
    aspect-ratio: auto;
    background: #041428 !important;
    line-height: 0;
    font-size: 0;
}
.home .flexslider .slides > li.slide-banner-full .slider-bg .slider-product {
    position: absolute;
    inset: 0;
    display: block;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    max-height: none !important;
    margin: 0 !important;
    padding: 0 !important;
    object-fit: cover;
    object-position: center center;
    filter: none !important;
    mix-blend-mode: normal !important;
}

/* Tsugami + HCA only: show the full banner (no crop, no side gaps). Durma/KIYA unchanged. */
.home .flexslider .slides > li.slide-banner-fit .slider-bg,
.home .flexslider .slides > li.slide-banner-fit .slider-bg.slider-bg-banner {
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    overflow: hidden;
}
.home .flexslider .slides > li.slide-banner-fit .slider-bg .slider-product {
    position: relative !important;
    inset: auto !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    display: block !important;
    width: 100% !important;
    height: auto !important;
    max-width: none !important;
    max-height: none !important;
    object-fit: initial !important;
    object-position: initial !important;
    z-index: 1;
}
.home .flexslider .slides > li.slide-banner-full .slider-bg {
    position: relative;
}
.home .flexslider .slides > li.slide-banner-full .slider-bg .slider-product {
    position: relative;
    z-index: 1;
}
.home .flexslider .home-hero-site-logo {
    position: absolute;
    top: 4px;
    right: 4px;
    z-index: 30;
    width: auto;
    height: 12px;
    max-height: 12px;
    max-width: 38px;
    object-fit: contain;
    pointer-events: none;
    filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.45));
}
.home .flexslider .slides > li.slide-banner-full > .slider-brand-logo,
.home .flexslider .slides > li.slide-banner-full > .slider-brand-logo.slider-logo-hardik,
.home .flexslider .slides > li > .slider-brand-logo,
.home .flexslider .slides > li > .slider-brand-logo.slider-logo-hardik {
    display: none !important;
}
.home .flexslider .slides > li.slide-env-laser {
    --scene-img: url("../images/parallax/skills.jpg");
    --scene-base: #03141c;
    --scene-tint: rgba(0, 48, 42, 0.58);
    --scene-spot: rgba(0, 255, 170, 0.28);
    --scene-floor: rgba(0, 16, 18, 0.84);
    --scene-pos: center;
}
.home .flexslider .slides > li.slide-env-panel {
    --scene-img: url("../images/slider/2.jpg");
    --scene-base: #1a1020;
    --scene-tint: rgba(48, 18, 52, 0.64);
    --scene-spot: rgba(180, 90, 255, 0.24);
    --scene-floor: rgba(16, 8, 22, 0.82);
    --scene-pos: right center;
}
.home .flexslider .slides > li.slide-env-sliding {
    --scene-img: url("../images/page-header.jpg");
    --scene-base: #07182c;
    --scene-tint: rgba(8, 32, 72, 0.58);
    --scene-spot: rgba(80, 160, 255, 0.28);
    --scene-floor: rgba(4, 12, 24, 0.8);
    --scene-pos: left 28%;
}
.home .flexslider .slides > li.slide-env-turning {
    --scene-img: url("../images/parallax/skills.jpg");
    --scene-base: #03141c;
    --scene-tint: rgba(0, 36, 56, 0.56);
    --scene-spot: rgba(40, 180, 220, 0.26);
    --scene-floor: rgba(0, 16, 22, 0.82);
    --scene-pos: right center;
}
.home .flexslider .slides > li.slide-env-vmc {
    --scene-img: url("../images/slider/2.jpg");
    --scene-base: #0c1828;
    --scene-tint: rgba(12, 28, 58, 0.6);
    --scene-spot: rgba(90, 150, 255, 0.24);
    --scene-floor: rgba(6, 12, 22, 0.82);
    --scene-pos: center 18%;
}
.home .flexslider .slides > li.slide-env-hardik-turn {
    --scene-img: url("../images/slider/2.jpg");
    --scene-base: #1a1020;
    --scene-tint: rgba(48, 18, 72, 0.6);
    --scene-spot: rgba(160, 90, 255, 0.26);
    --scene-floor: rgba(16, 8, 22, 0.82);
    --scene-pos: left center;
}
.home .flexslider .slides > li.slide-env-hardik-vmc {
    --scene-img: url("../images/page-header.jpg");
    --scene-base: #120818;
    --scene-tint: rgba(42, 12, 58, 0.58);
    --scene-spot: rgba(170, 80, 255, 0.26);
    --scene-floor: rgba(12, 6, 20, 0.82);
    --scene-pos: right 35%;
}
.home .flexslider .slides > li.slide-env-grind {
    --scene-img: url("../images/parallax/facts.jpg");
    --scene-base: #1a1008;
    --scene-tint: rgba(72, 32, 8, 0.64);
    --scene-spot: rgba(255, 140, 30, 0.28);
    --scene-floor: rgba(16, 8, 2, 0.84);
    --scene-pos: center 80%;
}

.home .flexslider .slides > li:before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    opacity: 0.16;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.09) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.09) 1px, transparent 1px);
    background-size: 56px 56px;
    -webkit-mask-image: radial-gradient(ellipse 68% 62% at 50% 42%, transparent 28%, #000 100%);
    mask-image: radial-gradient(ellipse 68% 62% at 50% 42%, transparent 28%, #000 100%);
}

.home .flexslider .slides > li:after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background:
        linear-gradient(90deg, rgba(0, 0, 0, 0.38) 0%, transparent 18%, transparent 82%, rgba(0, 0, 0, 0.38) 100%),
        radial-gradient(ellipse 78% 72% at 50% 46%, transparent 42%, rgba(0, 0, 0, 0.42) 100%);
}

.home .flexslider .slides div:not(.slider-bg) {
    height: auto !important;
}

.home .flexslider .slides .slider-bg {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 500px;
    min-height: 320px;
    max-height: 500px;
    background: transparent !important;
    background-image: none !important;
}

.home .flexslider .slides .slider-bg .slider-product {
    display: block;
    width: auto !important;
    height: auto;
    max-width: 90%;
    max-height: 92%;
    object-fit: contain;
    pointer-events: none;
    filter: drop-shadow(0 18px 30px rgba(0, 0, 0, 0.42));
}

.home .flexslider .slides .slider-bg.slider-bg-dark .slider-product {
    mix-blend-mode: lighten;
}

.home .flexslider .slides .slider-bg.slider-bg-light .slider-product {
    mix-blend-mode: normal;
    -webkit-mask-image: none;
    mask-image: none;
}

.home .flexslider .slides > li.slide-env-grind .slider-product {
    max-width: 96%;
    max-height: 94%;
}

.home .flexslider .slides > li > .slider-brand-logo {
    position: absolute !important;
    top: 14px !important;
    right: 18px !important;
    left: auto !important;
    z-index: 20;
    max-height: 26px !important;
    max-width: 96px !important;
    width: auto !important;
    height: 26px !important;
    object-fit: contain;
    background: transparent !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0;
    box-shadow: none !important;
    mix-blend-mode: normal;
    filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.4));
}

.home .flexslider .slides > li > .slider-brand-logo.slider-logo-hardik {
    max-height: 26px !important;
    max-width: 96px !important;
    height: 26px !important;
}

.home .flexslider .slides .slider-text-wrapper {
    position: absolute !important;
    top: calc(var(--kk-visible-hero-h, 500px) - 82px);
    right: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: auto;
    overflow: visible;
    margin: 0 !important;
    padding: 0;
    text-align: center;
    pointer-events: none;
}

.home .flexslider .slides .slider-text-wrapper .container,
.home .flexslider .slides .slider-text-wrapper .slider-inner-content {
    width: 100% !important;
    max-width: 100%;
    margin: 0 auto;
    float: none;
    text-align: center;
}

.home .flexslider .slides .slider-text-wrapper h3 {
    margin: 0 !important;
    color: #fff !important;
    font-size: 22px !important;
    font-weight: 800;
    line-height: 1.3;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.75);
}

.home .flexslider .slides .slider-text-wrapper p,
.home .flexslider .slides .slider-text-wrapper ul {
    display: none;
}

.slider-inner-content ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px 18px;
    margin: 8px 0 0;
    padding: 0;
    list-style: none;
}

.home .flex-direction-nav a {
    width: 46px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    background: rgba(255, 255, 255, 0.94);
    color: var(--kk-blue) !important;
    border-radius: 50%;
    box-shadow: var(--kk-shadow);
    opacity: 1 !important;
    text-indent: 0;
    font-size: 0;
    margin-top: -23px;
}

.home .flex-direction-nav a:before {
    font-family: FontAwesome;
    font-size: 22px;
    line-height: 46px;
}

.home .flex-prev:before {
    content: "\f104";
}

.home .flex-next:before {
    content: "\f105";
}

.home .flex-prev,
.home .flex-next {
    top: 50%;
}

.home .flex-prev {
    left: 18px;
}

.home .flex-next {
    right: 18px;
}

.home .flex-direction-nav a:hover {
    background: var(--kk-blue);
    color: #fff !important;
}

.home .flex-direction-nav,
.home .flex-control-nav {
    z-index: 8;
}

.home .flexslider > .home-slider-caption {
    display: none;
}

.home .flex-control-nav {
    top: calc(var(--kk-visible-hero-h, 500px) - 24px) !important;
    bottom: auto !important;
}

.home .flex-control-paging li a {
    width: 10px !important;
    height: 10px !important;
    background: rgba(255, 255, 255, 0.35) !important;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.2) !important;
    border-radius: 50%;
}

.home .flex-control-paging li a.flex-active {
    background: #7eb6e6 !important;
    box-shadow: 0 0 0 2px #fff !important;
}

/* Welcome */
.home .container.margin-bottom-60,
.welcome-block {
    background: var(--kk-white);
    border-radius: 16px;
    box-shadow: var(--kk-shadow);
    padding: 36px 28px 24px;
    margin-top: 28px;
    margin-bottom: 24px;
    overflow: hidden;
}

.welcome-block .wel-logo,
.home .welcome-block .col-md-4.wel-logo {
    display: none !important;
    width: 0 !important;
    max-width: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden;
}

.welcome-block > [class*="col-"] {
    width: 100% !important;
    float: none !important;
}

.wel-font {
    color: var(--kk-blue) !important;
    font-weight: 800 !important;
    text-transform: none !important;
    font-size: 32px !important;
}

.tit-ha,
.welcome-tagline {
    color: var(--kk-blue) !important;
    letter-spacing: 0.06em;
    margin: 18px 0 8px;
    font-weight: 800 !important;
    text-align: center;
}

/* About Us / Industries */
.about-hero-subtitle {
    color: #fff !important;
    margin: 10px 0 0;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.02em;
}

.about-page,
.industries-page {
    padding-bottom: 40px;
}

.about-intro-block,
.about-section {
    background: var(--kk-white);
    border-radius: 16px;
    box-shadow: var(--kk-shadow);
    padding: 40px 48px 36px;
    margin: 24px 0;
    width: 100%;
    box-sizing: border-box;
}

.about-brand-logo {
    margin-bottom: 8px;
}

.about-brand-logo img {
    max-width: 140px;
    width: 100%;
    height: auto;
    display: inline-block;
}

.about-years-highlight {
    display: inline-block;
    margin: 8px 0 18px;
    padding: 10px 28px;
    border: 1px solid var(--kk-line);
    border-radius: 10px;
    background: var(--kk-blue-soft);
    box-shadow: 0 6px 16px rgba(16, 42, 67, 0.04);
}

.about-years-value {
    display: block;
    color: var(--kk-blue);
    font-size: 26px;
    font-weight: 800;
    letter-spacing: 0.04em;
    line-height: 1.2;
}

.about-lead {
    font-size: 17px;
    color: var(--kk-ink) !important;
    max-width: 1100px;
    margin: 0 auto;
}

.about-section-title {
    font-size: 24px !important;
}

.about-section p {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
}

.about-journey {
    text-align: center;
    max-width: none;
    margin: 0 auto;
}

.about-journey-milestone {
    display: inline-block;
    margin-bottom: 18px;
    padding: 18px 36px;
    border-left: 4px solid var(--kk-blue);
    background: var(--kk-blue-soft);
    border-radius: 0 12px 12px 0;
    text-align: left;
}

.about-journey-years {
    display: block;
    color: var(--kk-blue);
    font-size: 32px;
    font-weight: 800;
    line-height: 1.1;
}

.about-journey-label {
    display: block;
    color: var(--kk-muted);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin-top: 4px;
}

.about-card-grid {
    margin-left: -12px;
    margin-right: -12px;
}

.about-card-grid > [class*="col-"] {
    padding-left: 12px;
    padding-right: 12px;
}

.about-feature-card,
.industry-card {
    background: var(--kk-white);
    border: 1px solid var(--kk-line);
    border-radius: 12px;
    box-shadow: 0 6px 16px rgba(16, 42, 67, 0.04);
    padding: 24px 20px;
    margin-bottom: 24px;
    min-height: 180px;
    text-align: center;
    transition: 0.2s ease;
}

.about-feature-card:hover,
.industry-card:hover {
    border-color: var(--kk-blue);
    box-shadow: var(--kk-shadow);
}

.about-feature-card i,
.industry-card i {
    width: 48px;
    height: 48px;
    line-height: 48px;
    border-radius: 50%;
    background: var(--kk-blue);
    color: #fff;
    font-size: 18px;
    margin-bottom: 14px;
}

.about-feature-card h4,
.industry-card h4 {
    color: var(--kk-blue);
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 10px;
}

.about-feature-card p,
.industry-card p {
    margin: 0;
    font-size: 14px;
}

.about-approach-item {
    background: var(--kk-white);
    border: 1px solid var(--kk-line);
    border-radius: 10px;
    box-shadow: 0 6px 16px rgba(16, 42, 67, 0.04);
    padding: 18px 16px;
    margin-bottom: 18px;
    text-align: center;
    color: var(--kk-blue);
    font-weight: 700;
    font-size: 15px;
}

.about-vision-mission {
    margin-top: 8px;
}

.about-vm-card {
    background: var(--kk-white);
    border: 1px solid var(--kk-line);
    border-radius: 12px;
    box-shadow: var(--kk-shadow);
    padding: 28px 24px;
    margin-bottom: 24px;
    min-height: 200px;
}

.about-vm-card h3 {
    color: var(--kk-blue);
    font-size: 22px;
    font-weight: 800;
    margin: 0 0 14px;
}

.industries-intro {
    max-width: 1100px;
    margin: 8px auto 28px;
    color: var(--kk-muted);
}

.industries-page .industry-card {
    min-height: 200px;
}

@media (max-width: 991px) {
    #main-menu ul li a {
        padding: 10px 10px !important;
        font-size: 12px;
    }
}

@media (max-width: 767px) {
    .about-brand-logo img {
        max-width: 110px;
    }

    .about-years-value {
        font-size: 22px;
    }

    .about-journey-years {
        font-size: 26px;
    }

    .about-intro-block,
    .about-section {
        padding: 24px 20px 20px;
    }

    .about-feature-card,
    .industry-card,
    .about-vm-card {
        min-height: 0;
    }
}

/* Brands */
#clients.section {
    background: transparent;
    padding: 20px 0 50px;
}

.clients-carousel .item figure {
    background: var(--kk-white);
    border: 1px solid var(--kk-line);
    border-radius: var(--kk-radius);
    padding: 22px 20px;
    width: 180px;
    min-height: 112px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 16px rgba(16, 42, 67, 0.04);
    transition: 0.2s ease;
}

.clients-carousel .item figure:hover {
    border-color: var(--kk-blue);
    box-shadow: var(--kk-shadow);
}

.clients-carousel .item img {
    max-height: 72px;
    width: auto;
    filter: grayscale(0.2);
}

.clients-carousel .item:hover img {
    filter: none;
}

/* Page banners */
.page-banner {
    height: 200px;
    margin-bottom: 24px;
    background-size: cover !important;
    background-position: center !important;
    position: relative;
}

#about .page-banner,
#industries .page-banner {
    height: 220px;
}

.page-banner:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 93, 172, 0.28) 0%, rgba(15, 42, 61, 0.72) 100%);
}

.page-banner .row {
    position: absolute;
    z-index: 1;
    bottom: 28px;
    width: 100%;
    margin: 0;
}

.page-banner .title-box h2.title {
    color: #fff;
    font-weight: 800;
    letter-spacing: 0.04em;
}

.page-banner .title-box h2:before {
    background: #fff;
}

.breadcrumb-area .breadcrumb {
    background: var(--kk-white);
    border: 1px solid var(--kk-line);
    border-radius: var(--kk-radius);
    box-shadow: none;
    margin: 0 auto 24px;
    max-width: none;
    width: calc(100% - 40px);
}

.title-box h2.title {
    font-weight: 800;
    color: var(--kk-ink);
}

.title-box h2:before {
    background: var(--kk-blue);
}

/* Products */
.eventsclass {
    background: var(--kk-white);
    border: 1px solid var(--kk-line);
    border-radius: 16px;
    padding: 24px;
    box-shadow: var(--kk-shadow);
    min-height: auto;
}

.append_dy_data {
    display: flex;
    flex-wrap: wrap;
}

.leftmenu-box {
    margin-bottom: 12px;
}

.leftmenu-headig {
    background: var(--kk-blue);
    border-radius: 8px;
    padding: 12px 14px;
    font-size: 13px;
    letter-spacing: 0.04em;
    color: #fff;
}

.leftmenu-headig + .left-menu {
    border: 1px solid var(--kk-line);
    border-radius: 0 0 8px 8px;
    margin-top: 0;
    overflow: hidden;
}

ul.left-menu li a {
    background: var(--kk-white);
    color: var(--kk-ink);
    font-weight: 500 !important;
    padding: 12px 16px 12px 18px;
    border-bottom: 1px solid var(--kk-line);
}

ul.left-menu li a:hover {
    background: var(--kk-blue-soft);
    color: var(--kk-blue) !important;
}

ul.left-menu li.active.product_selector a {
    background: var(--kk-blue) !important;
    color: #fff;
}

.brand-container {
    background: var(--kk-blue-soft);
    border: 0;
    border-radius: 8px;
    padding: 14px 18px;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.brand-container div {
    color: var(--kk-blue);
}

.brand-container img {
    width: auto;
    max-height: 48px;
    max-width: 140px;
    object-fit: contain;
}

.entry-title {
    font-size: 18px !important;
    color: var(--kk-muted);
    border-bottom: 1px solid var(--kk-line);
    font-weight: 700;
}

.append_dy_data > [class*="col-"] {
    display: flex;
}

.product-box {
    background: var(--kk-white) !important;
    border: 1px solid var(--kk-line) !important;
    border-radius: 12px !important;
    padding: 16px 16px 16px !important;
    margin-bottom: 24px;
    width: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 8px 20px rgba(16, 42, 67, 0.05);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    overflow: hidden;
}

.product-box:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 28px rgba(0, 93, 172, 0.12);
}

.product-box:before {
    height: 4px;
    border-radius: 12px 12px 0 0;
}

.product-box h4 {
    color: var(--kk-blue);
    font-size: 15px;
    min-height: 44px;
}

.product-box figure {
    min-height: 168px;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin: 8px 0 16px;
    padding: 8px;
}

.product-box img {
    max-height: 160px;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
    object-fit: contain;
    object-position: center;
    transition: transform 0.35s ease;
}

.product-box:hover img {
    transform: scale(1.06);
}

.product-controls {
    opacity: 1 !important;
    position: relative !important;
    bottom: auto !important;
    width: 100% !important;
    left: auto;
    margin-top: auto;
}

.product-controls .e-block {
    position: static !important;
    display: block;
    text-align: center;
    background: var(--kk-blue);
    color: #fff;
    border-radius: 8px;
    padding: 10px 12px;
    font-weight: 600;
    box-shadow: none;
    cursor: pointer;
    transition: 0.2s ease;
}

.product-controls .e-block:hover {
    background: var(--kk-blue-dark);
}

.product-controls .e-block i {
    transition: transform 0.2s ease;
}

.product-controls .e-block:hover i {
    transform: translateY(2px);
}

/* Contact */
.offer-item {
    background: var(--kk-white);
    border: 1px solid var(--kk-line);
    border-radius: 12px;
    box-shadow: var(--kk-shadow);
    padding: 22px 20px 22px 86px;
    min-height: 210px;
    margin: 12px 0 20px;
    overflow: visible;
}

.offer-item i {
    width: 52px;
    height: 52px;
    line-height: 52px;
    left: 18px;
    top: 22px;
    background: var(--kk-blue);
    border-color: var(--kk-blue);
    color: #fff !important;
    font-size: 20px;
}

#contacts .col-md-7:has(form[style*="display:none"]) {
    display: none !important;
}

#contacts .col-md-5 {
    width: 100%;
    float: none;
}

.offer-item .title {
    color: var(--kk-ink);
    font-weight: 700;
}

.embed-map-item {
    width: 100%;
    min-height: 280px;
    border-radius: 12px;
}

/* Careers */
#careers .card,
#careers .career-content {
    background: var(--kk-white);
    border: 1px solid var(--kk-line);
    border-radius: 12px;
    box-shadow: var(--kk-shadow);
    padding: 24px 28px;
    margin-bottom: 16px;
}

#careers table {
    overflow: hidden;
    border-radius: 8px;
}

table thead,
table .td {
    background: var(--kk-blue);
    color: #fff;
}

.btn-primary,
button.btn-primary {
    background: var(--kk-blue);
    border-color: var(--kk-blue);
    border-radius: 8px;
    font-weight: 600;
    padding: 10px 18px;
    transition: 0.2s ease;
}

.btn-primary:hover,
button.btn-primary:hover {
    background: var(--kk-blue-dark);
    border-color: var(--kk-blue-dark);
}

.form-control,
select,
textarea,
input[type="text"],
input[type="email"] {
    border: 1px solid var(--kk-line);
    border-radius: 8px;
    background: #fff;
    height: 44px;
    box-shadow: none;
}

.form-control:focus,
input:focus,
textarea:focus {
    border-color: var(--kk-blue);
}

.modal-content {
    border-radius: 12px;
    overflow: hidden;
}

/* Keep the catalogue request modal comfortably sized despite legacy global modal sizing. */
#download_modal .modal-dialog.catalogue-download-dialog {
    width: min(700px, calc(100vw - 40px)) !important;
    max-width: 700px !important;
    margin: auto !important;
}

#download_modal .modal-body {
    height: auto !important;
    min-height: 0 !important;
    max-height: none;
    overflow: visible;
}

@media (max-width: 767px) {
    #download_modal .modal-dialog.catalogue-download-dialog {
        width: calc(100% - 32px) !important;
        max-width: none !important;
        margin: auto !important;
    }

    #download_modal .modal-body {
        max-height: calc(100vh - 150px);
        overflow-y: auto;
    }
}

.productnameheading {
    color: var(--kk-blue);
}

.p_img {
    max-height: 360px;
    width: 100%;
    object-fit: contain;
    background: var(--kk-paper, #f6f8fb);
}

/* Footer */
footer {
    background: #102a3d;
    padding: 22px 0 16px;
    position: relative !important;
    bottom: auto !important;
    margin-top: 32px;
}

footer .row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.copyright p,
.copyright a {
    color: #c9d6e2;
}

.copyright a {
    color: #7eb6e6;
}

.social-icons ul li a {
    width: 34px;
    height: 34px;
    line-height: 34px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    margin-right: 8px;
    display: inline-block;
    text-align: center;
}

.social-icons ul li a:hover {
    background: var(--kk-blue);
    color: #fff;
}

.scrollup {
    background: var(--kk-blue);
    border-radius: 50%;
}

@media (max-width: 768px) {
    .home .flexslider .slides .slider-text-wrapper {
        top: calc(var(--kk-visible-hero-h, 300px) - 68px);
        padding: 0 44px;
    }

    .home .flexslider .slides .slider-text-wrapper h3 {
        font-size: 18px !important;
    }

    .home .flexslider > .home-slider-caption {
        display: none;
    }

    .home .flex-control-nav {
        top: calc(var(--kk-visible-hero-h, 300px) - 20px) !important;
        bottom: auto !important;
    }

    .home .container.margin-bottom-60,
    .welcome-block {
        margin-top: 16px;
        padding: 20px 16px;
    }

    .home .flexslider .slides .slider-bg {
        height: 300px;
        min-height: 240px;
        max-height: 300px;
    }

    .home .flexslider .slides .slider-bg .slider-product {
        max-width: 96%;
        max-height: 94%;
    }

    .home .flexslider .slides > li.slide-banner-full .slider-bg,
    .home .flexslider .slides > li.slide-banner-full .slider-bg.slider-bg-banner {
        height: min(calc(100vh - var(--kk-header-h, 90px)), calc(100vw * 546 / 1024)) !important;
        height: min(calc(100dvh - var(--kk-header-h, 90px)), calc(100vw * 546 / 1024)) !important;
        max-height: calc(100vh - var(--kk-header-h, 90px)) !important;
        max-height: calc(100dvh - var(--kk-header-h, 90px)) !important;
        min-height: 180px !important;
        aspect-ratio: auto;
        padding: 0 !important;
    }

    .home .flexslider .slides > li.slide-banner-full .slider-bg .slider-product {
        max-width: none !important;
        max-height: none !important;
        width: 100% !important;
        height: 100% !important;
        object-fit: cover;
        object-position: center center;
        margin: 0 !important;
        padding: 0 !important;
    }

    .home .flexslider .slides > li.slide-banner-fit .slider-bg,
    .home .flexslider .slides > li.slide-banner-fit .slider-bg.slider-bg-banner {
        height: auto !important;
        min-height: 0 !important;
        max-height: none !important;
    }

    .home .flexslider .slides > li.slide-banner-fit .slider-bg .slider-product {
        position: relative !important;
        inset: auto !important;
        width: 100% !important;
        height: auto !important;
        max-height: none !important;
        object-fit: initial !important;
        object-position: initial !important;
    }

    .home .flexslider .home-hero-site-logo {
        top: 3px;
        right: 3px;
        height: 10px;
        max-height: 10px;
        max-width: 32px;
    }

    .home .flexslider .slides > li > .slider-brand-logo,
    .home .flexslider .slides > li.slide-banner-full > .slider-brand-logo,
    .home .flexslider .slides > li > .slider-brand-logo.slider-logo-hardik {
        display: none !important;
    }

    .home .flex-direction-nav a {
        width: 36px;
        height: 36px;
        line-height: 36px;
    }

    .home .flex-direction-nav a:before {
        line-height: 36px;
        font-size: 18px;
    }

    #main-menu {
        width: 100%;
        clear: both;
    }

    #main-menu ul.nav {
        display: block;
        background: #fff;
        padding: 8px 0 16px;
        border-top: 1px solid var(--kk-line);
    }

    #main-menu ul li a {
        display: block;
        padding: 12px 8px !important;
    }

    #main-menu ul.nav-inner {
        width: 100% !important;
        position: static;
        box-shadow: none;
    }

    .eventsclass {
        padding: 16px;
        margin-top: 16px;
    }

    .page-banner {
        height: 160px;
    }

    footer .row {
        display: block;
        text-align: center;
    }

    .social-icons {
        text-align: center;
        margin-top: 12px;
    }
}

@media (min-width: 768px) {
    .navbar-toggle {
        display: none !important;
    }
}
