body {
    font-family: Open Sans, sans-serif;
    background: #f3f3f3;
    font-weight: 500;
}

.navbar-nav .nav-link {
    font-weight: 600;
    color: #222;
    padding: 0 15px;
}

.text-danger {
    color: #e20316 !important;
}

h1,
h2,
h3,
h4 {
    font-family: Oswald, sans-serif;
}

nav.navbar {
    padding: 15px 0px;
}

.header-contact {
    display: flex;
    justify-content: end;
    gap: 25px;
}

.contact-info {
    display: flex;
    gap: 20px;
    align-items: center;
}

.top-header {
    padding: 6px 0px;
}

.contact-info i {
    background: red;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
    margin-right: 3px;
}

.hero-box {
    position: relative;
    min-height: 520px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.section-heading {
    font-size: 44px;
    margin-bottom: 15px;
}

.section-head {
    margin-bottom: 45px;
}

.hero-red {
    background: linear-gradient(90deg, #6f0000, #b00000);
}

.hero-blue {
    background: linear-gradient(90deg, #021b42, #003f8f);
}

.hero-content {
    color: #fff;
    z-index: 5;
    padding: 60px;
}

.hero-content ul {
    list-style: none;
    padding: 0;
    margin: 30px 0;
}

.hero-content li {
    margin-bottom: 15px;
    font-size: 20px;
}

.hero-image {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hero-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.section-space {
    padding: 80px 0px;
}

@media (min-width: 1200px) and (max-width:1500px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 95%;
    }
}

.contact-box {
    background: #fff;
    margin-top: -40px;
    position: relative;
    z-index: 20;
    border-radius: 15px;
    padding: 25px;
    box-shadow: 0 8px 15px rgba(0, 0, 0, .12);
    display: flex;
    justify-content: space-around;
}

.contact-item i {
    font-size: 28px;
    background: #003b80;
    color: #fff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    flex: 0 0 auto;
}

.contact-item:hover i {
    background: #e20316;
}

.contact-item {
    display: flex;
    gap: 15px;
}

.blue-accent .contact-box {
    background: #013d7d17;
    box-shadow: none;
}

.btn {
    border: none;
    font-size: 15px;
    padding: 8px 20px;
    background: #023e7e;
    color: #fff;
    border-radius: 6px;
    transition: 0.3s ease;
}

a.nav-link:hover {
    color: #ce0707 !important;
}

.blue-btn {
    background: #013c81;
}

.red-btn {
    background: #e40a0a;
}

.hero-btns {
    gap: 10px;
    display: flex;
}

.btn.btn-outline-light {
    background: transparent;
    border: 1px solid #fff;
    padding: 7px 15px;
}

.btn-outline-light.dark {
    color: #3360b6;
    border: 1px solid #03407c;
}

.red-card .btn {
    border-color: #e0001d;
    color: #e0001d;
}

.btn-outline-light.dark:hover {
    color: #fff;
}

.btn:hover {
    background: linear-gradient(45deg, #001234, #e20316);
    color: #fff;
}

.hero-box.hero-red:after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(45deg, #400707, transparent, transparent);
    z-index: 1;
}

.hero-box.hero-blue:after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(45deg, #032445, transparent, transparent);
    z-index: 1;
}

.hero-content li i {
    background: #fff;
    width: 35px;
    height: 35px;
    margin-right: 4px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #03407c;
    border-radius: 50%;
}

.service-card .btn,
.service-card-2 .btn {
    font-size: 15px;
    padding: 5px 15px;
    margin-top: 10px;
    white-space: nowrap;
}

.service-card {
    background: #fff;
    border-radius: 15px;
    padding: 20px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .05);
    gap: 20px;
    height: 100%;
    border: 1px solid #dcdcdc;
}

.service-card p {
    margin-bottom: 5px;
}

.social-icons a {
    width: 28px;
    height: 28px;
    background: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    margin-right: 8px;
    text-decoration: none;
    color: #023e7e;
}

.social-icons a:hover {
    background: #e20316;
    color: #fff;
}

.footer-area {
    background:
        radial-gradient(circle at top left,
            rgba(18, 58, 112, .6),
            transparent 40%),
        linear-gradient(90deg, #07111c, #0a1d33, #07111c);

    color: #fff;
    overflow: hidden;
}

.footer-top {
    padding: 45px 0 25px;
}

.footer-widget {
    min-height: 100%;
    position: relative;
}

.footer-logo {
    max-width: 220px;
    margin-bottom: 12px;
}

.footer-about {
    color: #e3e7ee;
    font-size: 15px;
    line-height: 1.7;
    margin: 0;
}

.footer-widget h5 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    letter-spacing: .5px;
}

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

.footer-links li {
    margin-bottom: 10px;
}

.footer-links a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    position: relative;
    padding-left: 18px;
    transition: .3s;
}

.footer-links a:before {
    content: "›";
    position: absolute;
    left: 0;
    top: 0;
    font-size: 18px;
    line-height: 1;
}

.footer-links a:hover {
    color: #ff4b4b;
}

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

.footer-contact li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 12px;
    font-size: 15px;
}

.footer-contact i {
    width: 18px;
    margin-top: 3px;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, .15);
    padding: 12px 0;
    font-size: 14px;
    color: #fff;
}

