:root {
    --brand-red: #E41E26;
    --dark: #0b0b0b;
    --muted: #6c6c6c;
    --card-shadow: 0 6px 18px rgba(0, 0, 0, 0.08)
}

body {
    font-family: "Open Sans", sans-serif;
    color: #111
}

.navbar-brand {
    border: none !important
}

picture:focus-visible {
    outline: 0;
}

.navbar-brand:focus-visible {
    outline: 0 !important
}

.navbar-brand img {
    height: 38px;
    border: none !important;
    outline: 0;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: #000;
    font-weight: 500
}

.navbar-toggler {
    border: none;
    box-shadow: none;
}

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

.hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    color: #fff;
    overflow: hidden
}

.hero .overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, .5)2%, rgba(0, 0, 0, .5)2%)
}

.hero .carousel-caption {
    left: 5%;
    top: 20%;
    text-align: left
}

.hero h1 {
    font-weight: 800;
    font-size: 48px;
    letter-spacing: 0;
    text-transform: uppercase;
    margin: 16px 0;
    line-height: 60px
}

.banner-text {
    font-weight: 800;
    font-size: 52px;
    letter-spacing: 0;
    text-transform: uppercase;
    margin: 16px 0;
    line-height: 60px
}

.hero .lead {
    max-width: 800px
}

.carousel-inner {
    border-radius: 0 0 30px
}

@media (min-width:992px) {
    .container {
        width: 90%;
        max-width: none
    }
}

.services h6 {
    font-size: 15px
}

.about .figure img {
    border-radius: 18px
}

.btn-cta {
    display: inline-block;
    margin-top: 18px;
    padding: 12px 32px;
    border-radius: 6px;
    background: #e41e26;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    transition: .3s
}

.btn-cta:hover {
    background: #e41e26;
    transform: translateY(-1px);
    box-shadow: 0 8px 18px rgba(228, 30, 38, .4);
    color: #fff
}

.btn-cta img {
    margin-left: 10px
}

.about-pic {
    position: absolute;
    right: 0;
    z-index: -1;
    top: 0
}

.project-card {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: var(--card-shadow)
}

.testimonials {
    position: relative;
    color: #fff
}

.testimonials .container {
    position: relative;
    z-index: 2
}

.testimonials .overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .7));
    pointer-events: none
}

.testimonials .card {
    background: rgba(255, 255, 255, .01);
    backdrop-filter: blur(77px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 16px;
    padding: 28px;
    color: #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .35);
    transition: .3s
}

.testimonials .card::before {
    content: "❝";
    position: absolute;
    top: 12px;
    right: 18px;
    font-size: 40px;
    color: #e41e26
}

.testimonials .card img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, .6);
    margin-bottom: 12px
}

.testimonials .section-title {
    font-size: 38px;
    font-weight: 600;
    margin: 12px 0 18px;
    line-height: 1.25;
    color: #fff
}

.testimonials .card p {
    font-size: 18px;
    line-height: 1.7;
    color: #dcdcdc
}

.testimonials .card small {
    font-weight: 600;
    color: #e41e26;
    margin-top: 10px;
    font-size: 16px
}

.testimonials .card span {
    font-size: 16px;
    color: #c8c8c8
}

.clients img {
    opacity: .45;
    filter: grayscale(1);
    max-height: 54px
}

#contact {
    scroll-margin-top: 80px
}

.footer-social-icons {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-top: 20px;
    justify-content: center
}

.footer-social-icons a i {
    background: #333;
    padding: 6px;
    border-radius: 100%
}

.footer-social-icons a:hover i {
    background: #e30613;
    padding: 6px;
    border-radius: 100%
}

.bg-white-gradient {
    background: linear-gradient(90deg, #f1f1f1, #fff 50%, #fff)
}

.mt-60 {
    margin-top: -60px
}

.text-stroke h2 {
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 10px;
    -webkit-text-stroke: .6px #efa5a9;
    color: transparent
}

#contact .text-stroke h2 {
    font-size: 80px;
    font-weight: 700;
    color: transparent;
    -webkit-text-stroke: .6px #efa5a9;
    margin-bottom: 10px
}

@media screen and (max-width:992px) {

    #contact .text-stroke h2,
    .text-stroke h2 {
        font-size: 100px;
        font-weight: 700
    }
}

@media screen and (max-width:768px) {
    .text-stroke h2 {
        font-size: 50px;
        font-weight: 700
    }

    #contact .text-stroke h2 {
        font-size: 80px;
        font-weight: 700
    }
}

@media screen and (max-width:576px) {

    .banner-text,
    .hero h1 {
        line-height: 40px
    }

    #contact .text-stroke h2,
    .text-stroke h2 {
        font-size: 40px;
        font-weight: 700
    }
}

.contact-info .icon {
    background: #f5f5f5;
    color: #e30613;
    font-size: 20px;
    width: 50px;
    height: 50px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px
}

.contact-info .info-box {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px
}

.info-box img {
    width: 24px
}

.carousel-control-next::after,
.carousel-control-prev,
.carousel-control-prev::after {
    display: none
}

.carousel-control-next i,
.carousel-control-prev i {
    font-size: 18px
}

footer {
    background: #000;
    color: #fff;
    padding: 20px 40px 60px
}

@media screen and (max-width:425px) {
    footer {
        padding: 60px 10px
    }

    .stats-section {
        background: #fafafa;
        padding: 40px 0;
        border-top: 1px solid #eee
    }

    .stats-section .section-header h2 {
        margin-bottom: 6px
    }

    .stats-section .section-desc {
        color: #6b6b6b;
        margin-top: 6px
    }

    .partner-card {
        display: block;
        padding: 18px;
        border-radius: 10px;
        border: 1px solid #f0f0f0;
        text-align: center;
        background: #fff;
        transition: transform .18s, box-shadow .18s;
        height: 100%
    }

    .partner-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 10px 30px rgba(16, 24, 40, .08)
    }

    .partner-card .logo {
        max-height: 56px;
        object-fit: contain;
        margin: 8px auto 10px;
        filter: grayscale(.85);
        opacity: .95;
        transition: filter .22s, transform .22s
    }

    .partner-card:hover .logo {
        filter: none;
        transform: scale(1.02)
    }

    .partner-card p {
        color: #606060;
        margin: 0;
        font-size: 13px
    }
}

footer h6 {
    font-weight: 700;
    margin-bottom: 15px;
    position: relative
}

footer h6::before {
    content: "";
    width: 40px;
    height: 2px;
    background: #e30613;
    position: absolute;
    bottom: -6px;
    left: 0
}

footer ul {
    list-style: none;
    padding: 0;
    margin: 0
}

footer ul li {
    margin-bottom: 8px
}

footer ul li a {
    text-decoration: none;
    color: #bbb;
    transition: .3s
}

footer ul li a:hover {
    color: #e30613
}

.subscribe-form {
    display: flex;
    flex-direction: column
}

.subscribe-form input {
    border-radius: 4px;
    border: none;
    padding: 10px;
    width: 100%;
    margin-bottom: 10px
}

.subscribe-form button {
    background: #e30613;
    border: none;
    padding: 8px 20px;
    color: #fff;
    border-radius: 4px;
    transition: .3s;
    align-self: flex-end
}

.subscribe-form button:hover {
    background: #fff;
    color: #e30613
}

.about-hero {
    position: relative;
    height: 180px;
    display: flex;
    align-items: center;
    color: #fff;
    overflow: hidden
}

.about-hero-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 0
}

.about-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .6);
    z-index: 1
}

.about-hero .container {
    position: relative;
    z-index: 2
}

.about-hero h1 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 20px
}

@media screen and (max-width:768px) {
    .about-hero h1 {
        font-size: 28px
    }
}

@media screen and (max-width:576px) {
    .about-hero h1 {
        font-size: 20px
    }
}

.breadcrumb a {
    text-decoration: none;
    color: #fff
}

.breadcrumb-item a {
    color: #ffffff7d
}

.breadcrumb-item.active a {
    color: #fff
}

.about-section {
    padding: 60px 0
}

.about-section h5 {
    color: #d63031;
    font-size: .9rem;
    font-weight: 600;
    text-transform: uppercase
}

.about-section h2 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 20px
}

.about-section img {
    border-radius: 10px;
    width: 100%;
    height: auto
}

.about-bg-text {
    position: absolute;
    top: 10px;
    left: 0;
    font-size: 5rem;
    font-weight: 700;
    color: rgba(0, 0, 0, .05);
    z-index: 0
}

.breadcrumb {
    background: rgba(212, 212, 212, .14);
    padding: 8px 14px;
    border: 1px solid rgba(255, 255, 255, .25);
    border-radius: 6px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
    width: fit-content;
    margin-bottom: 6px
}

.breadcrumb-item {
    font-size: 14px;
    white-space: nowrap
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #ffffff80
}

@media (max-width:576px) {
    .breadcrumb {
        padding: 6px 10px;
        font-size: 12px
    }

    .breadcrumb-item {
        font-size: 12px
    }
}

.container-main {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 60px 20px;
    gap: 30px
}

.left-panel {
    flex: 0 0 300px;
    padding-right: 30px
}

.contact-info-item {
    display: flex;
    align-items: center;
    margin-bottom: 25px
}

.contact-info-item .icon-wrapper {
    background-color: #fcebeb;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px
}

.icon-wrapper img {
    width: 20px
}

.contact-info-item .icon-wrapper i {
    color: #dc3545;
    font-size: 1.2rem
}

.contact-info-item .info h6 {
    margin-bottom: 2px;
    font-size: 18px;
    color: #333
}

.contact-info-item .info p {
    margin-bottom: 0;
    font-size: .85rem;
    color: #666
}

