/*
Theme Name: Twenty Twenty-Five Child
Template: twentytwentyfive
Description: Child theme for Twenty Twenty-Five
Author: Your Name
Version: 1.0
*/

@import url("../twentytwentyfive/style.css");

:root {
    --primary-color: #fd4806;
    --dark-bg: #1a1a1a;
    --text-light: #f8f9fa;
    --text-dark: #333333;
    --sectionlgPadding: 8rem 0;
    --sectionPadding: 4rem 0;
}

@font-face {
    font-family: 'Gilroy-Medium ☞';
    font-style: normal;
    font-weight: normal;
    src: local('Gilroy-Medium ☞'), url('./fonts/Gilroy-Medium.woff') format('woff');
}

@font-face {
    font-family: 'unbounded';
    src: url('./fonts/Unbounded-SemiBold.woff2') format('woff2'), url('./fonts/Unbounded-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

ul,
li {
    list-style-type: none;
    padding: 0;
    margin: 0;
    position: relative;
}

li {
    margin-bottom: 15px;
    padding-left: 26px;
}

li::before {
    content: '';
    background: url('./images/arrow.svg') no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 5px;
    width: 15px;
    height: 15px;
}

body {
    font-family: "Gilroy-Medium ☞" !important;
    color: var(--text-dark);
}

h1,
h2,
h3 {
    font-family: "unbounded";
}

p {
    font-size: 16px;
/*     color: var(--text-dark); */
}

a {
    text-decoration: none;
    font-family: "Gilroy-Medium ☞";
}

.text-primary {
    color: var(--primary-color) !important;
}

.section-head2 {
    font-family: "unbounded";
    font-size: 32px;
    margin-bottom: 30px;
}

section {
    padding: var(--sectionlgPadding);
}
.section-head3 {
    color: var(--primary-color);
    font-size: 1.75rem;
    font-family: "unbounded";
    margin-bottom: .4rem;
}

.btn-primary {
    border-radius: 100px !important;
    margin-top: 15px;
    background: var(--primary-color) !important;
    padding: 10px 25px !important;
    text-decoration: none;
    min-width: 200px;
    outline: none;
    box-shadow: none;
    border: 1px solid white !important;
    font-size: 18px !important;
    font-weight: bold !important;
	font-family: "Unbounded"
}

.distributor-title {
    font-size: 20px;
}

.ea-card.sp-ea-single.ea-expand {
	border: 1px solid var(--primary-color) !important;
}

.sp-easy-accordion .sp-ea-single .ea-header a {
	font-size: 18px !important;
}
.product-section .sidebar-box ul li a {
	color: var(--text-dark);
}
.pagination-wrapper {
	display: flex;
    justify-content: center;
    gap: 25px;
}

.page-numbers{
	width: 40px;
    height: 40px;
    display: flex;
    border: 1px solid var(--primary-color);
    text-align: center;
    align-items: center;
    justify-content: center;
	color: var(--text-color);
}

.page-numbers.current {
	background:  var(--primary-color);
	color: #fff;
}

a.next.page-numbers, a.prev.page-numbers {
	border: none;
	width: fit-content;
}

/* Header Styles */

.nav-item {
    margin-bottom: 0;
    padding-left: 0;
}

.nav-item::before {
    content: none;
}

.navbar {
    background-color: #ffffff;
    padding: 1rem 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.site-header{
position:sticky;
top:0;
z-index:1000;
background:#fff;
}
.navbar-brand {
    display: flex;
    align-items: center;
    margin-right: 3rem;
}

.navbar-brand img {
    height: 50px;
    width: auto;
    margin-right: 0.5rem;
}

.navbar-nav {
    align-items: center;
}

.nav-link {
    color: var(--text-dark) !important;
    font-weight: 500;
    margin: 0 1rem;
    position: relative;
    transition: color 0.3s ease;
}

header nav .nav-link {
	
	min-width: max-content;
}

.nav-link:hover {
    color: var(--primary-color) !important;
}
.navbar-collapse span.arrow {
    font-size: 12px;
    margin-left: 5px;
}
.navbar-collapse ul.sub-menu.dropdown-menu.show {
    padding: 10px 20px;
}


/* Mega Menu Styles */

.navbar-nav .dropdown-menu li {
    padding-left: 0;
}

.navbar-nav .dropdown-menu li::before {
    content: none;
}

.dropdown-menu.show {
    border-radius: 0;
    border: 0;
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.25);
}

.mega-menu .dropdown-menu {
    width: fit-content;
    top: 48px;
    padding: 1.5rem;
    animation: slideDown 0.3s ease;
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.mega-menu-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
}

.mega-menu-column h6 {
    color: var(--primary-color);
    font-weight: 700;
    margin-bottom: 1rem;
}

.mega-menu-column .dropdown-item {
    color: var(--text-dark);
    padding: 0.5rem 0;
    border: none;
    background: transparent;
    font-weight: 500;
    transition: all 0.3s ease;
}

.mega-menu-column .dropdown-item:hover {
    background-color: transparent;
    color: var(--primary-color);
    padding-left: 0.5rem;
}


/* Header Action Buttons */

.header-actions {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    margin-left: 2rem;
}

.quote-btn {
    background-color: transparent;
    border: 2px solid var(--primary-color);
    color: var(--primary-color);
    padding: 0.75rem 1.5rem;
    border-radius: 50px;
    font-weight: 600;
    transition: all 0.3s ease;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.quote-btn:hover {
    background-color: var(--primary-color);
    color: white;
}

.phone-btn {
    background-color: var(--primary-color);
    color: white;
    padding: 0.75rem 1.5rem;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.3s ease;
}

.phone-btn:hover {
    background-color: #e63f05;
    color: white;
}


/* Banner Styles */

.banner-section {
    background-image: url('images/banner-bg.png');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
    min-height: 600px;
    display: flex;
    align-items: center;
}

.banner-content {
    position: relative;
    z-index: 2;
    color: white;
}

.banner-content .subtitle {
    color: var(--primary-color);
    font-size: 25px;
    font-weight: 600;
}

.banner-content h1 {
    font-size: 50px;
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.banner-content p {
    line-height: 1.8;
    margin-bottom: 2rem;
    max-width: 75%;
    color: rgba(255, 255, 255, 0.95);
}

.product-cta-box {
    background: #fff;
    padding: 40px 50px;
    position: relative;
    top: 60px;
    z-index: 2;
    box-shadow: 0 -30px 46px #3c3c3c14;
}

.other-cta .cta-box {
    top: 0;
    box-shadow: 0 -37px 40px #8080801f;
}

.arrow {
    display: none;
}

@media (max-width: 991px) {
    .arrow {
        display: inline-block;
    }
}
p.support-title {
    font-weight: 700;
    margin-bottom: 10px;
    font-family: 'unbounded';
    font-size: 1.25rem;
    letter-spacing: 0.5px;
}

p.support-call a {
    font-weight: 700;
    font-size: 1.75rem;
    font-family: "unbounded";
    color: #fff;
}

span.faq-subtitle {
    display: none;
}

/* Responsive Design */

@media (max-width: 991px) {
    .navbar-collapse {
        background-color: white;
        padding: 1rem;
        border-radius: 8px;
        margin-top: 1rem;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    }
    .header-actions {
        flex-direction: column;
        gap: 1rem;
        margin-top: 1rem;
        margin-left: 0;
        width: 100%;
    }
    .quote-btn,
    .phone-btn {
        width: 100%;
        justify-content: center;
    }
    .mega-menu {
        position: static !important;
    }
    .mega-menu .dropdown-menu {
        padding: 1rem;
        position: absolute;
        top: 112px;
        left: 0px !important;
        max-width: 100%;
    }
    .navbar-nav .dropdown-menu li {
        word-wrap: break-word;
        word-break: break-all;
        width: 100%;
    }
    .navbar-nav .dropdown-menu li a {
        word-wrap: break-word;
        word-break: break-all;
        width: 100%;
        white-space: normal;
    }
    .mega-menu-content {
        grid-template-columns: 1fr;
    }
    .banner-content h1 {
        font-size: 45px;
    }
    .banner-section {
        padding: 4rem 0;
        min-height: 400px;
    }
    .banner-content p {
        max-width: 100%;
    }
    .industries .industry-child {
        margin-top: 50px !important;
    }
}

@media (max-width: 768px) {
    .nav-link {
        margin: 0.5rem 0;
    }
    .nav-link::after {
        display: none;
    }
    .banner-content h1 {
        font-size: 45px;
    }
.navbar-collapse ul.sub-menu.dropdown-menu.show {
   font-size: 14px;
}
}


/* Toggle Menu Button */

.navbar-toggler {
    border: 0;
    padding: 0;
}

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

.navbar-toggler-icon {
    background-image: url('./images/menu.png');
    width: 40px;
}


/* What is Pneumatic Section */

.what-is-pneumatic {
    padding: 100px 0;
    background: #f8f9fa;
}

.img-main {
    width: 75%;
    border-radius: 6px;
}

.img-overlay {
    position: absolute;
    right: 0;
    bottom: -40px;
    width: 55%;
    border-radius: 6px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.about-content {
    background: url('./images/content-bg.png') no-repeat;
    background-size: cover;
    color: #fff;
    padding: 45px;
}


/* Industries Section */

.industries .industry-child:nth-child(even) {
    margin-top: 6rem;
}

.section-tagline {
    color: var(--primary-color);
    font-family: unbounded;
}

.industry-card {
    position: relative;
    overflow: hidden;
    height: 500px;
}

.industry-card::before {
    content: '';
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 14%, rgba(0, 0, 0, 1) 100%);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 500px;
    width: 100%;
}

.application .industry-card::before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 27%, rgba(0, 0, 0, 1) 71%);
}

.industry-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.4s;
}

.industry-card .content {
    position: absolute;
    bottom: 20px;
    /* left: 20px; */
    width: 100%;
    padding: 15px;
}

.industry-card .line {
    width: 100%;
    background: var(--primary-color);
    height: 1px;
    display: flex;
    margin-bottom: 12px;
}

.industry-card .card-title {
    font-family: "unbounded";
    font-weight: 600;
    color: var(--primary-color);
    text-align: center;
    font-size: 18px;
    margin: auto;
}

.industries.application {
    padding-top: 0;
}


/* Features Section */

.features {
    padding-top: 0;
}

.features-container {
    background-image: url('images/choose-bg.png');
    background-size: cover;
    background-position: center;
    position: relative;
    color: var(--text-light);
    padding: 2rem;
}


/* CTA BOX */

.cta-box {
    background: #fff;
    padding: 40px 50px;
    position: relative;
    top: 60px;
    z-index: 2;
    box-shadow: 0 0 46px #80808069;
}

.cta-box h3 {
    color: var(--primary-color);
}

.cta-box p {
    max-width: 600px;
}

.cta-icon {
    width: 90px;
    height: 90px;
    background: var(--primary-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-light);
    margin-left: auto;
}

.cta-icon i {
    font-size: 35px;
}


/* FOOTER */

.main-footer {
    background: url('./images/footer-bg.jpg') center/cover no-repeat;
    padding-top: 120px;
    color: var(--text-light);
}

.footer-logo {
    width: 180px;
    margin-bottom: 20px;
}

.footer-col .link-title {
    color: var(--primary-color);
    margin-bottom: 20px;
    font-weight: 600;
    font-family: "unbounded";
    font-weight: 18px;
}

footer li::before {
    content: none;
}

.footer-col ul li {
    margin-bottom: 15px;
	padding:0;
}

.footer-col ul li a {
    color: var(--text-light);
}

.footer-col ul li a:hover {
    color: var(--primary-color);
}

.footer-social a {
    display: inline-block;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 1px solid rgb(120, 120, 120);
    background: #000;
    text-align: center;
    line-height: 34px;
    margin-right: 10px;
    color: var(--primary-color);
}

.footer-contact p {
    margin-bottom: 10px;
	color:#fff
}
p.footer-desc {
	color: #fff
}

.footer-contact i {
    color: var(--primary-color);
    margin-right: 8px;
}
.footer-contact p a, .footer-bottom p a {
    color: #fff;
}


/* Bottom */

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 40px;
    padding: 15px 0;
    color: var(--text-light);
}