@media(max-width:991px) {

    .footer-widget {
        margin-bottom: 30px;
    }

    .footer-bottom .col-lg-4 {
        margin-top: 10px;
    }

}

ul.navbar-nav {
    gap: 20px;
}

.client-logo {
    height: 110px;
    background: #fff;
    border: 1px solid #d6d6d6;
    border-radius: 10px;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 15px;
}

.client-logo img {
    max-width: 100%;
    max-height: 80px;
    width: auto;
    height: auto;
    object-fit: contain;
}


.product-category {
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 10px;
}

.icon-box {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    color: #1d4fa8;
    font-size: 34px;
    flex: 0 0 50px;
}

.product-category h6 {
    color: #1d4fa8;
    font-size: 16px;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.product-category small {
    color: #666;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.icon-text {
    gap: 8px;
}

.service-card:hover .img-box {
    overflow: hidden;
    border-radius: 15px;

}

.service-card:hover .img-box img {
    transition: 0.3s ease;
    overflow: hidden;
}

.service-card:hover .img-box img {
    transform: scale(1.1);
    border-radius: 15px;
}

.red-card .product-category h6 {
    color: #e20316;
    margin-bottom: 0 !important;
}

.red-card .product-category .icon-box i {
    color: #e20316;
}

@media (min-width:1200px) {
    .navbar.sticky-nav {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 9999;
        background: #fff;
        box-shadow: 0 10px 25px rgba(0, 0, 0, .08);
    }

}

@media (max-width:1400px) {
    .service-card .btn {
        font-size: 12px;
        padding: 5px 8px;
        margin-top: 5px;
    }

    .product-category small {
        font-size: 13px;
    }

    .product-category h6 {
        font-size: 15px;
    }

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

    .header-area .navbar-nav {
        gap: 14px;
    }
}

@media (max-width:1200px) {
    .contact-info {
        display: none !important;
    }

    .service-card {
        height: 100%;
    }

    nav.navbar {
        padding: 0px 0px;
    }

    ul.navbar-nav {
        padding: 20px 0px;
    }

    nav.navbar {
        position: absolute;
        right: 0;
        z-index: 9;
        background: #fff;
    }
}

@media(max-width:991px) {
    .service-card {
        height: auto;
    }

    .hero-content {
        padding: 40px 25px;
    }

    .hero-box {
        min-height: auto;
        padding: 50px 0;
    }

    .contact-box {
        flex-direction: column;
        gap: 20px;
    }

    .header-contact {
        margin-top: 0px;
    }

    .section-heading {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .section-head {
        margin-bottom: 25px;
    }

}

@media (max-width:767px) {

    .h5,
    h5 {
        font-size: 1.05rem;
    }

    .section-space {
        padding: 45px 0px;
    }

    .hero-box {
        min-height: auto;
        padding: 0px 0;
    }

    .contact-box {
        background: #fff;
        margin-top: -20px;
    }

    .product-category h6 {
        font-size: 13px;
    }

    .product-category small {
        font-size: 11px;
    }

    .icon-box {
        width: 36px;
        height: 36px;
        font-size: 24px;
        flex: 0 0 36px;
    }

    .service-card .btn,
    .service-card-2 .btn {
        font-size: 10px;
        padding: 4px 6px;
        margin-top: 5px;
    }

    body {
        font-size: 14px;
    }
}

@media (max-width:500px) {
    body {
        font-size: 13px;
    }
}

.service-card .img-box {
    overflow: hidden;
    border-radius: 15px;
}

.service-card img {
    width: 100%;
    aspect-ratio: 1;
    border-radius: 15px;
    transition: transform 0.3s ease;
}

.service-card:hover img {
    transform: scale(1.1);
}





.breadcrumb-banner {
    position: relative;
    min-height: 50vh;
    padding: 70px 0 120px 0;
    display: flex;
    align-items: center;
    overflow: hidden;
    background-size: cover;
    background-position: right center;
    background-repeat: no-repeat;
}

.banner-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
}

.banner-content {
    position: relative;
    z-index: 2;
    color: #fff;
    max-width: 650px;
}

.banner-content h1 {
    margin-bottom: 15px;
}

.banner-content h3 {
    margin-bottom: 20px;
}

.banner-content p {
    margin-bottom: 15px;
}

.breadcrumb {
    background: transparent;
    padding: 0;
}

.breadcrumb-item,
.breadcrumb-item a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
}

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

