
/* top bar */
.top-bar {
   background: #D50614; 
    color: #fff;
    font-size: 13px;
    padding: 6px 0;
}

.top-bar a {
    color: #fff;
    text-decoration: none;
    transition: 0.3s ease;
}

.top-bar a:hover {
   color: #FFD6D9;
}

/* Left section */
.top-left {
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 400;
}

.top-left i {
    font-size: 12px;
    margin-right: 4px;
}

.divider {
    opacity: 1.5;
}

.top-right a {
    margin-left: 12px;
    font-size: 14px;
}

@media (max-width: 768px) {

    .top-bar {
        padding: 8px 0;
    }

    .top-left {
        flex-direction: column;
        gap: 4px;
        font-size: 12px;
    }

    .divider {
        display: none;   
    }

    .top-right {
        margin-top: 6px;
    }

    .top-right a {
        margin: 0 8px;
    }
}


/* Navbar */
.navbar {
    padding-top: 4px 0;
   min-height: 30px;
}

.navbar-brand {
    font-size: 14px;
    font-weight: 400;
}

.navbar-toggler {
    border: none;
    padding:2px 4px;
}

.navbar-toggler:focus {
    box-shadow: none;
}

/* Desktop spacing tighter */
.navbar-nav .nav-link {
    font-weight: 400;
    padding: 2px 8px;
    margin: 0;
    font-size: 13.5px;
}

/* Mobile View */
@media (max-width: 991px) {

    .navbar-collapse {
        background: #fff;
        padding: 2px 0;
        margin-top: 2px;
    }

    .navbar-nav {
        text-align: left;        
    }

    .navbar-nav .nav-link {
        padding: 4px 8px;
        font-size: 14px;
    }
}


