body {
/*    font: 400 16px Lato, sans-serif;
    line-height: 1.8;
    color: #818181;*/
    
    font-family: 'Roboto', sans-serif;
    /*background-color: #f8f9fa;*/
    color: #333;
    line-height: 1.6;
}
h2 {
    font-size: 24px;
    text-transform: uppercase;
    color: #303030;
    font-weight: 600;
    margin-bottom: 30px;
}
h4 {
    font-size: 19px;
    line-height: 1.375em;
    color: #303030;
    font-weight: 400;
    margin-bottom: 30px;
}
.jumbotron {
    background-color: black;
    color: #fff;
    padding: 100px 25px;
    font-family: Montserrat, sans-serif;
}

.jumbotron ul li a {
    text-transform: uppercase;
}

.container-fluid {
    padding: 30px 24px;
}
.bg-grey {
    background-color: #f6f6f6;
}
.logo-small {
    color: #f4511e;
    font-size: 50px;
}
.logo {
    color: #f4511e;
    font-size: 200px;
}

.thumbnail {
    padding: 0 0 15px 0;
    border: none;
    border-radius: 0;
}
.thumbnail img {
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
}
.carousel-control.right, .carousel-control.left {
    background-image: none;
    color: darkturquoise;
    /*display: none;*/
}
.carousel-indicators li {
    border-color: darkturquoise;
    display: none;

}
.carousel-indicators li.active {
    background-color: darkturquoise;
    display: none;
}

#carouselExampleIndicators .carousel-indicators {
    bottom: -80px;
}

#carouselExampleIndicators .carousel-indicators li {
    display: inline-block;
    width: 100px;
    height: 100px;
    margin: 1px;
    text-indent: 0;
    border: none;
}

#qvCarousel .carousel-indicators li {
    display: block;
}

#qvCarousel .carousel-indicators li.active {
    display: block;
}

.item {

}

.item h4 {
    font-size: 36px;
    line-height: 1.375em;
    columns: black;
    font-family: fantasy;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    color: white;
}
.item span {
    font-style: normal;
}
.panel {
    border: 1px solid lightgray;
    border-radius:0 !important;
    transition: box-shadow 0.5s;
}
.panel:hover {
    box-shadow: 5px 0px 40px rgba(0,0,0, .2);
}
.panel-footer .btn:hover {
    border: 1px solid #f4511e;
    background-color: #fff !important;
    color: #f4511e;
}
.panel-heading {
    color: #fff !important;
    background-color: #f4511e !important;
    padding: 25px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.panel-footer {
    background-color: white !important;
}
.panel-footer h3 {
    font-size: 32px;
}
.panel-footer h4 {
    color: #aaa;
    font-size: 14px;
}
.panel-footer .btn {
    margin: 15px 0;
    background-color: #f4511e;
    color: #fff;
}
.navbar {
    margin-bottom: 0;
    background-color: white;
    /*z-index: 1000;*/
    /*border: 0;*/
    /*font-size: 12px !important;*/
    line-height: 1.42857143 !important;
    letter-spacing: 0px;
    border-radius: 0;
    font-family: Montserrat, sans-serif;
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2) !important;
    -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2) !important;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.2) !important;
    /*height: 70px;*/
    width: 100%;
    /*padding-bottom: 5px;*/
}
.navbar li a {
    color: #000 !important;
    font-size: 12px;
}

.navbar .navbar-brand {
    color: #000 !important;
}

.navbar .navbar-brand span{
    font-size: 10px;
    font-family: initial;
    margin-top: 53px;
    display: block;
    text-transform: uppercase;
    position: absolute;
    left: 4px;
    font-weight: bold;
    color: #7283a3;
}

.navbar-nav li a {
    padding: 10px 8px;
}

.navbar-nav li a:hover, .navbar-nav li.active a {
    color: #f4511e !important;
    background-color: #fff !important;
}
.navbar-default .navbar-toggle {
    border-color: transparent;
    color: #fff !important;
}
.banner {
    padding-top: 50px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
    padding-bottom: 50px;
    text-align: center;
    color: #000;
    /*background: url(../img/banner-bg.jpg) no-repeat center center;*/
    background-size: cover;
    height: 850px;
    position: relative;
}

footer .glyphicon {
    font-size: 20px;
    margin-bottom: 20px;
    color: #f4511e;
}
.slideanim {
    visibility:hidden;
}
.slide {
    animation-name: slide;
    -webkit-animation-name: slide;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    visibility: visible;
}
@keyframes slide {
    0% {
        opacity: 0;
        transform: translateY(70%);
    }
    100% {
        opacity: 1;
        transform: translateY(0%);
    }
}
@-webkit-keyframes slide {
    0% {
        opacity: 0;
        -webkit-transform: translateY(70%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0%);
    }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
    #myNavbar{
        width: 580px;
    }
    #myPage {
        min-height: 600px;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1200px) {
    #myNavbar{
        width: 750px;
    }

}

@media screen and (max-width: 768px) {
    .col-sm-4 {
        text-align: center;
        margin: 25px 0;
    }
    .btn-lg {
        width: 100%;
        margin-bottom: 35px;
    }

    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
        max-height: 540px;
        overflow: auto;
        -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2) !important;
        -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2) !important;
        box-shadow: 0 0 7px rgba(0, 0, 0, 0.2) !important;
    }
    .banner {
        background: url(../img/banner-bg-768.jpg) no-repeat center center;
        height: 820px;
    }

    .item h4 {
        font-size: 24px;
        line-height: 1.375em;
    }

    #sites a {
        font-size: 12px;
    }

    #myNavbar{
        width: 580px;
        float: none;
    }
    .new-link a {
        font-size: small;
    }

}
@media screen and (min-width: 768px) {
    .navbar-nav>li>a {
        /*padding: 7px 5px;*/
    }
    .navbar-brand img {
        width: 140px;
    }
    #myNavbar{
        /*float: right;*/
    }
    .footer_top {
        /*min-height: 650px;*/
    }
}
@media screen and (max-width: 480px) {
    .logo {
        font-size: 150px;
    }
    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
        max-height: 540px;
        overflow: auto;
        -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2) !important;
        -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2) !important;
        box-shadow: 0 0 7px rgba(0, 0, 0, 0.2) !important;
    }
    .banner {
        background: url(../img/banner-bg-482.jpg) no-repeat center center;
        height: 740px;
    }
    #myNavbar{
        float: none;
    }
}

@media screen and (min-width: 421px) {
    .new-link ul li a {
        line-height: 1.2;
        padding: 10px 6px;
        color: white
    }
}

.new-link ul li a {
    line-height: 1.2;
    color: white
}

@media screen and (max-width: 420px) {

    .banner {
        background: url(../img/banner-bg-420.jpg) no-repeat center center;
        height: 740px;
    }
    #myNavbar{
        float: none;
    }
    .new-link ul li a {
        padding: 10px 6px;
    }
}


.navbar-brand {
    padding: 0;
    height: auto;
}

#shoe-mobile {
}

#shoe-mobile hr{
    margin: 5px 0;
}
#myCarousel {
    margin-top: 0px;
}
.carousel-inner {
    /*background: url(../img/bg-black-op-50.png) repeat;*/
}
#myPage .affix {
    /*height: 50px;*/
}
#myPage .affix .navbar-brand img {
    width: 100px;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    /*background: white;*/
}
.border-bottom {
    border-bottom: 1px solid #ccc;
}
.dropdown-menu>li>a {
    display: block;
    padding: 8px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    border-bottom: 1px dashed #ccc;
    letter-spacing: 0px;
}
.section-bg {
    /*background-position-x: 250%;*/
    background-repeat: no-repeat;

}
.section-uniform-bg {
    background-image: url(../img/banner-showroom1.jpg);
    background-position-y: 60% !important;
}
.section-shoes-bg {
    background-image: url(../img/banner-showroom2.jpg);
    background-position-y: 60% !important;
    background-position-x: -150%;
}
.section-digitizing-bg {
    background-image: url(../img/banner-embroidery.jpg);
    background-position-y: 60% !important;
}
.section-sewing-bg {

}
.section-shoemobile-bg {
    background-image: url(../img/banner-shoemobile.jpg);
    background-position-x: -150%;
    background-position-y: 60% !important;
}
.bg-color-white {
    background: white;
}
.font-h1 {
    font-family: fantasy;
    color: white;
    text-align: right;
    font-size: 50px;
    font-weight: bolder;
}
.box-shadow1 {
    -webkit-box-shadow: 0px 11px 37px -12px rgba(0,0,0,0.27);
    -moz-box-shadow: 0px 11px 37px -12px rgba(0,0,0,0.27);
    box-shadow: 0px 11px 37px -12px rgba(0,0,0,0.27);
}
.box-shadow2 {
    -webkit-box-shadow: 0px 11px 28px -13px rgba(0,0,0,0.42);
    -moz-box-shadow: 0px 11px 28px -13px rgba(0,0,0,0.42);
    box-shadow: 0px 11px 28px -13px rgba(0,0,0,0.42);
}
.text-shadow1 {
    text-shadow: 4px 3px 0 #7A7A7A, 2px 3px 2px rgba(255,255,255,0);
}
.carousel-control {
    opacity: 1;
}
@media screen and (min-width: 768px){
    .glyphicon-chevron-left, .glyphicon-chevron-right {
        font-size: 50px !important;
    }
    .new-link a {
        font-size: medium;
    }
}

@media screen and (max-width: 374px){
    .new-link a {
        font-size: 1.2rem;
    }
}
.carousel-control.right, .carousel-control.left {
    color: ivory;
}
.text-left {
    text-align: left !important;
}
.border-bottom-1 {
    border-bottom: 1px solid;
}
.border-top-1 {
    border-top: 1px solid;
}
.new-link {
    /*background: #408041;*/
    /*    position: absolute;
        z-index: 1000;*/
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 100%;
    /*    left: 0px;
        top: 65px;*/
}
.new-link a {
    color: white;
    font-family: sans-serif;
}
.iframe_area {
    height: 1000px;
    margin-top: 20px;
}
.new-link span {
    padding: 0 10px;
    color: white
}


/* First Navbar Styles */
.navbar-primary {
    background-color: #2c3e50; /* Dark blue background */
    border: none;
    border-radius: 0;
    margin-bottom: 0;
}
.navbar-primary .navbar-brand {
    color: #ecf0f1 !important; /* Light text color */
    font-size: 24px;
    font-weight: bold;
    padding: 15px 20px;
}
.navbar-primary .navbar-toggle {
    border: none;
    background-color: transparent !important;
}
.navbar-primary .navbar-toggle .icon-bar {
    background-color: #ecf0f1; /* Light color for the bars */
}
.navbar-primary .navbar-toggle:hover .icon-bar {
    background-color: #3498db; /* Blue color on hover */
}
.navbar-primary .navbar-nav > li > a {
    color: #ecf0f1 !important; /* Light text color */
    font-size: 16px;
    padding: 15px 20px;
    transition: background 0.3s ease, transform 0.2s ease;
}
.navbar-primary .navbar-nav > li > a:hover,
.navbar-primary .navbar-nav > li > a:focus {
    background-color: #34495e; /* Slightly lighter blue on hover */
    color: #3498db !important; /* Blue text color on hover */
}
.navbar-primary .navbar-collapse {
    border: none;
    box-shadow: none;
}
@media (max-width: 767px) {
    .navbar-primary .navbar-nav > li > a {
        padding: 10px 20px;
        border-bottom: 1px solid #34495e; /* Separator for mobile menu items */
    }
    .navbar-primary .navbar-nav > li:last-child > a {
        border-bottom: none; /* Remove border for the last item */
    }
}


.invalid-feedback {
    color: red;
}
.color-red {
    color:red !important;
}
.text-bold {
    font-weight: bold;
}
.form-horizontal .control-label {
    padding-top: 0px;
}
#contact label, #contact .radio, #contact .radio-inline {
    line-height: 1.1
}
#contact .radio, #contact .radio-inline {
    padding-top: 0;
}
#contact .radio-inline {
    margin-top: -15px;
}

.new-link ul li a:hover {
    /*background: darkseagreen;*/
    color: darkgreen;
}

.new-link ul ul {
    background: #408041;
}
.mt-4 {
    margin-top: 40px !important;
}
.catalog-label {
    color: darkgreen;
    font-size: large;
    text-transform: uppercase;
    background: lightsalmon;
}
.catalog-uni {
    border: 2px solid #408041;
    border-right: none;
    border-left: none;
}
footer{
    background: darkslategray;
}
.text-red {
    color: red !important;
}
.p-y-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}
.p-y-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}
.p-5 {
    padding: 5px
}

.pb-5 {
    padding-bottom: 5px !important;
}

.thumbnail a > img, .thumbnail > img {
    border: 5px solid coral;
}

.mt-2 {
    margin-top: 2px !important;
}
.mt-3 {
    margin-top: 3px !important;
}
.mt-10 {
    margin-top: 10px !important;
}
.mt-5 {
    margin-top: 5px !important;
}
.mt-15 {
    margin-top: 15px !important;
}

.mb-5 {
    margin-bottom: 5px !important;
}

.btn {
    border-radius: 0;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}
.mb-10 {
    margin-bottom: 10px !important;
}
.mb-15 {
    margin-bottom: 15px !important;
}
.mb-5 {
    margin-bottom: 5px !important;
}
.mb-20 {
    margin-bottom: 20px !important;
}
.imgPreview img, .imgPreview2 img {
    width: 400px;
    height: auto;
}
@media (min-width: 768px) {
    .row.equal {
        display: flex;
        flex-wrap: wrap;
    }
}
.equal .card-body {
    position: relative;
}
.quickview_button {
    /*    position: absolute;
        bottom: 10px;
        left: 10px;
        z-index: 1000;*/
    margin-left: -15px;
}
@media (min-width: 992px){
    .modal-lg {
        width: 90%;
    }
}
.top-header {
    padding-top: 10px;
    margin-bottom: 10px;
    background: linen;
}
.list-group-item {
    padding: 4px 15px;
}
.product-filter {
    font-size: 14px;
}
.product-filter input {
    margin-right: 10px;
}
.product-filter h4 {
    margin-bottom: 5px;
    border-bottom: 4px solid green;
    font-weight: bold;
    font-size: 16px;
}
.product-filter li {
    padding: 0px;
    border: 0;
    line-height: 1;
}
.list-group-item {
    border-bottom: 1px solid #ccc;
    border-left: 0;
    border-right: 0;
    border-top: 0;
}
#product_section {
    background: white;
}
.product_list_product_name{
    margin: 5px 0 10px 0;
}
.card-bottom {
    position: absolute;
    z-index: 100;
    bottom: 0;
    width: 100%;
}
.mr-10{
    margin-right: 10px;
}
.mr-5{
    margin-right: 5px;
}
.mr-15{
    margin-right: 10px;
}
.w-100-percent {
    width: 100%;
}
.fix-header {
    position: sticky;
    top:0;
}

