@font-face {
    font-family: "Roboto";
    src: url("assets/fonts/Roboto-Regular.eot");
    src: url("assets/fonts/Roboto-Regular.eot?#iefix") format("embedded-opentype"),
        url("assets/fonts/Roboto-Regular.woff2") format("woff2"),
        url("assets/fonts/Roboto-Regular.woff") format("woff"),
        url("assets/fonts/Roboto-Regular.ttf") format("truetype"),
        url("assets/fonts/Roboto-Regular.svg#Roboto-Regular") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Roboto";
    src: url("assets/fonts/Roboto-Medium.eot");
    src: url("assets/fonts/Roboto-Medium.eot?#iefix") format("embedded-opentype"),
        url("assets/fonts/Roboto-Medium.woff2") format("woff2"),
        url("assets/fonts/Roboto-Medium.woff") format("woff"),
        url("assets/fonts/Roboto-Medium.ttf") format("truetype"),
        url("assets/fonts/Roboto-Medium.svg#Roboto-Medium") format("svg");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Roboto";
    src: url("assets/fonts/Roboto-Italic.eot");
    src: url("assets/fonts/Roboto-Italic.eot?#iefix") format("embedded-opentype"),
        url("assets/fonts/Roboto-Italic.woff2") format("woff2"),
        url("assets/fonts/Roboto-Italic.woff") format("woff"),
        url("assets/fonts/Roboto-Italic.ttf") format("truetype"),
        url("assets/fonts/Roboto-Italic.svg#Roboto-Italic") format("svg");
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Roboto";
    src: url("assets/fonts/Roboto-MediumItalic.eot");
    src: url("assets/fonts/Roboto-MediumItalic.eot?#iefix") format("embedded-opentype"),
        url("assets/fonts/Roboto-MediumItalic.woff2") format("woff2"),
        url("assets/fonts/Roboto-MediumItalic.woff") format("woff"),
        url("assets/fonts/Roboto-MediumItalic.ttf") format("truetype"),
        url("assets/fonts/Roboto-MediumItalic.svg#Roboto-MediumItalic") format("svg");
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1306px;
    }
}

a {
    color: var(--primary-yellow);
    text-decoration: none;
}

b,
strong {
    font-weight: 500;
}

a:hover {
    color: var(--secondary-blue);
}

:root {
    --primary-black: #000000;
    --primary-white: #fff;
    --primary-yellow: #f0b100;
    --secondary-blue: #002954;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-weight: 500;
}

body {
    font-family: "Roboto";
    color: #3e4148;
    font-size: clamp(0.875rem, 1.2vw, 1rem);
    background-color: #f9f9f9;
}

.d-none-desktop {
    display: none;
}

@media (max-width: 992px) {
    .d-none-mobile {
        display: none;
    }

    .d-none-desktop {
        display: block;
    }

    .hero-text-column {
        margin-bottom: 30px;
    }
}

.footer-dark {
    background-color: var(--primary-black);
}

.footer-row {
    padding: clamp(3.125rem, 1.789rem + 3.7175vw, 6.25rem) 0 clamp(1.875rem, 1.5009rem + 1.0409vw, 2.75rem);
    row-gap: 50px;
    justify-content: space-between;
}

.footer-logo {
    max-width: 113px;
    padding-bottom: 27.25px;
}

.footer-heading {
    color: var(--primary-white);
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 29px;
}

.footer-para {
    color: var(--primary-white);
    font-size: 14px;
    max-width: 222px;
}

.social-icons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 89px;
}

.social-icons .icon-light {
    width: 21px;
    height: 21px;
    background-color: var(--primary-blue);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s ease;
}

.social-icons .icon-light:hover {
    transform: rotate(360deg) scale(1.3);
}

.footer-link {
    color: var(--primary-yellow);
    text-decoration: none;
    font-size: 14px;
    line-height: 30px;
}

.footer-link:hover,
.footer-contact a:hover,
.footer-bg-call a:hover,
.copy-right p a:hover {
    color: var(--secondary-blue);
}

.footer-service-box {
    background-color: var(--secondary-dark-navy);
    color: var(--primary-white);
    padding: 26px 15px 29px 24px;
}

.bg-last-col .small {
    font-size: 12px;
    font-style: italic;
    line-height: 16px;
}

.footer-address {
    color: var(--primary-white);
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 24px;
}

.footer-contact a {
    color: var(--primary-yellow);
    font-size: 16px;
    line-height: 30px;
    text-decoration: none;
    padding-left: 25px;
    position: relative;
}

.footer-contact a::after {
    content: "";
    width: 15px;
    height: 15px;
    background-image: url(assets/images/phone-call.svg);
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 3px;
}

