/*=========================================
TOP BAR
=========================================*/

.top-bar{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    z-index:1100;
    background:rgba(245,184,0,.50);
    backdrop-filter:blur(12px);
    -webkit-backdrop-filter:blur(12px);
    border-bottom:1px solid rgba(255,255,255,.15);
    padding:10px 0;
}

.top-bar-content{
    display:flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap;
}

.top-contact{
    display:flex;
    align-items:center;
    gap:25px;
    flex-wrap:wrap;
}

.top-contact a{
    color:#fff;
    text-decoration:none;
    font-size:14px;
    font-weight:500;
    transition:.3s;
}

.top-contact a:hover{
    color:#111;
}

.top-contact i{
    color:#111;
    margin-right:8px;
}

.top-social{
    display:flex;
    gap:15px;
}

.top-social a{
    width:36px;
    height:36px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    background:rgba(255,255,255,.15);
    transition:.3s;
    text-decoration:none;
}

.top-social a:hover{
    background:#111;
    color:#F5B800;
}
/*=========================================
GLOBAL
=========================================*/

*{
margin:0;
padding:0;
box-sizing:border-box;
}

html{
scroll-behavior:smooth;
}

body{

font-family:'Poppins',sans-serif;

background:#17181D  ;

color:#fff;

overflow-x:hidden;

}

img{

max-width:100%;

display:block;

}

a{

text-decoration:none;

}

/*=========================================
PRELOADER
=========================================*/

.preloader{

position:fixed;

top:0;

left:0;

width:100%;

height:100%;

background:#0B0B0D;

display:flex;

justify-content:center;

align-items:center;

z-index:99999;

}

.loader{

width:70px;

height:70px;

border:6px solid #222;

border-top:6px solid #F5B800;

border-radius:50%;

animation:spin 1s linear infinite;

}

@keyframes spin{

100%{

transform:rotate(360deg);

}

}

/*=========================================
NAVBAR
=========================================*/
/*====================================
NAVBAR
====================================*/

.navbar{

    position:fixed;
    top:0;
    left:0;
    width:100%;
    z-index:9999;
    padding:0px;
    background:rgba(0,0,0,.35);
    backdrop-filter:blur(18px);
    -webkit-backdrop-filter:blur(18px);
    transition:.4s;

}

.navbar.scrolled{

    background:#111;
    padding:12px 0;
    box-shadow:0 10px 30px rgba(0,0,0,.35);

}

/* Logo */

.navbar-brand img{

    height:70px;

}

/* Navigation */

.navbar-nav{

    align-items:center;

}

.navbar-nav .nav-item{

    margin:0 12px;

}

.navbar-nav .nav-link{

    position:relative;

    color:#fff;

    font-size:15px;

    font-weight:600;

    text-transform:uppercase;

    letter-spacing:1px;

    padding:12px 12px !important;

    transition:.35s;

}

/* Hover */

.navbar-nav .nav-link:hover{

    color:#FFCA00;

}

/* Active */

.navbar-nav .nav-link.active{

    color:#FFCA00;

}

/* Underline */

.navbar-nav .nav-link::after{

    content:"";

    position:absolute;

    left:0;

    bottom:0;

    width:0;

    height:2px;

    background:#FFCA00;

    transition:.35s;

}

.navbar-nav .nav-link:hover::after,

.navbar-nav .nav-link.active::after{

    width:100%;

}

/* Button */

.btn-warning{

    background:#FFCA00;
    border:none;
    color:#111;
    font-weight:700;
    border-radius:50px;
    padding:12px 30px;

}

.btn-warning:hover{

    background:#fff;
    color:#111;

}

/* Toggle */

.navbar-toggler{

    border:none;

}

.navbar-toggler:focus{

    box-shadow:none;

}

.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-width='2' stroke-linecap='round' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");

}
/* ===========================
   LOGO
=========================== */

.navbar-brand{

    display:flex;
    align-items:center;

}

.navbar-brand img{

    height:100px;
    width:auto;
    transition:0.3s ease;

}

/*====================================
MOBILE
====================================*/

