/*=========================================================
PRODUCT PAGE
=========================================================*/

/*=========================================
PRODUCT HERO
=========================================*/

.product-banner{

    position:relative;

    width:100%;

    height:430px;

    overflow:hidden;

}

.product-banner img{

    width:100%;

    height:100%;

    object-fit:cover;

}

.banner-overlay{

    position:absolute;

    inset:0;

    background:rgba(0,0,0,.35);

}

/*=========================================
WATERMARK
=========================================*/

.product-watermark{

    position:relative;

    overflow:hidden;

    background:#fff;

    margin-top:-45px;

    z-index:10;

    padding:0;

}
.product-marquee {

  position: relative;

  left: 0;


  width: 100%;

  overflow: hidden;

  pointer-events: none;

  z-index: 5;
  margin-top: -26px;


  display: flex;
  align-items: center;

}
.product-watermark .watermark-track{

    display:flex;

    width:max-content;

    animation:watermarkScroll 180s linear infinite;
    
        margin-top: -32px;

}

.product-watermark span{

    font-size:215px;

    font-weight:700;

    color:#F3F3F3;

    line-height:1;

    white-space:nowrap;

    margin-right:50px;

    text-transform:uppercase;

}

/* Animation */

@keyframes watermarkScroll{

    from{

        transform:translateX(0);

    }

    to{

        transform:translateX(-50%);

    }

}

/* Responsive */

@media(max-width:991px){

.product-banner{

height:320px;

}

.product-watermark span{

font-size:110px;

}

}

@media(max-width:767px){

.product-banner{

height:220px;

}

.product-watermark{

margin-top:-25px;

}

.product-watermark span{

font-size:70px;

margin-right:30px;

}

}

.pro h2 {

    color: #000;
    font-family: Poppins;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    text-transform: uppercase;
    margin-top: 88px;
}

.pro p{
    
    color: #888;
font-family: Lato;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 24px;
margin-top: 24px;
}

/*-----------------------------
Product Grid
-----------------------------*/

.product-list{
    background:#fff;
}

.product-list .section-title p{
    max-width:860px;
}


/*-----------------------------
Product Card
-----------------------------*/

.product-card{
    background:#fff;
    border:1px solid #EAEAEA;
    padding:20px;
    height:100%;
    transition:.35s ease;

    display:flex;
    flex-direction:column;
}

.product-card:hover{

    transform:translateY(-8px);

    box-shadow:0 22px 45px rgba(0,0,0,.08);

}

.products-img{

    height:260px;

    overflow:hidden;

    margin-bottom:20px;

  

}

.products-img img{

    width:100%;
    height:100%;
    object-fit:contain;

    transition:.45s;

}

.product-card:hover .product-img img{

    transform:scale(1.05);

}

.product-card h4{

    font-size:20px;
    font-weight:700;
    line-height:30px;
    margin-bottom:18px;

   

    display:-webkit-box;
    -webkit-line-clamp:3;
    -webkit-box-orient:vertical;
    overflow:hidden;
}

.product-card p{

    font-size:15px;
    line-height:28px;
    color:#666;

}

.product-spec{

    padding:0;

    margin:0;

    list-style:none;

}



.product-spec li {

    position: relative;

    padding-left: 20px;

    margin-bottom: 8px;

    color: #666;
    
    font-size: 14px;
    
    line-height: 22px;

    list-style: none;

}
.product-spec li::before {
    content: "";
    position: absolute;
    left: 4px;
    top: 8px;
    width: 6px;
    height: 6px;
    background-color: #CCCCCC;
    border-radius: 50%;
}


.product-actions{

    display:flex;
    gap:8px;
    margin-top:auto;
}

.product-actions .btn{

    flex: 1;
    height: 42px;
    /* font-size: 13px; */
    /* font-weight: 600; */
    border-radius: 0;
    color: #FFF;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;

}

.product-desc{

    margin-top:18px;

    color:#666;

    font-size:14px;

    line-height:26px;

    flex:1;

}