.testimonial-section {
    /* background: #f5f5f5; */
    position: relative;
}
.testimonial-section .owl-item {
	margin-bottom: 20px;
}
.owl-item.active.center {
	 box-shadow: 0 11px 9px rgb(0 0 0 / 6%);
}

.section-subtitle {
    color: var(--primary-color);
    font-weight: 600;
    display: block;
    margin-bottom: 8px;
}

.faq-section {
    padding-top: 0;
}


/* CARD */

.testimonial-card {
    background: #f5f5f5;
    padding: 40px 35px;
    border-radius: 4px;
    position: relative;
    min-height: 260px;
    transition: 0.3s;
}

.testimonial-card.active {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-10px);
}


/* STARS */

.stars {
    color: #ffb400;
    font-size: 18px;
    margin-bottom: 15px;
}


/* TEXT */


/* AUTHOR */

.testimonial-author span {
    color: var(--primary-color);
	height: 50px;
}


/* QUOTE MARK */

.quote-mark {
    position: absolute;
    right: 25px;
    bottom: 5px;
    font-size: 90px;
    color: var(--primary-color);
    opacity: 0.1;
    font-weight: 700;
    height: fit-content;
}


/* OWL NAV */

.testimonial-slider .owl-nav {
    margin-top: 40px;
    text-align: center;
    display: block !important;
}

