body
{
    letter-spacing: 0.3px;
}
.header-nav .has-dropdown
{
    position: relative;
}
.header-nav .submenu
{
    display: none;
    position: absolute;
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    min-width: 220px;
    z-index: 1000;
    top: 100%;
    left: 0;
    list-style: none;
    padding: 10px 0;
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
}
.header-nav li a:hover
{
    transition: all 0.3s ease;
    /*color: #FFFFFF !important;*/
    /*border-bottom: 2px solid #FFFFFF !important;*/
    color: #000;
    background: #fff;
}
.header-nav .has-dropdown:hover > .submenu
{
    display: block;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.header-nav .submenu li
{
    padding: 5px 20px;
    white-space: nowrap;
}
.header-nav li a
{
    font-size: 16px;
    font-weight: 600;
}
.header-bottom .header-nav > li > a
{
    line-height: 80px;
}
.header-nav .submenu li a
{
    display: block;
    color: #333;
    text-decoration: none;
    transition: color 0.3s ease, background-color 0.3s ease;
    line-height: 1.5; /* Improve readability */
}
.header-nav .submenu li a:hover
{
    color:rgb(169, 165, 160); /* Example hover color, adjust based on template's style.css */
    background-color: #f8f8f8; /* Light background on hover */
}

.service-single-item .content .btn span
{
    color: #000000;
    font-size: 13px;
    text-transform: capitalize;
}

/* Nested submenu styles */
.header-nav .submenu .has-dropdown > .submenu
{
    top: -10px;
    left: 100%;
    /*margin-left: 5px;*/
}

/* Ensure icofont arrows are aligned for nested menus */
.header-nav .submenu .has-dropdown > a i
{
    vertical-align: middle;
    margin-left: 5px;
}

/* Mobile menu offcanvas transition */
.offcanvas-mobile-menu-section
{
    transform: translateX(100%);
    transition: transform 0.3s ease-in-out;
}
.offcanvas-mobile-menu-section.active
{
    transform: translateX(0);
}
.offcanvas-overlay
{
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    position: fixed; /* Ensures it covers the whole screen */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Dim background */
    z-index: 999; /* Below the offcanvas menu */
}
.offcanvas-overlay.active
{
    visibility: visible;
    opacity: 1;
}

/* Mobile submenu specific styles */
.offcanvas-menu .mobile-sub-menu
{
    display: none;
    list-style: none;
    padding-left: 15px;
    margin-top: 5px;
    border-left: 2px solid #eee;
}
.offcanvas-menu .mobile-sub-menu.active
{
    display: block; /* Show when active */
}
.offcanvas-menu .mobile-sub-menu li a
{
    /*padding: 8px 0;*/
    display: block;
}
.mobile-sub-menu
{
    padding-top: 7px;
}
/* Styling for mobile dropdown toggles */
.offcanvas-menu .has-dropdown > a
{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

footer
{
    background-color: #6c757d;
}

/* If the yellow is used for text links or icons in the header/footer */
.header-top-right .text,
.header-nav li a:hover, /* If the hover color was yellow, change it here */
.mobile-logo .text-2xl .text, /* For the "STEEL" part in mobile logo */
.offcanvas-menu a:hover,
/* Add more selectors here if other parts are yellow */
.header-nav .submenu li a:hover, /* Adjusting for the submenu hover as per your existing CSS */
.offcanvas-menu .mobile-sub-menu li a:hover
{
    color: #02245B !important;
}

.header-top
{
    /*background-color: #6c757d;*/
    background-color: #FF5E14;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    padding-top: 7px;
    padding-bottom: 6px;
}

.header-top-left p,
.header-top-right p,
.header-top-right p span
{
    color: #fff; /* Ensure text in header top is white */
}

.header-bottom.sticky-header
{
    /*background-color:rgb(13, 89, 166);*/
    background-color: #02245B;
}

.header-nav li a
{
    color: #fff; /* Main navigation links white */
}

.header-nav .submenu li a
{
    color: #333; /* Submenu links remain dark on white background */
}

/*.mobile-header
{
    background-color: #02245C;
    padding: 5px 0;
}*/

.mobile-header
{
    background-color: #02245C;
    padding: 10px 0;
    border-bottom: 5px solid #ff5e14;
}

.mobile-logo a
{
    color: #fff !important; /* Mobile logo text white */
}

.promo-single-item .content .title
{
    /*color: #000d21;*/
}
.section-content .title
{
    color: #00112c;
}
.about-display-wrapper .image::after
{
    background: #02245b;
    /*background: #02245bdb;*/
    /*background: rgba(0, 0, 0, 0.5);*/
}
.orange-text-marker-light
{
    color: #ff5e14;
}
.mobile-logo a span
{
    color: #6c757d !important; /* "STEEL" part changed to gray */
}

.mobile-action-link a
{
    color: #fff; /* Mobile menu toggle icon white */
}

.offcanvas-header
{
    background-color: #007bff; /* Offcanvas header blue */
    color: #fff;
}

.offcanvas-close
{
    color: #fff; /* Offcanvas close button white */
}

.offcanvas-menu ul li a
{
    color: #333;
    text-transform: capitalize;
    font-weight: 500;
}
.header-top-left p
{
    display: inline-block;
    animation: slideInLeft 15s linear infinite;
}
.breadcrumb-section-custom .title
{
    animation: slideInLeft 10s linear infinite;
}
.header-top-left p
{
    font-size: 16px;
    font-weight: 600;
    /*letter-spacing: 0.2px;*/
}
.header-top-left::after
{
    display: none !important;
}

.header-bottom .header-nav .submenu
{
    width: auto;
}
.btn-primary:hover
{
    color: #02245B;
    background: #fff !important;
    /*border: 1px solid #02245B;*/
}
.offcanvas
{
    background: #fff;
    width: 100%
}
.footer-nav a
{
    color: #fff;
}
.section-content p
{
    font-size: 14px;
    color: #000000;
}
.contact-submit-btn
{
    display: block;
    width: 100%;
    border-radius: 10px;
}
.contact-detail-block .icon
{
    width: 80px;
    height: 80px;
    text-align: center;
    border: 1px solid #FF5E14;
    line-height: 80px;
    border-radius: 40px;
    margin-bottom: 30px;
}
.contact-detail-block .content .btn
{
    padding: 3px 13px;
}
.offcanvas-header
{
    background-color: #fff;
    margin-bottom: 0;
}
.offcanvas-close
{
    color: #000
}
.offcanvas-menu ul li a
{
    color: #000;
}
.offcanvas-menu .mobile-sub-menu
{
    border-left: none;
    margin-top: 0;
}

.about-display-wrapper .image
{
    height: 350px;
}

@keyframes slideInLeft
{
    0%
    {
        transform: translateX(100%);
    }
    100%
    {
        transform: translateX(-100%);
    }
}

.content-box-bg-overlay
{
    background: rgba(0,0,0,0.5);
    padding: 25px 60px;
    border-radius: 10px;
}
.mobile-header .container
{
    padding-right: 15px;
    padding-left: 15px;
}
.footer-bottom
{
    /*background-color: rgb(9, 76, 143);*/
    background-color: #FF5E14;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
}
.footer-bottom a
{
    color: #fff;
}

.copyright-text a
{
    /*color: #02245b;*/
    /*font-weight: bold;*/
    /*font-size: 14px;*/
    /*text-decoration: underline;*/
}

.client-logo-display-single-item .image:hover
{
    -webkit-filter: brightness(0.5);
    filter: brightness(0.5);
}

.footer-bottom .social-link li a
{
    color: #fff;
}

.footer-bg, .section-bg-custom
{
    background-color: #02245b;
}

.footer-top
{
    border-bottom: 5px solid #FF5E14;
}

.footer-top .newsletter .title-tag,
.footer-top .newsletter .sub-title
{
    color: #fff;
}

.footer-top .newsletter-form input[type="email"]
{
    background-color: rgba(255, 255, 255, 0.2);
    border-color: #fff;
    color: #fff;
}

.footer-top .newsletter-form ::placeholder
{
    color: rgba(255, 255, 255, 0.7);
}

.footer-top .newsletter-submit-btn
{
    color: #003366;
    background-color: #fff;
    border-color: #fff;
}

.footer-about .text-marker
{
    margin-right: 0;
    font-weight: 700;
}

.service-single-item .title
{
    color: #02245b !important;
}

.service-single-item:hover
{
    background: #02245b;
}

.service-single-item:hover .title
{
    background: none !important;
    -webkit-background-clip: initial !important;
    background-clip: initial !important;
    -webkit-text-fill-color: #fff !important;
    color: #fff !important;
}

.service-single-item
{
    padding: 30px;
}

/*.offcanvas-menu li
{
    padding: 8px;
}*/

/*.icofont-custom
{
    font-size: 22px;
    border: 1px solid;
    border-radius: 50%;
}*/

.offcanvas-menu-expand::after, 
.offcanvas-menu .active > .offcanvas-menu-expand::after,
.sub-menu > .active .offcanvas-menu-expand::after
{
    color: #000;
    font-size: 22px;
    border: 1px solid;
    border-radius: 50%;
    line-height: 1.1;
    padding-left: 2px;
    padding-top: 1px;
}

.container, .container-fluid, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm
{
    --bs-gutter-x: 2.75rem;
}

/* START - Subpages Custom CSS */
    .product-categories-section
    {
        padding: 80px 0;
        background-color: #F8F8F8;
    }

    .main-section-heading {
        text-align: center;
        font-size: 44px;
        color: #1A237E; /* Dark Blue for main section titles */
        margin-bottom: 50px;
        font-weight: 700;
        text-transform: uppercase;
        padding-top: 30px;
    }

    .category-heading {
        text-align: center;
        font-size: 36px; /* Larger heading for sub-categories */
        color: #1A237E; /* Dark Blue for sub-category titles */
        margin-top: 50px; /* Space above each category heading */
        margin-bottom: 50px; /* Space below category heading and product grid */
        font-weight: 700;
        text-transform: uppercase;
    }

    /* Product grid container */
    .product-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 15px;
        /*margin-bottom: 80px;*/
    }

    /* Individual product box styling */
    .product-box
    {
        background-color: #FFFFFF;
        border-radius: 12px;
        overflow: hidden;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08); /* Subtle shadow */
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        /*padding-bottom: 20px;*/
    }

    .product-box:hover {
        transform: translateY(-5px); /* Lift effect on hover */
        box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15); /* Enhanced shadow on hover */
    }

    .product-box .product-image {
        width: 100%;
        height: 200px; /* Fixed height for images */
        overflow: hidden;
        border-bottom: 1px solid #EEEEEE; /* Light grey separator */
    }

    .product-box .product-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        /*object-fit: contain;*/
        transition: transform 0.3s ease;
    }

    .product-box:hover .product-image img
    {
        transform: scale(1.05); /* Slight zoom on image hover */
    }

    .product-box .product-name
    {
        font-size: 20px;
        font-weight: 600;
        color: #333333;
        margin-top: 20px;
        margin-bottom: 20px;
        /*padding: 0 15px;*/
    }