.breadcrumb-item+.breadcrumb-item::before {
    color: rgba(255, 255, 255, 0.7);
}

.service-overlap-section {
    margin-top: -60px;
    /* overlap banner */
    position: relative;
    z-index: 10;
}

.service-card-2 {
    background: #fff;
    border-radius: 15px;
    padding: 20px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .05);
    gap: 20px;
    height: 100%;
    border: 1px solid #dcdcdc;
}

.help-card {
    background: #0d2238;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 12px;
    overflow: hidden;
}

.cat-button {
    white-space: nowrap;
}

.help-content {
    padding: 30px 25px;
}

.help-content h4 {
    margin-bottom: 20px;
}

.map iframe {
    width: 100%;
    display: block;
    height: 400px;
}

.help-content p {
    color: rgba(255, 255, 255, .85);
    margin-bottom: 15px;
}

.contact-list {
    list-style: none;
    padding: 0;
    margin: 0 0 15px;
}

.contact-list li {
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.contact-list i {
    color: #fff;
}

.help-image img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 1/0.6;
}

.service-overlap-section .product-category {
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 15px;
    padding-top: 15px;
    align-items: center !important;
    height: 100%;
    margin-bottom: 0px;
}

.service-overlap-section .product-category .icon-box {
    background: #0d23371c;
    border-radius: 50%;
    justify-content: center;
    height: 60px;
    width: 60px;
    flex: 0 0 60px;
    font-size: 28px;
}

.service-overlap-section.red-card .product-category .icon-box {
    background: #ff000026;
}

.service-overlap-section .product-category .icon-text {
    gap: 12px;
}

.service-overlap-section .g-3>.product-category:last-child {
    border-bottom: none !important;
}

.red-accent .contact-box {
    background: #fb001d1a;
    box-shadow: none;
}

.red-accent .contact-item i {
    background: #fd0013;
}

.red-accent .contact-item:hover i {
    background: #003b80;
}

.red-accent .title-area .icon-box {
    background: #fb001d1a;
    color: #fd0013;
}

.content-contain {
    display: flex;
    align-items: start;
    flex-direction: column;
    text-align: start;
    justify-content: center;
}

@media (max-width: 768px) {
    .breadcrumb-banner {
        padding: 80px 0;
    }

    .service-overlap-section .product-category .icon-box {
        height: 40px;
        width: 40px;
        flex: 0 0 40px;
        font-size: 20px;
    }

    .breadcrumb-banner {
        background-position: right -120px center;
    }
}