/* NAVBAR CSS */
.main-navbar {
    background-color: #ffffff;
    padding: 15px 0;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

/* Nav Links */
.main-navbar .nav-link{
    color:#000000;
    font-size:15px;
    font-weight:650;
    margin-left:20px;
    transition:0.3s;
}

/* Hover Effect */
.main-navbar .nav-link:hover{
    color:#D50614;
}

/* Dropdown Menu Box */
.main-navbar .dropdown-menu {
    border: none;
    border-radius: 14px;
    padding: 10px 0;
    margin-top: 10px;
    min-width: 200px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    animation: fadeInDropdown 0.25s ease;
}

/* Dropdown Items */
.main-navbar .dropdown-item {
    padding: 10px 18px;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    transition: all 0.3s ease;
}

/* Hover Effect */
.main-navbar .dropdown-item:hover {
    background:#FFF2F3;
    color:#D50614;
    padding-left: 24px;   /* smooth slide effect */
}

/* Smooth Fade Animation */
@keyframes fadeInDropdown {
    from {
        opacity: 0;
        transform: translateY(8px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Contact Button */
.contact-btn{
   display:inline-block;
    background:#D50614;
    color:#ffffff;
    text-decoration:none;
    padding:10px 20px;
    border-radius:1000px;
    font-size:15px;
    font-weight:600;
    letter-spacing:.5px;
    transition:.35s;
    box-shadow:0 12px 30px rgba(213,6,20,.35);
}

.contact-btn:hover{
    background:#B30412;
    color:#fff;
    transform:translateY(-2px);
    box-shadow:0 12px 30px rgba(213,6,20,.35);
}

/* Mobile Navbar Styling */
@media (max-width: 991px) {

  .navbar-collapse {
    background: #ffffff;
    padding: 22px;
    border-radius: 15px;
    margin-top: 10px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.08);
  }

  .navbar-nav {
    text-align: center;
  }

  .navbar-nav .nav-item {
    margin-bottom: 15px;
  }

  .navbar-nav .nav-link {
    font-size: 18px;
    font-weight: 500;
    color: #333 !important;
  }

  .navbar-nav .nav-link:hover {
    color:#D50614 !important;
  }

  /* Dropdown menu styling */
  .dropdown-menu {
    border: none;
    background: #f8f9fa;
    border-radius: 10px;
    text-align: center;
  }

  .dropdown-item {
    padding: 10px;
    font-size: 16px;
  }

  .dropdown-item:hover {
    background: #e9ecef;
  }

  /* Contact Button */
  .contact-btn {
    display: block;
    width: 100%;
    padding: 10px;
    border-radius: 30px;
    text-align: center;
    margin-top: 10px;
  }

}

/* Logo */
.logo img {
    height: 85px;
}

.nav-links {
    list-style: none;
    display: flex;
    gap: 30px;
    margin: 0;
    padding: 0;
}

.nav-links a {
    text-decoration: none;
    color: #333;
    font-weight: 500;
    position: relative;
}

/* Top bar social icons */
.top-bar {
    color:#FFD6D9;
    font-size: 14px;
}

.top-right a {
    color: #fff;
    margin-left: 12px;
    font-size: 18px;
    transition: 0.3s;
    padding: 10px;
}

.top-right a:hover {
    color:#FFD6D9;
}

@media (max-width: 768px) {
    .top-right {
        margin-top: 5px;
    }
}


/* FOOTER SECTION STARTS */

.footer{
    position:relative;
    background:url('images/FOOTER.jpg') center center/cover no-repeat;
    padding:80px 0 0;
    overflow:hidden;
    border-top: 4px solid #D50614;
}

.footer::before{
    content:"";
    position:absolute;
    inset:0;
    background:rgba(18,18,18,.72);
    z-index:1;
}

.footer::after{
    content:"";
    position:absolute;
    top:-150px;
    right:-120px;
    width:380px;
    height:380px;
    background:#D50614;
    opacity:.18;
    filter:blur(130px);
    border-radius:50%;
    z-index:1;
}

.footer .container{
    position:relative;
    z-index:2;
    width:90%;
    max-width:1320px;
    margin:auto;
    font-family:'Montserrat',sans-serif;
}

.footer-top{
    display:grid;
    grid-template-columns:2fr 1fr 1fr 1.5fr;
    gap:55px;
    padding-bottom:60px;
}

.footer-about img{
    height:80px;
    background:#ffffff;
    padding:12px;
    border-radius:10px;
    margin-bottom:20px;
    box-shadow:0 15px 35px rgba(0,0,0,.35);
}

.footer-about p{
    color:#F4F4F4;
    line-height:1.9;
    font-size:15px;
    margin-bottom:25px;
}

.footer-links h3,
.footer-contact h3{
    color:#ffffff;
    font-size:22px;
    font-weight:700;
    margin-bottom:28px;
    position:relative;
    display:inline-block;
}

.footer-links h3::after,
.footer-contact h3::after{
    content:"";
    position:absolute;
    left:0;
    bottom:-10px;
    width:45px;
    height:3px;
    background:#D50614;
    border-radius:20px;
}

.footer-links ul{
    list-style:none;
    padding:0;
    margin:0;
}

.footer-links ul li{
    margin-bottom:14px;
}

.footer-links ul li a{
    color:#F8F8F8;
    text-decoration:none;
    transition:.35s;
    display:inline-block;
    font-size:15px;
}

.footer-links ul li a:hover{
    color:#D50614;
    padding-left:8px;
}

.contact-item{
    display:flex;
    gap:15px;
    align-items:flex-start;
    margin-bottom:18px;
}

.contact-item i{
    color:#D50614;
    font-size:18px;
    width:20px;
    margin-top:4px;
}

.contact-item span{
    color:#F8F8F8;
    line-height:1.8;
    font-size:15px;
}

.footer-social{
    display:flex;
    gap:14px;
    margin-top:25px;
}

.footer-social a{
    width:46px;
    height:46px;
    display:flex;
    justify-content:center;
    align-items:center;
    border-radius:50%;
    text-decoration:none;
    color:#ffffff;
    background:rgba(255,255,255,.12);
    border:1px solid rgba(255,255,255,.18);
    transition:.35s;
}

.footer-social a:hover{
    background:#D50614;
    border-color:#D50614;
    color:#ffffff;
    transform:translateY(-5px);
    box-shadow:0 10px 25px rgba(213,6,20,.35);
}

.footer-bottom{
    border-top:1px solid rgba(255,255,255,.15);
    padding:25px 0;
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.footer-bottom p{
    margin:0;
    color:#F4F4F4;
    font-size:14px;
}

.footer-bottom a{
    color:#D50614;
    text-decoration:none;
    font-weight:600;
    transition:.3s;
}

.footer-bottom a:hover{
    color:#ffffff;
}

.footer-links,
.footer-contact{
    transition:.35s;
}

.footer-links:hover,
.footer-contact:hover{
    transform:translateY(-4px);
}

@media(max-width:992px){

.footer-top{
grid-template-columns:repeat(2,1fr);
gap:40px;
}

.footer-about{
grid-column:1/-1;
}

.footer-bottom{
flex-direction:column;
text-align:center;
gap:12px;
}

}

@media(max-width:768px){

.footer-top{
grid-template-columns:1fr;
text-align:center;
gap:35px;
}

.footer-links h3::after,
.footer-contact h3::after{
left:50%;
transform:translateX(-50%);
}

.footer-social{
justify-content:center;
}

.contact-item{
justify-content:center;
text-align:left;
}

.footer-bottom{
flex-direction:column;
text-align:center;
}

}

@media(max-width:480px){

.footer{
padding-top:60px;
}

.footer-about img{
height:65px;
}

.footer-about p,
.footer-links ul li a,
.contact-item span{
font-size:14px;
}

.footer-links h3,
.footer-contact h3{
font-size:19px;
}

.footer-social a{
width:42px;
height:42px;
}

}



/* hero sliderr */

.hero-slider{
    position:relative;
    width:100%;
    height:720px;
    overflow:hidden;
}

.slide{
    position:absolute;
    width:100%;
    height:100%;
    opacity:0;
    visibility:hidden;
    transition:all .8s ease;
}

.slide.active{
    opacity:1;
    visibility:visible;
}

.slide img{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center;
}

.overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(
        90deg,
        rgba(10,10,10,.82) 0%,
        rgba(20,20,20,.65) 45%,
        rgba(213,6,20,.25) 100%
    );
}

.hero-content{
    position:absolute;
    top:50%;
    left:8%;
    transform:translateY(-50%);
    max-width:700px;
    color:#ffffff;
    z-index:2;
}

.hero-content h1{
    font-size:64px;
    line-height:1.1;
    font-weight:700;
    margin-bottom:25px;
    color:#ffffff;
    text-shadow:0 5px 20px rgba(0,0,0,.35);
}

.hero-content p{
    font-size:18px;
    line-height:1.9;
    color:#f3f3f3;
    max-width:620px;
    margin-bottom:35px;
}

.hero-btn{
    display:inline-block;
    background:#D50614;
    color:#ffffff;
    text-decoration:none;
    padding:16px 38px;
    border-radius:50px;
    font-size:15px;
    font-weight:600;
    letter-spacing:.5px;
    transition:.35s;
    box-shadow:0 12px 30px rgba(213,6,20,.35);
}

.hero-btn:hover{
    background:#B30412;
    color:#ffffff;
    transform:translateY(-3px);
    box-shadow:0 18px 40px rgba(213,6,20,.45);
}

.slider-btn{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    width:58px;
    height:58px;
    border:none;
    border-radius:50%;
    cursor:pointer;
    background:rgba(255,255,255,.15);
    backdrop-filter:blur(10px);
    color:#ffffff;
    font-size:18px;
    transition:.35s;
    z-index:5;
}

.slider-btn:hover{
    background:#D50614;
    color:#ffffff;
    box-shadow:0 10px 25px rgba(213,6,20,.35);
}

.prev{
    left:30px;
}

.next{
    right:30px;
}

@media(max-width:992px){

.hero-slider{
    height:600px;
}

.hero-content{
    left:6%;
    max-width:90%;
}

.hero-content h1{
    font-size:46px;
}

.hero-content p{
    font-size:17px;
}

}

@media(max-width:768px){

.hero-slider{
    height:520px;
}

.hero-content{
    left:25px;
    right:25px;
    max-width:100%;
}

.hero-content h1{
    font-size:34px;
    line-height:1.25;
}

.hero-content p{
    font-size:15px;
    line-height:1.7;
}

.hero-btn{
    padding:14px 28px;
    font-size:14px;
}

.slider-btn{
    width:46px;
    height:46px;
    font-size:16px;
}

.prev{
    left:15px;
}

.next{
    right:15px;
}

}

@media(max-width:480px){

.hero-slider{
    height:460px;
}

.hero-content h1{
    font-size:28px;
}

.hero-content p{
    font-size:14px;
}

}





/* ABOUT US  */
.about-section{
    padding:100px 0;
    background:#F8F9FA;
    overflow:hidden;
}

.about-section .container{
    width:90%;
    max-width:1300px;
    margin:auto;
    display:grid;
    grid-template-columns:1fr 1fr;
    align-items:center;
    gap:80px;
}

.about-image{
    animation:slideLeft 1s ease;
}

.about-image img{
    width:100%;
    border-radius:18px;
    box-shadow:0 20px 50px rgba(0,0,0,.12);
    transition:.4s;
}

.about-image img:hover{
    transform:scale(1.03);
}

.about-content{
    animation:slideRight 1s ease;
}

.section-tag{
    display:inline-block;
    background:#D50614;
    color:#fff;
    padding:10px 20px;
    border-radius:30px;
    font-size:14px;
    font-weight:600;
    font-family:'Montserrat',sans-serif; 
    margin-bottom:20px;
}

.about-content h2{
    font-size:48px;
    color:#1F2937;
    line-height:1.2;
    margin-bottom:25px;
    font-weight:700;
}

.about-content p{
    color:#555;
    font-size:17px;
    line-height:1.9;
}

.about-features{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:15px;
    margin:30px 0;
    font-family:'Montserrat',sans-serif; 
}

.feature-box{
    display:flex;
    align-items:center;
    gap:10px;
}

.feature-box i{
    color:#D50614;
    font-size:18px;
}

.feature-box span{
    font-weight:600;
    color:#2B2B2B;
}

.counter-wrapper{
    width:90%;
    max-width:1300px;
    margin:80px auto 0;
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:25px;
}

.counter-box{
    background:#ffffff;
    padding:35px;
    text-align:center;
    border-radius:16px;
    box-shadow:0 12px 35px rgba(0,0,0,.08);
    transition:.35s;
    /* border-bottom:4px solid #D50614; */
}

.counter-box:hover{
    transform:translateY(-10px);
    box-shadow:0 20px 45px rgba(213,6,20,.15);
}

.counter-box h3{
    font-size:42px;
    color:#D50614;
    margin-bottom:10px;
}

.counter-box p{
    color:#666;
    font-weight:600;
}

/* ANIMATION */

@keyframes slideLeft{

    from{
        opacity:0;
        transform:translateX(-80px);
    }

    to{
        opacity:1;
        transform:translateX(0);
    }

}

@keyframes slideRight{

    from{
        opacity:0;
        transform:translateX(80px);
    }

    to{
        opacity:1;
        transform:translateX(0);
    }

}

/* RESPONSIVE OF ABOUT SECTION */

@media(max-width:992px){

    .about-section .container{
        grid-template-columns:1fr;
        gap:50px;
    }

    .about-content{
        text-align:center;
    }

    .about-features{
        grid-template-columns:1fr;
    }

    .counter-wrapper{
        grid-template-columns:repeat(2,1fr);
    }

    .about-content h2{
        font-size:40px;
    }

}

@media(max-width:576px){

    .about-section{
        padding:70px 0;
    }

    .about-content h2{
        font-size:30px;
    }

    .counter-wrapper{
        grid-template-columns:1fr;
    }

    .counter-box{
        padding:25px;
    }

}



.product-section{
    padding:100px 0;
    background:#f8f9fc;
}

.product-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
}

.product-card{
    background:#fff;
    border-radius:15px;
    overflow:hidden;
    font-family:'Montserrat',sans-serif; 
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.4s;
}

.product-card:hover{
    transform:translateY(-10px);
}

.product-card img{
    width:100%;
    height:280px;
    object-fit:cover;
    transition:.5s;
}

.product-card:hover img{
    transform:scale(1.08);
}

.product-content{
    padding:25px;
}

.product-content h3{
    font-size:24px;
    color:#007433;
    margin-bottom:10px;
}

.product-content p{
    color:#666;
    line-height:1.7;
}

@media(max-width:992px){

    .product-grid{
        grid-template-columns:repeat(2,1fr);
    }

}

@media(max-width:768px){

    .product-grid{
        grid-template-columns:1fr;
    }

}


/* Product section */
.product-range{
    padding:100px 0;
    background:#f8faf7;
}

.product-range .container{
    width:90%;
    max-width:1400px;
    margin:auto;
}

.section-title{
    text-align:center;
    margin-bottom:60px;
}

/* .section-tag{
    display:inline-flex;
    align-items:center;
    gap:8px;
    background:#F4C430;
    color:#fff;
    padding:12px 24px;
    border-radius:50px;
    font-size:13px;
    font-weight:700;
    text-transform:uppercase;
    margin-bottom:20px;
} */

/* .section-title h2{
    font-size:48px;
    color:#1F2937;
    line-height:1.2;
    margin-bottom:25px;
    font-weight:700;
}

.section-title p{
     color:#555;
    font-size:17px;
    line-height:1.9; 
} */

.products-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
}

.product-card{
    position:relative;
    overflow:hidden;
    border-radius:25px;
    background:#fff;
    box-shadow:0 15px 35px rgba(0,0,0,.08);
    transition:.4s ease;
}

.product-card:hover{
    transform:translateY(-12px);
}

.product-card img{
    width:100%;
    height:280px;
    object-fit:cover;
    transition:.6s;
}

.product-card:hover img{
    transform:scale(1.08);
}

.product-content{
    padding:25px;
}

.product-content h3{
    color:#007a33;
    font-size:24px;
    margin-bottom:12px;
}

.product-content p{
    color:#666;
    line-height:1.7;
}

.product-card::before{
    content:'';
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:4px;
    background:#F4C430;
    transform:scaleX(0);
    transition:.4s;
}

.product-card:hover::before{
    transform:scaleX(1);
}

.products-section{
    padding:100px 0;
    background:#f8faf7;
}

.products-section .container{
    width:90%;
    max-width:1300px;
    margin:auto;
}

.section-title{
    text-align:center;
    margin-bottom:60px;
}

/* .section-tag{
    display:inline-block;
    background:#F4C430;
    color:#fff;
    padding:10px 24px;
    border-radius:50px;
    font-size:14px;
    font-weight:600;
    margin-bottom:20px;
} */

/* .section-title h2{
    font-size:48px;
    color:#1F2937;
    line-height:1.2;
    margin-bottom:25px;
    font-weight:700;
}

.section-title p{
    color:#555;
    font-size:17px;
    line-height:1.9;
} */

.products-section{
    padding:100px 0;
    background:#F8F9FA;
    font-family:'Montserrat',sans-serif;
}

.products-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
}