/* STARTS - Custom CSS for breadcrumb */
    .breadcrumb-section
    {
        background-color: transparent;
        padding: 80px 0;
        position: relative;
        overflow: hidden;
        border-bottom: 1px solid #CCCCCC;
    }
    .breadcrumb-section .breadcrumb-wrapper .image
    {
        display: none;
    }
    .breadcrumb-section .breadcrumb-wrapper .content
    {
        text-align: center;
        position: relative;
        z-index: 2;
    }
    .breadcrumb-section .content .title
    {
        color: #000;
        font-size: 48px;
        margin-bottom: 10px;
        font-weight: 700;
        text-transform: capitalize;
        letter-spacing: 0.4px;
    }
    .breadcrumb-section .breadcrumb-link
    {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 16px;
    }
    .breadcrumb-section .breadcrumb-link li
    {
        margin: 0 5px;
    }
    .breadcrumb-section .breadcrumb-link li a
    {
        color: #666666;
        text-decoration: none;
    }
    .breadcrumb-section .breadcrumb-link li.active
    {
        font-weight: 600;
        color: #333333;
    }
    .breadcrumb-section .breadcrumb-link li:not(:last-child)::after
    {
        content: '/';
        margin-left: 10px;
        color: #666666;
    }
/* ENDS - Custom CSS for breadcrumb */

    /* Overall site color adjustments for consistency */
    .title-tag {
        color: #2196F3; /* Accent blue for sub-titles/tags */
    }

    /* This rule for h2.title will now apply to other main content sections */

    .btn-primary {
        background-color: #007bff; /* Main blue for buttons */
        border-color: #007bff;
        color: #FFFFFF;
    }

    .btn-primary:hover {
        background-color: #2196F3; /* Accent blue on button hover */
        border-color: #2196F3;
    }

    .btn-outline-primary {
        color: #007bff;
        border-color: #007bff;
    }

    .btn-outline-primary:hover {
        background-color: #007bff;
        color: #FFFFFF;
    }