.owl-nav button {
    width: 45px;
    height: 45px;
    border: none;
    background: var(--primary-color) !important;
    color: #fff !important;
    font-size: 18px;
    margin: 0 6px;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.owl-nav button:hover {
    background: #d93d04 !important;
}

.arrow-left,
.arrow-right {
    font-size: 18px;
    font-weight: 700;
}


/* heading */

.faq-subtitle {
    color: var(--primary-color);
    font-family: "unbounded";
}


/* accordion */

.faq-accordion .accordion-item {
    border: 1px solid #ddd;
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
}

.faq-accordion .accordion-button {
    background: var(--text-light);
    font-family: "Gilroy-Medium ☞";
    font-weight: bold;
    font-size: 18px;
    padding: 18px 20px;
    box-shadow: none;
}

.faq-accordion .accordion-button:not(.collapsed) {
    border: 1px solid var(--primary-color);
    color: #000;
    border-radius: 8px 8px 0 0;
    border-bottom: none;
    box-shadow: none;
}

.faq-accordion .accordion-collapse.show .accordion-body {
    border: 1px solid red;
    border-radius: 0 0 8px 8px;
    border-top: 0;
}


/* Purchase Section */

.purchase-section {
    padding: 120px 0;
    background: url("images/purchase-bg.png") center/cover no-repeat;
    position: relative;
    color: #fff;
}

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

.purchase-left p {
    color: #fff;
    margin-bottom: 15px;
}

.brochure-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    font-size: 20px;
}