.product-card{
    background:#ffffff;
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 12px 35px rgba(0,0,0,.08);
    transition:.35s ease;
    /* border:2px solid #ECECEC; */
}

.product-card:hover{
    transform:translateY(-10px);
    box-shadow:0 20px 45px rgba(213,6,20,.15);
    /* border-color:#D50614;  */
}

.product-img{
    overflow:hidden;
    height:250px;
}

.product-img img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:.5s;
}

.product-card:hover .product-img img{
    transform:scale(1.08);
}

.product-content{
    padding:25px;
}

.product-content h3{
    color:#1F2937;
    font-size:24px;
    font-weight:700;
    margin-bottom:15px;
}

.product-content p{
    color:#666666;
    line-height:1.8;
    margin-bottom:20px;
    font-size:15px;
}

.product-content a{
    color:#D50614;
    text-decoration:none;
    font-weight:600;
    transition:.3s;
    position:relative;
}

.product-content a::after{
    content:" →";
    transition:.3s;
}

.product-content a:hover{
    color:#B30412;
}

.product-content a:hover::after{
    margin-left:5px;
}

.product-btn{
    text-align:center;
    margin-top:55px;
}

.product-btn a{
    display:inline-block;
    background:#D50614;
    color:#ffffff;
    padding:16px 42px;
    border-radius:50px;
    text-decoration:none;
    font-weight:600;
    transition:.35s;
    box-shadow:0 12px 30px rgba(213,6,20,.25);
}