/* ENDS - Subpages Custom CSS */

.promo-single-item .box
{
    /*border: 1px solid #ebebeb;*/
    /*box-shadow: 0 3px 3px 0 #d8d3d3;*/
    filter: drop-shadow(0px 1px 4px rgba(0, 0, 0, 0.2));
    background: #ffffff;
}

.hero-slider-single-item .content-box
{
    width: 85%;
}

.hero-content .content-box p
{
    font-size: 16px;
}

.whatsapp_chat_btn
{
    bottom: 23px;
    left: 23px;
    z-index: 999;
    border-radius: 50%;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
    transition: all 0.3s cubic-bezier(0.25, 0.25, 0, 1);
}

.default-slider-item .content
{
    /*background: #ff5e14;*/
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    border-radius: 19%;
}

.default-slider-item .image img
{
    border-radius: 19%;
}

.project-display-single-item .content .title
{
    text-align: center;
}

.promo-single-item .title
{
    text-align: center;
    font-size: 30px;
    color: #000;
}

.promo-single-item .content
{
    margin-top: 10px;
    text-align: center;
    color: #000;
}

.promo-single-item .box:hover::after
{
    background: -webkit-gradient(linear, left top, right top, from(rgba(0,0,0,0.7)), to(0,0,0,0.7));
    background: linear-gradient(90deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.7) 100%);
}