.social-follow h6 {
    margin-top: 30px;
    margin-bottom: 15px;
    color: #333;
    font-size: 18px
}

.social-icons .btn {
    background-color: #e41e26;
    border: none;
    width: 45px;
    height: 45px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    border-radius: 8px;
    color: #fff;
    font-size: 1.1rem
}

.social-icons .btn:hover {
    opacity: .9
}

.right-panel {
    flex-grow: 1;
    max-width: 600px;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .08);
    padding: 40px
}

.right-panel h4 {
    margin-bottom: 30px;
    font-weight: 600;
    color: #333;
    font-size: 34px
}

.form-group {
    margin-top: 10px
}

.form-control {
    background: #f9f9f9;
    border: 1px solid #e0e0e0;
    margin-bottom: 4px;
    padding: 12px 15px;
    border-radius: 8px;
    box-shadow: none
}

.form-control:focus {
    border-color: #e41e26;
    background-color: #fff
}

.btn-send {
    background-color: #e41e26;
    color: #fff;
    border-radius: 8px;
    padding: 12px 30px;
    font-weight: 600;
    border: none
}

.btn-send:hover {
    background-color: #c82333
}

.map-section {
    width: 100%;
    height: 400px;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 60px
}

.map-section img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

@media (max-width:992px) {
    .container-main {
        flex-direction: column;
        align-items: center
    }

    .left-panel {
        width: 100%;
        max-width: 400px;
        padding-right: 0;
        margin-bottom: 40px
    }

    .right-panel {
        width: 100%;
        max-width: 600px;
        padding: 30px
    }

    .social-follow {
        text-align: center
    }

    .social-icons {
        display: flex;
        justify-content: center;
        gap: 10px
    }

    .social-icons .btn {
        margin-right: 0
    }
}

.services-container {
    margin: 50px auto;
    padding: 20px;
    border-radius: 15px
}

.service-content {
    margin-top: 48px
}

.service-list-panel {
    display: flex;
    flex-direction: column;
    gap: 12px;
    height: fit-content
}

.service-list-panel h2 {
    color: #fff;
    font-size: 24px;
    margin: 0
}

@media screen and (max-width:992px) {
    .service-content {
        margin-top: 38px
    }

    .service-list-panel {
        padding: 0;
        margin-top: 40px;
        border: none
    }

    .service-list-panel h2 {
        font-size: 20px
    }

    .service-item {
        font-size: 14px
    }
}

.service-list-panel a:last-child {
    border-bottom: none
}

.service-item {
    color: #a4a4a4;
    font-size: 14px;
    padding: 10px 0 10px 10px
}

.service-item.active-desktop {
    color: #fff;
    border-left: 2px solid #e41e26
}

.content-panel {
    padding: 0
}

.content-body {
    padding: 30px 0 0
}

.content-body h2 {
    font-weight: 700;
    margin-bottom: 20px;
    color: #333
}

.content-body p {
    color: #6c757d;
    line-height: 1.6
}

.btn-main {
    background-color: #e41e26;
    color: #fff;
    border: none;
    padding: 10px 25px;
    border-radius: 8px;
    font-weight: 600;
    margin-top: 20px;
    transition: background-color .2s
}

.btn-main:hover {
    background-color: #c82333;
    color: #fff
}

.accordion-mobile-only {
    display: none
}

@media (max-width:991.98px) {
    .services-container {
        margin: 20px auto;
        box-shadow: none;
        padding: 0 10px
    }

    .accordion-mobile-only {
        display: block
    }

    .accordion-button {
        background-color: #fff;
        color: #333;
        font-weight: 500;
        padding: 15px;
        border: 1px solid #e0e0e0;
        border-radius: 8px !important;
        margin-bottom: 10px;
        box-shadow: none;
        transition: .2s ease-in-out
    }

    .accordion-item {
        border: none;
        margin-bottom: 15px;
        border-radius: 8px
    }

    .accordion-button:not(.collapsed) {
        background-color: #dc3545;
        color: #fff;
        box-shadow: none
    }

    .accordion-button:focus {
        border-color: #dc3545;
        box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .25)
    }

    .accordion-body {
        padding: 15px;
        border: 1px solid #e0e0e0;
        border-top: none;
        border-radius: 0 0 8px 8px
    }

    .content-image {
        height: 200px;
        margin-bottom: 15px
    }

    .content-body {
        padding: 0
    }
}

.section-padding {
    padding: 60px 0
}

.gallery-card {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, .05);
    overflow: hidden;
    height: 100%;
    transition: transform .3s
}

.gallery-card:hover {
    transform: translateY(-5px)
}

.gallery-image-wrapper {
    position: relative
}

.gallery-image {
    width: 100%;
    height: 250px;
    object-fit: cover;
    display: block
}

.download-icon {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #dc3545;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    cursor: pointer;
    z-index: 5
}

.download-icon img {
    width: 16px
}

.gallery-text {
    padding: 25px
}

.gallery-text h4 {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 10px
}

.gallery-text p {
    font-size: .9rem;
    color: #6c757d
}

.client img {
    width: 100%;
    transition: transform .3s;
    border: 1px solid #f1f1f1
}

.client img:hover {
    transform: translateY(-5px);
    border: none
}

@media (max-width:767px) {
    .hero {
        min-height: 100vh
    }

    .mt-60 {
        margin-top: 60px
    }

    .banner-text,
    .hero h1 {
        font-size: 30px
    }

    .hero .carousel-caption {
        bottom: 22%
    }
}

.navbar-collapse .navbar-nav {
    display: flex;
    gap: 8px
}

@media (min-width:992px) and (max-width:1200px) {
    .navbar-brand img {
        width: 200px
    }

    .navbar-collapse .navbar-nav {
        gap: 0
    }
}

.services .card {
    gap: 15px
}

.services .card .arrow-btn i {
    padding: 12px;
    width: 36px;
    height: 36px;
    display: flex;
    border-radius: 100%;
    background: #fff
}

.navbar-nav .nav-link {
    position: relative
}

.navbar-nav .nav-link::after {
    content: "";
    position: absolute;
    left: 40%;
    bottom: -1px;
    width: 50%;
    height: 2px;
    background-color: #e41e26;
    transform: translateX(-50%) scaleX(0);
    transition: transform .3s
}

@media screen and (max-width:992px) {
    .navbar-nav .nav-link::after {
        content: "";
        position: absolute;
        left: 5%;
        bottom: -1px;
        width: 10%;
        height: 2px;
        background-color: #e41e26;
        transform: translateX(-50%) scaleX(0);
        transition: transform .3s
    }
}

.navbar-nav .nav-link.active::after,
.navbar-nav .nav-link:hover::after {
    transform: translateX(-50%) scaleX(1)
}

@media (min-width:992px) {
    .navbar .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        transform: translateY(10px);
        transition: .25s;
        box-shadow: 0 10px 30px rgba(0, 0, 0, .12)
    }

    .navbar .dropdown:hover .dropdown-menu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0)
    }
}

.dropdown-menu {
    background: #232323;
    border-radius: 0
}

.dropdown-item {
    padding: 10px 18px;
    font-size: 14px;
    color: #9d9d9d;
    transition: .3s
}

.dropdown-item:hover {
    color: #fff;
    background: 0 0;
    transform: translateX(5px)
}

.dropdown-icon {
    font-size: 11px;
    transition: transform .3s
}

.service-list-panel a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 4px;
    text-decoration: none
}

.content-image-wrapper {
    position: relative;
    width: 100%;
    overflow: visible;
    padding-top: 40px
}

.content-image-wrapper::before {
    left: 0
}

.content-image-wrapper::after {
    content: "";
    position: absolute;
    top: -30px;
    width: 80px;
    height: calc(100% + 30px);
    pointer-events: none;
    z-index: 5;
    right: 0
}

.content-image {
    width: 100%;
    height: 360px;
    object-fit: cover;
    border-radius: 15px;
    background: linear-gradient(to right, rgba(220, 53, 69, .4), rgba(138, 43, 226, .4)) center/cover, url('https://via.placeholder.com/800x350/8A2BE2/FFFFFF?text=Retail+Displays+Image') center/cover;
    overflow-x: auto;
    scroll-behavior: smooth;
    transform: translateY(-30px)
}

.content-image::-webkit-scrollbar {
    display: none
}

.image-track {
    display: flex;
    height: 100%
}

.image-track img {
    min-width: 100%;
    height: 100%;
    object-fit: cover;
    flex-shrink: 0;
    border-radius: 12px
}

.thumb-indicators {
    display: flex;
    justify-content: center;
    gap: 10px
}

.thumb-indicators img {
    width: 58px;
    height: 40px;
    object-fit: cover;
    border-radius: 6px;
    cursor: pointer;
    opacity: .5;
    transition: .3s;
    border: 2px solid transparent
}

.thumb-indicators img:hover {
    opacity: .8
}

.thumb-indicators img.active {
    opacity: 1;
    border-color: #e41e26;
    transform: scale(1.05)
}

.custom-dropdown::after {
    display: none !important
}

.chevron-icon {
    display: inline-block;
    margin-left: 6px;
    width: 8px;
    height: 8px;
    border-right: 2px solid #e41e26;
    border-bottom: 2px solid #e41e26;
    transform: rotate(45deg);
    transition: transform .3s
}

.dropdown.show .chevron-icon {
    transform: rotate(-135deg)
}

.marquee-wrapper {
    overflow: hidden;
    width: 100%
}

.marquee-track {
    display: flex;
    width: max-content;
    animation: 50s linear infinite marquee-left
}

.marquee-right {
    animation: 50s linear infinite marquee-right
}