/*-----------------------------
WHY PICTEL
-----------------------------*/

.why-pictel{

    background:#fff;

}

.feature-box{

    background:#fff;

    padding:35px;

    height:100%;

    

    transition:.35s;

}

.feature-box:hover{

    transform:translateY(-8px);

    box-shadow:0 20px 40px rgba(0,0,0,.08);

}

.feature-icon{

    width:68px;
    height:68px;

    background:#EAF4FF;

    color:var(--blue);

    display:flex;
    justify-content:center;
    align-items:center;

    font-size:28px;

    margin-bottom:24px;

}

.feature-box h4{

   color: #000;
font-family: Lato;
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: 28px;

    margin-bottom:15px;

}

.feature-box p{
color: #888;
font-family: Lato;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px;

}


/*-----------------------------
Key Features
-----------------------------*/

.key-features{

    background:#fff;

}

.feature-card{

    height:100%;

    background:#fff;

   

    transition:.35s;

}

.feature-card:hover{

    transform:translateY(-8px);

    box-shadow:0 18px 40px rgba(0,0,0,.08);

}

.feature-image{

    height:240px;

    overflow:hidden;

}

.feature-image img{

    width:100%;
    height:100%;
    object-fit:cover;

    transition:.45s;

}

.feature-card:hover img{

    transform:scale(1.06);

}

.feature-card h5{

    padding: 24px 24px 10px;
    color: #000;
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;

}

.feature-card p{

    padding:0 24px 24px;

   color: #888;
font-family: Lato;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 20px;

}


/*-----------------------------
Responsive
-----------------------------*/

@media(max-width:1200px){

.product-watermark span{

font-size:150px;

}

.product-hero h1{

font-size:44px;

}

}

@media(max-width:991px){

.product-hero{

padding:70px 0;

}

.product-watermark{

display:none;

}

.product-hero-image{

height:420px;

margin-top:40px;

}

.product-hero h1{

font-size:38px;

}

}

@media(max-width:767px){

.product-hero{

padding:55px 0;

}

.product-hero h1{

font-size:30px;

line-height:40px;

}

.product-hero p{

font-size:16px;

line-height:28px;

}

.product-hero-image{

height:300px;

}

.product-actions{

flex-direction:column;

}

.feature-image{

height:180px;

}

}
/*=========================================
APPLICATION SECTION
=========================================*/

.application-section{
    background:#fff;
}

.application-card{
    position:relative;
    overflow:hidden;
    
    transition:.4s ease;
}

.application-card img{
    width:100%;
    height:320px;
      border: 1px solid #ddd;
}

.application-card h5{
    padding: 12px 0px;
    margin:0;
   color: #000;
font-family: Lato;
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: 24px;
    transition:.35s;
}

.application-card:hover{
    /*transform:translateY(-8px);*/
    /*box-shadow:0 25px 50px rgba(0,0,0,.08);*/
}

.application-card:hover img{
    /*transform:scale(1.08);*/
}

.application-card:hover h5{
    /*background:var(--blue);*/
    /*color:#fff;*/
}

/*=========================================
FAQ
=========================================*/

/*==========================
FAQ
==========================*/

.faq-section{

    background:#fff;

}

.faq-title{

    font-size:52px;

    font-weight:700;

    margin-bottom:50px;

}

.faq-item{

    border-bottom:1px solid #E5E5E5;

}

.faq-question{

    width:100%;

    border:none;

    background:none;

    display:flex;

    align-items:center;

    gap:24px;

    padding:28px 0;

    cursor:pointer;

    text-align:left;

}

.faq-question .icon{

    width:22px;

    font-size:34px;

    font-weight:300;

    color:#111;

    transition:.3s;

}

.faq-question span:last-child{

  font-family: Lato;
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: 24px;

    transition:.3s;

}

.faq-item.active .faq-question span:last-child{

    color:#2F73F4;

}

.faq-answer{

    display:none;

    padding:0 0 26px 48px;

}