.promo-single-item .box
{
    padding: 170px;
    background-position: center;
}

.promo-single-item .box-custom-1
{
    background-image: url(../images/section-two/1.gif);
}

.promo-single-item .box-custom-2
{
    background-image: url(../images/section-two/2.gif);
}

.promo-single-item .box-custom-3
{
    background-image: url(../images/section-two/3.gif);
}

.product-page-section
{
    background-color: #ffffff;
}

.product-page-section .title,
.product-page-section p
{
    color: #000;
}

/* STARTS - Preloader CSS */
    #preloader
    {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #02245B;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 9999;
    }
    .logo-container
    {
        /*width: 100px;*/
        /*height: 100px;*/
        text-align: center;
    }
    .logo-container h3
    {
        margin-top: 20px;
        font-size: 30px;
        color: #fff;
    }
    .logo-container p
    {
        color: #fff;
    }
    .twist-logo
    {
        width: 100%;
        animation: twist 2s linear infinite;
    }
    @keyframes twist
    {
        0% {
            transform: rotateY(0deg) rotateZ(0deg);
        }
        50% {
            transform: rotateY(180deg) rotateZ(180deg);
        }
        100% {
            transform: rotateY(360deg) rotateZ(360deg);
        }
    }
/* ENDS - Preloader CSS */

.hero-slider-single-item .title
{
    margin-bottom: 0;
}

.footer-bg::after
{
    background: none;
    display: none;
}

.footer-center
{
    padding-bottom: 130px;
}

.product-page-section
{
    overflow: hidden;
}

.why-choose-box
{
    padding: 25px 10px 0;
    border-radius: 10px;
    filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.2)) hue-rotate(0deg);
    background: #fff;
    transition: filter 0.9s ease;
}

.why-choose-box:hover
{
    filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0.2)) hue-rotate(45deg);
}

.company-strength-box .image img
{
    /*border-radius: 10rem;*/
    border-radius: 19%;
    /*border: 3px solid #02245C;*/
    width: 90%;
    filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.2)) hue-rotate(0deg);
    transition: filter 0.5s ease;
}

.company-strength-box .image img:hover
{
    filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0.2)) hue-rotate(45deg);
}

.section-content-space
{
    margin-bottom: 25px;
}

.section-content
{
    margin-top: 0;
}

.modal.fade .modal-dialog
{
    transform: translate(0, 0);
    transition: opacity 0.3s ease-out;
}