.product-btn a:hover{
    background:#B30412;
    color:#ffffff;
    transform:translateY(-3px);
    box-shadow:0 18px 40px rgba(213,6,20,.35);
}

@media(max-width:1024px){

.products-grid{
grid-template-columns:repeat(2,1fr);
gap:25px;
}

.section-title h2{
font-size:42px;
}

}

@media(max-width:768px){

.products-section{
padding:70px 0;
}

.section-title{
margin-bottom:45px;
}

.section-title h2{
font-size:34px;
line-height:1.3;
}

.section-title p{
font-size:15px;
}

.products-grid{
grid-template-columns:1fr;
gap:25px;
}

.product-img{
height:240px;
}

.product-content{
padding:22px;
}

.product-content h3{
font-size:22px;
}

.product-content p{
font-size:14px;
}

}

@media(max-width:480px){

.products-section{
padding:60px 0;
}

.section-title h2{
font-size:28px;
}

.product-card{
border-radius:15px;
}

.product-img{
height:220px;
}

.product-content{
padding:18px;
}

.product-content h3{
font-size:20px;
}

.product-content p{
font-size:13px;
line-height:1.7;
}

.product-content a{
font-size:14px;
}

.product-btn{
margin-top:35px;
}

.product-btn a{
width:100%;
padding:15px;
text-align:center;
}

}