.client-item {
    flex: 0 0 auto;
    width: 224px;
    padding: 10px 30px;
    display: flex;
    align-items: center;
    justify-content: center
}

.client-item img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: 1;
    transition: .3s
}

.client-item img:hover {
    filter: grayscale(0%);
    opacity: 1;
    transform: scale(1.05)
}

@keyframes marquee-left {
    from {
        transform: translateX(0)
    }

    to {
        transform: translateX(-50%)
    }
}

@keyframes marquee-right {
    from {
        transform: translateX(-50%)
    }

    to {
        transform: translateX(0)
    }
}

.services-container .service-item {
    padding: 40px;
    width: 100%;
    gap: 15px;
    display: flex;
    flex-direction: column;
    position: relative;
    min-height: 330px;
    border-top-left-radius: 60px;
    overflow: hidden;
    margin-top: 30px;
    background: linear-gradient(135deg, #e41e26, #8d0505)
}

.services-container .service-item::after {
    content: "";
    position: absolute;
    width: 280px;
    height: 280px;
    background-image: url(../images/logo-1.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    bottom: -40px;
    left: -40px;
    pointer-events: none
}

.services-container .service-item .icon i {
    background: #fff;
    padding: 14px;
    border-radius: 10px;
    display: flex;
    width: 60px;
    height: 60px
}

.services-container .service-item .service-name h3 {
    font-size: 30px;
    color: #fff
}

@media screen and (max-width:992px) {
    .services-container .service-item {
        padding: 30px;
        min-height: 280px;
        border-top-left-radius: 40px
    }

    .services-container .service-item .icon i {
        background: #fff;
        padding: 12px;
        border-radius: 10px;
        display: flex;
        width: 50px;
        height: 50px
    }

    .services-container .service-item .service-name h3 {
        font-size: 26px
    }
}

@media screen and (max-width:768px) {
    .services-container .service-item .service-name h3 {
        font-size: 24px
    }
}

.services-container .service-item a {
    color: #e41e26;
    background: #fff;
    text-decoration: none;
    padding: 10px 12px;
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    font-size: 20px;
    align-items: center;
    gap: 6px;
    border-top-left-radius: 20px
}

.services-container .service-item a img {
    background: #fff;
    padding: 14px;
    border-radius: 100%;
    box-shadow: rgba(149, 157, 165, .2) 0 8px 24px
}

.services-detail-section {
    background-color: #151515;
    position: relative;
    padding: 0 80px 80px;
    overflow: hidden
}

@media screen and (max-width:576px) {
    .services-container .service-item {
        padding: 30px;
        min-height: 230px;
        border-top-left-radius: 40px
    }

    .services-container .service-item .service-name h3 {
        font-size: 20px
    }

    .services-detail-section {
        padding: 0 30px 30px
    }
}

.services-detail-section::after {
    content: "";
    position: absolute;
    width: 900px;
    height: 1440px;
    background-image: url(../images/logo-watermark.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    right: 0;
    top: -45px;
    pointer-events: none
}

.services-detail-section .service-detail .content {
    margin-left: 20px
}

.services-detail-section .service-detail .content h2 {
    font-size: 42px;
    color: #fff;
    line-height: inherit;
    margin-top: 10px
}

@media screen and (max-width:992px) {
    .services-container .service-item a {
        padding: 10px 12px;
        position: absolute;
        font-size: 18px;
        border-top-left-radius: 20px
    }

    .services-detail-section .service-detail .content {
        margin-left: 0
    }

    .services-detail-section .service-detail .content h2 {
        font-size: 38px
    }
}

@media screen and (max-width:768px) {
    .services-detail-section .service-detail .content h2 {
        font-size: 34px
    }
}

@media screen and (max-width:576px) {
    .services-detail-section .service-detail .content h2 {
        font-size: 28px
    }
}

.services-detail-section .service-detail .content p {
    font-size: 20px;
    color: #fff;
    font-weight: 300;
    line-height: 2
}

@media screen and (max-width:992px) {
    .services-detail-section .service-detail .content p {
        font-size: 18px
    }
}

.nav-btn {
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    color: #e41e26;
    border: 1px solid #e41e26
}

.nav-btn:hover {
    background-color: #e41e26;
    color: #fff
}

.contact-modal .modal-content {
    border-radius: 20px;
    border: none;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, .25)
}

.contact-modal .modal-header {
    background: linear-gradient(172deg, #e41e26, #151515);
    color: #fff;
    padding: 22px 26px 10px;
    border: none
}

.contact-modal .modal-title {
    font-size: 24px;
    font-weight: 600
}

.contact-modal .content p {
    font-size: 16px;
    font-weight: 300
}

.contact-modal .btn-close {
    filter: brightness(0) invert(1)
}

.contact-modal .modal-body {
    padding: 10px 26px 30px;
    background: #fafafa
}

.contact-modal label {
    font-size: 13px;
    font-weight: 600;
    color: #444;
    margin-bottom: 6px
}

.contact-modal .form-control {
    border-radius: 12px;
    border: 1px solid #ddd;
    padding: 12px 14px;
    font-size: 14px;
    transition: .3s
}

.contact-modal .form-control:focus {
    border-color: #151515
}

.contact-modal .submit-btn {
    background: #e41e26;
    border: none;
    padding: 13px;
    font-weight: 600;
    border-radius: 30px;
    color: #fff;
    transition: .3s;
    margin-top: 10px;
    width: 100%
}

.contact-modal .submit-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 18px rgba(228, 30, 38, .4)
}

.contact-modal .form-control.error {
    border-color: #e41e26;
    box-shadow: 0 0 0 2px rgba(228, 30, 38, .15)
}

.contact-modal .error-msg {
    color: #e41e26;
    font-size: 12px;
    margin-top: 5px;
    display: none
}

.transform-modal .modal-content {
    border-radius: 20px;
    border: none;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, .25)
}

.transform-modal .modal-header {
    background: linear-gradient(172deg, #e41e26, #151515);
    color: #fff;
    padding: 22px 26px 10px;
    border: none
}

.transform-modal .modal-title {
    font-weight: 600;
    letter-spacing: .4px;
    font-size: 24px
}

.transform-modal .content p {
    font-size: 16px;
    font-weight: 300
}

.transform-modal .btn-close {
    filter: brightness(0) invert(1)
}

.transform-modal .modal-body {
    padding: 30px 26px;
    background: #fafafa
}

.transform-modal label {
    font-size: 13px;
    font-weight: 600;
    color: #444;
    margin-bottom: 6px
}

.transform-modal .form-control {
    border-radius: 12px;
    border: 1px solid #ddd;
    padding: 12px 14px;
    font-size: 14px;
    transition: .3s
}

.transform-modal .form-control:focus {
    border-color: #151515;
    color: #151515 !important
}

.transform-modal select.form-control {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #fff;
    background-image: url("../images/drop_down.svg");
    background-repeat: no-repeat;
    background-position: right 14px center;
    background-size: 16px;
    padding-right: 42px;
    cursor: pointer
}

.transform-modal .submit-btn {
    background: #e41e26;
    border: none;
    padding: 13px;
    font-weight: 600;
    border-radius: 30px;
    color: #fff;
    transition: .3s
}

.transform-modal .submit-btn:hover {
    background: #e41e26;
    transform: translateY(-1px);
    box-shadow: 0 8px 18px rgba(228, 30, 38, .4)
}

.transform-modal select:has(option:checked[disabled]) {
    color: #999
}

.transform-modal select option {
    color: #333
}

.select-wrapper {
    position: relative
}

.select-wrapper select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 45px;
    cursor: pointer
}

.select-wrapper .select-icon {
    position: absolute;
    right: 14px;
    top: 42px;
    pointer-events: none;
    font-size: 14px;
    color: #e41e26;
    transition: .3s
}

.form-control[readonly] {
    background-color: #f6f7fb;
    border-color: #e2e5ef;
    color: #151515;
    cursor: not-allowed
}

.service-gallery {
    padding: 80px 0;
    background: #f9f9f9
}

.service-gallery .gallery-item {
    overflow: hidden;
    border-radius: 14px;
    position: relative;
    cursor: pointer;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .08)
}

.service-gallery .gallery-item:hover img {
    transform: scale(1.08)
}

.service-gallery .gallery-item.tall img {
    height: 570px
}

.service-gallery .gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .5s;
    min-height: 570px
}

.contact-bg {
    background: linear-gradient(90deg, #e61e24 55%, #fff 45%);
    position: relative;
    overflow: hidden
}

.contact-section {
    background: var(--brand-red);
    color: #fff;
    padding: 60px 0;
    border-radius: 18px
}

.contact-section h3 {
    font-size: 34px;
    font-weight: 700;
    line-height: 1.2
}

@media screen and (max-width:576px) {
    .services-detail-section .service-detail .content p {
        font-size: 16px
    }

    .contact-section h3 {
        font-size: 26px
    }
}

.contact-section .form-control {
    background: rgba(0, 0, 0, .25);
    border: none;
    color: #fff;
    border-radius: 8px;
    padding: 14px 16px
}

.contact-section .form-control::placeholder {
    color: rgba(255, 255, 255, .7)
}

.contact-section .form-control:focus {
    outline: 0;
    box-shadow: none;
    background: rgba(0, 0, 0, .35)
}

.white-btn {
    background: #fff;
    color: #e61e24;
    font-weight: 600;
    border: none;
    padding: 12px 28px;
    border-radius: 6px;
    transition: .3s
}

.white-btn:hover {
    background: #111;
    color: #fff
}

.contact-info {
    background: #fff;
    border-radius: 18px;
    padding: 50px;
    box-shadow: 0 25px 60px rgba(0, 0, 0, .08)
}

@media screen and (max-width:425px) {
    .contact-info {
        background: #fff;
        border-radius: 18px;
        padding: 20px;
        box-shadow: 0 25px 60px rgba(0, 0, 0, .08)
    }
}

.info-box {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid #eee
}

.info-box:last-child {
    border-bottom: none
}

.info-box h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 4px
}