@media(max-width:991px){
    .navbar{
        padding:8px 0px;
    }
.navbar-brand img{

    height:75px;
    width:auto;

}
.navbar-collapse{

    background:#111;

    margin-top:20px;

    padding:25px;

    border-radius:20px;

    text-align:center;

    box-shadow:0 15px 40px rgba(0,0,0,.35);

}

.navbar-nav{

    width:100%;

}

.navbar-nav .nav-item{

    margin:0;

    width:100%;

}

.navbar-nav .nav-link{

    margin:0;

    padding:15px 0 !important;

    display:block;

    text-align:center;

}

.navbar-nav .nav-link::after{

    display:none;

}

.btn-warning{

    display:block;

    width:220px;

    margin:20px auto 0;

}


}


/*=========================================
HERAS FENCE PAGE
=========================================*/

/* Hero Section */

.heras-hero{
    position:relative;
    min-height:30vh;
    background:linear-gradient(rgba(0,0,0,.65),rgba(0,0,0,.65)),
    url("../Assets/images/Projects/heras-fence.jpeg") center center/cover no-repeat;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
    color:#fff;
}
.Police-hero{
    position:relative;
    min-height:30vh;
    background:linear-gradient(rgba(0,0,0,.65),rgba(0,0,0,.65)),
    url("../Assets/images/Projects/projects1.jpeg") center center/cover no-repeat;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
    color:#fff;
}
.mojo-hero{
    position:relative;
    min-height:30vh;
    background:linear-gradient(rgba(0,0,0,.65),rgba(0,0,0,.65)),
    url("../Assets/images/Projects/mojo-barrier1.jpeg") center center/cover no-repeat;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
    color:#fff;
}
.abultion-hero{
    position:relative;
    min-height:30vh;
    background:linear-gradient(rgba(0,0,0,.65),rgba(0,0,0,.65)),
    url("../Assets/images/hero/Abulation unit.jpeg") center center/cover no-repeat;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
    color:#fff;
}
.tower-hero{
    position:relative;
    min-height:30vh;
    background:linear-gradient(rgba(0,0,0,.65),rgba(0,0,0,.65)),
    url("../Assets/images/page read more/tower1.png") center center/cover no-repeat;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
    color:#fff;
}
.fabrication-hero{
    position:relative;
    min-height:30vh;
    background:linear-gradient(rgba(0,0,0,.65),rgba(0,0,0,.65)),
    url("../Assets/images/page read more/fabrication-interior.png") center center/cover no-repeat;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
    color:#fff;
}
.water-barrier-hero{
    position:relative;
    min-height:30vh;
    background:linear-gradient(rgba(0,0,0,.65),rgba(0,0,0,.65)),
    url("../Assets/images/hero/traffic.png") center center/cover no-repeat;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
    color:#fff;
}
.furniture-hero{
    position:relative;
    min-height:30vh;
    background:linear-gradient(rgba(0,0,0,.65),rgba(0,0,0,.65)),
    url("../Assets/images/product/project24.jpeg") center center/cover no-repeat;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
    color:#fff;
}
.scaffolding-hero{
    position:relative;
    min-height:30vh;
    background:linear-gradient(rgba(0,0,0,.65),rgba(0,0,0,.65)),
    url("../Assets/images/page read more/scalf.jpeg") center center/cover no-repeat;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
    color:#fff;
}
.product-hero-content{
    max-width:850px;
    padding:165px 20px 5px  ;
    margin:auto;    
}

.product-hero-content h6,
.product-hero-content .eyebrow{
    display:block;
    color:#F5B800;
    letter-spacing:4px;
    font-weight:700;
    margin-bottom:20px;
}

.product-breadcrumb{
    margin-bottom:18px;
}

.product-breadcrumb .breadcrumb-item,
.product-breadcrumb .breadcrumb-item::before{
    color:rgba(255,255,255,.72);
}

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

.product-breadcrumb a:hover,
.product-breadcrumb .breadcrumb-item.active{
    color:#F5B800;
}

.product-hero-content h1{
    font-size:65px;
    font-weight:800;
    margin-bottom:25px;
}