.small-breadcrumb {
    padding: 12px 12px;
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
}

.small-breadcrumb .breadcrumb {
    margin-bottom: 0;
}

.small-breadcrumb .breadcrumb a {
    text-decoration: none;
    margin-right: 10px;
    color: #03407c;
}

.small-breadcrumb .breadcrumb span {
    text-decoration: none;
    margin-right: 10px;
}

.title-area .icon-box {
    background: #0d23371c;
    border-radius: 50%;
    justify-content: center;
    height: 70px;
    width: 70px;
    flex: 0 0 70px;
    font-size: 32px;
}

.contact-us__area .contact-us__widget .contact-us__widget-title {
    color: #fff;
    line-height: 46px;
    font-style: normal;
}

.contact-us__area .contact-us__widget p {
    color: #fff;
    font-size: 18px;
    font-style: normal;
    max-width: 420px;
}

.contact-us__area .contact-us__widget .contact-us__widget-list .contact-us__widget-list-item {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 20px;
}

.contact-us__area .contact-us__widget .contact-us__widget-list .contact-us__widget-list-item:hover .icon {
    background: #03407c;
}

.contact-us__area .contact-us__widget .contact-us__widget-list .contact-us__widget-list-item .icon {
    width: 60px;
    height: 60px;
    background: #fd0013;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact-us__area .contact-us__widget .contact-us__widget-list .contact-us__widget-list-item .large-hight {
    min-width: 60px;
    height: 60px;
    background: #fd0013;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact-us__area .contact-us__widget .contact-us__widget-list .contact-us__widget-list-item .text {
    max-width: 240px;
}

.contact-us__area .contact-us__widget .contact-us__widget-list .contact-us__widget-list-item .text span {
    display: block;
    color: #eee;
    font-size: 14px;
    line-height: 17px;
    font-style: normal;
    margin-bottom: 6px;
}

.contact-us__area .contact-us__widget .contact-us__widget-list .contact-us__widget-list-item .text a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    line-height: 24px;
    font-style: normal;
    display: block;
}

.contact-us__area .contact-us__widget .contact-us__widget-list .contact-us__widget-list-item .text a:hover {
    color: #eee;
}

.contact-us__area .contact-us__form-wrapper {
    background: #fff !important;
    border-radius: 10px;
    padding: 40px 30px;
    box-shadow: 0px 4px 10px rgb(0, 0, 0, 0.15);
}

.contact-us__area .contact-us__form-wrapper .section__title {
    line-height: 46px;
    font-style: normal;
}

.contact-us__area .contact-us__form-wrapper p {
    font-size: 18px;
    font-style: normal;
}

.contact-us__area .contact-us__form-wrapper .contact-us__form .contact-us__input input {
    width: 100%;
    margin-left: 0;
    margin-bottom: 15px;
    padding: 8px 20px;
    border-radius: 4px;
    border: 1px solid rgba(0, 29, 8, 0.1);
}

.contact-us__widget {
    background: #0d2643 !important;
    border-radius: 10px;
    padding: 40px 30px;
    box-shadow: 0px 4px 10px rgb(0, 0, 0, 0.15);
}

.contact-us__area .contact-us__form-wrapper .contact-us__form .contact-us__textarea textarea {
    height: 85px !important;
    margin-left: 0;
    border: 1px solid rgba(0, 29, 8, 0.1);
    padding: 13px 20px;
    border-radius: 4px;
    width: 100%;
}

.contact-us__widget,
.contact-us__form-wrapper {
    height: 100%;
}

.hero-box.hero-red .hero-content li i {
    color: #e20316;
}

.product-catalog {
    background: #f3f3f3;
}

.product-card {
    height: 100%;
}

.product-card-link {
    display: block;
    text-decoration: none;
    color: inherit;
    height: 100%;
}

.product-card-media {
    position: relative;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.product-card:hover .product-card-media {
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.14);
}