.info-box p {
    margin: 0;
    color: #555;
    font-size: 14px
}

.info-box .icon {
    width: 52px;
    height: 52px;
    border-radius: 12px;
    background: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center
}

.social-icons a:hover {
    transform: translateY(-3px);
    background: #111
}

.bottom-pic {
    position: absolute;
    right: -40px;
    z-index: 0;
    bottom: -40px;
    opacity: .2
}

@media (max-width:991px) {
    .contact-bg {
        background: #e61e24
    }

    .contact-info {
        transform: none;
        margin-top: 40px
    }
}

.contact-section-page {
    padding: 60px 0
}

.contact-section-page .contact-left {
    background: linear-gradient(135deg, #e41e26, #151515);
    color: #fff;
    padding: 40px;
    border-radius: 22px;
    position: relative;
    overflow: hidden
}

.contact-section-page .contact-left::after {
    content: "";
    position: absolute;
    inset: 0;
    background: url("../images/design-element-2.png") center/cover no-repeat;
    pointer-events: none
}

.contact-section-page .contact-left h2 {
    font-size: 40px;
    margin-bottom: 15px;
    font-weight: 600
}

@media screen and (max-width:992px) {
    .contact-section-page .contact-left {
        padding: 30px
    }

    .contact-section-page .contact-left h2 {
        font-size: 32px
    }
}

@media screen and (max-width:576px) {
    .contact-section-page {
        padding: 40px 0
    }

    .contact-section-page .contact-left h2 {
        font-size: 28px
    }
}

.contact-section-page .contact-left p {
    margin-bottom: 35px;
    font-size: 16px
}

@media screen and (max-width:576px) {
    .contact-section-page .contact-left p {
        margin-bottom: 20px;
        font-size: 14px
    }
}

.contact-section-page .contact-box {
    display: flex;
    align-items: center;
    gap: 18px;
    background: rgba(255, 255, 255, .18);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, .25);
    box-shadow: 0 8px 32px rgba(0, 0, 0, .2);
    padding: 18px 22px;
    border-radius: 16px;
    margin-bottom: 20px;
    transition: .3s
}

.contact-section-page .contact-box:hover {
    transform: translateY(-3px)
}

.contact-section-page .contact-box i {
    padding: 10px;
    background-color: rgba(228, 30, 38, .1);
    border: 1px solid #fff;
    border-radius: 10px
}

.contact-section-page .contact-box img {
    width: 24px
}

.contact-section-page .contact-box p {
    margin: 0;
    font-size: 16px;
    font-weight: 500
}

.contact-section-page .contact-box span {
    font-size: 14px
}

.social {
    margin-top: 40px
}

.social-icons {
    display: flex;
    gap: 15px;
    margin-top: 15px
}

.social-icons a {
    display: grid;
    align-items: center;
    justify-content: center;
    background: #e11c24;
    color: #fff;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    font-size: 18px;
    transition: .3s;
    margin-top: 12px;
    place-items: center
}

.social-icons a i {
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center
}

.contact-section-page .contact-right {
    background: #f3f3f3;
    padding: 40px;
    border-radius: 22px
}

.contact-section-page .contact-right h2 {
    font-size: 40px;
    margin-bottom: 10px;
    font-weight: 600
}

@media screen and (max-width:992px) {
    .contact-section-page .contact-right {
        padding: 30px
    }

    .contact-section-page .contact-right h2 {
        font-size: 32px
    }
}

@media screen and (max-width:576px) {
    .contact-section-page .contact-right h2 {
        font-size: 28px
    }
}

.contact-section-page .contact-right p {
    margin-bottom: 35px;
    color: #555;
    font-size: 16px
}

@media screen and (max-width:576px) {
    .contact-section-page .contact-right p {
        font-size: 14px;
        margin-bottom: 20px
    }
}

.contact-section-page .contact-right .error-msg {
    color: #e41e26;
    font-size: 12px;
    margin-top: 5px;
    display: none
}

.contact-section-page .form-control {
    border-radius: 12px;
    padding: 14px 18px;
    border: none;
    color: #3a3a3a
}

.contact-section-page .form-control:focus {
    box-shadow: none;
    border: 1px solid #e11c24
}

.contact-section-page .select-wrapper {
    position: relative
}

.contact-section-page .select-wrapper select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 45px;
    cursor: pointer
}

.contact-section-page .select-icon {
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    pointer-events: none
}

.contact-section-page .select-icon img {
    width: 24px
}

.contact-section-page .btn-send {
    background: #e11c24;
    color: #fff;
    padding: 14px 40px;
    border-radius: 10px;
    border: none
}

.contact-section-page .btn-send:hover {
    background: #c4161d
}

.career-container {
    padding: 60px 0
}

.career-container .row {
    min-height: 600px
}

.career-list-panel {
    background: #f8f9fb;
    border-right: 1px solid #e6e6e6;
    padding: 0;
    height: 100%
}

.career-item {
    position: relative;
    padding: 18px 24px;
    font-size: 16px;
    font-weight: 500;
    color: #333;
    cursor: pointer;
    transition: .3s
}

.career-item:not(:last-child) {
    border-bottom: 1px solid #e6e6e6
}

.career-item:hover {
    background: #fff
}

.career-item::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    bottom: 0;
    height: 2px;
    background: #e41e26;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .35s
}

.career-item.active {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    border: none
}

.career-item.active::after {
    transform: scaleX(1)
}

.career-content-panel {
    padding: 10px 50px
}

.career-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 20px
}

.career-title h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 6px;
    color: #111
}

.career-location {
    font-size: 14px;
    color: #777;
    margin-bottom: 0
}

.career-btn .btn-main {
    background: #e41e26;
    color: #fff;
    padding: 12px 26px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    transition: .25s;
    margin-top: 0
}

.career-btn .btn-main:hover {
    background: #e41e26;
    transform: translateY(-1px);
    box-shadow: 0 8px 18px rgba(228, 30, 38, .4);
    color: #fff
}

.career-middle {
    padding-top: 30px
}

.career-middle h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #111
}

.career-middle li,
.career-middle p {
    font-size: 15px;
    line-height: 1.7;
    color: #444
}

.type {
    margin-bottom: 26px
}

.career-type {
    font-weight: 600;
    color: #dc3545
}

.description {
    margin-bottom: 30px
}

@media (max-width:991px) {
    .career-container {
        padding: 50px 0
    }

    .career-content-panel {
        padding: 30px 25px
    }

    .career-top {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px
    }

    .career-title h2 {
        font-size: 26px
    }
}

.career-entry .career-btn {
    display: flex;
    justify-content: flex-end;
    margin-top: 1rem
}

.no-opening-content {
    text-align: center;
    padding: 60px 30px;
    background: #fafafa;
    border: 1px dashed #ddd;
    border-radius: 8px;
    margin-top: 1rem
}

.no-opening-icon {
    font-size: 36px;
    color: #ccc;
    margin-bottom: 16px
}

.no-opening-content h4 {
    font-weight: 600;
    margin-bottom: 10px
}

.no-opening-content p {
    color: #666;
    margin-bottom: 10px
}

.no-opening-content .note {
    font-size: 14px;
    color: #888
}

.btn-outline-main {
    margin-top: 12px;
    padding: 10px 20px;
    border: 1px solid #e41e26;
    color: #e41e26;
    background: 0 0
}

.careermodal .modal-content {
    border-radius: 20px;
    border: none;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, .25)
}

.careermodal .modal-header {
    background: linear-gradient(172deg, #e41e26, #151515);
    color: #fff;
    padding: 22px 26px 10px;
    border: none
}

.careermodal .modal-title {
    font-size: 24px;
    font-weight: 600
}

.careermodal .content p {
    font-size: 16px;
    font-weight: 300
}

.careermodal .btn-close {
    filter: brightness(0) invert(1)
}

.careermodal .form-control {
    border-radius: 12px;
    border: 1px solid #ddd;
    padding: 12px 14px;
    font-size: 14px;
    transition: .3s
}

.careermodal label {
    font-size: 13px;
    font-weight: 600;
    color: #444
}

.careermodal .block label {
    padding-top: calc(.375rem+1px);
    padding-bottom: calc(.375rem+1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
    color: #303641 !important;
    font-weight: 600 !important
}

.careermodal .modal-header .row {
    width: 100%;
    align-items: center
}

.careermodal .head_job h5 {
    margin-bottom: 0
}

.careermodal .jobloc {
    font-size: 14px;
    font-weight: 400;
    opacity: .9;
    margin-bottom: 16px
}

.careermodal .pull-right {
    float: right;
    margin-bottom: 10px
}

.careermodal .form-control:focus {
    border-color: #e41e26;
    box-shadow: 0 0 0 .15rem rgba(228, 30, 38, .2)
}

.careermodal input[type=file] {
    padding: 8px;
    background: #fff
}

.careermodal .block {
    width: 100%;
    margin: 0 auto 16px;
    overflow: auto;
    padding: 10px;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 2px dashed #c5ccd6;
    background: #f3f5f8;
    display: flex;
    flex-direction: column;
    align-items: center
}

.careermodal .block label.button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    background: #151515;
    color: #fff !important;
    padding: 10px 18px;
    border-radius: 30px;
    cursor: pointer;
    font-size: 13px;
    transition: .3s
}

.careermodal .block img {
    margin: 0
}

.careermodal .block label.button:hover {
    background: #e41e26
}

.careermodal #images {
    display: none
}