.product-hero-content h1 span{
    color:#F5B800;
}

.product-hero-content p{
    color:#ddd;
    font-size:20px;
    line-height:1.8;
    margin-bottom:40px;
}

/* Buttons */

.btn-gold{
    display:inline-block;
    background:#F5B800;
    color:#111;
    padding:16px 38px;
    border-radius:50px;
    font-weight:700;
    text-decoration:none;
    transition:.3s;
}

.btn-gold:hover{
    background:#fff;
    color:#111;
}

.btn-outline{
    display:inline-block;
    border:2px solid #fff;
    color:#fff;
    padding:16px 38px;
    border-radius:50px;
    margin-left:15px;
    text-decoration:none;
    transition:.3s;
}

.btn-outline:hover{
    background:#fff;
    color:#111;
}

/*=========================================
PRODUCT DETAILS
=========================================*/

.product-details{
    padding:120px 0;
    background:#101114;
}

.product-details img{
    border-radius:20px;
    width:100%;
    box-shadow:0 20px 50px rgba(0,0,0,.35);
}

.product-details h2{
    font-size:45px;
    font-weight:700;
    color:#fff;
    margin-bottom:25px;
}

.product-details p{
    color:#cfcfcf;
    line-height:1.9;
    margin-bottom:20px;
}

/* Features */

.features-box{
    background:#181b20;
    padding:35px;
    border-radius:20px;
    margin-top:30px;
}

.features-box h3{
    color:#F5B800;
    margin-bottom:20px;
}

.features-box ul{
    list-style:none;
    padding:0;
    margin:0;
}

.features-box li{
    margin-bottom:15px;
    color:#ddd;
}

.features-box i{
    color:#F5B800;
    margin-right:10px;
}

/*=========================================
APPLICATIONS
=========================================*/

.application-section{
    padding:110px 0;
    background:#0B0B0D;
}

.application-card{
    background:#17181d;
    border-radius:20px;
    padding:35px;
    text-align:center;
    transition:.4s;
    border:1px solid rgba(255,255,255,.08);
    height:100%;
}

.application-card:hover{
    transform:translateY(-10px);
    border-color:#F5B800;
}

.application-card i{
    font-size:50px;
    color:#F5B800;
    margin-bottom:20px;
}

.application-card h3,
.application-card h4{
    color:#fff;
    margin-bottom:15px;
}

.application-card p{
    color:#bbb;
    line-height:1.8;
}

/*=========================================
SPECIFICATION TABLE
=========================================*/

.specification{
    background:#101114;
    padding:120px 0;
}

.spec-table{
    width:100%;
    border-collapse:collapse;
}

.spec-table tr{
    border-bottom:1px solid rgba(255,255,255,.08);
}

.spec-table td{
    padding:18px;
    color:#ddd;
}

.spec-table td:first-child{
    color:#F5B800;
    font-weight:700;
    width:35%;
}

.spec-note{
    color:#aaa;
    font-size:14px;
    line-height:1.7;
}

/*=========================================
FAQ
=========================================*/

.faq-section{
    padding:120px 0;
    background:#0B0B0D;
}

.accordion-item{
    background:#17181d;
    border:none;
    margin-bottom:20px;
    border-radius:15px;
    overflow:hidden;
}

.accordion-button{
    background:#17181d;
    color:#fff;
    font-weight:600;
    padding:20px;
    box-shadow:none;
}

.accordion-button:not(.collapsed){
    background:#F5B800;
    color:#111;
}

.accordion-button:focus{
    box-shadow:none;
}

.accordion-body{
    background:#17181d;
    color:#ccc;
    line-height:1.8;
}

/*=========================================
CTA
=========================================*/

.product-cta{
    background:#F5B800;
    text-align:center;
    padding:90px 20px;
}

.product-cta h2{
    color:#111;
    font-size:48px;
    font-weight:700;
}

.product-cta p{
    color:#222;
    margin:25px 0;
    font-size:18px;
}

