/* navbar start */
footer {
    background-color: #ffffff;
    color: #fff;
    padding: 20px;
}

.footer-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-content {
    /* Add your other footer content styles here */
}

.download-button {
    text-align: right;
}

.btn-download {
    background-color: #0d6dfc; /* Green background */
    color: white; 
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
    font-size: 16px;
    transition: background-color 0.3s ease;
}

.btn-download:hover {
    background-color: #45a049; /* Darker green on hover */
}

@media (max-width: 768px) {
    .footer-container {
        flex-direction: column;
        align-items: flex-start;
    }

    .download-button {
        text-align: left;
        margin-top: 20px;
    }
}
/* drop */
.dropdown-menu{
border: none;
box-shadow: 0 10px 25px rgba(165, 162, 162, 0.1);
padding:30px;
}

.dropdown-menu h6{
margin-bottom:15px;
font-weight:600;
}

.dropdown-item{
padding:5px 0 !important;
color:#555;
}

.dropdown-item:hover{
color:#ff6600;
background:none;
}
/* end drop */
.navbar-nav{
    margin: auto;
    color: black;
}
.navbar-nav .nav-link{
    color: black;
}
.navbar {
    /* height: 100px; */
}
.hdlogo{
    padding-left: 40px ;
}
.hdb{
    background-color: white;
    z-index: 1;
}
/* navbar end */
/* fotter start */
.footer {
    /* display: flex;
    justify-content: space-evenly;
    align-items: center; */
    padding: 40px 40px;
    gap: 20px;
    background-color: rgb(229 229 229);
   

}
.logo{
    display: grid;
    justify-content: center;
    align-items: center;
}
.footer li{
    list-style: none;
        cursor: pointer;
  line-height: 2;
 
}
.footer li a{
    text-decoration: none;
    color: #000000;
}
.footer li:hover{
    color: #e40d2a;
}
.footer span{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
footer img{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
}
.al a {
   
      text-decoration: none;          
      font-size: 30px;  
    }
    .al a:hover {
      color: #e40d2a;
      transition: 0.5s;
      transform: scale(1.2);
    } 
    .ic  li i {
  margin-right: 10px;  
  transition: transform 0.3s ease;
}
.ic  li:hover i {
  transform: scale(1.2); 
}
.vertical-line {
  width: 1px;             
  height: 1px;           
  background-color: black; 
}
.pol {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    background-color: rgb(229 229 229);
    padding: 20px 10px;
    font-size: 20px;
}
.VAM{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background-color: rgb(229 229 229);
    padding-right: 40px;
    padding-bottom: 20px;
}
    
.newsletter{
    background:rgb(229 229 229);
    padding:50px 20px;
    color:#000000;
}

.container{
    max-width:1200px;
    margin:auto;
}

.newsletter-content{
    display:flex;
    justify-content:space-evenly;
    align-items:center;
    gap:30px;
}

.newsletter-text h5{
    font-size:16px;
    margin-bottom:10px;
}

.newsletter-text h2{
    font-size:32px;
    margin-bottom:10px;
}

.newsletter-text p{
    font-size:15px;
}

.newsletter-form{
    display:flex;
    max-width:450px;
    width:100%;
}

.newsletter-form input{
    flex:1;
    padding:14px;
    border:none;
    outline:none;
}

.newsletter-form button{
    padding:14px 25px;
    background: #0b82a0;
    border:2px solid #fff;
    color:#f5efef;
    cursor:pointer;
}

/* -------- Tablet -------- */

@media (max-width:992px){

.newsletter-content{
    flex-direction:column;
    text-align:center;
}

.newsletter-form{
    justify-content:center;
}

}

/* -------- Mobile -------- */

@media (max-width:576px){

.newsletter-text h2{
    font-size:24px;
}

.newsletter-form{
    flex-direction:column;
}

.newsletter-form input{
    width:100%;
}

.newsletter-form button{
    width:100%;
    margin-top:10px;
}

}
/* footer End*/ 
/* info */
.info p{
    padding: 1px 20px;

}
.info h3{
    padding: 20px 20px;
    font-family: po;
}
.info{
    padding: 40px 10px;
}
/* info end */

.machinery-gallery{
    padding:60px 0;
    background:#f8f8f8;
}

.gallery-title h1{
    font-size:36px;
    font-weight:600;
    margin-bottom:10px;
}

.gallery-title p{
    color:#777777;
    margin-bottom:40px;
}

.gallery-item{
    position:relative;
    overflow:hidden;
    border-radius:10px;
}

.gallery-item img{
    width:100%;
    transition:0.4s;
}

.gallery-item:hover img{
    transform:scale(1.1);
}

.overlay{
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    background: rgb(58, 55, 55);
    color:#fff;
    padding:15px;
    text-align:center;
}
.overlay:hover{
    background-color: #0b82a0;
}

.overlay h4{
    margin:0;
    font-size:18px;
}

.gallery-page{
    padding: 60px 0;
    background: linear-gradient(180deg, #f8f8f8 0%, #ffffff 100%);
}

.gallery-page-title{
    text-align: center;
    max-width: 760px;
    margin: 0 auto 40px;
}

.gallery-page-title h1{
    font-size: 40px;
    font-weight: 700;
    color: #1d2b39;
    margin-bottom: 12px;
}

.gallery-page-title p{
    color: #62707c;
    margin-bottom: 0;
}

.gallery-card{
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    border: 0;
    border-radius: 18px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 18px 45px rgba(13, 38, 59, 0.12);
    cursor: pointer;
}

.gallery-card img{
    width: 100%;
    height: 280px;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.gallery-card:hover img,
.gallery-card:focus-visible img{
    transform: scale(1.06);
}

.gallery-card:focus-visible{
    outline: 3px solid #0a57c9;
    outline-offset: 3px;
}

.gallery-card-caption{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 16px 18px;
    color: #ffffff;
    background: linear-gradient(180deg, rgba(10, 21, 31, 0) 0%, rgba(10, 21, 31, 0.86) 100%);
    text-align: left;
}

.gallery-card-caption span{
    display: block;
    font-size: 13px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.78);
    margin-bottom: 6px;
}

.gallery-card-caption h3{
    font-size: 20px;
    margin: 0;
}

.gallery-lightbox{
    position: fixed;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: rgba(8, 14, 20, 0.85);
    z-index: 2000;
}

.gallery-lightbox.is-open{
    display: flex;
}

.gallery-lightbox-dialog{
    position: relative;
    width: min(960px, 100%);
    max-height: 92vh;
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.28);
}

.gallery-lightbox-close{
    position: absolute;
    top: 10px;
    right: 12px;
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 50%;
    background: rgba(10, 21, 31, 0.72);
    color: #ffffff;
    font-size: 28px;
    line-height: 1;
    z-index: 2;
}

.gallery-lightbox-image{
    width: 100%;
    max-height: 72vh;
    object-fit: contain;
    background: #eef2f5;
}

.gallery-lightbox-body{
    padding: 22px 24px 26px;
}

.gallery-lightbox-body p{
    margin: 0;
    color: #5c6874;
}
/* product */
/* menu images */
.vo img{
    padding-top: 20px;
    width: auto;
    height: 120px;
}
/* end menu images */
/* news */
.new{
    text-align: center;
    padding: 20px 1px;
}
.review{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding-bottom: 40px;
}
.new h6{
    color: coral;
}
.new h2{
    color: rgb(2, 2, 46);
    font-family: po;
}
.new p{
    color: #777777;
}
.card img{
height:230px;
object-fit:cover;
}
/* end news */
/* contact page map */
/* Banner */
.hero-banner{
position:relative;
height:600px;
background:url("img/banner.png") center/cover no-repeat;
display:flex;
align-items:center;
color:white;
}

.banner-overlay{
background:rgba(0,0,0,0.6);
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
}

.banner-content{
position:relative;
z-index:2;
max-width:600px;
}

.banner-content h1{
font-size:50px;
font-weight:bold;
}

.banner-content p{
font-size:18px;
margin-top:15px;
}

.contact-btn{
margin-top:20px;
}

/* Responsive */
@media (max-width:768px){

.hero-banner{
height:400px;
text-align:center;
}

.banner-content h1{
font-size:32px;
}

}


/* form  */
.contact-section{
padding:80px 0;
background:#f5f6f8;
}

.contact-title{
color:#ff5b15;
font-weight:600;
}

.contact-heading{
font-size:45px;
font-weight:bold;
margin-bottom:20px;
}

.contact-box{
background:white;
padding:20px;
margin-bottom:20px;
display:flex;
align-items:center;
gap:20px;
border-radius:5px;
}

.contact-icon{
width:60px;
height:60px;
border:2px solid #0b82a0;
display:flex;
align-items:center;
justify-content:center;
font-size:22px;
color:#0b82a0;
}

.contact-form{
background:white;
padding:30px;
border-radius:5px;
padding-top: 80px;
}

.contact-form input,
.contact-form textarea{
width:100%;
padding:12px;
margin-bottom:15px;
border:1px solid #ddd;
}

.send-btn{
background:#0b82a0;
color:white;
border:none;
padding:14px;
width:100%;
font-weight:bold;
}

@media (max-width:768px){

.contact-heading{
font-size:32px;
}

}
/* contact page  end map */

/* about page */
.founder{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 20px;
    margin: auto;
    overflow: hidden;
}
.founder h3{
    font-family: po;
}
.foundera{
display: flex !important;
justify-content: center !important;
}
.foundera img{
    padding: 1px;
     width: auto;
  transition: transform 0.4s ease;
}
.foundera img:hover{
    transform: scale(1.1);
}
.pera{
    align-items: center;
    padding: 40px 40px;
}
.perb{
    align-items: center;
    padding: 20px 40px;
    padding-bottom: 40px;
}
.perb h4{
    font-family: po;
}
.pera h2{
    font-family: po;
}
.our-title {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 60px 0;
    font-family: 'Poppins', sans-serif;
}

.our-title span {
    font-size: 28px;
    font-weight: 600;
    color: #2c3e50;
    padding: 0 25px;
    position: relative;
}

.our-title::before,
.our-title::after {
    content: "";
    flex: 1;
    height: 1px;
    background: #cfd6df;
}
.tit i{
color: #45a049;
}
.tit{
    display: grid;
    justify-content: center;
    align-items: center;
   
}
.about-bg{
    display: grid;
    justify-content: center;
    align-items:flex-start;
    padding: 10px;
    width: 90%;
    margin: auto;
    background-image: url('img/about\ bg.png');
    height: auto;
    color: #0c0c0c;
    font-family: sans-serif serif;
}
.offabout {
    padding-top: 20px;
}
.boto {
    display: flex;
    align-items: center;
    justify-content:center;
    margin: auto;
    gap: 40px;
}
.whatsapp-btn{
  
  background:#0d6dfc;
  color:#fff;
  padding:12px 26px;
  font-size:16px;
  font-weight:600;
  border-radius:5px;
  text-decoration: none;
  transition:0.3s;
  white-space: nowrap;
}

.whatsapp-btn:hover{
  background:#1ebe5d;
}

/* Responsive */
@media(max-width:768px){
.whatsapp-btn{
   font-size:14px;
   padding:10px 22px;
}
}

/* end about page */


/* product pages */
.enq{
    align-items: center;
}
.enq a{
    display: flex;
    justify-content: center;
    align-items: center;
}
.enq p{
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Arial, Helvetica, sans-serif;
}
.pc img{
    padding: 1px;
    transition: transform 0.4s ease;
    background-color: #ffffff;
}
.pc img:hover{
    transform:scale(1.1);
}
.pci img{
    padding: 1px;
    transition: transform 0.4s ease;
    background-color: #d9dae0;
}
.pci img:hover{
    transform:scale(1.1);
}
.bo{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px;
    font-family: po;
}
.dc{
    padding-bottom: 25px;
}
.fc .cv{
    display: flex;
    justify-content:start;
    align-items: center;
    padding-right: 10px;
    gap: 15px;
}
.cv img{
    display: flex;
    justify-content: flex-start;
}
.fox img{
    padding-bottom: 20px;

}
.xx{
    padding-top: 30px;
    padding-bottom: 10px;
}
.xy{
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: po;
    color: #000000;
    padding-bottom: 20px;
}
/* end product pages */
/* offer banner */
.offer{
    padding-bottom: 10px;
    padding-top: 30px;
    
}
.offer img{
    width: 100%;
}
/* end offer banner */
/*  button hover  */
.gd {
    background-color:  #0a57c9 !important;
}
.gd:hover{
    background-color: #45a049 !important;
}
.whatsapp-float{
   position:fixed;
   right:25px;
   bottom:25px;
   z-index:999;
}

.whatsapp-float img{
   width:55px;
}

/* Mobile */
@media(max-width:768px){
.whatsapp-float img{
   width:48px;
}
}