.footer-contact a:nth-child(2)::after {
    background-image: url(assets/images/email.svg);
}

.bg-last-col {
    display: flex;
    align-items: center;
    padding-bottom: 21.02px;
}

.big-call-icon {
    width: 36px;
    height: 36px;
    border: 1px solid var(--primary-white);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 22px;
}

.footer-heading-bg {
    color: var(--primary-white);
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 0;
}

.footer-bg-call a {
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
    color: var(--primary-white);
    padding-left: 59px;
}

.copy-right {
    padding-top: clamp(2.5rem, 1.5381rem + 2.6766vw, 4.75rem);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.copy-right p {
    color: var(--primary-white);
    margin-bottom: 0;
    font-size: 10px;
    line-height: 24px;
}

.copy-right p a {
    color: var(--primary-white);
    text-decoration: underline;
}

.footer-row>div {
    width: 100%;
}

.footer-col-one {
    max-width: 256px;
    max-width: 19.64%;
}

.footer-col-two {
    max-width: 255px;
    max-width: 19.56%;
}

.footer-col-three {
    max-width: 256px;
    max-width: 19.64%;
}

.footer-col-four {
    max-width: 256px;
    max-width: 19.64%;
}

.footer-col-five {
    max-width: 280px;
    max-width: 21.5%;
}

.footer-contact {
    max-width: 245px;
}

/* header */
.cmn-btn {
    background-color: var(--primary-yellow);
    color: #101828;
    padding: 0px 30px;
    border-radius: 4px;
    line-height: 51px;
    display: flex;
    align-items: center;
    width: fit-content;
    justify-content: center;
    border: 1px solid transparent;
    transition: 0.15s ease-in-out;
}

.cmn-btn:hover {
    background-color: var(--secondary-blue);
    color: var(--primary-white);
}

.cmn-btn.header-btn {
    margin-left: 28px;
    line-height: 40px;
}

.cmn-btn.cmn-btn-arrow svg {
    margin-left: 10px;
}

.cmn-btn.cmn-btn-arrow {
    display: flex;
    align-items: center;
}

.cmn-btn.cmn-btn-icon {
    display: flex;
    align-items: center;
}

.cmn-btn.cmn-btn-icon svg {
    margin-right: 10px;
}

.cmn-btn-arrow svg path,
.cmn-btn-icon svg path {
    transition: 0.15s ease-in-out;
}

.cmn-btn-arrow:hover svg path,
.cmn-btn-icon:hover svg path {
    stroke: white;
}

.cmn-btn-arrow.cmn-btn.cmn-btn-blue:hover svg path,
.cmn-btn-icon.cmn-btn.cmn-btn-blue:hover svg path {
    stroke: var(--secondary-blue);
}

.cmn-btn.cmn-btn-small {
    line-height: 48px;
}

.cmn-btn.cmn-btn-blue {
    color: white;
    background-color: var(--secondary-blue);
    border: 1px solid rgba(51, 84, 118, 1);
}

.cmn-btn.cmn-btn-blue:hover {
    color: var(--secondary-blue);
    background-color: var(--primary-white);
    border: 1px solid var(--primary-white);
}

header {
    position: absolute;
    width: 100%;
    z-index: 10;
    padding: 18px 0 12px;
}

header>div {
    position: relative;
}

header>div:after {
    content: "";
    width: calc(100% + 62px);
    height: 1px;
    background: rgba(255, 255, 255, 0.1);
    position: absolute;
    bottom: -12px;
    left: -31px;
}

.black-header header>div:after {
    display: none;
}

.black-header,
.black-header header {
    position: unset;
    background-color: var(--primary-black);
}

.black-header header {
    padding: 18px 0 17px;
}

.navbar-brand img {
    max-width: 148px;
    width: 100%;
}

.navbar-nav li a {
    color: var(--primary-white) !important;
    padding: 0 !important;
    font-size: 16px;
}

.navbar-nav>li:hover>a {
    color: var(--primary-yellow) !important;
}

.navbar-nav li:not(.visit-store-btn, header .dropdown-menu li) {
    margin-left: 26px;
}

@media (max-width: 1199px) {
    .navbar-brand img {
        max-width: 110px;
    }

    .navbar-nav li a {
        font-size: 14px;
    }

    .navbar-nav li:not(.visit-store-btn, header .dropdown-menu li) {
        margin-left: 16px;
    }
}

@media (max-width: 992px) {
    .navbar-toggler {
        position: relative;
        float: right;
        margin: 0;
        padding: 9px 10px;
        background-color: transparent;
        background-image: none;
        border: unset;
        border-radius: 0;
        order: 3;
        margin-left: 15px;
    }

    .visit-store-btn {
        margin-left: auto;
    }

    .navbar-toggler .icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px;
        background-color: var(--primary-white);
    }

    .navbar-toggler .icon-bar {
        width: 30px;
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
    }

    .navbar-toggler .icon-bar+.icon-bar {
        margin-top: 6px;
    }

    .navbar-toggler[aria-expanded="true"] .icon-bar:nth-of-type(1) {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transform-origin: 10% 10%;
        -ms-transform-origin: 10% 10%;
        transform-origin: 10% 10%;
    }

    .navbar-toggler.collapsed .icon-bar:nth-of-type(1) {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }

    .navbar-toggler[aria-expanded="true"] .icon-bar:nth-of-type(2) {
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .navbar-toggler .collapsed .icon-bar:nth-of-type(2) {
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .navbar-toggler[aria-expanded="true"] .icon-bar:nth-of-type(3) {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: 10% 90%;
        -ms-transform-origin: 10% 90%;
        transform-origin: 10% 90%;
    }

    .navbar-toggler.collapsed .icon-bar:nth-of-type(3) {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }

    .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: var(--secondary-blue);
        margin-top: 11px;
        padding: 0px 20px;
        z-index: 10;
    }

    .black-header .navbar-collapse {
        top: calc(100% + 6px);
    }

    .navbar-light .navbar-toggler:focus {
        box-shadow: none;
    }

    .navbar-light .navbar-toggler:focus-visible {
        outline: none;
    }

    .navbar-nav li:not(.visit-store-btn, header .dropdown-menu li) {
        margin-left: 0;
        border-bottom: 1px solid #ffffff3b;
        padding: 10px 0;
        margin-bottom: 3px;
    }

    .visit-store-btn .btn {
        margin-left: 0;
        display: none;
    }

    .has-children.sub-menu-active .dropdown-menu {
        display: block;
    }

    header .dropdown-menu::before {
        display: none;
    }

    header .dropdown-menu {
        padding: 10px 0;
    }

    .navbar-nav li:not(.visit-store-btn, header .dropdown-menu li):last-child {
        border-bottom: 0;
    }

    header>div::after {
        width: 100%;
        left: 0;
    }
}

/* hero-section */
.hero-submit-btn {
    width: 100%;
}

.hero-image img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.hero-section {
    position: relative;
}

/* contact page css */
.form-control-div {
    position: relative;
}

.contact-page-btn {
    width: 100%;
}

.form-control-div select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 20px;
    padding-right: 40px;
    /* space for arrow */
}