.careermodal .png {
    font-size: 12px;
    opacity: .8
}

.careermodal .wysihtml5-toolbar {
    background: #f1f1f1;
    padding: 8px;
    border-radius: 10px;
    margin-bottom: 10px
}

.careermodal iframe.wysihtml5-sandbox {
    border-radius: 10px;
    border-color: #ddd
}

.careermodal .modal-footer {
    border: none;
    padding-top: 0
}

.careermodal .submit_1 {
    background: linear-gradient(135deg, #e41e26, #b4141a);
    border: none;
    padding: 12px 32px;
    border-radius: 30px;
    font-weight: 600;
    transition: .3s
}

.careermodal .submit_1:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 20px rgba(228, 30, 38, .3)
}

.careermodal .modal-footer a {
    color: #e41e26;
    font-weight: 600;
    text-decoration: none
}

@media (max-width:575px) {
    .careermodal .modal-content {
        border-radius: 14px
    }

    .careermodal .modal-title {
        font-size: 20px
    }

    .careermodal .btn-close {
        position: absolute;
        right: 16px;
        top: 16px
    }
}

.careermodal .career-textarea textarea {
    border-radius: 14px;
    border: 1px solid #dcdcdc;
    padding: 14px;
    font-size: 14px;
    resize: vertical;
    min-height: 100px
}

.careermodal .career-textarea textarea:focus {
    border-color: #e41e26;
    box-shadow: 0 0 0 2px rgba(228, 30, 38, .15)
}

.careermodal .modal-footer p {
    font-size: 13px;
    color: #666;
    text-align: center;
    width: 100%;
    margin: 6px 0
}

.careermodal .error {
    color: #e41e26 !important
}

label.error {
    color: #e41e26 !important;
    display: block;
    border-radius: 6px;
    font-size: 12px !important;
    font-weight: 400 !important
}

#homecontactform label.error {
    color: #ebe9e9 !important;
    display: block;
    border-radius: 6px;
    font-size: 12px !important;
    font-weight: 400 !important
}

input.error,
select.error,
textarea.error {
    border: 1px solid #e41e26 !important;
    box-shadow: 0 0 0 .15rem rgba(228, 30, 38, .12)
}

input.valid,
select.valid,
textarea.valid {
    border-color: #191a19;
    box-shadow: 0 0 0 .08rem rgba(40, 167, 69, .08)
}

.invalid-feedback {
    display: block;
    color: #ffe6e6
}

#display-error {
    color: #c70014;
    font-weight: 700;
    padding-bottom: 10px;
    display: none
}

#sortable {
    list-style-type: none;
    margin: 0;
    padding: 0;
    min-height: auto
}

#sortable li {
    margin: 3px 3px 3px 0;
    float: left;
    width: 100px;
    text-align: center;
    position: relative;
    background-color: #fff
}

#sortable li,
#sortable li img {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

#sortable li div.delete {
    position: absolute;
    top: 3px;
    right: 3px;
    width: 20px;
    height: 20px;
    background-color: #f55151;
    color: #fff;
    font-size: 12px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    cursor: pointer
}

#pageloader {
    background: rgb(255 255 255);
    opacity: .5;
    display: none;
    min-height: 100%;
    height: auto;
    position: fixed;
    width: 100%;
    z-index: 9999
}

#pageloader img {
    left: 50%;
    margin-left: -32px;
    margin-top: -32px;
    position: absolute;
    top: 50%
}

.counter-section {
    padding: 40px 20px
}

.counter-box {
    background: linear-gradient(90deg, #e62e2e, #d63031);
    border-radius: 20px;
    padding: 30px 20px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    color: #fff;
    box-shadow: 0 6px 20px rgb(219 48 48 / 50%)
}

.counter-item {
    text-align: center;
    margin: 10px 0;
    flex: 1;
    min-width: 120px;
    border-right: 2px solid #fff
}

@media screen and (max-width:768px) {
    .counter-item {
        border: none
    }
}

.counter-item h3 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 5px
}

.counter-item p {
    margin: 0;
    font-size: 16px
}

.stats-section {
    padding: 100px 0
}

.stats-section .section-header h2 {
    font-size: 36px;
    font-weight: 600;
    color: #111;
    text-align: center
}

.stats-section .section-header h2::after {
    content: "";
    width: 60px;
    display: block;
    margin: 16px auto 0;
    border-radius: 10px
}

.stats-box {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    border-radius: 24px;
    overflow: hidden
}

.stats-item {
    position: relative;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background .35s
}

.stats-item img {
    width: 80%;
    object-fit: contain;
    transition: .4s;
    border-radius: 10px
}

.stats-item:hover img {
    transform: translateY(-4px) scale(1.06)
}

@media (max-width:991px) {
    .stats-box {
        grid-template-columns: repeat(2, 1fr)
    }

    .stats-item:nth-child(2),
    .stats-item:nth-child(4) {
        border-right: none
    }
}

@media (max-width:575px) {
    .stats-section {
        padding: 60px 0
    }

    .stats-section .section-header h2 {
        font-size: 26px;
        margin-bottom: 35px
    }

    .stats-box {
        grid-template-columns: 1fr
    }

    .stats-item {
        border-right: none;
        border-bottom: 1px solid #eaeaea;
        padding: 30px 20px
    }

    .stats-item:last-child {
        border-bottom: none
    }

    .stats-item img {
        max-width: 50%
    }

    .stats-item:not(:nth-child(4n))::after {
        display: none
    }
}

.products-main {
    padding: 90px 0;
    background: #f9fafb
}

.products-main .section-label {
    font-size: 13px;
    letter-spacing: 1.5px;
    font-weight: 600;
    color: #e41e26;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 10px
}

.section-title {
    font-size: 38px;
    font-weight: 600;
    margin: 12px 0 18px;
    line-height: 1.25;
    color: #111
}

@media screen and (max-width:576px) {
    .section-title {
        font-size: 30px
    }

    #productsCarousel .col-6 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .project-card {
        margin-bottom: 12px
    }
}

@media screen and (max-width:480px) {
    .section-title {
        font-size: 28px
    }
}

.section-desc {
    color: #6b7280;
    line-height: 1.7;
    max-width: 520px
}

.product-card-main {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    transition: .45s cubic-bezier(.2, .8, .2, 1)
}

.product-img {
    position: relative;
    height: 300px;
    overflow: hidden
}

@media (max-width:992px) {
    .product-img {
        height: 300px
    }
}

@media (max-width:768px) {
    .product-img {
        height: 250px
    }
}

@media (max-width:480px) {
    .product-img {
        height: 266px
    }
}

@media (max-width:400px) {
    .product-img {
        height: 240px
    }
}

@media (max-width:375px) {
    .product-img {
        height: 200px
    }
}

.product-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .7s
}

.product-card:hover .project-img img {
    transform: scale(1.08)
}

.product-img::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, .45)0%, rgba(0, 0, 0, .15)40%, transparent 70%);
    opacity: .85;
    transition: opacity .4s
}

.product-card:hover .project-img::after {
    opacity: 1
}

.product-body {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 18px 18px 20px;
    color: #fff
}

.product-body h6 {
    margin: 0;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: .3px;
    transform: translateY(6px);
    transition: transform .35s
}

.product-card:hover .project-body h6 {
    transform: translateY(0)
}

.product-card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, .25);
    pointer-events: none;
    opacity: 0;
    transition: opacity .35s
}

.product-card:hover::before {
    opacity: 1
}

.single-product-slide {
    display: flex;
    justify-content: center;
    padding: 10px
}

.single-product-slide .project-card {
    width: 100%;
    max-width: 420px
}

.carousel-nav {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 20
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 52px;
    height: 52px;
    opacity: 1;
    pointer-events: auto
}

.carousel-control-prev {
    left: -26px
}

.carousel-control-next {
    right: -26px
}

.custom-control {
    width: 52px !important;
    height: 52px !important;
    border-radius: 50%;
    background: #fff;
    border: none;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .18);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .25s
}

.custom-control:hover {
    transform: translateY(-50%) scale(1.08)
}

.custom-control img {
    width: 18px
}

@media (max-width:768px) {
    .carousel-control-prev {
        left: 10px
    }

    .carousel-control-next {
        right: 10px
    }

    .custom-control {
        width: 44px !important;
        height: 44px !important
    }

    .custom-control img {
        width: 15px
    }
}

.product-section h2 {
    font-size: 36px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 40px;
    text-align: center
}

.product-section {
    padding: 60px 0;
    background: #f9fafb
}

.view-controls .btn-outline-dark {
    border-color: #ddd;
    color: #333
}

.view-controls .btn-outline-dark.active {
    background-color: #333;
    color: #fff
}

.product-card {
    background: #fff;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .08)
}

.product-image {
    border-radius: 16px;
    overflow: hidden;
    cursor: pointer
}

.product-image img {
    width: 100%;
    transition: transform .4s
}

.product-card:hover .product-image img {
    transform: scale(1.05)
}

.product-content h3 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 15px
}

.product-content p {
    font-size: 16px;
    color: #555;
    line-height: 1.7
}

.brand-logo {
    max-width: 120px;
    float: right;
    margin-left: 20px
}

@media (max-width:991px) {
    .product-card {
        padding: 30px
    }

    .brand-logo {
        float: none;
        display: block;
        margin: 0 0 15px
    }
}

@media (max-width:575px) {
    .product-card {
        padding: 30px
    }

    .product-content p {
        font-size: 15px
    }
}

.product-thumb {
    cursor: pointer;
    border-radius: 8px;
    transition: transform .3s
}

.product-thumb:hover {
    transform: scale(1.05)
}