.footer-widget-single-item .title
{
    font-size: 25px;
    margin-bottom: 25px;
}

.footer-center
{
    padding-bottom: 70px;
}

.footer-section .section-top-space
{
    margin-top: 50px;
}

.social-link a
{
    font-size: 20px;
    height: 40px;
    width: 40px;
    line-height: 40px;
}

/*.social-link a
{
    font-size: 18px;
    height: 35px;
    width: 35px;
    line-height: 35px;
}*/

/*body.modal-open
{
    padding-right: 0;
    overflow-y: scroll;
}*/

.counter-single-item .content .number
{
    font-size: 2rem;
    color: #fff;
    margin-top: 0;
}

.counter-single-item .content .text
{
    color: #fff;
}

.counter-single-item
{
    text-align: left;
    flex-direction: row;
    margin-bottom: 0;
    margin-top: .5rem;
    border-bottom: 2px solid #ff5e14;
    border-top: 2px solid #ff5e14;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.counter-single-item:last-child
{
    border-bottom: 2px solid #5aaa46;
    border-top: 2px solid #5aaa46;
}

.counter-wrapper
{
    margin-bottom: 0;
}

.section-content .title-tag
{
    margin-bottom: 10px;
    font-size: 18px;
}

.footer-nav a
{
    margin-bottom: 5px;
    padding-left: 27px;
}

.footer-widget-single-item
{
    margin-bottom: 40px;
}

.material-scrolltop.reveal
{
    width: 45px;
    height: 45px;
}

.material-scrolltop::before
{
    display: none;
}

.material-scrolltop:hover
{
    background-color: #ff5e14;
}

@media only screen and (min-width: 1200px)
{
    .content-box-bg-overlay
    {
        background: rgba(0,0,0,0.5);width: 100%; height: 100%;
    }
    .hero-slider-single-item .title
    {
        font-size: 45px;
        margin-top: 100px;
    }
    .section-content .title
    {
        font-size: 45px;
    }
}

@media only screen and (min-width: 992px)
{
    .section-top-space
    {
        margin-top: 60px;
    }
    .section-inner-gap
    {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .promo-single-item
    {
        padding-left: 60px;
        padding-right: 0;
    }
    .promo-single-item:last-child
    {
        padding-right: 60px;
    }
    .section-content-space
    {
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 768px)
{
    .hero-slider-single-item .title
    {
        /*font-size: 40px;*/
        font-size: 30px;
        line-height: 1.2;
    }
    .hero-slider-single-item .sub-title
    {
        font-size: 30px;
        line-height: 1.3;
        margin-bottom: 25px;
    }
    .promo-single-item
    {
        padding-top: 20px;
        padding-bottom: 0;
    }
    .section-content .title-tag
    {
        margin-bottom: 5px;
    }
    .copyright-text
    {
        text-align: center;
        margin-bottom: 10px !important;
    }
    .footer-center
    {
        padding-bottom: 50px;
    }
    .counter-single-item:not(:first-child)
    {
        border-top: 0;
    }
    .section-bottom-space
    {
        margin-bottom: 60px;
    }
}

@media only screen and (max-width: 576px)
{
    .about-display-wrapper .image
    {
        height: 750px;
    }
    .product-box
    {
        margin-right: 10px;
        margin-left: 10px;
    }
    .contact-info-single-item .content .info-text
    {
        font-size: 25px;
    }
    .breadcrumb-section .content .title
    {
        font-size: 35px;
    }
}

@media only screen and (max-width: 375px)
{
    .promo-single-item .box
    {
        padding: 130px;
    }
}

@media only screen and (max-width: 767px)
{
    .section-content .title
    {
        font-size: 35px;
    }
}

@media only screen and (max-width: 991px)
{
    .breadcrumb-section .content .title
    {
        margin-top: 65px;
    }
    .breadcrumb-section
    {
        padding: 0;
        padding-top: 30px;
    }
    .breadcrumb-wrapper
    {
        display: contents; /* acts as if the wrapper is gone */
        padding: 0 !important;
        margin: 0 !important;
        background: none !important;
        border: none !important;
    }
    .section-top-space
    {
        margin-top: 50px;
    }
    .section-inner-gap
    {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}