.contact-page .banner-description {
    max-width: 830px;
    margin-bottom: 48px;
}

.space-top {
    padding-top: clamp(2.5rem, 0.6296rem + 5.2045vw, 6.875rem) !important;
}

.space-bottom {
    padding-bottom: clamp(2.5rem, 0.6296rem + 5.2045vw, 6.875rem) !important;
}

.contact-col-one {
    margin-bottom: 48px;
}

.contact-col-three {
    width: 100%;
}

.contact-col-four {
    max-width: 48.5%;
    width: 100%;
    margin-top: 73px;
}

.contact-form-fill {
    max-width: 60%;
    margin-left: auto;
}

.fill-form {
    display: flex;
    justify-content: space-between;
}

.row.contact-row h4 {
    margin-bottom: 45px;
}

.thin-heading {
    margin-bottom: 0;
    font-weight: 500;
}

.address {
    margin-bottom: 28px;
}

.form-control::placeholder {
    color: #9b9b9b;
    opacity: 1;
}

.form-control {
    padding: 11px 16px;
    border: 2px solid #eaeaea;
    border-radius: 4px;
}

/* .form-control:focus:required:invalid {
    border: 2px solid red;
}

.form-control:required:valid {
    border: 2px solid black;
} */

.form-control:focus {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

.form-control-div {
    margin-bottom: 30px;
}

.form-text-area {
    min-height: 150px !important;
    resize: none;
}

.form-control-textarea {
    margin-bottom: 39px;
}

.form-small-text {
    margin: 11px 0 10px;
    display: block;
}

.hero-form-box .form-small-text {
    color: white;
    text-align: center;
    margin-bottom: 0;
}

.contact-form-fill .submit-btn {
    width: 100%;
    background-color: var(--primary-blue);
    border: unset;
    color: var(--primary-white);
    font-size: 15px;
    line-height: 20px;
    padding: 15.5px 10px;
    border-radius: 4px;
}

.post-name {
    font-size: 12px;
    font-style: italic;
}

.contact-left {
    max-width: 40%;
}

.contact-form-fill .submit-btn {
    width: 100%;
    background-color: var(--primary-yellow);
    border: unset;
    color: var(--primary-black);
    font-size: 15px;
    line-height: 20px;
    padding: 15.5px 10px;
    border-radius: 4px;
}

.error-message {
    display: none;
    color: #ce0000;
    font-size: 12px;
}

.input-error {
    border: 2px solid #ce0000;
}

/* CMN Css */

.breadcrumb {
    font-size: 12px;
    align-items: center;
    margin: 10px 0 clamp(1.5625rem, 1.2686rem + 0.8178vw, 2.25rem);
}

.ochrana-osob .breadcrumb {
    margin: 10px 10px;
}

.breadcrumb a {
    color: var(--primary-yellow);
    display: inline-flex;
    text-decoration: underline;
}

.home-icon::after {
    background: url('data:image/svg+xml,<svg id="InterfaceIcon" xmlns="http://www.w3.org/2000/svg" width="11.994" height="11.994" viewBox="0 0 11.994 11.994"><g id="_01.Home" data-name="01.Home"><path id="Path_3782" data-name="Path 3782" d="M6,0a6,6,0,1,0,6,6A6,6,0,0,0,6,0Zm3.03,6.179H8.781V8.694a.481.481,0,0,1-.48.48H6.924V7.55a.927.927,0,0,0-1.853,0V9.174H3.694a.481.481,0,0,1-.48-.48V6.179H2.967a.483.483,0,0,1-.31-.853L5.38,3.045a.961.961,0,0,1,1.235,0L9.338,5.327a.483.483,0,0,1-.31.853Z" fill="%23F0B100"/></g></svg>') no-repeat center;
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
}

.breadcrumb-separator::after {
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="5.462" height="9.103" viewBox="0 0 5.462 9.103"><g id="Chevron" transform="translate(-6 -2)"><path id="Path_332" data-name="Path 332" d="M11.2,5.908,7.554,2.267A.91.91,0,1,0,6.267,3.554l3,3-3,3a.91.91,0,1,0,1.287,1.287L11.2,7.2a.91.91,0,0,0,0-1.287Z"/></g></svg>') no-repeat center;
    content: "";
    display: inline-block;
    width: 5px;
    height: 9px;
    margin: 0 5px;
}

.section-logo-listing {
    overflow: hidden;
    position: relative;
}

.logo-listing-row {
    display: flex;
    align-items: center;
    gap: 60px;
    /* spacing between logos */
    white-space: nowrap;
    position: relative;
}

.logo-listing-column {
    flex: 0 0 auto;
}



.section-logo-listing::before {
    content: "";
    position: absolute;
    width: 17.188vw;
    height: 100%;
    background: linear-gradient(270deg,
            rgba(249, 249, 249, 0) 0%,
            rgba(249, 249, 249, 1) 50%,
            rgba(249, 249, 249, 1) 100%);
    left: 0;
    top: 0;
    opacity: 90%;
    z-index: 1;
}

.section-logo-listing::after {
    content: "";
    position: absolute;
    width: 17.188vw;
    height: 100%;
    background: linear-gradient(90deg,
            rgba(249, 249, 249, 0) 0%,
            rgba(249, 249, 249, 1) 50%,
            rgba(249, 249, 249, 1) 100%);
    right: 0;
    top: 0;
    opacity: 90%;
}

.logo-listing-header {
    text-align: center;
    margin-bottom: 24px;
    position: relative;
    z-index: 1;
}

/* logo listing title/subtitle use shared section-heading/subheading styles */

/* Hero Section */
.hero-section {
    position: relative;
    width: 100%;
    /* min-height: 100vh;
    max-height: 100vh; */
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    padding: 140px 0 90px 0;
}

.hero-section.inner-hero-section {
    padding: 50px 0 90px 0;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(270deg,
            rgba(1, 41, 83, 0) 0%,
            rgba(1, 41, 83, 1) 100%);
    z-index: 1;
}

.hero-container {
    position: relative;
    z-index: 2;
    width: 100%;
    margin: 0 auto;
}

.hero-content-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(2rem, 4vw, 4rem);
    align-items: center;
}