.product-btn{
    display:inline-block;
    padding:16px 45px;
    background:#111;
    color:#fff;
    border-radius:50px;
    text-decoration:none;
    font-weight:700;
    transition:.3s;
}

.product-btn:hover{
    background:#fff;
    color:#111;
}

/*=========================================
SECTION TITLE
=========================================*/

.section-title h6,
.section-title .eyebrow{
    display:block;
    color:#F5B800;
    letter-spacing:3px;
    font-weight:700;
    margin-bottom:15px;
}

.section-title h2{
    color:#fff;
    font-size:46px;
    font-weight:700;
    margin-bottom:20px;
}

.section-title p{
    color:#bbb;
    max-width:700px;
    margin:auto;
}

/*=========================================
RESPONSIVE
=========================================*/

@media(max-width:991px){

.product-hero-content{
    padding-top:180px;
}

.product-hero-content h1{
    font-size:45px;
}

.product-details,
.application-section,
.specification,
.faq-section{
    padding:80px 0;
}

.product-details h2{
    margin-top:40px;
    font-size:34px;
}

.section-title h2{
    font-size:34px;
}

}

@media(max-width:768px){

.product-hero-content h1{
    font-size:36px;
}

.product-hero-content p{
    font-size:16px;
}

.btn-outline{
    display:block;
    margin:15px auto 0;
}

.btn-gold{
    display:block;
}

.product-cta h2{
    font-size:32px;
}

.spec-table td{
    display:block;
    width:100%;
}

.spec-table td:first-child{
    padding-bottom:5px;
}

}
/*=========================================
FOOTER
=========================================*/

.footer{
    background:#0B0B0D;
    padding:90px 0 30px;
}

.footer-logo{
    height:120px;
    width:auto;
    margin-bottom:25px;
}

.footer h3,
.footer h4{
    color:#fff;
    font-size:22px;
    margin-bottom:25px;
    font-weight:700;
}

.footer p{
    color:#aaa;
    line-height:1.9;
}

.footer ul{
    list-style:none;
    padding:0;
    margin:0;
}

.footer ul li{
    margin-bottom:12px;
}

.footer ul li a{
    color:#aaa;
    text-decoration:none;
    transition:.3s;
}

.footer ul li a:hover{
    color:#F5B800;
    padding-left:5px;
}

/* Contact */

.footer-contact li{
    color:#aaa;
    display:flex;
    align-items:center;
    gap:10px;
}

.footer-contact i{
    color:#F5B800;
    width:20px;
}

/* Social Icons */

.social-icons{
    display:flex;
    gap:12px;
    margin-top:25px;
}

.social-icons a{
    width:45px;
    height:45px;
    border-radius:50%;
    background:#17181d;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    transition:.3s;
}

.social-icons a:hover{
    background:#F5B800;
    color:#111;
    transform:translateY(-4px);
}

.footer hr{
    border-color:#2b2b2b;
    margin:50px 0 25px;
}

.copyright{
    text-align:center;
    color:#888;
    font-size:15px;
}

/* Mobile */

@media(max-width:991px){

.footer{
    text-align:center;
}

.footer-logo{
    margin:auto auto 25px;
}

.footer-contact li{
    justify-content:center;
}

.social-icons{
    justify-content:center;
}

}

/* ==========================
   TOP BAR
========================== */

.top-bar{
    background:#0d2b4d;
    color:#fff;
    font-size:14px;
    padding:10px 0;
}

.top-bar-content{
    display:flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap;
}

.top-left{
    display:flex;
    gap:25px;
    flex-wrap:wrap;
}

.top-left a{
    color:#fff;
    text-decoration:none;
    transition:.3s;
}

.top-left a i{
    color:#f7b731;
    margin-right:8px;
}

.top-left a:hover{
    color:#f7b731;
}

.top-right{
    display:flex;
    gap:15px;
}

.top-right a{
    color:#fff;
    font-size:16px;
    transition:.3s;
}

.top-right a:hover{
    color:#f7b731;
}

@media (max-width:768px){

.top-bar{
    display:none;
}

}

/*==============================
TOP BAR
==============================*/