/* industries */
.industries-section{
    padding:100px 0;
    background:#ffffff;
}

.industries-section .container{
    width:90%;
    max-width:1300px;
    margin:auto;
}

.section-title{
    text-align:center;
    margin-bottom:70px;
}

.section-tag{
    display:inline-block;
    background:#D50614;
    color:#fff;
    padding:10px 24px;
    border-radius:50px;
    font-size:14px;
    font-weight:600;
    margin-bottom:20px;
}

.section-title h2{
     font-size:48px;
    color:#1F2937;
    line-height:1.2;
    margin-bottom:25px;
    font-weight:700;
}

.section-title p{
    color:#555;
    font-size:17px;
    line-height:1.9;
}

.industries-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:30px;
    font-family:'Montserrat',sans-serif; 
}

.industry-card{
    background:#fff;
    padding:35px 25px;
    text-align:center;
    border-radius:20px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.4s;
    position:relative;
    overflow:hidden;
}

.industry-card::before{
    content:'';
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:4px;
    background:#D50614;
    transform:scaleX(0);
    transition:.4s;
}

.industry-card:hover::before{
    transform:scaleX(1);
}

.industry-card:hover{
    transform:translateY(-10px);
}

.industry-icon{
    width:80px;
    height:80px;
    margin:auto;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#f4f6fa;
    border-radius:50%;
    margin-bottom:20px;
    transition:.4s;
}