.ochrana-osob .hero-content-wrapper {
    display: flex;
    max-width: 650px;
}

.hero-text-column {
    color: var(--primary-white);
    display: flex;
    flex-direction: column;
    gap: clamp(1rem, 2vw, 1rem);
}

.hero-label {
    font-size: clamp(0.75rem, 1.2vw, 0.875rem);
    font-weight: 500;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 0.25rem;
}

.hero-heading {
    font-size: clamp(2rem, 4vw, 2.813rem);
    line-height: 1.2;
    margin: 0;
    color: var(--primary-white);
}

.hero-subtext {
    font-size: clamp(1rem, 1.5vw, 1rem);
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.95);
    margin: 0;
}

.hero-features-list {
    list-style: none;
    padding: 0;
    margin: clamp(0.5rem, 1vw, 1rem) 0;
    display: flex;
    flex-direction: column;
    gap: clamp(1.25rem, 2vw, 0.875rem);
}

.hero-feature-item {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
}

.hero-feature-icon {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-feature-icon svg {
    width: 24px;
    height: 24px;
}

.hero-feature-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.hero-feature-title {
    font-size: clamp(1rem, 1.5vw, 1.125rem);
    margin: 0;
    color: var(--primary-white);
}

.hero-feature-text {
    font-size: clamp(0.875rem, 1.2vw, 1rem);
    line-height: 1.5;
    margin: 0;
    color: #99a1af;
}

.hero-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: clamp(0.5rem, 1vw, 1rem);
}