.carousel-item img {
    object-fit: contain
}

.video-section {
    background: #151515;
    position: relative;
    overflow: hidden
}

.video-section::after {
    content: "";
    position: absolute;
    width: 900px;
    height: 1440px;
    background-image: url(../images/logo-watermark.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    bottom: -406px;
    right: 0;
    pointer-events: none
}

.featured-header h3 {
    font-size: 28px;
    font-weight: 600;
    color: #fff
}

.view-all {
    color: red;
    font-weight: 500;
    text-decoration: none
}

.featured-card {
    overflow: hidden;
    transition: .3s
}

.featured-card:hover {
    transform: translateY(-6px)
}

.featured-thumb {
    position: relative;
    aspect-ratio: 16/9;
    overflow: hidden;
    border-radius: 14px;
    cursor: pointer
}

.thumb-gradient {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, .65)0%, rgba(0, 0, 0, .35)30%, rgba(0, 0, 0, 0)60%);
    pointer-events: none
}

.video-duration {
    position: absolute;
    top: 10px;
    right: 10px;
    background: rgba(0, 0, 0, .85);
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 4px 8px;
    border-radius: 6px;
    letter-spacing: .3px
}

.featured-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .4s
}

.featured-thumb:hover img {
    transform: scale(1.06)
}

.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
    height: 70px;
    background: rgba(255, 255, 255, .9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px
}

.video-modal {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .85);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999
}

.video-modal.active {
    display: flex
}

.video-modal-content {
    width: 80%;
    max-width: 900px;
    position: relative
}

.video-modal iframe {
    width: 100%;
    height: 500px;
    border-radius: 10px;
    border: none
}

.close-video {
    position: absolute;
    top: -40px;
    right: 0;
    color: #fff;
    font-size: 34px;
    cursor: pointer
}

.featured-body {
    padding: 10px 0 0
}

.category {
    color: red;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px
}

.featured-body h4 {
    font-size: 20px;
    font-weight: 600;
    color: #fff
}

.featured-body p {
    font-size: 14px;
    color: #979797;
    margin-bottom: 10px
}

.date {
    font-size: 13px;
    color: #ff3b3b;
    font-weight: 600;
    padding: 6px 0;
    width: fit-content
}

.news-section {
    background: #f3f3f3;
    padding: 60px 0 80px
}

.section-title h2 {
    font-weight: 700
}

.news-card {
    position: relative;
    transition: .35s
}

.news-card:hover {
    transform: translateY(-8px)
}

.news-image {
    overflow: hidden
}

.news-image img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    display: block
}

.news-content {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: -25px;
    background: linear-gradient(180deg, #e41e26, #8d0505);
    color: #fff;
    padding: 18px;
    border-radius: 8px
}

.news-content h4 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 8px
}

.news-date {
    font-size: 12px;
    opacity: .8
}

.facility-modern {
    position: relative;
    padding: 80px 0;
    background: #f6f7f8;
    overflow: hidden
}

.facility-content {
    position: relative;
    margin: 0 auto 20px;
    border-radius: 18px
}

.facility-content .section-label {
    font-size: 13px;
    letter-spacing: 1.5px;
    font-weight: 600;
    color: #e41e26;
    text-transform: uppercase;
    align-items: center;
    gap: 10px
}

.facility-tag {
    display: inline-block;
    font-size: 13px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-weight: 600;
    color: #e41e26;
    margin-bottom: 15px
}

.facility-gallery-items {
    position: relative;
    width: 100%;
    height: 520px
}

.facility-gallery-items .facility-card {
    position: absolute;
    display: block;
    overflow: hidden;
    border-radius: 22px;
    box-shadow: 0 20px 45px rgba(0, 0, 0, .18);
    transition: transform .8s cubic-bezier(.22, 1, .36, 1), left .8s cubic-bezier(.22, 1, .36, 1), right .8s cubic-bezier(.22, 1, .36, 1), top .8s cubic-bezier(.22, 1, .36, 1), bottom .8s cubic-bezier(.22, 1, .36, 1), width .8s cubic-bezier(.22, 1, .36, 1), height .8s cubic-bezier(.22, 1, .36, 1)
}

.facility-gallery-items .facility-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.facility-gallery-items .card-main {
    width: 72%;
    height: 420px;
    left: 14%;
    top: 50px;
    z-index: 3
}

.facility-gallery-items .card-top {
    width: 38%;
    height: 220px;
    right: 0;
    top: 0;
    z-index: 4;
    transform: rotate(6deg)
}

.facility-gallery-items .card-bottom {
    width: 38%;
    height: 220px;
    left: 0;
    bottom: 0;
    z-index: 2;
    transform: rotate(-6deg)
}

.facility-gallery-items .facility-card:hover {
    transform: scale(1.04);
    z-index: 10
}

.facility-gallery-items .card-top:hover {
    transform: rotate(6deg) scale(1.04)
}

.facility-gallery-items .card-bottom:hover {
    transform: rotate(-6deg) scale(1.04)
}

@media(max-width:991px) {
    .facility-gallery-items {
        height: 420px;
        margin-top: 40px
    }

    .facility-gallery-items .card-main {
        width: 80%;
        height: 320px;
        left: 10%;
        top: 50px
    }

    .facility-gallery-items .card-bottom,
    .facility-gallery-items .card-top {
        width: 42%;
        height: 170px
    }
}

@media(max-width:576px) {
    .facility-gallery-items {
        height: 340px
    }

    .facility-gallery-items .card-main {
        width: 84%;
        height: 240px;
        left: 8%;
        top: 45px
    }

    .facility-gallery-items .card-bottom,
    .facility-gallery-items .card-top {
        width: 45%;
        height: 130px
    }
}

.gallery-section .gallery-grid-card {
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, .06);
    overflow: hidden;
    position: relative;
    transition: .35s;
    height: 280px
}

.gallery-section .gallery-grid-card.tall {
    height: 520px
}

.gallery-section .gallery-grid-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, .12)
}

.gallery-section .gallery-grid-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .5s
}

.gallery-section .gallery-grid-card:hover .gallery-grid-image {
    transform: scale(1.08)
}

.gallery-section .gallery-grid-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(220, 53, 69, .45), rgba(0, 0, 0, .25));
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    opacity: 0;
    transition: .35s;
    cursor: pointer
}

.gallery-section .gallery-grid-card:hover .gallery-grid-overlay {
    opacity: 1
}

.gallery-section .gallery-grid-overlay i {
    font-size: 2.2rem;
    transform: scale(.7);
    transition: .35s;
    text-shadow: 0 5px 20px rgba(0, 0, 0, .5)
}

.gallery-section .gallery-grid-card:hover .gallery-grid-overlay i {
    transform: scale(1)
}

.facility-modern-page {
    padding: 60px 0
}

@media screen and (max-width:576px) {
    .facility-modern-page {
        padding: 40px 0
    }
}

.pinterest-gallery {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px
}

.pinterest-gallery a {
    display: block;
    width: 100%;
    border-radius: 16px;
    overflow: hidden
}

.pinterest-gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 16px;
    transition: .4s
}

.pinterest-gallery img:hover {
    transform: scale(1.05)
}