.faq-answer p{

    font-size:20px;

    line-height:36px;

    color:#7A7A7A;

    max-width:980px;

}

.faq-item.active .faq-answer{

    display:block;

}


/* Mobile */

@media(max-width:768px){

.faq-title{

font-size:36px;

}

.faq-question{

gap:15px;

padding:20px 0;

}

.faq-question span:last-child{

font-size:18px;

}

.faq-answer{

padding-left:35px;

}

.faq-answer p{

font-size:15px;

line-height:28px;

}

}

/*=========================================
CONSUMABLES
=========================================*/

.consumables{
   
}

.consume-img{
    overflow:hidden;
}

.consume-img img{
    width:100%;
    transition:.45s;
}

.consume-img:hover img{
    transform:scale(1.05);
}

.consume-content span{
    color:var(--blue);
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;
    display:block;
    margin-bottom:12px;
}

.consume-content h3{
    font-size:42px;
    font-weight:700;
    margin-bottom:20px;
}

.consume-content p{
    font-size:18px;
    line-height:32px;
    color:#666;
    margin-bottom:30px;
}

/*=========================================
SECTION ANIMATION
=========================================*/

.fade-up{
    opacity:0;
    transform:translateY(40px);
}

.scale-image{
    overflow:hidden;
}

.scale-image img{
    transition:.5s;
}

.scale-image:hover img{
    transform:scale(1.06);
}

/*=========================================
RESPONSIVE
=========================================*/

@media(max-width:991px){

.application-card img{
    height:240px;
}

.consume-content{
    margin-top:30px;
}

.consume-content h3{
    font-size:34px;
}

.product-faq .accordion-button{
    font-size:18px;
}

}

@media(max-width:767px){

.application-section{
    padding:70px 0;
}

.application-card img{
    height:220px;
}

.application-card h5{
    font-size:18px;
}

.consume-content h3{
    font-size:28px;
}

.consume-content p{
    font-size:16px;
    line-height:28px;
}

.product-faq .accordion-button{
    padding:18px 20px;
    font-size:17px;
}

.product-faq .accordion-body{
    padding:20px;
}

}


/*=========================================
REQUEST QUOTE MODAL
=========================================*/

.quote-modal{

    position:fixed;

    inset:0;

    background:rgba(0,0,0,.65);

    display:flex;

    justify-content:center;

    align-items:center;

    opacity:0;

    visibility:hidden;

    transition:.35s ease;

    z-index:99999;

    padding:30px;

}

.quote-modal.show{

    opacity:1;

    visibility:visible;

}

.quote-modal-content{

    width:100%;

    max-width:700px;

    background:#fff;

    overflow:hidden;

    transform:translateY(40px);

    transition:.35s;

    box-shadow:0 35px 80px rgba(0,0,0,.25);

}

.quote-modal.show .quote-modal-content{

    transform:translateY(0);

}

/*=========================
HEADER
=========================*/

.quote-header{

    background:#000;

    padding:18px 25px;

}

.quote-header h2{

    color: #FFF;
font-family: Poppins;
font-size: 32px;
font-style: normal;
font-weight: 600;
line-height: normal;

}

/*=========================
FORM
=========================*/

#quoteForm,
#globalQuoteForm,
#partnerForm {

    padding: 40px;

}

.form-group{

    margin-bottom:18px;

}

.form-group label{

    display:block;

    font-size:14px;

    color:#7A7A7A;

    margin-bottom:6px;

    font-weight:500;

}

.form-group input,

.form-group textarea{

    width:100%;

    border:none;

    border-bottom:1px solid #222;

    background:transparent;

    padding:10px 0;

    font-size:12px;

    color:#111;

    outline:none;

    border-radius:0;

    transition:.3s;

}

.form-group textarea{

    resize:none;

    min-height:90px;

}

.form-group input::placeholder,

.form-group textarea::placeholder{

    color:#999;

}

.form-group input:focus,

.form-group textarea:focus{

    border-color:#2F73F4;

}