.brochure-btn span {
    background: #ff4d0d;
    border-radius: 3px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
}


/* FORM */

.quote-form {
    background: #fff;
    padding: 40px;
    border-radius: 6px;
    color: #000;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}

.quote-form h3 {
    font-weight: 700;
    margin-bottom: 10px;
}

.quote-form p {
    margin-bottom: 20px;
}

.quote-form .form-control {
    border-radius: 30px;
    padding: 12px 18px;
    background: #f3f3f3;
    border: none;
}

.quote-form textarea.form-control {
    border-radius: 20px;
}

.submit-btn {
    background: #ff4d0d;
    color: #fff;
    border: none;
    padding: 12px 30px;
    border-radius: 30px;
    font-weight: 600;
	font-family:"unbounded"
}

.submit-btn:hover {
    background: #e0430a;
}

.footer-col ul.menu li a {
    color: #fff !important;
    margin: 0;
}

/* remove bootstrap arrow */

.accordion-button::after {
    background-image: none;
    content: "+";
    font-size: 22px;
    font-weight: 600;
    transform: none;
}

.accordion-button:not(.collapsed)::after {
    content: "−";
}


/* CTA card */

.faq-cta {
    background: #fff;
    padding: 50px 40px;
    border-radius: 12px;
    border: 1px solid var(--primary-color);
    text-align: center;
}

.faq-cta p {
    line-height: 1.7;
    margin-bottom: 25px;
}

.faq-btn {
    background: var(--primary-color);
    color: #fff;
    padding: 12px 28px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
}

.faq-btn:hover {
    background: #d83c04;
    color: #fff;
}

.accordion-button:not(.collapsed)::after {
    background-image: none
}


/* heading */

.blog-subtitle {
    color: var(--primary-color);
    font-family: "unbounded";
}


/* blog cards */

.blog-cat,
.blog-date {
    font-size: 14px;
}

.blog-card {
    background: #fff;
    overflow: hidden;
/*     box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05); */
    transition: 0.3s;
}

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

.blog-img img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.blog .blog-icon {
    width: 80px;
    height: 80px;
    object-fit: cover;
}

.blog .details {
    width: calc(100% - 100px);
}

.blog-title {
    font-size: 20px;
}
.blog-title a, .sidebar-title a {
	color: var(--text-dark);
}
img.author-img {
    width: 50px;
    height: 50px;
    border-radius: 100px;
    object-fit: cover;
}

/* sidebar */

.sidebar-title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
}