@media (max-width:1200px) {
    .pinterest-gallery {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media (max-width:768px) {
    .pinterest-gallery {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (max-width:480px) {
    .pinterest-gallery {
        grid-template-columns: repeat(1, 1fr)
    }
}

.service-img {
    position: relative;
    overflow: hidden;
    border-radius: 10px
}

.service-img img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    transition: .4s
}

.middle-img img {
    height: 280px
}

.service-img-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 12px;
    background: linear-gradient(to top, #e41e26 0, rgba(228, 30, 38, .6)40%, rgba(228, 30, 38, 0)100%);
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    opacity: 0;
    transition: .3s;
    display: none
}

.service-img:hover .service-img-overlay {
    opacity: 1
}

.service-img:hover img {
    transform: scale(1.05)
}

.services-detail-section .service-img-view .service-img a {
    background: 0 0;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0
}

.services-detail-section .service-img-view .service-img a:hover {
    background: 0 0
}

.product-list-section {
    padding: 60px 0
}

@media screen and (max-width:576px) {
    .product-list-section {
        padding: 40px 0
    }
}

.product-list-section p {
    color: #6b7280;
    line-height: 1.7
}

.list-view-active .product-item {
    width: 100% !important;
    flex: 0 0 100%;
    max-width: 100%
}

.list-view-active .product-card {
    flex-direction: row;
    display: flex
}

.list-view-active .product-image {
    min-width: 300px;
    height: 220px;
    overflow: hidden
}

.list-view-active .product-image img {
    height: 100%
}

@media (max-width:768px) {
    .list-view-active .product-card {
        flex-direction: column
    }

    .list-view-active .product-image {
        width: 100%;
        min-width: 100%;
        height: auto
    }

    .list-view-active .product-image img {
        height: auto;
        max-height: 250px;
        object-fit: cover
    }
}

.product-item .product-card {
    border: none
}

.product-item .category {
    color: #4e4e4e;
    background: #efefef;
    width: fit-content;
    padding: 4px 10px;
    font-size: 12px;
    font-weight: 500;
    border-radius: 6px
}

#products {
    scroll-margin-top: 80px
}

.footer-content {
    background: #151515;
    color: #fff;
    padding: 20px;
    text-align: center;
    border-radius: 10px;
    margin-bottom: 40px
}

.footer-content p {
    margin: 0
}

.seo-purpose h1 {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.btn-outline-cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 28px;
    border: 2px solid #fff;
    color: #fff;
    background: 0 0;
    border-radius: 6px;
    text-decoration: none;
    transition: .3s;
    margin-top: 18px
}

@media screen and (max-width:478px) {
    .btn-outline-cta {
        margin-top: 0
    }
}

.btn-outline-cta:hover {
    background: #fff;
    color: #000
}

.btn-outline-cta:hover img {
    filter: brightness(0)
}

.sub-category-card {
    display: flex;
    align-items: flex-start;
    gap: 40px;
    padding: 40px;
    background: #1d1d1d;
    border-radius: 20px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .08);
    position: relative
}

.sub-category-card::after {
    content: "";
    position: absolute;
    width: 200px;
    height: 200px;
    background-image: url(../images/logo-watermark.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    right: 20px;
    bottom: 0;
    pointer-events: none
}

.sub-category-image {
    flex: 0 0 300px
}

.sub-category-image img {
    width: 100%;
    border-radius: 12px;
    display: block
}

.sub-category-content {
    flex: 1
}

.sub-category-content h3 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #fff
}

.category-badge {
    color: #4e4e4e;
    background: #efefef;
    width: fit-content;
    padding: 4px 10px;
    font-size: 12px;
    font-weight: 500;
    border-radius: 6px;
    margin-bottom: 16px;
    display: inline-block
}

.sub-category-content p {
    font-size: 16px;
    line-height: 1.8;
    color: #f2f2f2;
    margin-bottom: 16px
}

@media (max-width:768px) {
    .sub-category-card {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
        padding: 20px;
        border-radius: 20px
    }

    .sub-category-image {
        width: 100%;
        flex: 0 0 auto
    }

    .sub-category-image img {
        width: 100%;
        height: auto;
        border-radius: 16px
    }

    .sub-category-content {
        width: 100%
    }

    .sub-category-content h3 {
        font-size: 24px;
        margin-bottom: 8px
    }

    .category-badge {
        display: inline-block
    }

    .sub-category-content p {
        font-size: 16px;
        line-height: 1.7;
        margin-bottom: 18px
    }
}

.about-company {
    padding: 90px 0;
    background: #fff
}

.about-company .section-tag {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #d8232a;
    margin-bottom: 18px;
    position: relative
}

.about-company .section-tag::after {
    content: "";
    width: 60px;
    height: 2px;
    background: #d8232a;
    display: block;
    margin: 12px auto 0
}

.about-company .section-title {
    font-size: 38px;
    font-weight: 600;
    line-height: 1.15;
    color: #111;
    margin-bottom: 30px
}

.about-company .section-description {
    font-size: 18px;
    line-height: 1.9;
    color: #5b5b5b;
    max-width: 900px;
    margin: 0 auto 24px
}

.about-company .manufacturing-capabilities {
    margin-top: 60px;
    padding: 45px;
    border-radius: 20px;
    background: #f8f8f8;
    border: 1px solid #ececec;
    transition: .35s
}

.about-company.manufacturing-capabilities:hover {
    transform: translateY(-5px);
    box-shadow: 0 18px 45px rgba(0, 0, 0, .08)
}

.about-company .manufacturing-capabilities h5 {
    font-size: 24px;
    font-weight: 700;
    color: #111;
    margin-bottom: 18px
}

.about-company .manufacturing-capabilities p {
    margin: 0;
    color: #666;
    font-size: 17px;
    line-height: 1.9
}

@media(max-width:991px) {
    .about-company {
        padding: 70px 0
    }

    .about-company .section-title {
        font-size: 42px
    }

    .section-description {
        font-size: 17px
    }

    .about-company .manufacturing-capabilities {
        padding: 35px
    }
}

@media(max-width:767px) {
    .about-company {
        padding: 60px 0
    }

    .about-company .section-title {
        font-size: 34px
    }

    .about-company .section-tag {
        font-size: 13px
    }

    .section-description {
        font-size: 16px;
        line-height: 1.8
    }

    .about-company .manufacturing-capabilities {
        padding: 28px
    }

    .manufacturing-capabilities h5 {
        font-size: 22px
    }
}

#productsCarousel {
    position: relative
}

.products-main .carousel-nav {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 20
}

.products-main .carousel-control-prev {
    left: -26px
}

.products-main .carousel-control-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 52px;
    height: 52px;
    opacity: 1;
    pointer-events: auto;
    right: -26px
}

.products-main .custom-control {
    width: 52px !important;
    height: 52px !important;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, .18);
    background: rgba(0, 0, 0, .65);
    backdrop-filter: blur(12px);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .25s
}

.products-main .custom-control:hover {
    background: rgba(228, 30, 38, .35);
    border-color: rgba(228, 30, 38, .6);
    box-shadow: 0 12px 30px rgba(0, 0, 0, .35), inset 0 1px 0 rgba(255, 255, 255, .2)
}

.products-main .custom-control img {
    width: 18px
}

@media (max-width:768px) {
    #productsCarousel {
        padding-bottom: 70px
    }

    .products-main .carousel-nav {
        position: absolute;
        inset: auto;
        left: 50%;
        bottom: 20px;
        transform: translateX(-50%);
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 12px;
        pointer-events: auto;
        width: auto
    }

    .products-main .carousel-control-next,
    .products-main .carousel-control-prev {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        transform: none;
        width: 44px;
        height: 44px
    }

    .products-main .custom-control {
        width: 44px !important;
        height: 44px !important
    }

    .products-main .custom-control:hover {
        transform: scale(1.08)
    }

    .products-main .custom-control img {
        width: 15px
    }
}

.capability-card-item {
    position: relative;
    width: 100%;
    height: 640px;
    overflow: hidden;
    border-radius: 18px
}

.capability-card-item>a {
    display: block;
    width: 100%;
    height: 100%
}

.capability-card-item>a>img {
    display: block;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    object-position: center center;
    aspect-ratio: auto
}

@media (max-width:576px) {
    .capability-card-item {
        height: 300px
    }
}

.capability-card-item .capability-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: flex-end;
    padding: 28px;
    background: linear-gradient(to top, rgba(0, 0, 0, .78) 0, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 0) 100%);
    transition: background .6s cubic-bezier(.22, 1, .36, 1)
}

.capability-card-item:hover img {
    transform: scale(1.05);
    filter: blur(4px)
}

.capability-card-item:hover .capability-overlay {
    background: linear-gradient(to top, rgba(0, 0, 0, .92) 0, rgba(0, 0, 0, .7) 55%, rgba(0, 0, 0, .35) 100%)
}

.capability-card-item .capability-content h3 {
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    margin: 0;
    line-height: 1.2
}

@media screen and (max-width:576px) {
    .capability-card-item .capability-content h3 {
        font-size: 20px
    }
}

.capability-card-item .capability-content p {
    color: rgba(255, 255, 255, .9);
    font-size: 15px;
    line-height: 1.7;
    margin: 0;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transform: translateY(10px);
    transition: max-height .45s, opacity .35s, transform .45s, margin-top .35s
}

.capability-card-item .capability-content .capability-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-weight: 600;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity .35s, transform .35s, margin-top .35s
}

.capability-card-item .capability-content .capability-btn.btn-cta {
    margin-top: 0
}

.capability-card-item:hover .capability-content p {
    max-height: 120px;
    opacity: 1;
    transform: translateY(0);
    margin-top: 12px
}

.capability-card-item:hover .capability-btn {
    opacity: 1;
    transform: translateY(0);
    margin-top: 18px
}

.capability-card-item .capability-btn i {
    transition: transform .3s
}

.capability-card-item:hover .capability-btn i {
    transform: translateX(5px)
}

.capability-card {
    position: relative;
    overflow: hidden;
    border-radius: 18px;
    height: 420px
}

.capability-card a {
    display: block;
    position: relative;
    height: 100%
}

.capability-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transform: scale(1);
    transition: transform .7s cubic-bezier(.22, 1, .36, 1), filter .7s cubic-bezier(.22, 1, .36, 1)
}

.capability-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: flex-end;
    padding: 28px;
    background: linear-gradient(to top, rgba(0, 0, 0, .78) 0, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 0) 100%);
    transition: background .6s cubic-bezier(.22, 1, .36, 1)
}

.capability-card:hover img {
    transform: scale(1.05);
    filter: blur(4px)
}

.capability-card:hover .capability-overlay {
    background: linear-gradient(to top, rgba(0, 0, 0, .92) 0, rgba(0, 0, 0, .7) 55%, rgba(0, 0, 0, .35) 100%)
}

.capability-content h3 {
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    margin: 0;
    line-height: 1.2
}

@media screen and (max-width:576px) {
    .capability-card-item .capability-content p {
        font-size: 14px
    }

    .capability-card {
        height: 300px
    }

    .capability-content h3 {
        font-size: 20px
    }
}

.capability-content p {
    color: rgba(255, 255, 255, .9);
    font-size: 15px;
    line-height: 1.7;
    margin: 0;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transform: translateY(10px);
    transition: max-height .45s, opacity .35s, transform .45s, margin-top .35s
}

.capability-content .capability-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-weight: 600;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity .35s, transform .35s, margin-top .35s
}

.capability-content .capability-btn.btn-cta {
    margin-top: 0
}

.capability-card:hover .capability-content p {
    max-height: 120px;
    opacity: 1;
    transform: translateY(0);
    margin-top: 12px
}

.capability-card:hover .capability-btn {
    opacity: 1;
    transform: translateY(0);
    margin-top: 18px
}

.capability-btn i {
    transition: transform .3s
}

.capability-card:hover .capability-btn i {
    transform: translateX(5px)
}

.list-view-active .capability-item {
    width: 100%
}

.list-view-active .capability-card {
    position: relative;
    height: 380px;
    border-radius: 20px;
    overflow: hidden
}

.list-view-active .capability-card>a {
    display: block;
    width: 100%;
    height: 100%
}