.top-bar{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    z-index:1100;

    background:rgb(245, 184, 0, 0.5);
    backdrop-filter:blur(10px);
    -webkit-backdrop-filter:blur(10px);

    border-bottom:1px solid rgba(255,255,255,.15);

    padding:10px 0;
}

.top-bar-content{
    display:flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap;
}

.top-contact{
    display:flex;
    align-items:center;
    gap:25px;
    flex-wrap:wrap;
}

.top-contact a{
    color:#fff;
    text-decoration:none;
    font-size:14px;
    transition:.3s;
}

.top-contact a:hover{
    color:#ffb400;
}

.top-contact i{
    color:#ffb400;
    margin-right:8px;
}

.top-social{
    display:flex;
    gap:15px;
}

.top-social a{
    width:34px;
    height:34px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    text-decoration:none;
    background:rgba(255,255,255,.12);
    transition:.3s;
}

.top-social a:hover{
    background:#ffb400;
    color:#000;
}

/* Navbar Position */
.navbar{
    margin-top:50px;
}

/* Mobile */
@media(max-width:991px){

    .top-bar{
        display:none;
    }

    .navbar{
        top:0;
         margin-top:5px;

    }

}

.product-tag{
    color:#F5B800;
    font-weight:700;
}

.img-fluid{
    height:70vh;
}
/*=========================================
BENEFITS SECTION
=========================================*/

.benefits-section{
    padding:120px 0;
    background:#101114;
}

.benefits-section .section-title{
    max-width:800px;
    margin:0 auto 60px;
}

.benefits-section .section-title h2{
    color:#fff;
    font-size:46px;
    font-weight:700;
    margin-bottom:20px;
}

.benefits-section .section-title p{
    color:#bbb;
    line-height:1.8;
}

.feature-card{
    background:#17181D;
    border:1px solid rgba(255,255,255,.08);
    border-radius:20px;
    padding:40px 30px;
    height:100%;
    transition:.35s ease;
    position:relative;
    overflow:hidden;
}

.feature-card:hover{
    transform:translateY(-8px);
    border-color:#F5B800;
    box-shadow:0 20px 45px rgba(245,184,0,.15);
}

.feature-card::before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:5px;
    height:0;
    background:#F5B800;
    transition:.35s;
}

.feature-card:hover::before{
    height:100%;
}

.icon-box{
    width:75px;
    height:75px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:rgba(245,184,0,.12);
    border-radius:18px;
    margin-bottom:25px;
    transition:.35s;
}

.feature-card:hover .icon-box{
    background:#F5B800;
}

.icon-box i{
    font-size:32px;
    color:#F5B800;
    transition:.35s;
}

.feature-card:hover .icon-box i{
    color:#111;
}

.feature-card h3{
    color:#fff;
    font-size:24px;
    font-weight:700;
    margin-bottom:18px;
}

.feature-card p{
    color:#c8c8c8;
    line-height:1.9;
    margin:0;
}

/*=========================================
RESPONSIVE
=========================================*/

@media(max-width:991px){

    .benefits-section{
        padding:80px 0;
    }

    .benefits-section .section-title h2{
        font-size:36px;
    }

    .feature-card{
        padding:35px 25px;
    }

}

@media(max-width:768px){

    .benefits-section .section-title h2{
        font-size:30px;
    }

    .feature-card{
        text-align:center;
    }

    .icon-box{
        margin:0 auto 25px;
    }

}


.industries{
    background:#101114;
    padding:120px 0;
}

.industry-card{
    background:#17181D;
    border-radius:15px;
    overflow:hidden;
    border:1px solid rgba(255,255,255,.08);
    transition:.35s;
    height:100%;
}

.industry-card:hover{
    transform:translateY(-8px);
    border-color:#F5B800;
    box-shadow:0 20px 40px rgba(245,184,0,.15);
}

.industry-card img{
    width:100%;
    height:230px;
    object-fit:cover;
}

.industry-content{
    padding:25px;
}

.industry-content h3,
.industry-content h4{
    color:#fff;
    margin-bottom:10px;
    font-size:22px;
}