.hero-btn svg {
    flex-shrink: 0;
    width: 14px;
    height: 14px;
}

.hero-btn-primary {
    background-color: #f5b400;
    color: #101828;
}

.hero-btn-primary:hover {
    background-color: #d19a00;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(245, 180, 0, 0.3);
}

.hero-btn-secondary {
    background-color: rgba(0, 41, 84, 0.8);
    color: var(--primary-white);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.hero-btn-secondary:hover {
    background-color: rgba(0, 41, 84, 1);
    border-color: rgba(255, 255, 255, 0.4);
    transform: translateY(-2px);
}

.hero-form-column {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.hero-form-box {
    width: 100%;
    max-width: 584px;
    background: radial-gradient(circle,
            rgba(255, 255, 255, 0.3981793400954131) 4%,
            rgba(255, 255, 255, 0.2049020291710434) 100%);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 4px;
    padding: clamp(2rem, 3vw, 2rem);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

.hero-section .hero-form-box {
    margin-top: -42px;
}

.hero-form-box .submit-btn.btn.cmn-btn {
    width: 100%;
}

.hero-form-heading {
    font-size: clamp(1.25rem, 2vw, 1.25rem);
    color: white;
    margin: 0 0 0.75rem 0;
    line-height: 1.3;
}

.hero-form-description {
    font-size: clamp(0.875rem, 1.2vw, 1rem);
    line-height: 1.6;
    color: white;
    margin: 0 0 clamp(1.5rem, 2vw, 2rem) 0;
}

.hero-form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.hero-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.hero-form-field {
    display: flex;
    flex-direction: column;
}

.hero-form-field-full {
    grid-column: 1 / -1;
}

.hero-form-field input,
.hero-form-field select,
.hero-form-field textarea {
    width: 100%;
    padding: 12px 16px;
    font-size: clamp(0.875rem, 1.2vw, 1rem);
    font-family: "Roboto", sans-serif;
    color: #1a1a1a;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

.hero-form-field input:focus,
.hero-form-field select:focus,
.hero-form-field textarea:focus {
    outline: none;
    border-color: #f5b400;
    box-shadow: 0 0 0 3px rgba(245, 180, 0, 0.1);
}

.hero-form-field input::placeholder,
.hero-form-field textarea::placeholder {
    color: #9b9b9b;
}

.hero-form-field input,
.hero-form-field select {
    height: 48px;
}

.hero-form-field textarea {
    min-height: 100px;
    resize: vertical;
    font-family: "Roboto", sans-serif;
}

.hero-form-field select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%231a1a1a' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    padding-right: 40px;
    cursor: pointer;
}

.hero-form-submit {
    width: 100%;
    padding: 14px 24px;
    font-size: clamp(0.9375rem, 1.3vw, 1.0625rem);
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    color: #ffffff;
    background-color: #f5b400;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 0.5rem;
}

.hero-form-submit:hover {
    background-color: #d19a00;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(245, 180, 0, 0.3);
}

.hero-form-gdpr {
    font-size: clamp(0.75rem, 1vw, 0.875rem);
    color: #666666;
    text-align: center;
    margin: 0.5rem 0 0 0;
    line-height: 1.4;
}

@media (max-width: 992px) {
    .hero-content-wrapper {
        grid-template-columns: 1fr;
        gap: clamp(2.5rem, 4vw, 3.5rem);
    }

    .hero-form-column {
        justify-content: center;
    }

    .hero-form-box {
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .hero-overlay {
	background: linear-gradient(180deg, rgba(0, 41, 84, 0.95) 0%, rgba(0, 41, 84, 0.85) 60%, rgba(0, 41, 84, 0.7) 100%);
	opacity: 80%;
}

    .hero-container {
        padding: clamp(1.5rem, 3vw, 2rem) clamp(1rem, 3vw, 1.5rem);
    }

    .hero-form-row {
        grid-template-columns: 1fr;
    }

    .hero-buttons {
        flex-direction: column;
    }

    .hero-btn {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .hero-feature-item {
        gap: 0.75rem;
    }

    .hero-feature-icon {
        width: 20px;
        height: 20px;
    }

    .hero-form-box {
        padding: clamp(1.5rem, 3vw, 2rem);
    }
}

/* Stats Section */
.stats-section {
    background-color: #f9f9f9;
}

.stats-item {
    text-align: center;
}

.section-subtitle .stats-number-wrapper {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.stats-number-wrapper::before {
    content: "";
    position: absolute;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: rgba(245, 180, 0, 0.18);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.stats-number {
    font-size: clamp(2rem, 3vw, 2.8125rem);
    color: #002954;
    font-weight: 500;
    position: relative;
    z-index: 1;
}

.stats-number::after {
    content: "";
    position: absolute;
    width: clamp(2.5rem, 0.4614rem + 2.9488vw, 4rem);
    height: clamp(2.5rem, 0.4614rem + 2.9488vw, 4rem);
    background-color: #fef9c2;
    z-index: -1;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 100%;
}

.stats-label {
    font-weight: 500;
    font-size: 19px;
}

.stats-subtext {
    font-size: 16px;
}

/* Safety Categories Section */

.safety-heading {
    font-size: clamp(1.75rem, 3vw, 2.25rem);
    font-weight: 500;
    color: #101828;
    margin-bottom: 0.5rem;
}

.safety-intro {
    font-size: 0.95rem;
    color: #667085;
    max-width: 600px;
    margin: 0 auto;
}

@media (min-width: 992px) {
    .safety-intro {
        margin-left: 0;
    }
}

.safety-card {
    background-color: #ffffff;
    padding: 52px 22px 30px 37px;
    display: flex;
    flex-direction: column;
}

.safety-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #fef9c2;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.safety-icon img {
    max-width: 22px;
    max-height: 22px;
}

.safety-card-title {
    font-size: 19px;
    margin-bottom: 5px;
}

.safety-card-text {
    margin-bottom: 0.75rem;
}

.safety-card-list {
    list-style: none;
    padding: 0;
    margin: 0 0 0.75rem;
}

.safety-card-list li {
    position: relative;
    padding-left: 1.1rem;
    font-size: 0.9rem;
    line-height: 1.5;
}

.safety-card-list li+li {
    margin-top: 0.25rem;
}

.safety-card-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.55em;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: var(--primary-yellow);
    transform: translateY(-50%);
}

.safety-card-link {
    margin-top: auto;
    font-size: 0.9rem;
    color: var(--primary-yellow);
    text-decoration: none;
}

.safety-card-link:hover {
    color: #d19a00;
}

/* Products Section */

.products-section-row {
    margin-bottom: 40px;
}

.products-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: clamp(1.5rem, 3vw, 2rem);
    width: 100%;
}

.product-card {
    background-color: #ffffff;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.product-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.product-card-image {
    width: 100%;
    height: 200px;
    overflow: hidden;
    background-color: #f5f5f5;
}

.product-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.product-card-body {
    padding: 22px 17px 30px 20px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    gap: 0.75rem;
}

.product-card-title {
    font-size: clamp(1.125rem, 1.5vw, 1.25rem);
    color: #1a1a1a;
    margin: 0;
    line-height: 1.3;
}

.product-card-description {
    line-height: 1.5;
    color: #1a1a1a;
    margin: 0;
    flex-grow: 1;
}

.product-card-features {
    list-style: none;
    padding: 0;
    margin: 0.5rem 0;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.product-card-features li {
    font-size: clamp(0.875rem, 1.2vw, 0.9375rem);
    line-height: 1.5;
    color: #1a1a1a;
    padding-left: 1.25rem;
    position: relative;
}

.product-card-features li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.5em;
    width: 6px;
    height: 6px;
    background-color: #f5b400;
    border-radius: 50%;
    transform: translateY(-50%);
}

.product-card-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: #f5b400;
    font-size: clamp(0.875rem, 1.2vw, 1rem);
    font-weight: 500;
    text-decoration: none;
    margin-top: auto;
    transition: color 0.3s ease;
}

.product-card-link:hover {
    color: #d19a00;
}

.product-card-link svg {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
}

/* Catalog CTA Section */

.catalog-cta-box {
    margin: 0 auto;
    background-color: #ffffff;
    border: 2px solid var(--primary-yellow);
    padding: 38px 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.catalog-cta-box .cmn-btn.cmn-btn-icon {
    margin-top: 30px;
}

.catalog-cta-heading {
    font-size: 19px;
    margin: 0;
    line-height: 1.3;
}

.catalog-cta-description {
    margin: 0;
    max-width: 640px;
}

.catalog-cta-button svg {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

/* Responsive Design for Products Section */
@media (max-width: 992px) {
    .products-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .products-grid {
        grid-template-columns: 1fr;
        gap: clamp(1.25rem, 3vw, 1.75rem);
    }

    .catalog-cta-box {
        padding: clamp(1.5rem, 3vw, 2rem) clamp(1.25rem, 3vw, 1.75rem);
    }
}

@media (max-width: 480px) {
    .product-card-image {
        height: 180px;
    }

    .product-card-body {
        padding: 1.25rem;
    }

    .catalog-cta-button {
        width: 100%;
        max-width: 300px;
    }
}

/* Shared section headings/subheadings */

/* .section-header{
    background-color: red;
} */
.section-title {
    font-size: clamp(1.75rem, 3vw, 2.8125rem);
    margin-bottom: 0.5rem;
}

.section-subtitle {
    line-height: 1.5;
    margin: 0;
}

.section-header {
    margin-bottom: 50px;
}

/* Products tabs & headings */

.products-tabs .nav-link {
    border-radius: 4px;
    color: #101828;
    background-color: #ffffff;
    border: 1px solid #e5e7eb;
    padding: 14px 24px;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
}

.products-tabs .nav-link svg {
    margin-right: 7px;
}

.products-tabs .nav-link.active {
    background-color: var(--primary-yellow);
    color: #101828;
    border-color: var(--primary-yellow);
}

.products-tabs .nav-link:hover:not(.active) {
    border-color: #c9ced6;
}

/* about-machines */

.about-machines-image {
    height: 100%;
    max-width: 100%;
}

.about-machines-content {
    background: var(--primary-white);
    padding: 35px 48px 35px 30px;
    height: 100%;
}

.about-machines-content-wrapper {
    height: 100%;
    padding-left: 12px;
}

.about-machines-content-wrapper .section-title {
    margin-bottom: 40px;
}

.signature {
    margin-left: clamp(3.75rem, 2.7106rem + 2.1683vw, 5.3125rem);
}

.highlight-circle span {
    font-size: 70px;
    display: block;
    line-height: 1.1;
    font-weight: 500;
}

.highlight-circle {
    padding: 20px;
    background: #002954;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    display: inline-block;
    color: var(--primary-white);
    display: flex;
    height: 204px;
    width: 204px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    right: -36px;
    bottom: 74px;
    font-size: 14px;
}

.about-machines-content .col-md-9 {
    width: 62%;
}

.about-machines-content .col-md-3 {
    width: 38%;
}

.about-feature-boxes {
    max-width: max-content;
    margin-left: auto;
}

.detail-content p {
    margin-bottom: clamp(0.9375rem, 0.5367rem + 1.1152vw, 1.875rem);
    max-width: 445px;
}

.about-machines-section .about-feature-box-title {
    margin-bottom: 12px;
    z-index: 1;
    position: relative;
}

.about-machines-section .about-feature-box-title::before {
    content: "";
    width: 30px;
    height: 30px;
    top: -3px;
    left: -10px;
    position: absolute;
    background-color: #f1f1f1;
    border-radius: 50%;
    z-index: -1;
}

.about-machines-section .feature-box p {
    max-width: 250px;
}

.consultation-panel-wrapper {
    display: flex;
    align-items: center;
    background-color: var(--primary-yellow);
    position: relative;
}

.consultation-actions {
    margin-top: 38px;
}

.bg-lines-img {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: auto;
}

@media (max-width: 992px) {
    .about-machines-content {
        margin-top: 2rem;
        padding: 30px 24px;
    }

    .about-machines-section .section-title,
    .why-choose-section .section-title {
        max-width: 100%;
    }

    .highlight-circle {
        bottom: -50px;
        left: 0;
        right: 0;
        transform: translateX(0);
        margin: auto;
    }
}

/* Company Section Styles */
.company-section {
    padding: 0 0 80px 0;
}

.company-title {
    font-size: 48px;
    font-weight: 500;
    margin-bottom: 24px;
    color: #333;
}

.company-text {
    color: #555;
    margin-bottom: 20px;
    line-height: 1.6;
}

.feature-box {
    background-color: #fff9c4;
    /* Light yellow */
    padding: 30px 20px;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    border-radius: 4px;
    transition: transform 0.3s;
}

.feature-box:hover {
    transform: translateY(-5px);
}

.feature-icon {
    width: 60px;
    height: 60px;
    object-fit: contain;
    margin-bottom: 20px;
}

.feature-title {
    font-size: 14px;
    max-width: 220px;
    margin: 0 auto;
    font-weight: 500;
}

.company-machine-section {
    padding-top: 60px;
}

.signature-img {
    max-width: 150px;
    margin-top: 10px;
}

.machine-img {
    width: 100%;
    padding-left: 60px;
}

/* Overlay */
.form-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 9999;
}

/* Active state */
.form-popup-overlay.active {
    opacity: 1;
    visibility: visible;
}

/* Popup Box */
.form-popup-content {
    max-width: 700px;
    width: 95%;
    max-height: 90vh;
    overflow-y: auto;
    border-radius: 12px;
    position: relative;
    padding: 30px;
    transform: scale(0.9);
    transition: all 0.3s ease;
}

.form-popup-overlay.active .form-popup-content {
    transform: scale(1);
}

/* Close Button */
.form-popup-close {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #000;
    color: #fff;
    border: none;
    font-size: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.navbar-toggler:focus {
    box-shadow: unset;
}

.company-machine-section .signature-img {
    margin-left: 55px;
}

.section-logo-listing .section-header.text-center {
    margin-bottom: 80px;
}

.section-header.page-title .section-subtitle {
    max-width: 793px;
}
.section-logo-listing .section-title, .section-logo-listing .section-subtitle {
	position: relative;
	z-index: 1;
}

/* MEDIA QUERY */
@media (max-width: 1399px) {
.safety-card {
	padding: 30px 20px 10px 20px;
}
}
@media (max-width: 1199px) {
    .footer-col-one {
        max-width: 25%;
    }

    .footer-col-two {
        max-width: 25%;
    }

    .footer-col-three {
        max-width: 25%;
    }

    .footer-col-four {
        max-width: 25%;
    }

    .form-control-div,
    .form-control-textarea {
        margin-bottom: 20px;
    }

    .section-logo-listing .section-header.text-center,
    .section-header {
        margin-bottom: 30px;
    }
    .products-section-row {
	margin-bottom: 20px;
}
.row.contact-row h4 {
	margin-bottom: 20px;
}
}

@media (max-width: 992px) {
    .about-machines-content-wrapper {
        padding-left: 0px;
    }

    .footer-heading {
        margin-bottom: 10px;
    }

    .logo-listing-column img {
        height: 30px;
    }

    .logo-listing-row {
        gap: 30px;
    }

    .machine-img {
        padding-left: 0px;
    }

    .highlight-circle span {
        font-size: 40px;
    }

    .highlight-circle {
        height: 144px;
        width: 144px;
    }
    .about-machines-section .col-lg-8 {
        height: 100%;
    }
   .company-machine-section {
	padding-top: 0;
	padding-bottom: 30px;
}
.contact-form-fill {
	margin-bottom: 20px;
}
}

@media (max-width: 768px) {
    .footer-col-one {
        max-width: 50%;
    }

    .footer-col-two {
        max-width: 50%;
    }

    .footer-col-three {
        max-width: 50%;
    }

    .footer-col-four {
        max-width: 50%;
    }

    .states-card {
        width: 100%;
    }

    .about-machines-content .col-md-9 {
        width: 100%;
    }

    .detail-content p {
        max-width: 100%;
    }

    .about-machines-content .col-md-3 {
        width: 100%;
    }

    .about-feature-boxes {
        margin-left: unset;
        margin: 20px 0 30px 0;
    }

    .contact-row {
        flex-direction: column-reverse;
    }

    .contact-left {
        max-width: 100%;
        display: flex;
    }

    .contact-form-fill {
        max-width: 100%;
    }

    .form-popup-content {
        padding: 0;
    }
}

@media (max-width: 480px) {
    .footer-col-one {
        max-width: 100%;
    }

    .footer-col-two {
        max-width: 100%;
    }

    .footer-col-three {
        max-width: 100%;
    }

    .footer-col-four {
        max-width: 100%;
    }

    .footer-row {
        row-gap: 20px;
    }

    .form-control-div {
        width: 100%;
    }

    .contact-left {
        flex-direction: column;
    }
    .products-tabs .nav-link{
        width: 100%;
    }
    .products-tabs .nav-item{
        width: 100%;
    }
}