/*=========================
BUTTONS
=========================*/

.quote-buttons{

    display:flex;

    justify-content:space-between;

    align-items:center;

    margin-top:20px;

}

.quote-buttons .btn{


    display: flex;
    padding: 15px 48px;
    align-items: flex-start;
    gap: 10px;

}

.quote-buttons .btn-outline-dark{
  border: 1px solid #D8D8D8;
    display: flex;
    color: #888;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;

}

.quote-buttons .btn-outline-dark:hover{

    background:#000;

    color:#fff;

}

.quote-buttons .btn-dark{

    background:#000;

   color: #FFF;
text-align: center;
font-family: Poppins;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: normal;
}

.quote-buttons .btn-dark:hover{

    background:#2F73F4;

}

/*=========================
SCROLL
=========================*/

.quote-modal-content{

    max-height:92vh;

    overflow-y:auto;

}

.quote-modal-content::-webkit-scrollbar{

    width:7px;

}

.quote-modal-content::-webkit-scrollbar-thumb{

    background:#DDD;

}

/*=========================
RESPONSIVE
=========================*/

@media(max-width:991px){

.quote-modal{

padding:15px;

}

    #quoteForm,
    #globalQuoteForm,
    #partnerForm {

        padding: 15px;

    }

.quote-header{

padding:12px 15px;

}

.quote-header h2{

font-size:34px;

}

}

@media(max-width:767px){

.quote-modal{

padding:12px;

align-items:flex-start;

overflow:auto;

}

.quote-modal-content{

margin:20px 0;

}

.quote-header{

padding:20px;

}

.quote-header h2{

font-size:28px;

line-height:36px;

}

    #quoteForm,
    #globalQuoteForm,
    #partnerForm {

        padding: 20px;

    }
.form-group{

margin-bottom:20px;

}

.form-group input,

.form-group textarea{

font-size:16px;

}

.quote-buttons{

flex-direction:column;

gap:15px;

}

.quote-buttons .btn{

width:100%;

height:52px;

font-size:16px;

}

}
/*=========================================
PRODUCT DETAILS PAGE STYLES
=========================================*/

.product-details-section {
    background-color: #FAFAFA;
}

.main-preview-box{
    height:520px;
    background:#fff;
    border:1px solid #e8e8e8;
    border-radius:20px;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:30px;
    overflow:hidden;
}

.main-product-img{
    width:100%;
    height:100%;
    object-fit:contain;
    transition:.35s;
}

.productThumbSlider{
    padding:5px 0;
}

.productThumbSlider .swiper-slide{
    width:95px;
    height:95px;
}

.thumb-item{
    width:95px;
    height:95px;
    border:2px solid #e5e5e5;
    border-radius:12px;
    overflow:hidden;
    cursor:pointer;
    background:#fff;
    transition:.3s;
}

.thumb-item img{
    width:100%;
    height:100%;
    object-fit:contain;
    padding:6px;
}

.productThumbSlider .swiper-slide-thumb-active .thumb-item{
    border-color:#0072CE;
}

@media(max-width:991px){

.main-preview-box{
    height:380px;
}

}

@media(max-width:576px){

.main-preview-box{
    height:300px;
}

.productThumbSlider .swiper-slide{
    width:75px;
    height:75px;
}

.thumb-item{
    width:75px;
    height:75px;
}

}
.product-detail-content{
    padding-left:20px;
}

.product-title{
    font-size:40px;
    font-weight:700;
    line-height:1.2;
    color:#111;
    margin-bottom:18px;
    font-family:'Poppins',sans-serif;
}

.product-description{
    font-size:15px;
    line-height:28px;
    color:#666;
    margin-bottom:25px;
}

.product-heading{
    font-size:18px;
    font-weight:700;
    color:#111;
    margin-bottom:12px;
}

.feature-list{
    padding-left:20px;
    margin-bottom:25px;
}

.feature-list li{
    font-size:14px;
    line-height:28px;
    color:#666;
    margin-bottom:2px;
}