.list-view-active .capability-card img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.list-view-active .capability-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: flex-end;
    padding: 40px;
    background: linear-gradient(to top, rgba(0, 0, 0, .85) 0, rgba(0, 0, 0, .55) 40%, rgba(0, 0, 0, .15) 100%)
}

.list-view-active .capability-content {
    max-width: 700px;
    color: #fff
}

.list-view-active .capability-content h3 {
    color: #fff
}

.list-view-active .capability-content p {
    color: rgba(255, 255, 255, .9)
}

.list-view-active .capability-btn {
    color: #fff
}

.product-filter .filter-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #333;
    border-radius: 0;
    padding: 8px 0;
    font-size: 16px;
    font-weight: 500;
    color: #222;
    cursor: pointer
}

.product-filter .filter-toggle:focus,
.product-filter .filter-toggle:hover {
    border-bottom-color: #333;
    outline: 0
}

.product-filter .filter-chevron {
    width: 18px;
    height: 18px;
    flex: 0 0 auto;
    color: #222;
    transition: transform .18s
}

.product-filter .filter-toggle[aria-expanded=true] .filter-chevron {
    transform: rotate(180deg)
}

.product-filter .filter-menu {
    display: none;
    position: absolute;
    z-index: 20;
    margin: 0;
    padding: 10px;
    list-style: none;
    background: #f9fafb;
    max-height: 360px;
    overflow-y: auto
}

.product-filter .filter-menu.open {
    display: block
}

.product-filter .filter-option {
    padding: 14px 18px;
    font-size: 15px;
    color: #222;
    border-bottom: 1px solid #e5e5e5;
    cursor: pointer;
    transition: color .15s, background-color .15s
}

.product-filter .filter-option:last-child {
    border-bottom: none
}

.product-filter .filter-option:hover {
    background-color: #f7f7f7
}

.product-filter .filter-option.active {
    color: #e41e26;
    font-weight: 500
}

.about-company-info-heading {
    padding-top: 80px
}

@media screen and (max-width:576px) {
    .capability-content p {
        font-size: 14px
    }

    .about-company-info-heading {
        padding-top: 40px
    }
}

.about-company-info-heading h2 {
    font-size: 80px;
    font-weight: 700;
    color: #f0f0f0;
    text-align: center
}

@media screen and (max-width:768px) {
    .about-company-info-heading h2 {
        font-size: 50px
    }
}

.about-company-info .section-desc {
    max-width: 100%
}

.about-company-info .section-title {
    color: #e41e26;
    padding: 10px 0 0
}

@media screen and (max-width:576px) {
    .about-company-info-heading h2 {
        font-size: 32px
    }

    .about-company-info .section-title {
        font-size: 26px
    }
}

.client-list-section {
    position: relative;
    display: flex;
    align-items: center;
    color: #fff;
    overflow: hidden;
    padding: 60px 0
}

.client-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 0
}

.client-list-section .container {
    position: relative;
    z-index: 2
}

.client-list-section p {
    color: #6b7280;
    line-height: 1.7
}

.services .service-card {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    border: 4px solid #ececec;
    box-shadow: 0 15px 35px rgba(0, 0, 0, .08);
    transition: transform .1s, box-shadow .1s;
    text-decoration: none;
    color: inherit;
    cursor: pointer
}

.services .service-card:focus,
.services .service-card:hover {
    text-decoration: none;
    color: inherit;
    transform: translateY(-1px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, .16)
}

.services .service-img {
    position: relative;
    padding: 0;
    height: 170px;
    overflow: hidden;
    border-radius: 0
}

.services .service-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .1s
}

.services .service-card:hover .service-img img {
    transform: scale(1.08)
}

.services .service-img::after {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity .1s
}

.services .service-card:hover .service-img::after {
    opacity: 1
}

.services .service-body {
    position: relative;
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 20px;
    transition: background .1s
}

.services .service-card:hover .service-body {
    background: linear-gradient(180deg, #c5121d, #e03d48)
}

.services .service-body h6 {
    font-weight: 600;
    margin-bottom: 8px;
    color: #1a1a1a;
    transition: color .1s
}

.services .service-card:hover .service-body h6 {
    color: #fff
}

.services .service-body p {
    font-size: 13px;
    line-height: 1.5;
    color: #6b7280;
    margin-bottom: 18px;
    transition: color .1s
}

.services .service-card:hover .service-body p {
    color: rgba(255, 255, 255, .9)
}

.services .service-arrow {
    margin-top: auto;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background .1s
}

.services .service-arrow img {
    width: 14px;
    display: block
}

.services .service-card:hover .service-arrow {
    background: #fff
}

.navbar-toggler {
    border: none
}

@media (prefers-color-scheme:dark) {
    html {
        color-scheme: dark
    }

    body {
        background: #111;
        color: #e8e8e8
    }

    .bg-white,
    .bg-white-gradient,
    .contact-info,
    .gallery-card,
    .right-panel {
        background: #1a1a1a !important
    }

    a,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        color: #fff
    }

    li,
    p,
    small,
    span {
        color: #cfcfcf
    }

    a:hover {
        color: #e41e26
    }

    .navbar {
        background: #111 !important
    }

    .navbar-nav .nav-link {
        color: #ddd
    }

    .navbar-nav .nav-link.active {
        color: #e41e26
    }

    .navbar-nav .nav-link.active,
    .navbar-nav .nav-link.show {
        color: #ffffff;
    }

    .card,
    .gallery-card,
    .partner-card,
    .project-card {
        background: #1f1f1f;
        color: #fff;
        box-shadow: 0 10px 30px rgba(0, 0, 0, .4)
    }

    .form-control {
        background: #252525;
        color: #fff;
        border-color: #3a3a3a
    }

    .form-control::placeholder {
        color: #888
    }

    .form-control:focus {
        background: #2d2d2d;
        border-color: #e41e26;
        color: #fff
    }

    .dropdown-menu {
        background: #1d1d1d
    }

    .dropdown-item {
        color: #ddd
    }

    .dropdown-item:hover {
        background: #2b2b2b;
        color: #fff
    }

    footer {
        background: #080808;
        color: #ddd
    }

    footer a {
        color: #bbb
    }

    footer a:hover {
        color: #e41e26
    }

    .modal-body,
    .modal-content {
        background: #1b1b1b;
        color: #fff
    }

    .about-company-info-heading h2 {
        color: #303030
    }

    .about-company-info .section-title {
        color: #e41e26 !important
    }

    #clients {
        background: #111 !important
    }

    .client img {
        border: 1px solid #f1f1f11a
    }

    #products-main,
    .facility-modern,
    .product-section,
    .section-padding {
        background: #1a1a1a !important
    }

    .section-title {
        color: #fff !important
    }

    .text-stroke h2 {
        color: transparent !important;
        -webkit-text-stroke: .6px #999999
    }

    #contact .text-stroke h2 {
        color: transparent !important
    }

    .contact-bg {
        background: linear-gradient(90deg, #e61e24 55%, #111 45%) !important
    }

    .services .service-card {
        position: relative;
        display: flex;
        flex-direction: column;
        height: 100%;
        background: linear-gradient(135deg, #0a0a0a 0, #151515 45%, #232323 100%);
        border-radius: 18px;
        overflow: hidden;
        border: 4px solid #1d1d1d;
        box-shadow: 0 15px 35px rgba(0, 0, 0, .08);
        transition: transform .1s, box-shadow .1s;
        text-decoration: none;
        color: inherit;
        cursor: pointer
    }

    .services .service-body h6 {
        font-weight: 600;
        margin-bottom: 8px;
        color: #fff;
        transition: color .1s
    }

    .services .service-arrow {
        margin-top: auto;
        width: 36px;
        height: 36px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: background .1s
    }

    .services .service-arrow img {
        width: 14px;
        display: block
    }

    .services .service-card:hover .service-arrow {
        background: #fff
    }

    .section-desc {
        color: #999 !important
    }

    .contact-section-page .contact-right {
        background: #1f1f1f
    }

    .contact-section-page .form-control {
        color: #b1b1b1
    }

    .career-list-panel {
        background: #222;
        border-right: 1px solid #7d7d7d
    }

    .career-item.active {
        color: #fff;
        border: none
    }

    .career-item {
        color: #999
    }

    .career-item:hover {
        background: #262626
    }

    .career-title h2 {
        color: #fff
    }

    .career-middle li,
    .career-middle p {
        color: #999
    }

    .careermodal label {
        color: #c8c8c8
    }

    .careermodal .block {
        background: #4f4f4f
    }

    .careermodal .block label {
        color: #fff !important
    }

    .product-filter .filter-chevron {
        width: 18px;
        height: 18px;
        flex: 0 0 auto;
        color: #e41e26;
        transition: transform .18s
    }

    .product-filter .filter-menu {
        background: #1f1f1f
    }

    .product-filter .filter-option {
        color: #aaa;
        border-bottom: 1px solid #e5e5e5
    }

    .product-filter .filter-option:hover {
        background-color: #2a2a2a
    }

    .view-controls .btn-outline-dark {
        border-color: #ddd;
        color: #c3c3c3
    }

    .info-box .icon {
        background: #302f2f
    }

    .info-box p {
        color: rgb(144 144 144)
    }

    /* .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='#ffffff' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
    } */

    .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255,255,255,1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }

    .contact-modal .modal-body {
        background: #303030
    }

    .contact-modal label {
        color: #c8c8c8
    }

    .form-control[readonly] {
        background-color: #252525;
        border-color: #e2e5ef;
        color: #fff
    }

    .career-item:not(:last-child) {
        border-bottom: 1px solid #7d7d7d
    }

}