.industry-content p{
    color:#cfcfcf;
    margin:0;
    line-height:1.7;
}

.swiper{
    padding-bottom:60px;
}

.swiper-pagination-bullet{
    background:#fff;
    opacity:.4;
}

.swiper-pagination-bullet-active{
    background:#F5B800;
    opacity:1;
}
/*=========================================
RELATED PRODUCTS
=========================================*/

.related-products{
    background:#101114;
    padding:120px 0;
}

.related-card{
    background:#17181D;
    border:1px solid rgba(255,255,255,.08);
    border-radius:15px;
    overflow:hidden;
    height:100%;
    transition:all .35s ease;
}

.related-card:hover{
    transform:translateY(-8px);
    border-color:#F5B800;
    box-shadow:0 20px 45px rgba(245,184,0,.15);
}

.related-card img{
    width:100%;
    height:220px;
    object-fit:cover;
    transition:transform .4s ease;
}

.related-card:hover img{
    transform:scale(1.08);
}

.related-content{
    padding:25px;
}

.related-content h3,
.related-content h4{
    color:#fff;
    font-size:22px;
    font-weight:700;
    margin-bottom:15px;
}

.related-content p{
    color:#cfcfcf;
    font-size:15px;
    line-height:1.8;
    margin-bottom:20px;
}

.related-content .btn-link{
    display:inline-flex;
    align-items:center;
    gap:8px;
    color:#F5B800;
    font-weight:600;
    text-decoration:none;
    transition:.3s ease;
}

.related-content .btn-link::after{
    content:"→";
    transition:.3s ease;
}

.related-content .btn-link:hover{
    color:#fff;
}

.related-content .btn-link:hover::after{
    transform:translateX(6px);
}

/*=========================================
Responsive
=========================================*/

@media (max-width:991px){

    .related-products{
        padding:80px 0;
    }

    .related-card img{
        height:200px;
    }

}

@media (max-width:767px){

    .related-content{
        padding:20px;
    }

    .related-content h3,
    .related-content h4{
        font-size:20px;
    }

    .related-content p{
        font-size:14px;
    }

    .related-card img{
        height:180px;
    }

}

/* ===========================
   WhatsApp Floating Button
=========================== */

.whatsapp-float{
    position:fixed;
    right:25px;
    bottom:25px;
    width:65px;
    height:65px;
    background:#25D366;
    color:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    font-size:34px;
    box-shadow:0 10px 25px rgba(0,0,0,.25);
    z-index:9999;
    transition:all .3s ease;
    animation:whatsappPulse 2s infinite;
}

.whatsapp-float:hover{
    background:#1EBE5D;
    color:#fff;
    transform:scale(1.1);
}

@keyframes whatsappPulse{

    0%{
        box-shadow:0 0 0 0 rgba(37,211,102,.6);
    }

    70%{
        box-shadow:0 0 0 20px rgba(37,211,102,0);
    }

    100%{
        box-shadow:0 0 0 0 rgba(37,211,102,0);
    }

}