.product-card-media img {
    width: 100% !important;
    aspect-ratio: 4 / 4;
    object-fit: contain !important;
    display: block;
    transition: transform 0.4s ease;
}

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

.product-card-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 14px;
    background: linear-gradient(90deg, #03407c 0%, #e20316 100%);
    box-shadow: 0 -4px 15px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 9;
}

.product-card-bar h3 {
    color: #fff;
    font-family: Oswald, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.3;
    margin: 0;
    text-align: left;
    flex: 1;
}

.product-card-arrow {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    transition: transform 0.3s ease;
}

.product-card:hover .product-card-arrow {
    transform: translate(3px, 3px);
}

.related-products-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
}

.related-slider-nav {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    margin-left: auto;
}

.related-nav-btn {
    width: 46px;
    height: 46px;
    padding: 0;
    border: none;
    border-radius: 10px;
    background: #fff;
    color: #03407c;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 14px rgba(3, 64, 124, 0.12);
    transition: color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

.related-nav-btn::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 10px;
    padding: 2px;
    background: linear-gradient(135deg, #03407c 0%, #e20316 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.related-nav-btn i {
    position: relative;
    z-index: 1;
    transition: transform 0.3s ease;
}

.related-nav-btn:hover {
    background: linear-gradient(135deg, #03407c 0%, #e20316 100%);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 8px 22px rgba(226, 3, 22, 0.28);
}

.related-nav-btn:hover::before {
    opacity: 0;
}

.related-nav-prev:hover i {
    transform: translateX(-3px);
}

.related-nav-next:hover i {
    transform: translateX(3px);
}

.related-nav-btn:active {
    transform: translateY(0);
}

.related-product-slider .owl-item {
    height: auto;
}

.related-product-slider .product-card {
    margin: 0;
}

@media (max-width: 767px) {
    .related-products-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .related-slider-nav {
        margin-left: 0;
        align-self: flex-end;
    }

    .related-nav-btn {
        width: 42px;
        height: 42px;
        font-size: 14px;
    }
}

.product-gallery .product-main-slider .product-slide {
    height: 420px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 12px;
}

.product-gallery .product-main-slider .product-slide img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
}

.product-gallery .product-thumb-slider {
    margin-top: 12px;
}

.product-gallery .product-thumb-slider .product-thumb {
    cursor: pointer;
    opacity: 0.65;
    transition: opacity 0.3s ease, box-shadow 0.3s ease;
    max-height: 100px;
}

.product-gallery .product-thumb-slider .product-thumb img {
    width: 100%;
    display: block;
    border: 2px solid transparent;
    transition: border-color 0.3s ease;
    object-fit: contain;
    height: 100px;
}

.product-gallery .product-thumb-slider .owl-item.active-thumb .product-thumb {
    opacity: 1;
}

.product-gallery .product-thumb-slider .owl-item.active-thumb .product-thumb img {
    border-color: #03407c;
}

@media (max-width: 991px) {
    .product-card-bar h3 {
        font-size: 15px;
    }
}

@media (max-width: 767px) {
    .product-gallery .product-main-slider .product-slide {
        height: 280px;
    }

    .product-card-media img {
        aspect-ratio: 1 / 1;
    }

    .product-card-bar {
        padding: 12px 14px;
    }

    .product-card-bar h3 {
        font-size: 14px;
    }
}

.product-tabs {
    background: #fff;
    border-radius: 12px;
    border: 1px solid #e5e5e5;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
    overflow: hidden;
}

.product-tabs-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    padding: 20px 20px 0;
    background: #fff;
}

.product-tab-btn {
    font-family: Oswald, sans-serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.3px;
    text-transform: capitalize;
    padding: 12px 32px;
    border: 1px solid #dcdcdc;
    background: #fff;
    color: #222;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-right: 8px;
    margin-bottom: -1px;
    position: relative;
    z-index: 1;
}

.product-tab-btn:hover {
    color: #03407c;
    border-color: #03407c;
}