.industry-card:hover .industry-icon{
    background:#D50614;
}

.industry-icon i{
    font-size:32px;
    color:#D50614;
}

.industry-card:hover .industry-icon i{
    color:#fff;
}

.industry-card h3{
    font-size:22px;
    color:#D50614;
    margin-bottom:12px;
}

.industry-card p{
    color:#666;
    line-height:1.7;
}

/* responsiveness of factory */
@media (max-width: 1200px){

    .industries-grid{
        grid-template-columns:repeat(3,1fr);
        gap:25px;
    }

}

@media (max-width: 992px){

    .industries-section{
        padding:80px 0;
    }

    .industries-grid{
        grid-template-columns:repeat(2,1fr);
        gap:25px;
    }

    .section-title h2{
        font-size:40px;
    }

}

@media (max-width: 768px){

    .industries-section{
        padding:70px 0;
    }

    .section-title{
        margin-bottom:50px;
    }

    .section-title h2{
        font-size:32px;
        line-height:1.3;
    }

    .section-title p{
        font-size:15px;
    }

    .industries-grid{
        grid-template-columns:1fr;
        gap:20px;
    }

    .industry-card{
        padding:30px 20px;
    }

    .industry-icon{
        width:70px;
        height:70px;
    }

    .industry-icon i{
        font-size:28px;
    }

    .industry-card h3{
        font-size:20px;
    }

    .industry-card p{
        font-size:14px;
        line-height:1.7;
    }

}

@media (max-width: 480px){

    .section-tag{
        font-size:12px;
        padding:8px 18px;
    }

    .section-title h2{
        font-size:28px;
    }

    .industry-card{
        padding:25px 18px;
        border-radius:15px;
    }

    .industry-icon{
        width:60px;
        height:60px;
    }

    .industry-icon i{
        font-size:24px;
    }

    .industry-card h3{
        font-size:18px;
    }

    .industry-card p{
        font-size:13px;
    }

}

.faq-section{
    padding:80px 0;
    background:#f8faf7;
}

.faq-container{
    max-width:900px;
    margin:auto;
}

.faq-item{
    background:#fff;
    margin-bottom:15px;
    border:1px solid #e5e5e5;
    border-radius:5px;
    overflow:hidden;
}

.faq-question{
    width:100%;
    text-align:left;
    padding:20px 25px;
    border:none;
    background:#fff;
    font-size:17px;
    font-weight:600;
    cursor:pointer;
    color:#222;
}

.faq-answer{
    display:none;
    padding:0 25px 20px;
}

.faq-answer p{
    color:#666;
    line-height:1.8;
}

.faq-item.active .faq-answer{
    display:block;
}


.whatsapp{
    position:fixed;
    right:25px;
    bottom:25px;
    text-decoration: none !important;
    width:65px;
    height:65px;

    background:#25D366;
    color:#fff;

    border-radius:50%;

    display:flex;
    align-items:center;
    justify-content:center;

    font-size:32px;

    z-index:9999;

    box-shadow:
    0 10px 25px rgba(37,211,102,.35);

    animation:pulse 2s infinite;
}

@keyframes pulse{

    0%{
        box-shadow:
        0 0 0 0 rgba(37,211,102,.5);
    }

    70%{
        box-shadow:
        0 0 0 20px rgba(37,211,102,0);
    }

    100%{
        box-shadow:
        0 0 0 0 rgba(37,211,102,0);
    }

}