@media(max-width:768px){

.whatsapp-float{
    width:58px;
    height:58px;
    right:18px;
    bottom:18px;
    font-size:30px;
}

}
.industry-card {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.industry-content {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.industry-content p {
    margin-bottom: 0;
}

.industriesSwiper .swiper-slide {
    height: auto;
}
/* =========================================================
   POLICE BARRIER DETAILED INFORMATION
========================================================= */

.product-extra-details {
    position: relative;
    padding: 100px 0;
    background:
        radial-gradient(
            circle at top right,
            rgba(245, 184, 0, 0.08),
            transparent 32%
        ),
        #101114;
}

.product-extra-details .section-title {
    max-width: 920px;
    margin-right: auto;
    margin-left: auto;
}

.product-extra-details .section-title h2 {
    margin: 16px 0 18px;
    color: #ffffff;
    font-size: clamp(30px, 4vw, 46px);
    font-weight: 700;
    line-height: 1.2;
}

.product-extra-details .section-title p {
    margin-bottom: 0;
    color: #cfcfcf;
    font-size: 17px;
    line-height: 1.8;
}

.product-details-accordion {
    max-width: 1050px;
    margin: 0 auto;
}

.detail-item {
    margin-bottom: 18px;
    overflow: hidden;
    border: 1px solid rgba(245, 184, 0, 0.22);
    border-radius: 14px;
    background: #17191d;
    box-shadow: 0 12px 34px rgba(0, 0, 0, 0.18);
    transition:
        border-color 0.3s ease,
        box-shadow 0.3s ease,
        transform 0.3s ease;
}

.detail-item:hover {
    border-color: rgba(245, 184, 0, 0.65);
    box-shadow: 0 16px 42px rgba(0, 0, 0, 0.3);
    transform: translateY(-2px);
}

.detail-item[open] {
    border-color: #f5b800;
}

.detail-item summary {
    position: relative;
    display: flex;
    align-items: center;
    gap: 16px;
    min-height: 78px;
    padding: 20px 68px 20px 24px;
    color: #ffffff;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.4;
    list-style: none;
    cursor: pointer;
    user-select: none;
}

.detail-item summary::-webkit-details-marker {
    display: none;
}

.detail-item summary::after {
    position: absolute;
    top: 50%;
    right: 24px;
    content: "+";
    color: #f5b800;
    font-size: 31px;
    font-weight: 400;
    line-height: 1;
    transform: translateY(-50%);
}

.detail-item[open] summary::after {
    content: "−";
}

.detail-icon {
    display: inline-flex;
    flex: 0 0 46px;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: rgba(245, 184, 0, 0.12);
    color: #f5b800;
    font-size: 20px;
}

.detail-content {
    padding: 0 28px 30px 90px;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.detail-content h3 {
    margin: 26px 0 14px;
    color: #ffffff;
    font-size: 23px;
    font-weight: 700;
    line-height: 1.35;
}

.detail-content p {
    margin-bottom: 16px;
    color: #d2d2d2;
    font-size: 16px;
    line-height: 1.8;
}

.detail-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 24px;
    margin: 24px 0 0;
    padding: 0;
    list-style: none;
}

.detail-list li {
    position: relative;
    padding-left: 28px;
    color: #dadada;
    line-height: 1.7;
}

.detail-list li::before {
    position: absolute;
    top: 1px;
    left: 0;
    content: "\f00c";
    color: #f5b800;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}

.detail-table {
    margin: 24px 0 0;
    overflow: hidden;
    border-radius: 10px;
}

.detail-table th,
.detail-table td {
    padding: 16px 18px;
    border-color: rgba(255, 255, 255, 0.08);
    vertical-align: middle;
}

.detail-table th {
    width: 35%;
    color: #f5b800;
    font-weight: 700;
}

.detail-table td {
    color: #e5e5e5;
}

.detail-item summary:focus-visible {
    outline: 3px solid rgba(245, 184, 0, 0.55);
    outline-offset: -3px;
}

/* Tablet */
@media (max-width: 991px) {

    .product-extra-details {
        padding: 80px 0;
    }

    .detail-content {
        padding: 0 24px 28px;
    }

    .detail-list {
        grid-template-columns: 1fr;
    }
}

/* Mobile */
@media (max-width: 575px) {

    .product-extra-details {
        padding: 65px 0;
    }

    .detail-item summary {
        min-height: 70px;
        padding: 17px 52px 17px 17px;
        font-size: 16px;
    }

    .detail-item summary::after {
        right: 17px;
        font-size: 25px;
    }

    .detail-icon {
        flex-basis: 40px;
        width: 40px;
        height: 40px;
        font-size: 17px;
    }

    .detail-content {
        padding: 0 17px 24px;
    }

    .detail-content h3 {
        font-size: 20px;
    }

    .detail-content p,
    .detail-list li {
        font-size: 15px;
    }

    .detail-table th,
    .detail-table td {
        display: block;
        width: 100%;
        padding: 12px 14px;
    }

    .detail-table th {
        padding-bottom: 4px;
    }

    .detail-table td {
        padding-top: 4px;
    }
}