.product-tab-btn.active {
    background: linear-gradient(90deg, #03407c 0%, #0d5ba8 100%);
    border-color: #03407c;
    color: #fff;
    box-shadow: 0 4px 15px rgba(3, 64, 124, 0.25);
}

.product-tabs-panels {
    padding: 30px;
    border-top: 1px solid #e5e5e5;
    background: #fff;
}

.product-tab-pane {
    display: none;
    animation: productTabFade 0.35s ease;
}

.product-tab-pane.active {
    display: block;
}

@keyframes productTabFade {
    from {
        opacity: 0;
        transform: translateY(8px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.product-description h3 {
    font-size: 26px;
    margin-bottom: 20px;
    color: #111;
}

.product-description h4 {
    font-size: 20px;
    margin-top: 28px;
    margin-bottom: 12px;
    color: #111;
}

.product-description p {
    color: #555;
    line-height: 1.75;
    margin-bottom: 14px;
}

.product-description p strong {
    color: #222;
}

.product-offert-form .product-form-field {
    position: relative;
}

.product-offert-form label {
    display: block;
    font-size: 13px;
    color: #888;
    margin-bottom: 6px;
}

.product-offert-form input,
.product-offert-form textarea {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid #dcdcdc;
    border-radius: 4px;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    background: #fff;
}

.product-offert-form input:focus,
.product-offert-form textarea:focus {
    outline: none;
    border-color: #03407c;
    box-shadow: 0 0 0 3px rgba(3, 64, 124, 0.12);
}

.product-offert-form textarea {
    resize: vertical;
    min-height: 180px;
}

.product-offert-btn {
    background: linear-gradient(90deg, #03407c 0%, #0d5ba8 100%);
    color: #fff;
    border: none;
    padding: 12px 28px;
    font-family: Oswald, sans-serif;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.5px;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.product-offert-btn:hover {
    background: linear-gradient(90deg, #e20316 0%, #fd0013 100%);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(226, 3, 22, 0.3);
}

@media (max-width: 767px) {
    .product-tabs-nav {
        padding: 15px 15px 0;
    }

    .product-tab-btn {
        flex: 1;
        text-align: center;
        padding: 10px 16px;
        font-size: 14px;
        margin-right: 0;
    }

    .product-tabs-nav {
        gap: 8px;
    }

    .product-tabs-panels {
        padding: 20px 15px;
    }

    .product-description h3 {
        font-size: 22px;
    }

    .product-description h4 {
        font-size: 18px;
    }
}

.text-theme {
    color: #03407c;
}

@media (max-width: 991px) {
    .industry-image.product-gallery {
        margin-bottom: 50px;
    }

}
.industry-content h2 {
    margin-bottom: 20px;
}
.product-pdf-list p {
    background: #e30000;
    display: inline-block;
    margin-top: 10px;
    color: #fff;
    padding: 5px 12px;
    border-radius: 5px;
	    margin-right: 10px;
}

.product-pdf-list p a {
    color: #fff;
    text-decoration: none;
}
.product-tab-pane h2 {
    font-size: 22px;
    margin-top: 25px;
    margin-bottom: 15px;
}
.product-tab-pane h3 {
    font-size: 20px;
}
.product-tab-pane h1 {
    font-size: 34px;
    margin-top: 15px;
    margin-bottom: 10px;
}
.product-tab-pane p {
    font-size: 15px;
}
.product-tab-pane a, .product-tab-pane a span {
    color:  #e30000;
    text-decoration: none;
}
@media (max-width: 767px) {
    .product-tab-pane h2 {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.product-tab-pane h1 {
    font-size: 24px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.product-tab-pane h3 {
    font-size: 16px;
}
	.product-tab-pane p {
    font-size: 14px;
}
}
.industry-image img {
    object-fit: cover;
}
.product-pdf-list {
    padding-top: 10px;
}

.breadcrumb-banner .banner-content {
    text-align: start!important;
}

.breadcrumb-banner .banner-content .breadcrumb {
    justify-content: start!important;
}