.news-item {
    border-bottom: 1px solid var(--primary-color);
    padding: 20px 0;
}

.news-item:last-child {
    border-bottom: none;
}


/* Choose Us Section */

.comparison-title {
    text-align: center;
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 40px;
}

.comparison-box {
    background: #efefef;
    padding: 35px 55px;
    max-width: 1079px;
    margin: auto;
}

.comparison-col {
    padding: 0;
}

.comparison-head {
    font-weight: 600;
    font-size: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid #ff4d0d;
    margin-bottom: 20px;
}

.comparison-head div {
    text-align: left;
}

.comparison-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.comparison-content li {
    margin-bottom: 14px;
    color: var(--text-dark);
}

.comparison-content li::before {
    content: none;
}

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


/* Sidebar */

.product-section .sidebar-box {
    border: 1px solid var(--primary-color);
    padding: 20px;
}

.product-section .sidebar-box ul li::before {
    content: none;
}

.product-section .sidebar-title {
    font-weight: 700;
    color: var(--primary-color);
    font-size: 16px;
    margin-bottom: 10px;
}

.product-section .sidebar-box ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.product-section .sidebar-box ul li {
    padding: 15px 0;
    font-size: 14px;
    border-top: 1px solid #f1f1f1;
    cursor: pointer;
    margin: 0;
}

.product-section .sidebar-box ul li.active {
    /* color: #007bff; */
    font-weight: bold;
}


/* Support box */

.product-section .support-box {
    background: var(--primary-color);
    color: #fff;
    padding: 25px;
    margin-top: 25px;
    position: relative;
}

.product-section .support-box::before {
    content: '';
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 40px solid transparent;
    border-top: 40px solid var(--primary-color);
    position: absolute;
    bottom: -20px;
    left: 15px;
}

.product-section .brochure-btn {
    color: var(--text-dark);
    font-weight: 700;
}

.product-section .brochure-btn span, .support-box h3 a {
    color: #fff;
}

.product-section .support-box h5 {
    font-weight: 700;
    margin-bottom: 10px;
    font-family: 'unbounded';
}

.product-section .support-box p {
    margin-bottom: 5px;
}

.product-section .support-box .time {
    margin-bottom: 15px;
}

.product-section .support-box h3 {
    font-weight: 700;
}

/* Info Section */

.info-section .info-left {
    padding: 2rem 2rem;
    background: url("images/contact-img.png") center/cover no-repeat;
    position: relative;
    color: #fff;
}