.product-option-box {
    max-height: 300px;
    overflow: auto;
}
.out-of-stock {
    position: relative;
}
.out-of-stock p {
    color: red;
    font-weight: bold;
    font-size: 18px;
    position: absolute;
    z-index: 100;
    top: -50px;
    padding: 8px;
    background: yellow;
}
#product_list .card-title {
    color: black;
    font-size: 14px;
    margin-bottom: 15px !important;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.available {
    background: #2a8600 !important;
    color: white;
}
#search_input {
    display: inline !important;
    width: auto!important;
}


#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled {
    padding-left: 220px;
}

#sidebar-wrapper {
    z-index: 100000;
    left: 220px;
    width: 0;
    height: 100%;
    margin-left: -220px;
    overflow-y: auto;
    overflow-x: hidden;
    background: #1a1a1a;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#sidebar-wrapper::-webkit-scrollbar {
    display: none;
}

#wrapper.toggled #sidebar-wrapper {
    width: 220px;
}

#page-content-wrapper {
    width: 100%;
    /*padding-top: 70px;*/
}

#wrapper.toggled #page-content-wrapper {
    /*position: absolute;*/
    margin-right: -220px;
}


/*-------------------------------*/
/*     Sidebar nav styles        */
/*-------------------------------*/

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 220px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    position: relative;
    line-height: 20px;
    display: inline-block;
    width: 100%;
}

.sidebar-nav li:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    height: 100%;
    width: 3px;
    background-color: #1c1c1c;
    -webkit-transition: width .2s ease-in;
    -moz-transition:  width .2s ease-in;
    -ms-transition:  width .2s ease-in;
    transition: width .2s ease-in;

}
.sidebar-nav li:first-child a {
    color: #fff;
    background-color: #1a1a1a;
}
.sidebar-nav li:nth-child(2):before {
    background-color: #ec1b5a;
}
.sidebar-nav li:nth-child(3):before {
    background-color: #79aefe;
}
.sidebar-nav li:nth-child(4):before {
    background-color: #314190;
}
.sidebar-nav li:nth-child(5):before {
    background-color: #279636;
}
.sidebar-nav li:nth-child(6):before {
    background-color: #7d5d81;
}
.sidebar-nav li:nth-child(7):before {
    background-color: #ead24c;
}
.sidebar-nav li:nth-child(8):before {
    background-color: #2d2366;
}
.sidebar-nav li:nth-child(9):before {
    background-color: #35acdf;
}
.sidebar-nav li:hover:before,
.sidebar-nav li.open:hover:before {
    width: 100%;
    -webkit-transition: width .2s ease-in;
    -moz-transition:  width .2s ease-in;
    -ms-transition:  width .2s ease-in;
    transition: width .2s ease-in;

}

.sidebar-nav li a {
    display: block;
    color: white !important;
    text-decoration: none;
    padding: 10px 15px 10px 30px;
}

.sidebar-nav li a:hover,
.sidebar-nav li a:active,
.sidebar-nav li a:focus,
.sidebar-nav li.open a:hover,
.sidebar-nav li.open a:active,
.sidebar-nav li.open a:focus{
    color: #fff;
    text-decoration: none;
    background-color: transparent;
}

.sidebar-nav > .sidebar-brand {
    height: 65px;
    font-size: 20px;
    line-height: 44px;
}
.sidebar-nav .dropdown-menu {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
    border-radius: 0;
    border: none;
    background-color: #222;
    box-shadow: none;
}

/*-------------------------------*/
/*       Hamburger-Cross         */
/*-------------------------------*/

.hamburger {
    position: fixed;
    top: 10px;
    z-index: 999000;
    display: block;
    width: 32px;
    height: 32px;
    margin-left: 15px;
    background: transparent;
    border: none;
}
.hamburger:hover,
.hamburger:focus,
.hamburger:active {
    outline: none;
}
.hamburger.is-closed:before {
    content: '';
    display: block;
    width: 100px;
    font-size: 14px;
    color: #fff;
    line-height: 32px;
    text-align: center;
    opacity: 0;
    -webkit-transform: translate3d(0,0,0);
    -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-closed:hover:before {
    opacity: 1;
    display: block;
    -webkit-transform: translate3d(-100px,0,0);
    -webkit-transition: all .35s ease-in-out;
}

.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom,
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
    position: absolute;
    left: 0;
    height: 4px;
    width: 100%;
}
.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom {
    background-color: #1a1a1a;
}
.hamburger.is-closed .hamb-top {
    top: 5px;
    -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-closed .hamb-middle {
    top: 50%;
    margin-top: -2px;
}
.hamburger.is-closed .hamb-bottom {
    bottom: 5px;
    -webkit-transition: all .35s ease-in-out;
}

.hamburger.is-closed:hover .hamb-top {
    top: 0;
    -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-closed:hover .hamb-bottom {
    bottom: 0;
    -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
    background-color: #1a1a1a;
}
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-bottom {
    top: 50%;
    margin-top: -2px;
}
.hamburger.is-open .hamb-top {
    -webkit-transform: rotate(45deg);
    -webkit-transition: -webkit-transform .2s cubic-bezier(.73,1,.28,.08);
}
.hamburger.is-open .hamb-middle {
    display: none;
}
.hamburger.is-open .hamb-bottom {
    -webkit-transform: rotate(-45deg);
    -webkit-transition: -webkit-transform .2s cubic-bezier(.73,1,.28,.08);
}
.hamburger.is-open:before {
    content: '';
    display: block;
    width: 100px;
    font-size: 14px;
    color: #fff;
    line-height: 32px;
    text-align: center;
    opacity: 0;
    -webkit-transform: translate3d(0,0,0);
    -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-open:hover:before {
    opacity: 1;
    display: block;
    -webkit-transform: translate3d(-100px,0,0);
    -webkit-transition: all .35s ease-in-out;
}

/*-------------------------------*/
/*            Overlay            */
/*-------------------------------*/

.overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(250,250,250,.8);
    z-index: 1;
}
.pl-5 {
    padding-left: 5px !important;
}
.mb-10 {
    margin-bottom: 10px !important;
}

.mt-10 {
    margin-top: 10px !important;
}
.py-8 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
}

.alert-default {
    background-color: white;
    color: gray;
    border: 1px solid gray;
    border-radius: 0;
    margin-bottom: 10px;
    margin-right: 4px;
}

.alert-default button {
    top: 3px !important;
    opacity: .5;
}
.text-white{
    color: white !important;
}
#collapseExample2 #myTabContent .card {
    width: 170px;
    display: inline-block;
}
ul.custom-option-select, ul.custom-option-select ul, ul.custom-option-select ul ul{
    list-style: none;
    padding: 0;
}
ul.custom-option-select ul ul {
    /*padding: 5px;*/
    /*background: darkgray;*/
}
ul.custom-option-select li {
    display: inline;
    list-style: none;
}
.hide_me {
    display: none;
}
.highlight {
    background: black;
    color: white;
}
.width_area {
    /*position: absolute;*/
    /*z-index: 1000;*/
    /*left: 0;*/
}
.width-btn {
    text-transform: uppercase;
}
#bulk_product_import table th, #bulk_product_import table td {
    padding: 4px;
}
#collapseBrandGroupBox {
    position: absolute;
    width: 100%;
    z-index: 1000;
    top:10px;
}
#collapseBrandGroupBox .well {
    min-height: 400px;
    border: none;
    max-height: 500px;
    overflow: auto;
    background: dimgray;
    color: whitesmoke;
}
#collapseBrandGroupBox .well .list-group-item {
    /*margin-right: 4px;*/
}
#collapseBrandGroupBox .well .list-group-item li label {
    color: white
}
.loader {
    --n:5;    /* control the number of stripes */
    --s:30px; /* control the width of stripes */
    --g:5px;  /* control the gap between stripes */

    width:calc(var(--n)*(var(--s) + var(--g)) - var(--g));
    height:30px;
    padding:var(--g);
    margin:5px auto;
    border:1px solid;
    background:
        repeating-linear-gradient(90deg,
        currentColor  0 var(--s),
        #0000 0 calc(var(--s) + var(--g))
        ) left / calc((var(--n) + 1)*(var(--s) + var(--g))) 100%
        no-repeat content-box;
    animation: load 1.5s steps(calc(var(--n) + 1)) infinite;
}
@keyframes load {
    0% {
        background-size: 0% 100%
    }
}
#filter_accordion .panel-heading {
    padding: 5px;
    background: white !important;
    color: black !important;
}
#filter_accordion h4 {
    border-bottom: 0;
}

/* Loading overlay styles */
#overlay {
    position: fixed; /* Fixed positioning to cover the whole page */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.85); /* Semi-transparent background */
    justify-content: center; /* Center content horizontally */
    align-items: center; /* Center content vertically */
    z-index: 9999; /* High z-index to cover other elements */
    display: grid;
}
.breadcrumb_new {
    padding: 8px 15px;
    margin-top: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}

@media (max-width: 575px) {
    .section-uniform-bg, .section-shoes-bg, .section-digitizing-bg, .section-shoemobile-bg {
        background-position-x:0%;
        background-size: cover;
        /*border-top: 10px solid black;*/
        /*background: none;*/
    }
}

/*Small devices (landscape phones, 576px and up)*/

@media (min-width: 576px) {
    .section-uniform-bg, .section-shoes-bg, .section-digitizing-bg, .section-shoemobile-bg {
        background-position-x:0%;
        /*border-top: 10px solid black;*/
        /*background: none;*/
    }

    .section-uniform-bg, .section-digitizing-bg {
        /*background-color: #f6f6f6*/
    }

    .section-shoes-bg, .section-shoemobile-bg {
        /*background-color: #fff*/
    }
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    .section-uniform-bg, .section-digitizing-bg {
        background-color: transparent;
        background-position-x:128%;
        background-size:auto;
    }

    .section-shoes-bg, .section-shoemobile-bg {
        background-color: transparent;
        background-position-x:-30%;
        background-size:auto;
    }

}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    .section-uniform-bg, .section-digitizing-bg {
        background-position-x:145%;
    }
    .section-shoes-bg, .section-shoemobile-bg {
        background-position-x:-45%;
    }
}

/*// Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    .section-uniform-bg, .section-digitizing-bg {
        background-position-x:170%;
    }
    .section-shoes-bg, .section-shoemobile-bg {
        background-position-x:-71%;
    }
}

/*second menu -------------------------------------------------------------------- */

/* Container for the Menu */
.menu-container {
    width: 100%;
    overflow: hidden;
    position: relative;
}

/* Menu Items Wrapper */
.menu-wrapper {
    display: flex;
    transition: transform 0.5s ease;
}

/* Individual Menu Items */
.menu-item {
    flex: 0 0 calc(100% / 6); /* Default: Show 6 items at a time */
    padding: 10px;
    text-align: center;
    background: linear-gradient(135deg, #136c88, #104164);
    color: #ecf0f1;
    border-right: 1px solid rgba(255, 255, 255, 0.12);
    box-sizing: border-box;
    display: flex; /* Use flexbox for alignment */
    align-items: center; /* Vertically center the text */
    justify-content: center; /* Horizontally center the text */
    text-align: center; /* Fallback for older browsers */
}

/* Individual Menu Items */
.menu-item a {
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
}

/* Navigation Arrows */
.arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 10px;
    cursor: pointer;
    z-index: 1;
}
.arrow-left {
    left: 0;
}
.arrow-right {
    right: 0;
}

.menu2_collapse_header {
    background-color:#f9eecd;
    padding: 8px;
    margin-top: -10px;
}

.menu2_collapse_body {
    margin-top:20px;
    padding-top: 20px;
}

.menu-item {
    /* Default styles for the menu item */
    /* background-color: transparent;  or any default color */
    padding: 10px; /* Optional: Add padding for better appearance */
    transition: background 0.3s ease, transform 0.2s ease; /* Smooth transition for background color */
}

.menu-item.active {
    background: linear-gradient(135deg, #1ba98c, #146c88); /* Change this to your desired active color */
}
.menu-item.active a {
    color: #062434; /* Change this to your desired active color */
}

.menu-item:hover {
    transform: translateY(-2px);
    background: linear-gradient(135deg, #1b8ba5, #154d7c);
}

}

#myNavbar .nav-item a img {
    height: 40px;
    width: auto;
}

/* Responsive Adjustments */
@media (min-width: 1537px) and (max-width: 1920px) {
    .menu-item {
        flex: 0 0 calc(100% / 6); /* Show 6 items at a time */
    }
}
@media screen and (min-width: 1367px) and (max-width: 1536px) {
    .menu-item {
        flex: 0 0 calc(100% / 6); /* Show 6 items at a time */
    }
    #myNavbar .nav-item a img {
        height: 40px;
        width: auto;
    }
}

@media screen and (min-width: 900px) and (max-width: 1366px) {
    .menu-item {
        flex: 0 0 calc(100% / 4); /* Show 4 items at a time */
        /*    flex: stretch;  Show 6 items at a time */
    }
    #myNavbar .nav-item a img {
        height: 46px;
        width: auto;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 10px;
    }
    .navbar-nav li.nav-logo a {
        padding: 4px;
    }

    #top_nav {
        padding: 0.5rem;
    }
}

@media screen and (min-width: 900px) and (max-width: 1110px) {
    #myNavbar .nav-item a img {
        height: 50px;
        width: auto;
    }

}