.technical-list{
    padding-left:20px;
    margin-bottom:35px;
}

.technical-list li{
    font-size:14px;
    line-height:28px;
    color:#666;
}

.product-action-buttons{
    display:flex;
    gap:15px;
    margin-top:35px;
}

.product-action-buttons .btn{
    padding:12px 28px;
    border-radius:6px;
    font-weight:600;
}

@media(max-width:991px){

.product-detail-content{
    padding-left:0;
    margin-top:35px;
}

.product-title{
    font-size:32px;
}

.product-action-buttons{
    flex-wrap:wrap;
}

}
.why-machine{
    padding:90px 0;
    background:#fff;
}

.section-heading h2{
    font-size:42px;
    font-weight:700;
    line-height:1.25;
    color:#111;
    margin:20px 0;
}

.heading-line{
    display:block;
    width:42px;
    height:3px;
    border-radius:10px;
    margin:auto;
}

.heading-line.blue{
    background:#2D8CFF;
}

.heading-line.pink{
    background:#ff4da6;
    margin-top:18px;
}

.machine-card{
    text-align:left;
    padding:20px;
    transition:.35s;
}

.machine-card:hover{
    transform:translateY(-6px);
    box-shadow:0 15px 40px rgba(0,0,0,.08);
}

.machine-icon{
    width:64px;
    height:64px;
    background:#EEF5FF;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:20px;
}

.machine-icon img{
    width:32px;
}

.machine-card h5{
    font-size:20px;
    font-weight:600;
    margin-bottom:12px;
}

.machine-card p{
    color:#666;
    line-height:28px;
    font-size:15px;
}

@media(max-width:768px){

.section-heading h2{
    font-size:30px;
}

.machine-card{
    text-align:center;
}

.machine-icon{
    margin:auto auto 20px;
}

}
.product-specification{
    padding:80px 0;
}

.spec-title{
    font-size:48px;
    font-weight:700;
    color:#111;
    margin-bottom:30px;
    line-height:1.2;
}

.spec-table{
    width:100%;
    border-collapse:collapse;
    border:1px solid #D9D9D9;
    background:#fff;
}

.spec-table td{
    border:1px solid #D9D9D9;
    padding:12px 16px;
    font-size:15px;
    font-weight:400;
    color:#444;
    vertical-align:middle;
    line-height:1.5;
}

/* Left label column */
.spec-table .label{
    width:25%;
    background:#F3F3F3;
    font-weight:500;
    color:#333;
}

/* Data columns */
.spec-table td:nth-child(2),
.spec-table td:nth-child(3){
    /*width:37.5%;*/
}

/* Alternate row colors */

.spec-table tbody tr:nth-child(odd) th{
    background:#F7F7F7;
    font-weight: 600;
}

.spec-table tbody tr:nth-child(even) th{
    background:#FFFFFF;
    font-weight: 600;
}

.spec-table tbody tr:nth-child(odd) td{
    background:#F7F7F7;
}

.spec-table tbody tr:nth-child(even) td{
    background:#FFFFFF;
}

/* Keep first column slightly darker */
.spec-table tbody tr:nth-child(odd) .label,
.spec-table tbody tr:nth-child(even) .label{
    background:#EFEFEF;
}

/* Hover */
.spec-table tbody tr:hover td{
    background:#F1F1F1;
}

.spec-table tbody tr:hover .label{
    background:#E8E8E8;
}

/* Tablet */
@media (max-width:991px){

    .product-specification{
        padding:60px 0;
    }

    .spec-title{
        font-size:36px;
        margin-bottom:20px;
    }

    .spec-table td{
        font-size:14px;
        padding:10px 12px;
    }
}

/* Mobile */
@media (max-width:576px){

    .product-specification{
        padding:40px 0;
    }

    .spec-title{
        font-size:28px;
    }

    .spec-table td{
        font-size:13px;
        padding:8px 10px;
        white-space:nowrap;
    }
}