.info-section ul {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.info-section ul li::before {
    content: none;
}

.info-section ul li {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 16px;
    color: #fff;
    padding-left: 0;
}

.info-section ul li a {
    color: #fff;
}

.info-section ul li span {
    background: #000;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px;
}

.info-section ul li span i {
    color: var(--primary-color);
}


/* Location Section */

.location iframe {
    width: 100%;
    border: none;
    border-radius: 6px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}


/* Attend Section */

.attend .attend-container {
    margin-top: -7rem;
    position: relative;
}


/* Download */

.product-section .download {
    margin-top: 20px;
}

.product-section .download a {
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    color: var(--text-dark);
}


/* Content Area */

.product-section .main-title {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.6;
}

.product-section .content-area p {
    color: var(--text-dark);
    line-height: 1.7;
}


/* Highlight Box */

.product-section .highlight-box {
    background: url('./images/force-entry-img.png');
	background-repeat: no-repeat;
	background-size: cover;
    color: #fff;
    padding: 30px;
    margin: 40px 0;
}

.product-section .highlight-box h4 {
    font-weight: 700;
    margin-bottom: 15px;
}

.product-section .highlight-box p {
    color: #fff;
}


/* Sub title */

.product-section .sub-title {
    font-weight: 700;
    margin-top: 20px;
    font-size: 34px;
    line-height: 1.6;
}

.applications {
    padding-top: 0;
}

.testimonial-author  {
    display: flex;
    flex-direction: column;
}


/* Responsive */

@media (max-width:991px) {
    .sidebar {
        border-right: none;
        margin-bottom: 30px;
		display: none;
    }
    .content-area {
        padding-left: 15px;
    }
    .main-title {
        font-size: 24px;
    }
	.cta-icon {
		margin-left: 0
	}
}

@media only screen and (min-width: 992px) {
    .features-container {
        padding: 4rem 3rem;
    }
    .product-section .content-area {
        padding-left: 40px;
    }
	.info-section ul {
        flex-direction: row;
    }
    .info-section ul li {
        width: 50%;
    }
    .info-section ul li:last-child {
        width: 100%;
    }
}

@media (max-width: 768px) {
    section {
        padding: var(--sectionPadding);
    }
    .section-head2 {
        font-size: 25px;
        margin-bottom: 15px;
    }
    .industries-grid {
        grid-template-columns: 1fr;
    }
		.quote-form p:last-child {
		text-align: center;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1414px) {
    .navbar-brand img {
        height: 35px;
    }
    .nav-link {
        margin-inline: 0.5rem;
        font-size: 14px;
    }
    .header-actions a {
        font-size: 12px;
    }
}

.pagination li::before {
    content: none;
}

@media only screen and (min-width: 768px) {
    .inner-banner {
        min-height: unset;
    }
    .attend .attend-container {
        margin-top: -12rem;
    }

}

@media (min-width: 760px) {
   .testimonial-text p {
    height: 350px;
}

}

@media (min-width: 1200px) {
   .testimonial-text p {
    height: 300px;
}

}

@media (min-width:992px) {
	.home .industries.application .industry-child:nth-child(even) {
    margin-top: 0 !important;
}
	.home .industries.application .industry-child:nth-child(3n +2) {
    margin-top: 4rem !important;
}
.home .industries.application .industry-child:nth-child(2), .home .industries.application .industry-child:nth-child(4) {
    margin-top: 6rem !important;
}
	
}
.img-fluid {
/*     height: 350px; */
    width: 100%;
    object-fit: cover;
}

/* author page */
.author-name-detail {
	   font-size: 25px;
    font-weight: bold;
    color: #d53732;
}
.author-section {
    display: flex;
    align-items: center;
    border: 1px solid var(--primary-color);
    border-radius: 5px;
    padding: 15px 15px;
    margin: 10px 0;
    background: #fff4f0;
}  

.small-author-detail {
    padding-left: 20px;
}
.author-desc {
	margin-top: 7px;
	margin-bottom: 0;
}
.author-title-detail a {
    font-weight: bold;
    text-decoration: none;
    font-size: 18px;
    color: #000;
}
.author-readmore {
    color: var(--primary-color);
    text-decoration: underline;
    font-weight: 600;
}
.author-info {
	padding-top: 60px;
}
.author-content-wrap {
    padding: 40px 0px;
}
.sidebar-author {
	padding: 25px;
    background: #fff4f0;
    box-shadow: 0 0 24px #dbdbdb;

}
.author-profession-title{
	  font-weight: bold;
    margin-bottom: 10px;
}
.n-bg {
    padding: 40px 0px;
    background: #fff4f0;
    box-shadow: 0 0 24px #dbdbdb;
}

.drive-results-video-decor img {
    width: 100%;
}
.author-name {
    font-size: 30px;
    font-weight: 700;
    margin: 22px 0;
}
.author-profession-title {
    font-size: 19px;
    text-align: left;
    font-weight: 600;
    margin: 30px 0 15px;
}
.tick-list, .author-detail-wrap .side-tick-list{
	list-style: none;
	padding:0;
}
.side-tick-list li a i{
		font-size: 21px;
    color: #031140;

}
.author-social i.fab.fa-linkedin {
	color: #0077B5
}

.page-id-281 .fastening-comparison.pt-0{
	display: none
}

/* ============================================================
   ARCHIVE — Listing Page
   ============================================================ */

.ins-archive-wrap {
    padding: 60px 0 80px;
    background: #fff;
}

.insight-single-layout .ins-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
    margin-bottom: 48px;
}

.ins-recent-wrap h2 {
    margin-bottom: 20px;
}

/* Grid — 3 columns matching blog layout */
.ins-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-bottom: 48px;
}

/* Card shell */
.ins-card {
    background: #fff;
    border: 1px solid #ebebeb;
    border-radius: 6px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.ins-card:hover {
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.10);
    transform: translateY(-4px);
}

/* Card image */
.ins-card__img-link {
    display: block;
    overflow: hidden;
    line-height: 0;
}

.ins-card__img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.insight-single-layout .ins-card__img {
    height: 400px;
}