@media screen and (min-width: 415px) and (max-width: 899px) {
    .menu-item {
        flex: 0 0 calc(100% / 3); /* Show 4 items at a time */
    }

    #myNavbar .nav-item a img {
        height: 60px;
        width: auto;
    }
}
@media screen and (max-width: 414px) {
    .menu-item {
        flex: 0 0 calc(100% / 3); /* Show 3 items at a time */
    }

    #myNavbar .nav-item a img {
        height: 60px;
        width: auto;
    }
}
@media screen and (max-width: 375px) {
    .menu-item {
        flex: 0 0 calc(100% / 2); /* Show 2 items at a time */
    }
}
@media (max-width: 360px) {
    .menu-item {
        flex: 0 0 calc(100% / 2); /* Show 2 items at a time */
    }
}
.page-h1 {
    font-size: 2rem;
    margin-top: 50px;
    margin-bottom: 20px;
}
.p-0 {
    padding: 0 !important;
} 



.loading-parent {
    /*position: absolute;*/
    z-index: 1000;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
    height: 100vh; /* Full viewport height for demonstration */
}

/* Custom CSS */
#navbarNavProductFilters li.list-group-item {
    font-size: 13px;
}

#navbarNavProductFilters .navbar {
    position: relative;
}

#navbarNavProductFilters .nav-item {
    position: inherit;
}

#navbarNavProductFilters .nav-link {
    padding: 10px 15px;
    /*color: #fff !important;*/
    transition: background 0.3s ease, transform 0.2s ease;
    cursor: pointer; /* Add pointer cursor for better UX */
    text-transform: uppercase;
}

.navbar #navbarNavProductFilters a.nav-link{
    color: #fff;
}

.navbar #navbarNavProductFilters a.nav-link:hover {
    color: #333 !important;
}

#navbarNavProductFilters .nav-link:hover {
    background-color: darkseagreen; /* Change this to your desired hover background color */
}

#navbarNavProductFilters .content-box {            
    display: none;
    position: absolute;
    top: 100%; /* Position below the nav item */
    left: 0; /* Start from the left edge of the screen */
    width: 100%; /* Full viewport width */
    background-color: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    box-sizing: border-box;
}

/* Show content box when hovering over nav-item or content-box (for desktop) */
@media (hover: hover) {
    #navbarNavProductFilters .nav-item:hover .content-box,
    #navbarNavProductFilters .content-box:hover {
        display: block;
    }
}

/* Show content box when active (clicked) */
#navbarNavProductFilters .nav-item.active .content-box {
    display: block;
    margin-top: -1.1rem;
}

/* Adjust positioning for larger screens */
@media (max-width: 992px) {
    #navbarNavProductFilters .nav-item {
        position: relative;
    }
}

@media (min-width: 992px) {

    #navbarNavProductFilters .content-box {
        margin-top: -1.1rem;
        top: 100%; /* Position below the nav item */
        left: 0; /* Reset left positioning */
        right: 0; /* Align to the right edge of the nav item */
        width: 100%; /* Auto width for individual content boxes */
    }
}
@media (min-width: 576px) {
    .card-columns {
        column-count: 2;
    }
} 


/*.quick-view-container {
     position: relative;
     height: 0;
     overflow: visible;  Changed from hidden to visible 
 }*/

 .quickview_button {
     position: absolute;
     top: 40%; /* Center vertically */
     left: 55%; /* Center horizontally */
     transform: translate(-50%, 10px); /* Center and offset slightly down */
     opacity: 0; /* Start invisible */
     transition: all 0.3s ease;
     z-index: 10; /* Ensure it's above other content */
     white-space: nowrap; /* Prevent button text wrapping */
 }

 .product-card:hover {
     opacity: .9;
 }
 
 .product-card:hover .quickview_button {
     transform: translate(-50%, -50%); /* Perfectly center on hover */
     opacity: 1; /* Make visible on hover */
 }

.modal-full {
  max-width: 96%; /* Full width */
  margin: 2%; /* Remove default margin */
}
.modal-full .modal-content {
  width: 100%; /* Full width */
  height: 100%; /* Full height */
}
.show {
    display: block !important;
}
.loader {
  --n:5;    /* control the number of stripes */
  --s:30px; /* control the width of stripes */
  --g:5px;  /* control the gap between stripes */
  
  width:calc(var(--n)*(var(--s) + var(--g)) - var(--g));
  height:30px;
  padding:var(--g);
  margin:5px auto;
  border:1px solid;
  background:
    repeating-linear-gradient(90deg,
      currentColor  0 var(--s),
      #0000 0 calc(var(--s) + var(--g))
    ) left / calc((var(--n) + 1)*(var(--s) + var(--g))) 100% 
    no-repeat content-box;
  animation: load 1.5s steps(calc(var(--n) + 1)) infinite;
}
@keyframes load {
  0% {background-size: 0% 100%}
}

button.selected {
    background: black !important;
}

        .dropdown.cart-dropdown {
            position: relative;
        }
        
        .dropdown-toggle {
            display: flex;
            align-items: center;
            text-decoration: none;
            color: #555;
            font-weight: 500;
            padding: 8px 15px;
            border-radius: 4px;
            transition: all 0.3s;
            position: relative;
        }
        
        .dropdown-toggle:hover {
            background-color: #f1f1f1;
        }
        
        .dropdown-toggle i {
            font-size: 22px;
            margin-right: 5px;
        }
        
        .cart-count {
            background-color: #e74c3c;
            color: white;
            border-radius: 50%;
            width: 22px;
            height: 22px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 12px;
            position: absolute;
            top: -5px;
            right: 5px;
        }
        
        .dropdown-menu {
            display: none;
            position: absolute;
            top: 100%;
            right: 0;
            width: 320px;
            background: white;
            border-radius: 4px;
            box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
            padding: 20px;
            z-index: 1000;
            margin-top: 10px;
        }
        
        #cartMenu, #accountMenu {
            z-index: 1040;
        }
        
        #filter_container .navbar {
        }        
        
        .dropdown-menu.show {
            display: block;
            animation: fadeIn 0.3s ease;
        }
        
        @keyframes fadeIn {
            from { opacity: 0; transform: translateY(10px); }
            to { opacity: 1; transform: translateY(0); }
        }
        
        .dropdown-cart-products {
            max-height: 250px;
            overflow-y: auto;
        }
        
        .product {
            display: flex;
            align-items: center;
            padding: 10px 0;
            border-bottom: 1px solid #eee;
            position: relative;
        }
        
        .product-image-container {
            margin-right: 15px;
            flex-shrink: 0;
        }
        
        .product-image {
            display: block;
        }
        
        .product-image img {
            width: 60px;
            height: 60px;
            object-fit: cover;
            border-radius: 4px;
        }
        
        .product-cart-details {
            flex-grow: 1;
        }
        
        .product-title {
            font-size: 14px;
            margin-bottom: 5px;
        }
        
        .product-title a {
            color: #333;
            text-decoration: none;
        }
        
        .product-title a:hover {
            color: #3498db;
        }
        
        .cart-product-info {
            font-size: 13px;
            color: #777;
        }
        
        .btn-remove {
            position: absolute;
            top: 10px;
            right: 0;
            background: none;
            border: none;
            color: #999;
            cursor: pointer;
            font-size: 14px;
            padding: 5px;
            transition: color 0.3s;
        }
        
        .btn-remove:hover {
            color: #e74c3c;
        }
        
        .dropdown-cart-total {
            display: flex;
            justify-content: space-between;
            padding: 15px 0;
            font-weight: 500;
            font-size: 16px;
            border-bottom: 1px solid #eee;
        }
        
        .dropdown-cart-action {
            padding-top: 15px;
            display: flex;
            flex-direction: column;
            gap: 10px;
        }
        
        .btn {
            border-radius: 4px;
            text-decoration: none;
            transition: all 0.3s;
        }
        
        .btn-primary {
            background-color: #3498db;
            color: white;
            border: none;
        }
        
        .btn-primary:hover {
            background-color: #2980b9;
        }
        
        .btn-outline-primary {
            background-color: transparent;
            color: #3498db;
            border: 1px solid #3498db;
        }
        
        .btn-outline-primary:hover {
            background-color: #3498db;
            color: white;
        }
        
        .notification {
            position: fixed;
            top: 20px;
            right: 20px;
            padding: 15px 20px;
            background-color: #2ecc71;
            color: white;
            border-radius: 4px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            transform: translateX(100%);
            opacity: 0;
            transition: all 0.3s;
            z-index: 1000;
        }
        
        .notification.show {
            transform: translateX(0);
            opacity: 1;
        }
        
        .empty-cart-message {
            padding: 20px;
            text-align: center;
            color: #777;
        }
        
        .hover-overlay-container {
            overflow: hidden;
            border-radius: 8px;
            box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
            transition: transform 0.3s;
        }
        
        .hover-overlay-container:hover {
            transform: translateY(-5px);
        }
        
        .hover-overlay-wrapper {
            position: relative;
            overflow: hidden;
        }
        
        .hover-overlay-wrapper img {
            width: 100%;
            height: 200px;
            object-fit: contain;
            transition: transform 0.3s;
        }
        
        .hover-overlay-wrapper:hover img {
            transform: scale(1.05);
        }
        
        .quick-view-btn {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%) scale(0.8);
            opacity: 0;
            transition: all 0.3s;
            z-index: 10;
        }
        
        .hover-overlay-wrapper:hover .quick-view-btn {
            opacity: 1;
            transform: translate(-50%, -50%) scale(1);
        }
        
        .hover-overlay-wrapper::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.3);
            opacity: 0;
            transition: opacity 0.3s;
            z-index: 5;
        }
        
.hover-overlay-wrapper:hover::before {
    opacity: 1;
}

/* Modern header & footer refresh */
.site-header {
    background-color: #ffffff;
    box-shadow: 0 2px 6px rgba(15, 23, 42, 0.08);
}
.site-header .header-topbar {
    background: var(--theme-header-topbar-bg, linear-gradient(90deg, #0f2749, #146b77));
    color: var(--theme-header-topbar-text, #e8f3ff);
    font-size: 0.85rem;
}
.header-topbar__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    flex-wrap: wrap;
    padding: 0.25rem 0;
}
.topbar-left,
.topbar-right {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}
.topbar-tagline {
    font-weight: 600;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #d4ecff;
    display: flex;
    align-items: center;
    gap: 0.4rem;
}
.topbar-link {
    color: #deefff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.8rem;
    letter-spacing: 0.08em;
    display: flex;
    align-items: center;
    gap: 0.4rem;
}
.topbar-link:hover {
    color: #ffffff;
    text-decoration: none;
}
.topbar-right .dropdown-menu {
    min-width: 220px;
    border-radius: 0.5rem;
    border: 0;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.18);
}
.topbar-right .dropdown-item {
    font-size: 0.85rem;
    padding: 0.45rem 0.75rem;
}
.topbar-right .dropdown-item i {
    width: 1rem;
    text-align: center;
}
.topbar-right .dropdown-item.text-danger {
    color: #e53e3e;
}
.topbar-right .cart-dropdown {
    position: relative;
}
.topbar-right .cart-dropdown > a {
    color: #deefff;
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    gap: 0.25rem;
}
.topbar-right .cart-count {
    background: #f97316;
    color: #fff;
    border-radius: 999px;
    padding: 0 0.45rem;
    font-size: 0.75rem;
    margin-left: 0.1rem;
}
.topbar-right .js-cart-menu {
    border-radius: 0.75rem;
    overflow: hidden;
    margin-top: 0.75rem;
}
.topbar-icon-button {
    background: rgba(255, 255, 255, 0.12);
    border: none;
    color: #e8fff5;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s ease, transform 0.2s ease;
}
.topbar-icon-button:hover {
    background: rgba(255, 255, 255, 0.25);
    transform: translateY(-1px);
}
.header-main {
    padding: 0.55rem 0;
}
.header-main .navbar-brand {
    margin-right: 1rem;
    gap: 0.35rem;
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
}
.header-main .brand-mark {
    max-height: 52px;
    width: auto;
}
.header-main .brand-tagline {
    font-size: 0.72rem;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.22em;
    color: #64748b;
    display: block;
    margin-top: 0.1rem;
}
.header-main .navbar-toggler {
    border: none;
}
.header-main .navbar-toggler:focus {
    box-shadow: none;
}
.primary-nav .nav-link {
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-size: 0.85rem;
    color: #1f2937 !important;
    padding: 0.65rem 1rem;
    position: relative;
    transition: color 0.2s ease;
}
.primary-nav .nav-link i {
    margin-right: 0.4rem;
    font-size: 0.9rem;
    color: #64748b;
}
.primary-nav .nav-link:hover,
.primary-nav .nav-link:focus {
    color: #0d5b3d !important;
}
.primary-nav .nav-link::after {
    content: '';
    position: absolute;
    left: 1rem;
    right: 1rem;
    bottom: 0.35rem;
    height: 3px;
    background: transparent;
    transition: background 0.2s ease;
    border-radius: 999px;
}
.primary-nav .nav-link:hover::after,
.primary-nav .nav-link:focus::after,
.primary-nav .dropdown-menu {
    border-radius: 0.75rem;
    border: 0;
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.18);
    min-width: 240px;
    padding: 0.75rem 0;
}
.primary-nav .dropdown-header {
    font-weight: 700;
    letter-spacing: 0.12em;
    color: #94a3b8;
    padding: 0 1rem 0.25rem;
}
.primary-nav .dropdown-item {
    font-weight: 500;
    font-size: 0.85rem;
    padding: 0.45rem 1.25rem;
    color: #1f2937;
}
.primary-nav .dropdown-item:hover {
    background: rgba(13, 91, 61, 0.08);
    color: #0d5b3d;
}
.header-badges {
    border-top: 1px solid #e2e8f0;
    background: linear-gradient(90deg, #f5f8fc, #edf2fa);
}
.header-badges__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1rem;
    padding: 0.5rem 0;
}
.header-badges__inner img {
    max-height: 44px;
    width: auto;
    filter: grayscale(15%);
    opacity: 0.9;
    transition: opacity 0.2s ease, filter 0.2s ease, transform 0.2s ease;
}
.header-badges__inner img:hover {
    opacity: 1;
    filter: none;
    transform: translateY(-2px);
}

@media (max-width: 991px) {
    .header-topbar__inner {
        justify-content: flex-start;
    }
    .primary-nav .nav-link {
        padding: 0.65rem 1rem;
    }
    .header-badges__inner {
        justify-content: flex-start;
    }
}

@media (max-width: 575px) {
    .topbar-left,
    .topbar-right {
        gap: 0.65rem;
    }
    .topbar-link {
        font-size: 0.75rem;
    }
    .header-main .navbar-brand {
        gap: 0.5rem;
    }
    .primary-nav .nav-link {
        font-size: 0.8rem;
        letter-spacing: 0.05em;
    }
}

.site-header--compact .header-topbar__inner {
    padding: 0.15rem 0;
}
.site-header--compact .header-main {
    padding: 0.35rem 0;
}
.site-header--compact .navbar-brand {
    gap: 0.2rem;
}
.site-header--compact .brand-mark {
    max-height: 42px;
}
.site-header--compact .brand-tagline {
    font-size: 0.6rem;
    letter-spacing: 0.18em;
}
.site-header--compact .primary-nav .nav-link {
    padding: 0.5rem 0.9rem;
}
.site-header--compact .topbar-tagline {
    font-size: 0.75rem;
}
.site-header--compact .topbar-link {
    font-size: 0.75rem;
}

.hero-3d {
    position: relative;
    overflow: hidden;
    min-height: clamp(320px, 55vh, 520px);
    color: #f8fafc;
    background: radial-gradient(120% 120% at 50% 5%, rgba(32, 116, 166, 0.4) 0%, rgba(11, 26, 48, 0.9) 70%);
}
.hero-3d__glow {
    position: absolute;
    inset: 0;
    background: radial-gradient(80% 80% at 50% 10%, rgba(76, 201, 240, 0.18) 0%, rgba(3, 7, 8, 0) 70%);
    pointer-events: none;
    z-index: 1;
}
.hero-3d__track {
    position: relative;
    height: 100%;
    perspective: 1600px;
}
.hero-3d__slide {
    position: absolute;
    /*inset: 0;*/
    display: flex;
    align-items: center;
    opacity: 0;
    transform: perspective(1600px) translate3d(-90px, 0, -160px) scale(0.9);
    transition: transform 0.9s cubic-bezier(0.22, 0.61, 0.36, 1), opacity 0.65s ease;
    z-index: 1;
}
.hero-3d__slide.is-active {
    opacity: 1;
    transform: perspective(1600px) translate3d(0, 0, 0) scale(1);
    z-index: 3;
}
.hero-3d__image {
/*    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;*/
    border-radius: 32px;
    overflow: hidden;
    z-index: 2;
    box-shadow: 0 32px 58px rgba(4, 12, 17, 0.42);
}
.hero-3d__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(1.12) contrast(1.08);
}
.hero-3d__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(130deg, rgba(6, 22, 42, 0.38) 0%, rgba(11, 50, 74, 0.26) 45%, rgba(11, 58, 87, 0.14) 100%);
    mix-blend-mode: multiply;
    z-index: 3;
    border-radius: 32px;
}
.hero-3d__content {
    position: relative;
    z-index: 4;
    max-width: 620px;
    padding: clamp(3rem, 6vw, 6rem) 0;
}
.hero-3d__content h1 {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700;
    letter-spacing: 0.02em;
    margin-bottom: 1rem;
}
.hero-3d__content p {
    font-size: clamp(1rem, 2vw, 1.25rem);
    line-height: 1.6;
    margin-bottom: 1.5rem;
    color: rgba(219, 235, 255, 0.9);
}
.hero-3d__eyebrow {
    display: inline-block;
    font-size: 0.75rem;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    margin-bottom: 0.65rem;
    color: rgba(198, 227, 255, 0.85);
}
.hero-3d__cta {
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    border: none;
    background: linear-gradient(135deg, #4cc9f0, #1a7fbd);
    color: #0c1b2e;
    box-shadow: 0 16px 32px rgba(9, 28, 46, 0.28);
}
.hero-3d__cta:hover {
    background: linear-gradient(135deg, #66d8ff, #2191ce);
    color: #08152a;
}
.hero-3d__nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    border: none;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12);
    color: #f1f5f9;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    backdrop-filter: blur(6px);
    transition: background 0.2s ease, transform 0.2s ease;
}
.hero-3d__nav:hover {
    background: rgba(255, 255, 255, 0.25);
    transform: translateY(-50%) scale(1.05);
}
.hero-3d__nav--prev {
    left: 1rem;
}
.hero-3d__nav--next {
    right: 1rem;
}
.hero-3d__dots {
    position: absolute;
    bottom: 1.5rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 0.6rem;
    z-index: 5;
}
.hero-3d__dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 0;
    background: rgba(255, 255, 255, 0.35);
    transition: transform 0.2s ease, background 0.2s ease;
    cursor: pointer;
}
.hero-3d__dot.is-active {
    background: #4cc9f0;
    transform: scale(1.25);
}

@media (max-width: 768px) {
    .hero-3d__nav {
        display: none;
    }
    .hero-3d__content {
        padding: 3.5rem 0 5rem;
    }
}

.gradient-split {
    background: linear-gradient(145deg, #102444 0%, #133b63 55%, #125f87 100%);
    position: relative;
    color: #ebf4ff;
    overflow: hidden;
}
.gradient-split::after {
    content: '';
    position: absolute;
    inset: -40% 10% 20% 50%;
    background: radial-gradient(45% 45% at 50% 50%, rgba(76, 201, 240, 0.25) 0%, rgba(76, 201, 240, 0) 100%);
    opacity: 0.7;
    pointer-events: none;
}
.intro-3d {
    padding: clamp(3rem, 7vw, 6rem) 0;
}
.intro-3d__container {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
    z-index: 1;
}
.intro-3d__copy h2 {
    font-size: clamp(2rem, 3.2vw, 2.7rem);
    font-weight: 700;
    margin-bottom: 1.25rem;
    color: #fdfaff;
}
.intro-3d__copy p {
    font-size: 1rem;
    line-height: 1.8;
    color: rgba(219, 235, 255, 0.88);
    margin-bottom: 1.25rem;
}
.intro-3d__cta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}
.intro-3d__panel {
    background: rgba(18, 48, 78, 0.72);
    border: 1px solid rgba(118, 190, 255, 0.2);
    border-radius: 1.25rem;
    padding: 2rem;
    box-shadow: 0 24px 40px rgba(6, 18, 34, 0.45);
    backdrop-filter: blur(14px);
    transform: translateZ(0);
}
.intro-3d__panel h3 {
    font-size: 1.25rem;
    margin-bottom: 1.1rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #c8e4ff;
}
.intro-3d__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 0.9rem;
}
.intro-3d__list li {
    display: flex;
    gap: 0.6rem;
    align-items: flex-start;
    color: rgba(215, 232, 255, 0.88);
    font-size: 0.95rem;
    line-height: 1.55;
}
.intro-3d__list span.fa {
    color: #4cc9f0;
    margin-top: 0.2rem;
}

@media (min-width: 992px) {
    .intro-3d__container {
        flex-direction: row;
        align-items: stretch;
        justify-content: space-between;
    }
    .intro-3d__copy {
        flex: 0 0 52%;
    }
    .intro-3d__panel {
        flex: 0 0 38%;
    }
}