.ins-card:hover .ins-card__img {
    transform: scale(1.05);
}

.ins-card__img-placeholder {
    width: 100%;
    height: 210px;
    background: #f3f3f3;
    display: block;
}

/* Card body */
.ins-card__body {
    padding: 20px 22px 24px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

/* Date — orange day + month with underline accent */
.ins-card__date {
    display: flex;
    flex-direction: column;
    margin-bottom: 12px;
    line-height: 1;
}

.ins-card__date-row {
    display: flex;
    align-items: baseline;
    gap: 6px;
}

.ins-card__day {
    font-size: 2rem;
    font-weight: 800;
    color: #fd4806;
    line-height: 1;
}

.ins-card__month {
    font-size: 0.95rem;
    font-weight: 600;
    color: #fd4806;
    text-transform: capitalize;
}

.ins-card__date-line {
    display: block;
    width: 32px;
    height: 3px;
    background: #fd4806;
    margin-top: 6px;
    border-radius: 2px;
}

/* Title */
.ins-card__title {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 10px;
    color: #1a1a2e;
}

.ins-card__title a {
    text-decoration: none;
    color: inherit;
    transition: color 0.2s;
}

.ins-card__title a:hover {
    color: #fd4806;
}

/* Excerpt */
.ins-card__excerpt {
    font-size: 0.88rem;
    color: #666;
    line-height: 1.65;
    margin: 0 0 18px;
    flex: 1;
}

/* Read More link */
.ins-card__readmore {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 0.875rem;
    font-weight: 700;
    color: #1a1a2e;
    text-decoration: none;
    margin-top: auto;
    transition: color 0.2s, gap 0.2s;
}

.ins-card__readmore i {
    font-size: 0.8rem;
    transition: transform 0.2s;
}

.ins-card__readmore:hover {
    color: #fd4806;
    gap: 8px;
}

.ins-card__readmore:hover i {
    transform: translateX(2px);
}

/* Pagination */
.ins-pagination {
    display: flex;
    justify-content: center;
    gap: 6px;
    flex-wrap: wrap;
    margin-top: 8px;
}

.ins-pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    text-decoration: none;
    color: #333;
    font-size: 0.875rem;
    transition: background 0.15s, color 0.15s, border-color 0.15s;
}

.ins-pagination .page-numbers.current,
.ins-pagination .page-numbers:hover {
    background: #fd4806;
    color: #fff;
    border-color: #fd4806;
}

.ins-empty {
    text-align: center;
    padding: 80px 0;
    color: #999;
    font-size: 1rem;
}

/* ============================================================
   SINGLE — Detail Page
   ============================================================ */

.insight-single-section {
    padding: 48px 0 80px;
}

.insight-single-layout {
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 48px;
    align-items: start;
}

/* Cover image */
.insight-single-cover {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 28px;
    line-height: 0;
}

.insight-single-cover__img {
    width: 100%;
    height: auto;
    display: block;
	object-position: top;
}

/* Meta bar — date, author, read time */
.insight-single-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    font-size: 0.875rem;
    color: #888;
    margin-bottom: 28px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e7eb;
}

.insight-single-meta i {
    margin-right: 5px;
    color: #fd4806;
}

/* Body content */
.insight-single-body {
    font-size: 1rem;
    line-height: 1.8;
    color: #2d2d2d;
}

.insight-single-body h2 {
    font-size: 1.45rem;
    font-weight: 700;
    margin: 2.5rem 0 1rem;
    color: #1a1a2e;
    scroll-margin-top: 180px;
}

.insight-single-body h3 {
    font-size: 1.15rem;
    font-weight: 600;
    margin: 2rem 0 0.75rem;
    color: #1a1a2e;
    scroll-margin-top: 180px;
}

.insight-single-body p {
    margin: 0 0 1.25rem;
}

.insight-single-body a {
    color: #fd4806;
    text-decoration: underline;
}

.insight-single-body ul,
.insight-single-body ol {
    padding-left: 1.5rem;
    margin-bottom: 1.25rem;
}

.insight-single-body li {
    margin-bottom: 0.4rem;
}

.insight-single-body blockquote {
    border-left: 4px solid #fd4806;
    margin: 2rem 0;
    padding: 16px 24px;
    background: #fff8f3;
    border-radius: 0 8px 8px 0;
    font-style: italic;
    color: #555;
}

.insight-single-body img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

.insight-single-body table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 1.25rem;
    font-size: 0.9rem;
}

.insight-single-body th,
.insight-single-body td {
    padding: 10px 14px;
    border: 1px solid #e5e7eb;
    text-align: left;
}

.insight-single-body th {
    background: #f7f8fc;
    font-weight: 700;
}

/* Social share */
.insight-single-share {
    margin-top: 32px;
    padding-top: 24px;
    border-top: 1px solid #e5e7eb;
}


/* ============================================================
   SIDEBAR
   ============================================================ */

.insight-single-sidebar {
    position: sticky;
    top: 170px;
}

/* Sidebar box — ToC and Recent Insights share this */
.insight-sidebar-box {
    background: #f7f8fc;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: 22px;
    margin-bottom: 24px;
}

.insight-sidebar-box__title {
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    margin: 0 0 14px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e7eb;
}

/* Table of Contents */
.insight-toc-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.insight-toc-item {
    margin-bottom: 2px;
}

.insight-toc-item--sub {
    padding-left: 27px;
}

.insight-toc-link {
  
    display: block;
    border-radius: 5px;
    font-size: 0.85rem;
    color: #000000;
    text-decoration: none;
    line-height: 1.45;
    transition: background 0.15s, color 0.15s;
    padding-top: 4px;
}


.insight-toc-link:hover,
.insight-toc-link.is-active {
    color: #fd4806;
}

.insight-toc-link:hover i,
.insight-toc-link.is-active i {
    color: #fd4806;
}

/* Recent Insights */
.insight-recent-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.insight-recent-item {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    padding: 10px 0;
    border-bottom: 1px solid #e5e7eb;
}

.insight-recent-item:first-child {
    padding-top: 0;
}

.insight-recent-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.insight-recent-item__thumb-link {
    flex-shrink: 0;
    display: block;
    line-height: 0;
}

.insight-recent-item__thumb {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 5px;
    display: block;
}

.insight-recent-item__info {
    flex: 1;
    min-width: 0;
}

.insight-recent-item__title {
    display: block;
    font-size: 0.82rem;
    font-weight: 600;
    color: #1a1a2e;
    text-decoration: none;
    line-height: 1.4;
    margin-bottom: 4px;
    word-break: break-word;
    transition: color 0.2s;
}

.insight-recent-item__title:hover {
    color: #fd4806;
}

.insight-recent-item__date {
    font-size: 0.75rem;
    color: #bbb;
    display: block;
}


/* ============================================================
   RESPONSIVE
   ============================================================ */

@media (max-width: 1199px) {
    .insight-single-layout {
        grid-template-columns: 1fr 280px;
        gap: 36px;
    }
}

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

    .insight-single-layout {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .insight-single-sidebar {
        position: static;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }

    .insight-sidebar-box {
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {
    .ins-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }

    .ins-card__img,
    .ins-card__img-placeholder {
        height: 170px;
    }

    .insight-single-sidebar {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575px) {
    .ins-grid {
        grid-template-columns: 1fr;
    }

    .ins-archive-wrap {
        padding: 40px 0 60px;
    }

    .ins-card__img,
    .ins-card__img-placeholder {
        height: 200px;
    }

    .insight-single-section {
        padding: 32px 0 60px;
    }
}

.insight-single-cover {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 28px;
    line-height: 0;
}

.insight-single-cover__img {
    width: 100%;
    max-height: 500px;
    object-fit: cover;
	object-position: top;
    display: block;
    border-radius: 10px;
}

.it-breadcrumb-area h1 {
    color: #fff;
}

.it-breadcrumb-area h1 {
    color: #fff;
}

.it-breadcrumb-area .rank-math-breadcrumb,
.it-breadcrumb-area .rank-math-breadcrumb a {
    color: #fff;
    text-align: center;
}

.it-breadcrumb-area {
    background: url("https://omdev.ca/Pneutek/wp-content/themes/twentytwentyfive-child/images/banner-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 340px;
    justify-content: center;
    align-items: center;
    display: flex;
}
.post-type-archive-insights .insight-recent-list li::before, .single-insights .insight-recent-list li::before {
    content: none;
}

.page-id-420 section.fastening-comparison.pt-0 {
    display: none;
}

.page-id-12 section.fastening-comparison.pt-0 {
    display: none;
}

.insight-box-highlight {
	background: #ffe4df;
    padding: 1px 25px 1px;
}