.feature-tiles {
    padding: clamp(3rem, 6vw, 5rem) 0;
    background: #f8fafc;
}
.section-heading {
    margin-bottom: 2.5rem;
}
.section-heading__eyebrow {
    text-transform: uppercase;
    letter-spacing: 0.25em;
    font-size: 0.75rem;
    color: #125c87;
    display: inline-block;
    margin-bottom: 0.75rem;
}
.section-heading h2 {
    font-weight: 700;
    margin-bottom: 0.75rem;
}
.section-heading p {
    max-width: 640px;
    margin: 0 auto;
    color: #475569;
}
.feature-tiles__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1.75rem;
}
.tilt-card {
    position: relative;
    border-radius: 1.35rem;
    padding: 2.25rem 1.85rem;
    overflow: hidden;
    background: linear-gradient(170deg, rgba(2, 132, 199, 0.12), rgba(15, 118, 110, 0.18));
    border: 1px solid rgba(15, 118, 110, 0.15);
    box-shadow: 0 28px 45px rgba(15, 23, 42, 0.12);
    transform-style: preserve-3d;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.tilt-card__glow {
    position: absolute;
    inset: 30% -20% -30% -40%;
    background: radial-gradient(60% 60% at 30% 30%, rgba(76, 201, 240, 0.4) 0%, rgba(76, 201, 240, 0) 70%);
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.35s ease;
}
.tilt-card:hover {
    transform: perspective(1000px) rotateX(4deg) rotateY(-4deg) translateY(-10px);
    box-shadow: 0 36px 60px rgba(15, 23, 42, 0.2);
}
.tilt-card:hover .tilt-card__glow {
    opacity: 1;
}
.tilt-card__body {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}
.tilt-card__icon {
    width: 56px;
    height: 56px;
}
.tilt-card h3 {
    font-weight: 700;
    margin-bottom: 0.35rem;
}
.tilt-card p {
    color: #425466;
    font-size: 0.95rem;
    line-height: 1.5;
}
.tilt-card__link {
    display: inline-flex;
    color: #125c87;
    align-items: center;
    gap: 0.4rem;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    font-size: 0.75rem;
    color: #125c87;
    font-weight: 600;
}

.experience-3d {
    padding: clamp(3.5rem, 7vw, 6rem) 0;
    background: linear-gradient(180deg, #ffffff 0%, #eef3fb 100%);
}
.experience-3d__container {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
    align-items: center;
}
.experience-3d__media {
    position: relative;
    width: min(320px, 80vw);
    height: min(320px, 80vw);
    perspective: 1200px;
}
.experience-3d__cube {
    position: absolute;
    inset: 0;
    transform-style: preserve-3d;
    animation: cubeSpin 14s infinite linear;
}
.experience-3d__face {
    position: absolute;
    inset: 0;
    border-radius: 1.5rem;
    background-size: cover;
    background-position: center;
    box-shadow: 0 25px 40px rgba(15, 23, 42, 0.25);
    filter: saturate(1.1);
}
.experience-3d__face--front {
    transform: translateZ(90px);
}
.experience-3d__face--top {
    transform: rotateX(90deg) translateZ(90px);
}
.experience-3d__face--side {
    transform: rotateY(90deg) translateZ(90px);
}
.experience-3d__content {
    max-width: 520px;
    text-align: center;
}
.experience-3d__content h2 {
    font-weight: 700;
    margin-bottom: 1rem;
}
.experience-3d__content p {
    color: #334155;
    margin-bottom: 1.5rem;
    line-height: 1.6;
}
.experience-3d__list {
    list-style: none;
    padding: 0;
    margin: 0 0 1.75rem;
    display: grid;
    gap: 0.9rem;
    color: #1f2937;
}
.experience-3d__list li {
    display: flex;
    gap: 0.6rem;
    align-items: flex-start;
}
.experience-3d__list .fa {
    color: #125c87;
    margin-top: 0.2rem;
}
.experience-3d__content .btn {
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-weight: 600;
}

@media (min-width: 992px) {
    .experience-3d__container {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
    .experience-3d__media {
        flex: 0 0 38%;
    }
    .experience-3d__content {
        flex: 0 0 50%;
        text-align: left;
    }
}

@keyframes cubeSpin {
    0% {
        transform: rotateX(0deg) rotateY(0deg);
    }
    50% {
        transform: rotateX(20deg) rotateY(180deg);
    }
    100% {
        transform: rotateX(0deg) rotateY(360deg);
    }
}

.stats-3d {
    background: linear-gradient(180deg, #0b1f33 0%, #0f2d52 100%);
    color: #d5e2ff;
    padding: clamp(3rem, 5vw, 4.5rem) 0;
}
.stats-3d__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 1.5rem;
}
.stats-3d__card {
    background: rgba(8, 23, 43, 0.55);
    border: 1px solid rgba(110, 148, 196, 0.25);
    border-radius: 1.25rem;
    padding: 1.75rem 1.5rem;
    text-align: center;
    box-shadow: 0 22px 38px rgba(4, 12, 17, 0.45);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.stats-3d__card strong {
    display: block;
    font-size: 2.5rem;
    font-weight: 700;
    color: #4cc9f0;
    margin-bottom: 0.5rem;
}
.stats-3d__card span {
    font-size: 0.9rem;
    color: rgba(190, 209, 248, 0.85);
}
.stats-3d__card:hover {
    transform: translateY(-8px);
    box-shadow: 0 32px 48px rgba(4, 12, 17, 0.55);
}

.cta-3d {
    padding: clamp(3rem, 6vw, 5rem) 0;
    background: linear-gradient(125deg, #102444 0%, #1a4e7a 45%, #0f2d52 100%);
    color: #e2e8f0;
}
.cta-3d__container {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    align-items: flex-start;
}
.cta-3d__copy h2 {
    font-weight: 700;
    margin-bottom: 0.5rem;
}
.cta-3d__copy p {
    color: rgba(226, 232, 240, 0.85);
    max-width: 620px;
    margin: 0;
    line-height: 1.6;
}
.cta-3d__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}
.cta-3d__actions .btn {
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-weight: 600;
}

@media (min-width: 992px) {
    .cta-3d__container {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
    .cta-3d__actions {
        flex-shrink: 0;
    }
}

.site-footer {
    background: #081628;
    color: #e2e8f0;
    /*margin-top: 3rem;*/
}
.site-footer a {
    color: #c8e4ff;
}
.site-footer a:hover {
    color: #4cc9f0;
    text-decoration: none;
}
.site-footer .footer-main {
    padding: 3rem 0 2rem;
    position: relative;
}
.site-footer .footer-main::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top left, rgba(76, 201, 240, 0.18), transparent 55%);
    opacity: 0.65;
    pointer-events: none;
}
.site-footer .footer-main .container {
    position: relative;
    z-index: 1;
}
.footer-brand .footer-logo img {
    max-height: 70px;
    width: auto;
    margin-bottom: 1rem;
}
.footer-brand .footer-intro {
    font-size: 0.9rem;
    line-height: 1.7;
    color: #d5e2ff;
    margin-bottom: 1rem;
}
.footer-contact {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.75rem;
    padding: 0.65rem 1rem;
    border: 1px solid rgba(76, 201, 240, 0.35);
    border-radius: 999px;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.footer-contact:hover {
    background: rgba(76, 201, 240, 0.12);
    border-color: #4cc9f0;
    color: #4cc9f0;
}
.footer-links ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem 1.5rem;
    padding: 0;
    margin: 0;
}
.footer-heading {
    font-size: 0.85rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    font-weight: 700;
    color: #94a3b8;
    margin-bottom: 1.25rem;
}
.footer-links a {
    font-size: 0.9rem;
    font-weight: 500;
    color: #e2e8f0;
}
.footer-links a::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #4cc9f0;
    transition: width 0.2s ease;
    margin-top: 4px;
    border-radius: 999px;
}
.footer-links a:hover::after {
    width: 100%;
}
.footer-qr .qr-card {
    display: flex;
    align-items: center;
    background: rgba(15, 23, 42, 0.6);
    border-radius: 1rem;
    padding: 0.75rem;
    margin-bottom: 0.75rem;
    gap: 0.75rem;
    border: 1px solid rgba(110, 148, 196, 0.25);
}
.footer-qr .qr-card img {
    width: 72px;
    height: 72px;
    object-fit: contain;
    border-radius: 0.5rem;
    background: #fff;
    padding: 0.35rem;
}
.footer-qr .qr-card span {
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    color: #f8fafc;
}
.footer-bottom {
    border-top: 1px solid rgba(148, 163, 184, 0.2);
    background: rgba(8, 15, 26, 0.95);
}
.footer-bottom__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1rem;
    padding: 1.25rem 0;
    font-size: 0.85rem;
    letter-spacing: 0.04em;
}
.back-to-top {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 0.75rem;
    letter-spacing: 0.12em;
    background: rgba(76, 201, 240, 0.18);
    padding: 0.55rem 0.9rem;
    border-radius: 999px;
    transition: background 0.2s ease, color 0.2s ease;
}
.back-to-top:hover {
    background: #4cc9f0;
    color: #081628;
}
.back-to-top i {
    font-size: 0.75rem;
}
@media (max-width: 767px) {
    .footer-links ul {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .footer-bottom__inner {
        justify-content: center;
        text-align: center;
    }
}



.section-eyebrow {
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 0.24em;
    font-size: 0.75rem;
    color: #4cc9f0;
    margin-bottom: 0.75rem;
}

.about-hero {
    position: relative;
    overflow: hidden;
    background: linear-gradient(120deg, #0f2749 0%, #146b77 55%, #0b1932 100%);
    color: #f1f7ff;
    padding: clamp(3rem, 7vw, 6rem) 0;
}
.about-hero__glow {
    position: absolute;
    inset: 0;
    background: radial-gradient(60% 60% at 70% 10%, rgba(76, 201, 240, 0.3) 0%, rgba(12, 30, 52, 0) 70%);
    pointer-events: none;
}
.about-hero__container {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
@media (min-width: 992px) {
    .about-hero__container {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
}
.about-hero__copy {
    flex: 0 0 58%;
}
.about-hero__copy h1 {
    font-size: clamp(2.2rem, 4vw, 3.2rem);
    font-weight: 700;
    margin-bottom: 1rem;
}
.about-hero__copy p {
    font-size: 1.05rem;
    line-height: 1.7;
    color: rgba(226, 237, 255, 0.85);
}
.about-hero__links {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 1.5rem;
}
.about-hero__links a {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: #deefff;
    font-weight: 600;
}
.about-hero__links i {
    color: #4cc9f0;
}
.about-hero__panel {
    flex: 0 0 34%;
    background: rgba(11, 28, 50, 0.65);
    border: 1px solid rgba(118, 190, 255, 0.25);
    border-radius: 1.5rem;
    padding: 2rem;
    box-shadow: 0 24px 40px rgba(6, 18, 34, 0.45);
    backdrop-filter: blur(12px);
}
.about-hero__badge {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #4cc9f0, #1a7fbd);
    color: #081628;
    font-weight: 700;
    border-radius: 1rem;
    padding: 1.25rem 1.5rem;
    margin-bottom: 1.5rem;
    box-shadow: 0 18px 32px rgba(11, 36, 58, 0.35);
}
.about-hero__badge span {
    font-size: 2rem;
    line-height: 1;
}
.about-hero__badge small {
    font-size: 0.75rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}
.about-hero__panel ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 0.85rem;
    color: rgba(223, 236, 255, 0.85);
}
.about-hero__panel li {
    display: flex;
    gap: 0.65rem;
    align-items: flex-start;
    font-size: 0.95rem;
    line-height: 1.55;
}
.about-hero__panel li span {
    color: #b6d9ff;
    min-width: 110px;
    display: inline-block;
}
.about-hero__panel li i {
    color: #4cc9f0;
}

.about-values {
    padding: clamp(3rem, 6vw, 5rem) 0;
    background: #f5f8fc;
}
.about-values__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1.75rem;
}
.about-card {
    background: linear-gradient(160deg, rgba(16, 76, 116, 0.12), rgba(26, 127, 189, 0.18));
    border: 1px solid rgba(26, 127, 189, 0.2);
    border-radius: 1.35rem;
    padding: 2.25rem 1.85rem;
    box-shadow: 0 28px 45px rgba(15, 23, 42, 0.12);
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.about-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 36px 60px rgba(15, 23, 42, 0.2);
}
.about-card__icon {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    background: linear-gradient(135deg, #4cc9f0, #1a7fbd);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #081628;
    font-size: 1.35rem;
}
.about-card__brands {
    font-size: 0.8rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #1a7fbd;
}

.about-story {
    padding: clamp(3.5rem, 7vw, 6rem) 0;
    background: linear-gradient(180deg, #ffffff 0%, #eef3fb 100%);
}
.about-story__container {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}
@media (min-width: 992px) {
    .about-story__container {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
}
.about-story__content {
    flex: 0 0 55%;
}
.about-story__content h2 {
    font-weight: 700;
    margin-bottom: 1rem;
    color: #102444;
}
.about-story__content p {
    color: #334155;
    margin-bottom: 1.5rem;
    line-height: 1.6;
}
.about-story__media {
    flex: 0 0 35%;
    position: relative;
    width: min(320px, 70vw);
    height: min(320px, 70vw);
    margin: 0 auto;
    perspective: 1200px;
}
.about-story__cube {
    position: absolute;
    inset: 0;
    transform-style: preserve-3d;
    animation: cubeSpin 14s infinite linear;
}
.about-story__face {
    position: absolute;
    inset: 0;
    border-radius: 1.5rem;
    background-size: cover;
    background-position: center;
    box-shadow: 0 25px 40px rgba(15, 23, 42, 0.25);
}
.about-story__face--front { background-image: url('img/banner-showroom1.jpg'); transform: translateZ(90px); }
.about-story__face--top { background-image: url('img/banner-warehouse.jpg'); transform: rotateX(90deg) translateZ(90px); }
.about-story__face--side { background-image: url('img/banner-embroidery.jpg'); transform: rotateY(90deg) translateZ(90px); }

.about-stats {
    background: linear-gradient(180deg, #0b1f33 0%, #0f2d52 100%);
    color: #d5e2ff;
    padding: clamp(3rem, 5vw, 4.5rem) 0;
}
.about-stats__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 1.5rem;
}
.about-stats__card {
    background: rgba(8, 23, 43, 0.55);
    border: 1px solid rgba(110, 148, 196, 0.25);
    border-radius: 1.25rem;
    padding: 1.75rem 1.5rem;
    text-align: center;
    box-shadow: 0 22px 38px rgba(4, 12, 17, 0.45);
}
.about-stats__card strong {
    display: block;
    font-size: 2.5rem;
    font-weight: 700;
    color: #4cc9f0;
}
.about-stats__card span {
    font-size: 0.9rem;
    color: rgba(190, 209, 248, 0.85);
}

.about-cta {
    padding: clamp(3rem, 6vw, 5rem) 0;
    background: linear-gradient(125deg, #102444 0%, #1a4e7a 45%, #0f2d52 100%);
    color: #e2e8f0;
}
.about-cta__container {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    align-items: flex-start;
}
@media (min-width: 992px) {
    .about-cta__container {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
}
.about-cta__copy h2 {
    font-weight: 700;
    margin-bottom: 0.5rem;
}
.about-cta__copy p {
    color: rgba(226, 232, 240, 0.85);
    max-width: 620px;
    line-height: 1.6;
}
.about-cta__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}
.about-cta__actions .btn {
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-weight: 600;
}

.contact-hero {
    position: relative;
    overflow: hidden;
    background: linear-gradient(120deg, #0e2c52 0%, #0c475d 55%, #0b1731 100%);
    color: #f1f7ff;
    padding: clamp(3rem, 6vw, 5rem) 0;
}
.contact-hero__glow {
    position: absolute;
    inset: 0;
    background: radial-gradient(60% 60% at 10% 0%, rgba(76, 201, 240, 0.28) 0%, rgba(12, 30, 52, 0) 70%);
}
.contact-hero__container {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
@media (min-width: 992px) {
    .contact-hero__container {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
}
.contact-hero__copy {
    flex: 0 0 60%;
}
.contact-hero__copy h1 {
    font-weight: 700;
    margin-bottom: 1rem;
}
.contact-hero__copy p {
    color: rgba(226, 237, 255, 0.85);
    max-width: 560px;
}
.contact-hero__links {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 1.5rem;
}
.contact-hero__links a {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    color: #deefff;
    font-weight: 600;
}
.contact-hero__links i {
    color: #4cc9f0;
}
.contact-hero__panel {
    flex: 0 0 32%;
    background: rgba(8, 23, 43, 0.7);
    border: 1px solid rgba(118, 190, 255, 0.25);
    border-radius: 1.5rem;
    padding: 2rem;
    box-shadow: 0 24px 40px rgba(6, 18, 34, 0.45);
}
.contact-hero__panel h3 {
    letter-spacing: 0.18em;
    text-transform: uppercase;
    font-size: 0.85rem;
    color: #a5cfff;
    margin-bottom: 1rem;
}
.contact-hero__panel ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 0.75rem;
    color: rgba(215, 232, 255, 0.88);
    font-size: 0.95rem;
}
.contact-hero__panel li span {
    color: #9fc8ff;
}

.contact-locations {
    padding: clamp(3rem, 6vw, 5rem) 0;
    background: #f5f8fc;
}
.contact-locations__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 1.75rem;
}
.contact-card {
    background: #ffffff;
    border-radius: 1.35rem;
    padding: 2rem;
    border: 1px solid rgba(15, 118, 170, 0.15);
    box-shadow: 0 20px 32px rgba(15, 23, 42, 0.08);
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}
.contact-card h3 {
    font-weight: 700;
    font-size: 1.1rem;
    color: #0f2749;
}
.contact-card h3 i {
    color: #1a7fbd;
    margin-right: 0.5rem;
}
.contact-card__meta {
    display: grid;
    gap: 0.35rem;
    font-size: 0.95rem;
    color: #365069;
}
.contact-card__meta a {
    color: #1a7fbd;
    text-decoration: none;
}
.contact-card__qr {
    display: flex;
    gap: 1rem;
    margin-top: 1rem;
}
.contact-card__qr div {
    text-align: center;
}
.contact-card__qr img {
    width: 72px;
    height: 72px;
    object-fit: contain;
    border-radius: 0.75rem;
    background: #f7fbff;
    padding: 0.5rem;
    box-shadow: inset 0 0 0 1px rgba(26, 127, 189, 0.15);
}
.contact-card__qr span {
    display: block;
    font-size: 0.75rem;
    margin-top: 0.35rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #1a7fbd;
}

.contact-form {
    padding: clamp(3rem, 6vw, 5rem) 0;
    background: linear-gradient(125deg, #102444 0%, #1a4e7a 45%, #0f2d52 100%);
    color: #e2e8f0;
}
.contact-form__container {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}
@media (min-width: 992px) {
    .contact-form__container {
        flex-direction: row;
        align-items: stretch;
        justify-content: space-between;
    }
}
.contact-form__info {
    flex: 0 0 45%;
}
.contact-form__info ul {
    list-style: none;
    padding: 0;
    margin: 1.5rem 0 0;
    display: grid;
    gap: 0.75rem;
}
.contact-form__info li {
    display: flex;
    gap: 0.6rem;
    align-items: flex-start;
    color: rgba(226, 232, 240, 0.85);
}
.contact-form__info li i {
    color: #4cc9f0;
    margin-top: 0.2rem;
}
.contact-form__panel {
    flex: 0 0 48%;
    background: rgba(8, 23, 43, 0.8);
    border: 1px solid rgba(118, 190, 255, 0.2);
    border-radius: 1.5rem;
    padding: 2rem;
    box-shadow: 0 24px 40px rgba(6, 18, 34, 0.45);
    backdrop-filter: blur(12px);
}
.contact-form__panel label {
    font-size: 0.75rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #9fc8ff;
}
.form-row {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}
.form-row .form-group {
    flex: 1 1 140px;
}
.contact-form__panel .form-control {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(118, 190, 255, 0.2);
    color: #e8f3ff;
}
.contact-form__panel .form-control:focus {
    border-color: #4cc9f0;
    box-shadow: 0 0 0 0.15rem rgba(76, 201, 240, 0.2);
}
.form-error {
    display: block;
    margin-top: 0.35rem;
    font-size: 0.75rem;
    color: #fca5a5;
}
.form-actions {
    margin-top: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.form-actions .btn-primary {
    align-self: flex-start;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}
@media (max-width: 991px) {
    .contact-form__panel {
        flex: 1 1 auto;
    }
    .contact-form__info,
    .contact-form__panel {
        width: 100%;
    }
}

.profile-hero {
    position: relative;
    overflow: hidden;
    background: linear-gradient(125deg, #0f2749 0%, #146b77 55%, #0b1932 100%);
    color: #f1f7ff;
    padding: clamp(3rem, 6vw, 5rem) 0;
}
.profile-hero__glow {
    position: absolute;
    inset: 0;
    background: radial-gradient(65% 65% at 20% 0%, rgba(76, 201, 240, 0.3) 0%, rgba(12, 30, 52, 0) 70%);
    pointer-events: none;
}
.profile-hero__container {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
@media (min-width: 992px) {
    .profile-hero__container {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
}
.profile-hero__copy {
    flex: 0 0 58%;
}
.profile-hero__copy h1 {
    font-weight: 700;
    margin-bottom: 1rem;
}
.profile-hero__copy p {
    color: rgba(226, 237, 255, 0.85);
    line-height: 1.7;
}
.profile-hero__list {
    list-style: none;
    padding: 0;
    margin: 1.5rem 0 0;
    display: grid;
    gap: 0.65rem;
}
.profile-hero__list li {
    display: flex;
    gap: 0.5rem;
    align-items: center;
    color: rgba(226, 237, 255, 0.9);
}
.profile-hero__list i {
    color: #4cc9f0;
}
.profile-hero__panel {
    flex: 0 0 32%;
    background: rgba(8, 23, 43, 0.75);
    border: 1px solid rgba(118, 190, 255, 0.25);
    border-radius: 1.5rem;
    padding: 2rem;
    box-shadow: 0 24px 40px rgba(6, 18, 34, 0.45);
    backdrop-filter: blur(12px);
}
.profile-hero__panel h3 {
    letter-spacing: 0.18em;
    text-transform: uppercase;
    font-size: 0.85rem;
    color: #a5cfff;
    margin-bottom: 0.75rem;
}
.profile-hero__panel p {
    color: rgba(223, 236, 255, 0.88);
    margin-bottom: 1.25rem;
}
.profile-hero__contact {
    display: grid;
    gap: 0.75rem;
}
.profile-hero__contact a {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    color: #deefff;
    font-weight: 600;
}
.profile-hero__contact i {
    color: #4cc9f0;
}

.profile-form {
    padding: clamp(3rem, 6vw, 5rem) 0;
    background: #f5f8fc;
}
.profile-form__container {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}
@media (min-width: 992px) {
    .profile-form__container {
        flex-direction: row;
        align-items: flex-start;
        justify-content: space-between;
    }
}
.profile-form__info {
    flex: 0 0 38%;
}
.profile-form__info h2 {
    font-weight: 700;
    margin-bottom: 1rem;
    color: #0f2749;
}
.profile-form__info p {
    color: #3a4f63;
    line-height: 1.6;
}
.profile-steps {
    margin: 1.5rem 0 0;
    padding-left: 1.2rem;
    color: #1a3760;
    line-height: 1.6;
}
.profile-form__panel {
    flex: 0 0 58%;
    background: #ffffff;
    border-radius: 1.5rem;
    padding: clamp(2rem, 4vw, 2.5rem);
    box-shadow: 0 24px 40px rgba(15, 23, 42, 0.12);
    border: 1px solid rgba(26, 64, 102, 0.12);
}
.profile-section {
    margin-bottom: 2rem;
}
.profile-section h3 {
    font-size: 1rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #1a7fbd;
    margin-bottom: 1rem;
}
.profile-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1rem 1.25rem;
}
.profile-field {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}
.profile-field--wide {
    grid-column: 1 / -1;
}
.profile-field label {
    font-size: 0.75rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #0f2749;
}
.profile-field .form-control,
.profile-field textarea {
    border-radius: 0.85rem;
    border: 1px solid rgba(26, 64, 102, 0.18);
    background: rgba(255, 255, 255, 0.9);
}
.profile-field textarea {
    min-height: 96px;
}
.profile-radio {
    display: inline-flex;
    gap: 1.25rem;
    font-size: 0.9rem;
    flex-wrap: wrap;
}
.profile-radio label {
    font-size: 0.9rem;
    letter-spacing: 0;
    text-transform: none;
    color: #274566;
}
.profile-radio--wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem 1.5rem;
    margin-bottom: 1rem;
}
.profile-schedule-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1rem 1.25rem;
    margin-top: 1rem;
}
.profile-actions {
    display: flex;
    justify-content: flex-end;
}
.profile-actions .btn {
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-weight: 600;
}

@media (max-width: 767px) {
    .profile-hero__panel,
    .profile-form__info,
    .profile-form__panel {
        width: 100%;
    }
}

.gov-hero {
    position: relative;
    overflow: hidden;
    background: linear-gradient(120deg, #10213d 0%, #164b7c 50%, #0b1731 100%);
    color: #f1f7ff;
    padding: clamp(3rem, 6vw, 5rem) 0;
}
.gov-hero__badge {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    background: rgba(12, 32, 55, 0.65);
    border: 1px solid rgba(118, 190, 255, 0.25);
    border-radius: 999px;
    padding: 0.6rem 1.25rem;
    margin-bottom: 1rem;
    box-shadow: 0 18px 32px rgba(6, 18, 34, 0.35);
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-size: 0.7rem;
}
.gov-hero__container {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
@media (min-width: 992px) {
    .gov-hero__container {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
}
.gov-hero__copy {
    flex: 0 0 62%;
}
.gov-hero__copy h1 {
    font-weight: 700;
    margin-bottom: 1rem;
}
.gov-hero__copy p {
    color: rgba(226, 237, 255, 0.85);
    line-height: 1.7;
}
.gov-hero__links {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 1.5rem;
}
.gov-hero__links a {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    color: #deefff;
    font-weight: 600;
}
.gov-hero__links i {
    color: #4cc9f0;
}
.gov-hero__panel {
    flex: 0 0 32%;
    background: rgba(8, 23, 43, 0.75);
    border: 1px solid rgba(118, 190, 255, 0.25);
    border-radius: 1.5rem;
    padding: 2rem;
    box-shadow: 0 24px 40px rgba(6, 18, 34, 0.45);
}
.gov-hero__panel h3 {
    letter-spacing: 0.18em;
    text-transform: uppercase;
    font-size: 0.85rem;
    color: #a5cfff;
    margin-bottom: 1rem;
}
.gov-hero__panel ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 0.65rem;
    color: rgba(223, 236, 255, 0.88);
}
.gov-hero__panel li {
    display: flex;
    gap: 0.6rem;
    align-items: center;
}
.gov-hero__panel li i {
    color: #4cc9f0;
}

.gov-capabilities {
    padding: clamp(3rem, 6vw, 5rem) 0;
    background: #f5f8fc;
}
.gov-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1.75rem;
}
.gov-card {
    background: linear-gradient(160deg, rgba(17, 67, 108, 0.12), rgba(26, 127, 189, 0.2));
    border: 1px solid rgba(26, 127, 189, 0.2);
    border-radius: 1.35rem;
    padding: 2.25rem 1.85rem;
    box-shadow: 0 28px 45px rgba(15, 23, 42, 0.12);
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}
.gov-card__icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: linear-gradient(135deg, #4cc9f0, #1a7fbd);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #081628;
    font-size: 1.25rem;
}
.gov-card h3 {
    margin-bottom: 0.5rem;
    font-weight: 700;
    color: #0f2749;
}
.gov-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 0.45rem;
    color: #365069;
}

.gov-fulfillment {
    padding: clamp(3rem, 6vw, 5rem) 0;
    background: linear-gradient(135deg, #0f2749 0%, #164b7c 55%, #0f2d52 100%);
    color: #e2e8f0;
}
.gov-fulfillment__container {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}
@media (min-width: 992px) {
    .gov-fulfillment__container {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
}
.gov-fulfillment__content {
    flex: 0 0 55%;
}
.gov-fulfillment__content h2 {
    font-weight: 700;
    margin-bottom: 1rem;
}
.gov-fulfillment__content p {
    color: rgba(226, 237, 255, 0.85);
    line-height: 1.6;
}
.gov-fulfillment__content ul {
    list-style: none;
    padding: 0;
    margin: 1.25rem 0 0;
    display: grid;
    gap: 0.6rem;
}
.gov-fulfillment__content li {
    display: flex;
    gap: 0.6rem;
    align-items: center;
}
.gov-fulfillment__content li i {
    color: #4cc9f0;
}
.gov-fulfillment__media {
    flex: 0 0 40%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
}
.gov-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 1.25rem;
    justify-content: center;
}
.gov-badges img {
    height: 58px;
    width: auto;
    filter: drop-shadow(0 14px 24px rgba(0, 0, 0, 0.18));
}
.gov-fulfillment__note {
    font-size: 0.85rem;
    color: rgba(226, 237, 255, 0.75);
    text-align: center;
}

.gov-cta {
    padding: clamp(3rem, 6vw, 5rem) 0;
    background: linear-gradient(125deg, #102444 0%, #1a4e7a 45%, #0f2d52 100%);
    color: #e2e8f0;
}
.gov-cta__container {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    align-items: flex-start;
}
@media (min-width: 992px) {
    .gov-cta__container {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
}
.gov-cta__copy h2 {
    font-weight: 700;
    margin-bottom: 0.5rem;
}
.gov-cta__copy p {
    color: rgba(226, 232, 240, 0.85);
    max-width: 520px;
    line-height: 1.6;
}
.gov-cta__actions {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
}
.gov-cta__actions .btn {
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-weight: 600;
}

.vf-hero {
    position: relative;
    overflow: hidden;
    background: linear-gradient(120deg, #0e2240 0%, #146b77 50%, #0a1530 100%);
    color: #f1f7ff;
    padding: clamp(3rem, 6vw, 5rem) 0;
}
.vf-hero__glow {
    position: absolute;
    inset: 0;
    background: radial-gradient(60% 60% at 80% 0%, rgba(76, 201, 240, 0.25) 0%, rgba(10, 21, 48, 0) 70%);
}
.vf-hero__container {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
@media (min-width: 992px) {
    .vf-hero__container {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
}
.vf-hero__copy {
    flex: 0 0 60%;
}
.vf-hero__copy h1 {
    font-weight: 700;
    margin-bottom: 1rem;
}
.vf-hero__copy p {
    color: rgba(226, 237, 255, 0.85);
    line-height: 1.7;
}
.vf-hero__links {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 1.5rem;
}
.vf-hero__links a {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    color: #deefff;
    font-weight: 600;
}
.vf-hero__links i {
    color: #4cc9f0;
}
.vf-hero__panel {
    flex: 0 0 34%;
    background: rgba(8, 23, 43, 0.7);
    border: 1px solid rgba(118, 190, 255, 0.25);
    border-radius: 1.5rem;
    padding: 2rem;
    box-shadow: 0 24px 40px rgba(6, 18, 34, 0.45);
}
.vf-hero__panel h3 {
    letter-spacing: 0.18em;
    text-transform: uppercase;
    font-size: 0.85rem;
    color: #a5cfff;
    margin-bottom: 1rem;
}
.vf-hero__panel ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 0.65rem;
    color: rgba(223, 236, 255, 0.88);
}
.vf-hero__panel li {
    display: flex;
    gap: 0.6rem;
    align-items: center;
}
.vf-hero__panel li i {
    color: #4cc9f0;
}

.vf-brands {
    padding: clamp(3rem, 6vw, 5rem) 0;
    background: #f5f8fc;
}
.vf-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1.5rem;
}
.vf-card {
    background: linear-gradient(160deg, rgba(15, 73, 116, 0.12), rgba(26, 127, 189, 0.2));
    border-radius: 1.35rem;
    padding: 2.25rem 1.75rem;
    border: 1px solid rgba(26, 127, 189, 0.2);
    box-shadow: 0 24px 36px rgba(15, 23, 42, 0.1);
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}
.vf-card h3 {
    font-weight: 700;
    color: #0f2749;
}
.vf-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 0.4rem;
    color: #365069;
}

.vf-services {
    padding: clamp(3rem, 6vw, 5rem) 0;
    background: linear-gradient(135deg, #102444 0%, #1a4e7a 45%, #0f2d52 100%);
    color: #e2e8f0;
}
.vf-services__container {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}
@media (min-width: 992px) {
    .vf-services__container {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
}
.vf-services__content {
    flex: 0 0 55%;
}
.vf-services__content h2 {
    font-weight: 700;
    margin-bottom: 1rem;
}
.vf-services__content p {
    color: rgba(226, 237, 255, 0.85);
    line-height: 1.6;
}
.vf-services__content ul {
    list-style: none;
    padding: 0;
    margin: 1.25rem 0 0;
    display: grid;
    gap: 0.6rem;
}
.vf-services__content li {
    display: flex;
    gap: 0.6rem;
    align-items: center;
}
.vf-services__content li i {
    color: #4cc9f0;
}
.vf-services__media {
    flex: 0 0 40%;
}
.vf-tiles {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}
.vf-tiles img {
    width: 100%;
    height: 120px;
    object-fit: cover;
    border-radius: 1rem;
    box-shadow: 0 18px 28px rgba(15, 23, 42, 0.18);
}

.vf-cta {
    padding: clamp(3rem, 6vw, 5rem) 0;
    background: #0f2749;
    color: #dfe9ff;
}
.vf-cta__container {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}
@media (min-width: 992px) {
    .vf-cta__container {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
}
.vf-cta__copy h2 {
    font-weight: 700;
    margin-bottom: 0.5rem;
}
.vf-cta__copy p {
    color: rgba(226, 237, 255, 0.85);
    max-width: 520px;
    line-height: 1.6;
}
.vf-cta__actions {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
}
.vf-cta__actions .btn {
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-weight: 600;
}

.badge-hero {
    position: relative;
    height: clamp(260px, 45vh, 420px);
    overflow: hidden;
    border-bottom: 1px solid rgba(26, 64, 102, 0.12);
}
.badge-hero__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(140deg, rgba(6, 22, 42, 0.75), rgba(16, 76, 116, 0.45));
    z-index: 1;
}
.badge-hero__slider {
    position: relative;
    height: 100%;
    perspective: 1400px;
}
.badge-hero__slide {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transform: perspective(1400px) translate3d(-60px, 0, -120px) scale(0.92);
    transition: transform 1s cubic-bezier(0.22, 0.61, 0.36, 1), opacity 0.7s ease;
    z-index: 0;
}
.badge-hero__slide.is-active {
    opacity: 1;
    transform: perspective(1400px) translate3d(0, 0, 0) scale(1);
    z-index: 2;
}
.badge-hero__nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border-radius: 999px;
    border: none;
    background: rgba(255, 255, 255, 0.18);
    color: #f1f7ff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 3;
    transition: background 0.2s ease;
}
.badge-hero__nav:hover {
    background: rgba(255, 255, 255, 0.32);
}
.badge-hero__nav--prev {
    left: 1rem;
}
.badge-hero__nav--next {
    right: 1rem;
}
.badge-hero__dots {
    position: absolute;
    bottom: 1.2rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 0.6rem;
    z-index: 3;
}
.badge-hero__dots button {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    border: 0;
    background: rgba(255, 255, 255, 0.4);
    transition: transform 0.2s ease, background 0.2s ease;
}
.badge-hero__dots button.is-active {
    background: #4cc9f0;
    transform: scale(1.2);
}

.badge-form {
    padding: clamp(3rem, 6vw, 5rem) 0;
    background: #f5f8fc;
}
.badge-form__intro {
    text-align: center;
    max-width: 680px;
    margin: 0 auto 2.5rem;
}
.badge-form__intro h1 {
    font-weight: 700;
    color: #0f2749;
    margin-bottom: 1rem;
}
.badge-form__intro p {
    color: #3a4f63;
    line-height: 1.6;
}
.badge-form__card {
    max-width: 720px;
    margin: 0 auto;
    background: #ffffff;
    border-radius: 1.5rem;
    padding: clamp(2rem, 4vw, 2.5rem);
    box-shadow: 0 24px 40px rgba(15, 23, 42, 0.12);
    border: 1px solid rgba(15, 64, 102, 0.12);
}
.badge-form__card h2 {
    font-weight: 700;
    color: #0f2749;
    margin-bottom: 1.5rem;
}
.badge-grid {
    display: grid;
    gap: 1.25rem;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}
.badge-field {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}
.badge-field label {
    font-size: 0.75rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #274566;
}
.badge-field label span {
    color: #e57373;
}
.badge-field .form-control {
    border-radius: 0.85rem;
    border: 1px solid rgba(26, 64, 102, 0.18);
    padding: 0.75rem 1rem;
}
.badge-actions {
    margin-top: 1.75rem;
    display: flex;
    justify-content: flex-end;
}
.badge-actions .btn {
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-weight: 600;
}

.mdta-hero {
    position: relative;
    overflow: hidden;
    background: linear-gradient(120deg, #0d3b5c 0%, #16697a 50%, #0b2b49 100%);
    color: #f1f7ff;
    padding: clamp(3rem, 6vw, 5rem) 0;
}
.mdta-hero__glow {
    position: absolute;
    inset: 0;
    background: radial-gradient(60% 60% at 80% 0%, rgba(76, 201, 240, 0.25) 0%, rgba(12, 30, 52, 0) 70%);
}
.mdta-hero__container {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
@media (min-width: 992px) {
    .mdta-hero__container {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
}
.mdta-hero__copy {
    flex: 0 0 60%;
}
.mdta-hero__copy h1 {
    font-weight: 700;
    margin-bottom: 1rem;
}
.mdta-hero__copy p {
    color: rgba(226, 237, 255, 0.85);
    line-height: 1.7;
}
.mdta-hero__panel {
    flex: 0 0 34%;
    background: rgba(8, 23, 43, 0.75);
    border: 1px solid rgba(118, 190, 255, 0.25);
    border-radius: 1.5rem;
    padding: 2rem;
    box-shadow: 0 24px 40px rgba(6, 18, 34, 0.45);
}
.mdta-hero__panel h3 {
    letter-spacing: 0.18em;
    text-transform: uppercase;
    font-size: 0.85rem;
    color: #a5cfff;
    margin-bottom: 1rem;
}
.mdta-hero__panel ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 0.6rem;
    color: rgba(223, 236, 255, 0.88);
}
.mdta-hero__panel li {
    display: flex;
    gap: 0.6rem;
    align-items: center;
}
.mdta-hero__panel li a {
    color: #deefff;
    text-decoration: underline;
}
.mdta-hero__panel li i {
    color: #4cc9f0;
}

.mdta-form {
    padding: clamp(3rem, 6vw, 5rem) 0;
    background: #f5f8fc;
}
.mdta-form__container {
    max-width: 720px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
.mdta-card {
    background: #ffffff;
    border-radius: 1.5rem;
    padding: clamp(2rem, 4vw, 2.5rem);
    box-shadow: 0 24px 40px rgba(15, 23, 42, 0.12);
    border: 1px solid rgba(15, 64, 102, 0.12);
}
.mdta-card h2 {
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: #0f2749;
}
.mdta-field {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    margin-bottom: 1.25rem;
}
.mdta-field label {
    font-size: 0.75rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #274566;
}
.mdta-field label span {
    color: #e57373;
}
.mdta-field input,
.mdta-field textarea {
    border-radius: 0.85rem;
    border: 1px solid rgba(26, 64, 102, 0.18);
    background: rgba(255, 255, 255, 0.95);
    padding: 0.75rem 1rem;
}
.mdta-field small {
    color: #6c7a89;
}
.mdta-field--optional.is-hidden {
    display: none;
}
.mdta-card .btn {
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-weight: 600;
}

.mdta-status {
    display: grid;
    gap: 1rem;
}
.mdta-alert {
    border-radius: 1rem;
    padding: 1rem 1.25rem;
    display: flex;
    gap: 0.75rem;
    align-items: flex-start;
    font-size: 0.95rem;
}
.mdta-alert i {
    font-size: 1.1rem;
    margin-top: 0.1rem;
}
.mdta-alert--info {
    background: rgba(25, 118, 210, 0.12);
    color: #0f2749;
    border: 1px solid rgba(25, 118, 210, 0.18);
}
.mdta-alert--success {
    background: rgba(76, 201, 240, 0.15);
    color: #0b2b49;
    border: 1px solid rgba(76, 201, 240, 0.3);
}
.mdta-alert--warning {
    background: rgba(255, 193, 7, 0.18);
    color: #654d0b;
    border: 1px solid rgba(255, 193, 7, 0.25);
}
.mdta-alert--error {
    background: rgba(244, 67, 54, 0.1);
    color: #8a1c1c;
    border: 1px solid rgba(244, 67, 54, 0.18);
    flex-direction: column;
}
.mdta-result {
    border-radius: 1.5rem;
    background: #ffffff;
    border: 1px solid rgba(26, 64, 102, 0.15);
    box-shadow: 0 18px 30px rgba(15, 23, 42, 0.1);
    padding: 1.75rem;
}
.mdta-result h3 {
    font-weight: 700;
    margin-bottom: 1rem;
    color: #0f2749;
}
.mdta-result ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 0.4rem;
    color: #365069;
}
.mdta-result li span {
    display: inline-block;
    min-width: 120px;
    font-weight: 600;
    color: #0f2749;
}

@media (max-width: 575px) {
    .mdta-card {
        padding: 1.5rem;
    }
}
.uniforms-hero {
    position: relative;
    overflow: hidden;
    background: linear-gradient(115deg, #0f2749 0%, #16697a 55%, #0b1932 100%);
    color: #f1f7ff;
    padding: clamp(3rem, 6vw, 5rem) 0;
}
.uniforms-hero__glow {
    position: absolute;
    inset: 0;
    background: radial-gradient(60% 60% at 70% 0%, rgba(76, 201, 240, 0.3) 0%, rgba(12, 30, 52, 0) 70%);
}
.uniforms-hero__container {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
@media (min-width: 992px) {
    .uniforms-hero__container {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
}
.uniforms-hero__copy {
    flex: 0 0 60%;
}
.uniforms-hero__copy h1 {
    font-weight: 700;
    margin-bottom: 1rem;
}
.uniforms-hero__copy p {
    color: rgba(226, 237, 255, 0.85);
    line-height: 1.7;
}
.uniforms-hero__links {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 1.5rem;
}
.uniforms-hero__links a {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    color: #deefff;
    font-weight: 600;
}
.uniforms-hero__links i {
    color: #4cc9f0;
}
.uniforms-hero__panel {
    flex: 0 0 34%;
    background: rgba(8, 23, 43, 0.75);
    border: 1px solid rgba(118, 190, 255, 0.25);
    border-radius: 1.5rem;
    padding: 2rem;
    box-shadow: 0 24px 40px rgba(6, 18, 34, 0.45);
}
.uniforms-hero__panel h3 {
    letter-spacing: 0.18em;
    text-transform: uppercase;
    font-size: 0.85rem;
    color: #a5cfff;
    margin-bottom: 1rem;
}
.uniforms-hero__panel ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 0.6rem;
    color: rgba(223, 236, 255, 0.88);
}
.uniforms-hero__panel li {
    display: flex;
    gap: 0.6rem;
    align-items: center;
}
.uniforms-hero__panel li i {
    color: #4cc9f0;
}

.uniforms-brands {
    padding: clamp(3rem, 6vw, 5rem) 0;
    background: #f5f8fc;
}
.uniforms-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1.75rem;
}
.uniform-card {
    background: linear-gradient(160deg, rgba(16, 76, 116, 0.12), rgba(26, 127, 189, 0.2));
    border: 1px solid rgba(26, 127, 189, 0.2);
    border-radius: 1.35rem;
    padding: 2.25rem 1.85rem;
    box-shadow: 0 28px 45px rgba(15, 23, 42, 0.12);
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}
.uniform-card h3 {
    font-weight: 700;
    color: #0f2749;
}
.uniform-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 0.45rem;
    color: #365069;
}

.uniforms-services {
    padding: clamp(3rem, 6vw, 5rem) 0;
    background: linear-gradient(135deg, #102444 0%, #1a4e7a 45%, #0f2d52 100%);
    color: #e2e8f0;
}
.uniforms-services__container {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}
@media (min-width: 992px) {
    .uniforms-services__container {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
}
.uniforms-services__content {
    flex: 0 0 55%;
}
.uniforms-services__content h2 {
    font-weight: 700;
    margin-bottom: 1rem;
}
.uniforms-services__content p {
    color: rgba(226, 237, 255, 0.85);
    line-height: 1.6;
}
.uniforms-services__content ul {
    list-style: none;
    padding: 0;
    margin: 1.25rem 0 0;
    display: grid;
    gap: 0.6rem;
}
.uniforms-services__content li {
    display: flex;
    gap: 0.6rem;
    align-items: center;
}
.uniforms-services__content li i {
    color: #4cc9f0;
}
.uniforms-services__media {
    flex: 0 0 40%;
}
.uniforms-tiles {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}
.uniforms-tiles img {
    width: 100%;
    height: 120px;
    object-fit: cover;
    border-radius: 1rem;
    box-shadow: 0 18px 28px rgba(15, 23, 42, 0.18);
}

.uniforms-cta {
    padding: clamp(3rem, 6vw, 5rem) 0;
    background: #0f2749;
    color: #dfe9ff;
}
.uniforms-cta__container {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}
@media (min-width: 992px) {
    .uniforms-cta__container {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
}
.uniforms-cta__copy h2 {
    font-weight: 700;
    margin-bottom: 0.5rem;
}
.uniforms-cta__copy p {
    color: rgba(226, 237, 255, 0.85);
    max-width: 520px;
    line-height: 1.6;
}
.uniforms-cta__actions {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
}
.uniforms-cta__actions .btn {
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-weight: 600;
}

.shoes-hero {
    position: relative;
    overflow: hidden;
    background: linear-gradient(120deg, #0b2740 0%, #157089 55%, #08172c 100%);
    color: #f1f7ff;
    padding: clamp(3rem, 6vw, 5rem) 0;
}
.shoes-hero__glow {
    position: absolute;
    inset: 0;
    background: radial-gradient(60% 60% at 80% 0%, rgba(76, 201, 240, 0.28) 0%, rgba(12, 30, 52, 0) 70%);
}
.shoes-hero__container {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
@media (min-width: 992px) {
    .shoes-hero__container {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
}
.shoes-hero__copy {
    flex: 0 0 60%;
}
.shoes-hero__copy h1 {
    font-weight: 700;
    margin-bottom: 1rem;
}
.shoes-hero__copy p {
    color: rgba(226, 237, 255, 0.85);
    line-height: 1.7;
}
.shoes-hero__links {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 1.5rem;
}
.shoes-hero__links a {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    color: #deefff;
    font-weight: 600;
}
.shoes-hero__links i {
    color: #4cc9f0;
}
.shoes-hero__panel {
    flex: 0 0 34%;
    background: rgba(8, 23, 43, 0.75);
    border: 1px solid rgba(118, 190, 255, 0.25);
    border-radius: 1.5rem;
    padding: 2rem;
    box-shadow: 0 24px 40px rgba(6, 18, 34, 0.45);
}
.shoes-hero__panel h3 {
    letter-spacing: 0.18em;
    text-transform: uppercase;
    font-size: 0.85rem;
    color: #a5cfff;
    margin-bottom: 1rem;
}
.shoes-hero__panel ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 0.6rem;
    color: rgba(223, 236, 255, 0.88);
}
.shoes-hero__panel li {
    display: flex;
    gap: 0.6rem;
    align-items: center;
}
.shoes-hero__panel li i {
    color: #4cc9f0;
}

.shoes-categories {
    padding: clamp(3rem, 6vw, 5rem) 0;
    background: #f5f8fc;
}
.shoes-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1.75rem;
}
.shoes-card {
    background: linear-gradient(160deg, rgba(16, 76, 116, 0.12), rgba(26, 127, 189, 0.2));
    border: 1px solid rgba(26, 127, 189, 0.2);
    border-radius: 1.35rem;
    padding: 2.25rem 1.85rem;
    box-shadow: 0 28px 45px rgba(15, 23, 42, 0.12);
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}
.shoes-card h3 {
    font-weight: 700;
    color: #0f2749;
}
.shoes-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 0.45rem;
    color: #365069;
}

.shoes-services {
    padding: clamp(3rem, 6vw, 5rem) 0;
    background: linear-gradient(135deg, #102444 0%, #1a4e7a 45%, #0f2d52 100%);
    color: #e2e8f0;
}
.shoes-services__container {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}
@media (min-width: 992px) {
    .shoes-services__container {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
}
.shoes-services__content {
    flex: 0 0 55%;
}
.shoes-services__content h2 {
    font-weight: 700;
    margin-bottom: 1rem;
}
.shoes-services__content p {
    color: rgba(226, 237, 255, 0.85);
    line-height: 1.6;
}
.shoes-services__content ul {
    list-style: none;
    padding: 0;
    margin: 1.25rem 0 0;
    display: grid;
    gap: 0.6rem;
}
.shoes-services__content li {
    display: flex;
    gap: 0.6rem;
    align-items: center;
}
.shoes-services__content li i {
    color: #4cc9f0;
}
.shoes-services__media {
    flex: 0 0 40%;
}
.shoes-services__media img {
    width: 100%;
    border-radius: 1.5rem;
    box-shadow: 0 24px 38px rgba(15, 23, 42, 0.2);
}

.shoes-cta {
    padding: clamp(3rem, 6vw, 5rem) 0;
    background: #0f2749;
    color: #dfe9ff;
}
.shoes-cta__container {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}
@media (min-width: 992px) {
    .shoes-cta__container {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
}
.shoes-cta__copy h2 {
    font-weight: 700;
    margin-bottom: 0.5rem;
}
.shoes-cta__copy p {
    color: rgba(226, 237, 255, 0.85);
    max-width: 520px;
    line-height: 1.6;
}
.shoes-cta__actions {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
}
.shoes-cta__actions .btn {
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-weight: 600;
}

.emb-hero {
    padding: clamp(4rem, 8vw, 6rem) 0;
    position: relative;
    overflow: hidden;
    color: #ffffff;
}
.emb-hero__container {
    display: grid;
    gap: 3rem;
    align-items: center;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}
.emb-hero__copy h1 {
    font-size: clamp(2.5rem, 4vw, 3.75rem);
    line-height: 1.1;
    margin-bottom: 1.5rem;
}
.emb-hero__copy p {
    font-size: 1.05rem;
    color: rgba(248, 250, 252, 0.9);
    margin-bottom: 2rem;
}
.emb-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}
.emb-hero__image {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 28px 60px rgba(12, 33, 54, 0.35);
}
.emb-hero__image img {
    width: 100%;
    height: auto;
    display: block;
}

.emb-services {
    padding: clamp(3.5rem, 7vw, 5.5rem) 0;
    background: linear-gradient(180deg, #ffffff 0%, #f2f7fb 100%);
}
.emb-services__grid {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.emb-process {
    padding: clamp(3.5rem, 7vw, 5.5rem) 0;
}
.emb-process__container {
    display: grid;
    gap: 2.5rem;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    align-items: start;
}
.emb-process__copy h2 {
    margin-bottom: 1rem;
}
.emb-process__copy p {
    color: #334155;
}
.emb-process__steps {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 1.5rem;
}
.emb-process__steps li {
    background: #ffffff;
    border-radius: 18px;
    padding: 1.5rem;
    box-shadow: 0 24px 50px rgba(15, 23, 42, 0.08);
    border: 1px solid rgba(15, 23, 42, 0.06);
}
.emb-process__steps strong {
    display: block;
    color: #0f2d52;
    margin-bottom: 0.4rem;
}
.emb-process__steps span {
    color: #475569;
    line-height: 1.5;
}

.emb-cta {
    padding: clamp(3.5rem, 7vw, 5rem) 0;
    color: #ffffff;
}
.emb-cta__container {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    align-items: flex-start;
}
@media (min-width: 768px) {
    .emb-cta__container {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
}
.emb-cta__copy p {
    margin: 0;
    color: rgba(248, 250, 252, 0.85);
}

.customer-auth {
    padding: clamp(4rem, 8vw, 6rem) 0;
    position: relative;
    color: #f8fafc;
}
.customer-auth__container {
    display: grid;
    gap: clamp(2.5rem, 6vw, 4rem);
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    align-items: center;
}
.customer-auth__intro {
    max-width: 540px;
}
.customer-auth__intro h1 {
    font-size: clamp(2.2rem, 4vw, 3.2rem);
    line-height: 1.2;
    margin-bottom: 1rem;
}
.customer-auth__intro p {
    color: rgba(226, 232, 240, 0.85);
    margin-bottom: 1.5rem;
    line-height: 1.6;
}
.customer-auth__benefits {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 0.75rem;
}
.customer-auth__benefits li {
    display: flex;
    gap: 0.6rem;
    align-items: center;
    color: rgba(226, 232, 240, 0.9);
}
.customer-auth__benefits i {
    color: #4cc9f0;
    font-size: 1rem;
}
.customer-auth__panel {
    display: flex;
    justify-content: center;
}
.auth-card {
    width: min(420px, 100%);
    background: rgba(15, 23, 42, 0.75);
    border: 1px solid rgba(148, 163, 184, 0.25);
    border-radius: 24px;
    padding: clamp(2rem, 4vw, 2.75rem);
    box-shadow: 0 30px 50px rgba(8, 15, 32, 0.35);
    backdrop-filter: blur(12px);
}
.auth-card h2 {
    color: #f8fafc;
    font-weight: 700;
    margin-bottom: 1.5rem;
    text-align: center;
}
.auth-card__alert {
    background: rgba(76, 201, 240, 0.12);
    border: 1px solid rgba(76, 201, 240, 0.4);
    border-radius: 16px;
    padding: 1rem 1.25rem;
    margin-bottom: 1.5rem;
    color: #e0f5ff;
}
.auth-card__alert strong {
    display: block;
    margin-bottom: 0.35rem;
}
.auth-card__alert p {
    margin-bottom: 0.75rem;
}
.auth-card__resend {
    display: flex;
    justify-content: flex-start;
}
.auth-card .form-control {
    background: rgba(15, 23, 42, 0.65);
    border: 1px solid rgba(148, 163, 184, 0.3);
    color: #f8fafc;
}
.auth-card .form-control:focus {
    background: rgba(15, 23, 42, 0.8);
    border-color: rgba(76, 201, 240, 0.8);
    box-shadow: 0 0 0 0.15rem rgba(76, 201, 240, 0.25);
}
.auth-card label {
    color: rgba(226, 232, 240, 0.9);
}
.auth-card__form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.auth-card__divider {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin: 1.5rem 0;
    color: rgba(226, 232, 240, 0.65);
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    justify-content: center;
}
.auth-card__divider::before,
.auth-card__divider::after {
    content: "";
    flex: 1;
    height: 1px;
    background: linear-gradient(90deg, rgba(148, 163, 184, 0) 0%, rgba(148, 163, 184, 0.4) 50%, rgba(148, 163, 184, 0) 100%);
}
.customer-auth__google {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    width: 100%;
    border-radius: 999px;
    padding: 0.85rem 1rem;
    background: #ffffff;
    color: #0f172a;
    font-weight: 600;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.customer-auth__google:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 36px rgba(15, 23, 42, 0.15);
    color: #0f172a;
}
.auth-card__links {
    display: flex;
    justify-content: space-between;
    margin-top: 1.5rem;
}
.auth-card__links a {
    font-size: 0.9rem;
    color: rgba(148, 197, 240, 0.95);
    text-decoration: none;
}
.auth-card__links a:hover {
    color: #4cc9f0;
}
.auth-card__links--stack {
    flex-direction: column;
    gap: 0.5rem;
}
.auth-card__links--stack a {
    width: 100%;
    text-align: center;
}

.auth-card__recaptcha {
    margin: 0.5rem 0 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}
.auth-card__recaptcha .invalid-feedback {
    font-size: 0.85rem;
}

.auth-card--register {
    width: min(520px, 100%);
}
.auth-card__form--register {
    gap: 1.25rem;
}
.auth-card__choice {
    border: 1px solid rgba(148, 163, 184, 0.25);
    border-radius: 20px;
    padding: 1.5rem;
    margin: 0;
}
.auth-card__choice legend {
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    color: rgba(226, 232, 240, 0.75);
    margin-bottom: 1rem;
}
.auth-choice {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 1rem;
    border: 1px solid rgba(148, 163, 184, 0.2);
    background: rgba(15, 23, 42, 0.55);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.auth-choice:last-child {
    margin-bottom: 0;
}
.auth-choice__control {
    position: absolute;
    inset: 0;
    opacity: 0;
    cursor: pointer;
}
.auth-choice__label {
    display: block;
    padding: 1.15rem 1.25rem 1.15rem 3.5rem;
    color: rgba(226, 232, 240, 0.9);
}
.auth-choice__title {
    display: block;
    font-weight: 600;
    margin-bottom: 0.35rem;
}
.auth-choice__text {
    font-size: 0.9rem;
    color: rgba(226, 232, 240, 0.7);
}
.auth-choice::before {
    content: "";
    position: absolute;
    left: 1rem;
    top: 1.45rem;
    width: 1.1rem;
    height: 1.1rem;
    border-radius: 50%;
    border: 2px solid rgba(148, 163, 184, 0.6);
    transition: border 0.25s ease, box-shadow 0.25s ease;
}
.auth-choice::after {
    content: "";
    position: absolute;
    left: 1.25rem;
    top: 1.7rem;
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 50%;
    background: rgba(76, 201, 240, 0);
    transition: background 0.25s ease;
}
.auth-choice:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 30px rgba(8, 22, 52, 0.25);
    border-color: rgba(76, 201, 240, 0.4);
}
.auth-choice__control:checked + .auth-choice__label {
    color: #f8fafc;
}
.auth-choice__control:checked + .auth-choice__label .auth-choice__title {
    color: #4cc9f0;
}
.auth-choice__control:checked + .auth-choice__label .auth-choice__text {
    color: rgba(248, 250, 252, 0.8);
}
.auth-choice__control:checked ~ .auth-choice::before {
    border-color: rgba(76, 201, 240, 0.8);
}
.auth-choice__control:checked ~ .auth-choice::after {
    background: #4cc9f0;
}
.auth-choice__control:checked + .auth-choice__label {
    background: rgba(15, 23, 42, 0.75);
    box-shadow: 0 22px 42px rgba(8, 22, 52, 0.3);
    border-color: rgba(76, 201, 240, 0.8);
}
.auth-choice__control:focus + .auth-choice__label {
    outline: 2px solid rgba(76, 201, 240, 0.4);
    outline-offset: 4px;
}
.auth-card--register .form-floating {
    margin-bottom: 1rem;
}
.auth-card--register .form-floating:last-child {
    margin-bottom: 0;
}

.alteration-hero {
    padding: clamp(4rem, 8vw, 6rem) 0;
    color: #f8fafc;
}
.alteration-hero__container {
    display: grid;
    gap: clamp(2.5rem, 6vw, 4rem);
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    align-items: center;
}
.alteration-hero__copy h1 {
    font-size: clamp(2.4rem, 4vw, 3.6rem);
    line-height: 1.15;
    margin-bottom: 1.25rem;
}
.alteration-hero__copy p {
    color: rgba(226, 232, 240, 0.85);
    margin-bottom: 2rem;
    max-width: 520px;
    line-height: 1.6;
}
.alteration-hero__cta {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}
.alteration-hero__image {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 28px 60px rgba(12, 33, 54, 0.35);
}
.alteration-hero__image img {
    width: 100%;
    height: auto;
    display: block;
}

.alteration-services {
    padding: clamp(3.5rem, 7vw, 5.5rem) 0;
    background: linear-gradient(180deg, #ffffff 0%, #f0f6fb 100%);
}
.alteration-services__grid {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.alteration-process {
    padding: clamp(3.5rem, 7vw, 5.5rem) 0;
}
.alteration-process__container {
    display: grid;
    gap: clamp(2.5rem, 6vw, 4rem);
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    align-items: stretch;
}
.alteration-process__copy h2 {
    margin-bottom: 1rem;
}
.alteration-process__copy p {
    color: #334155;
    margin-bottom: 1.5rem;
    max-width: 520px;
}
.alteration-process__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 1.25rem;
}
.alteration-process__list li {
    background: #ffffff;
    border-radius: 18px;
    padding: 1.25rem 1.5rem;
    box-shadow: 0 24px 50px rgba(15, 23, 42, 0.08);
    border: 1px solid rgba(15, 23, 42, 0.06);
}
.alteration-process__list strong {
    display: block;
    color: #0f2d52;
    margin-bottom: 0.4rem;
}
.alteration-process__list span {
    color: #475569;
    line-height: 1.5;
}
.alteration-process__media {
    display: flex;
    align-items: stretch;
}
.alteration-process__card {
    background: linear-gradient(160deg, #0f2749 0%, #146b77 100%);
    color: #e2f4ff;
    border-radius: 24px;
    padding: clamp(2rem, 4vw, 2.75rem);
    box-shadow: 0 30px 55px rgba(12, 32, 54, 0.35);
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}
.alteration-process__card h3 {
    margin: 0;
    font-weight: 700;
}
.alteration-process__card p {
    margin: 0;
    color: rgba(226, 240, 255, 0.85);
    line-height: 1.6;
}
.alteration-process__card ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 0.75rem;
}
.alteration-process__card li {
    display: flex;
    gap: 0.6rem;
    align-items: center;
    color: rgba(226, 240, 255, 0.85);
}
.alteration-process__card i {
    color: #4cc9f0;
}

.alteration-cta {
    padding: clamp(3.5rem, 7vw, 5rem) 0;
    color: #f8fafc;
}
.alteration-cta__container {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    align-items: flex-start;
}
@media (min-width: 768px) {
    .alteration-cta__container {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
}
.alteration-cta__copy h2 {
    margin-bottom: 0.5rem;
}
.alteration-cta__copy p {
    margin: 0;
    color: rgba(226, 240, 255, 0.8);
    max-width: 580px;
}

@media (max-width: 575.98px) {
    .auth-card {
        padding: 1.75rem;
    }
    .auth-card__links {
        flex-direction: column;
        gap: 0.75rem;
        align-items: center;
    }
}
