body{
    margin: 0;
    padding: 0;
}

:root{
  --primary-font: 'Outfit', sans-serif;
  --secondary-font: 'Jost', sans-serif;

  --primary-color: #0c4e92;
  --secondary-color:#000000;}

  h1, h2, h3,h4,h5, .hero-title {
    font-family: 'Outfit', sans-serif;
}

  p,a {
    font-family:  'Jost', sans-serif;
    font-size: 15px;
  }
  
 .section-gap{
    padding: 70px 0;
 }

/*pre-hesder style */
.pre-header {
    background: #0b4c8e;
    color: #fff;
    padding: 3px 0;
    font-size: 15px;
    line-height: 22px;
}
.pre-item-left a{
    font-size: 13px;
    text-decoration: none;
    color: white;
    font-family: var(--primary-font);
}
.pre-item-left i {
    color: White;
    font-size: 13px;
    margin-top: 4px;
}
.pre-item-left{
    display: flex;
}
.pre-item-left p {
    margin: 0;
    font-size: 14px;
}

.social-icon a {
    color: #fff;
    font-size: 16px;
    transition: 0.3s;
    padding-right: 10px;
}

/* .social-icon a:hover {
    color: #f8c200;
} */
.social-icon{
    display: flex;
    justify-content: flex-end;
}


/*navbar style */

.navbar{
    background-color: white;
    padding: 0;
   
}
.nav-item .nav-link{
 font-family:var(--primary-font);
 color: black;
 font-weight: 600;
 font-size: 14px;

 
}

.navbar-toggler:focus{
    outline: none;
    box-shadow: none;
}
.btn-close:focus{
    outline: none;
    box-shadow: none;
}
.navbar-nav .nav-link{
    font-size: 13px;
   
}
.navbar-nav .nav-link.active {
    color: #b40101;
}
.navbar-toggler{
    border: none;
    font-size: 16px;
}
/* Navbar links */
.navbar .nav-link {
    font-weight: 500;
    padding: 10px 15px;
    transition: color 0.3s ease;
    font-size: 14px;
}

.navbar .nav-link:hover {
    color: #7b1e1e;
}

/* Hover dropdown */
.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
    animation: fadeDown 0.3s ease;
}

/* Dropdown animation */
@keyframes fadeDown {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Dropdown menu style */
.dropdown-menu {
    border-radius: 8px;
    border: none;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}


/* .icon-btn {
    margin-left: 12px;
    position: relative;
}

.icon-btn img {
    width: 22px;
} */

/* .cart-badge {
    position: absolute;
    top: -6px;
    right: -8px;
    background: #e63946;
    color: #fff;
    font-size: 11px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    text-align: center;
    line-height: 18px;
    font-weight: 600;
}

.user-dropdown {
    position: relative;
} */

/* Dropdown menu */
.user-menu {
    position: absolute;
    top: 140%;
    right: 0;
    width: 180px;
    background: #fff;
    list-style: none;
    padding: 8px 0;
    margin: 0;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.12);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.25s ease;
    z-index: 999;
}

/* Show on hover */
.user-dropdown:hover .user-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.dropdown-item{
    font-family: var(--primary-font);
    font-size: 14px;
    font-weight: 500;
}


/* Menu links */
.user-menu li a {
    display: block;
    padding: 8px 15px;
    font-size: 14px;
    color: #333;
    text-decoration: none;
    transition: background 0.2s;
}

.user-menu li a:hover {
    background: #f5f5f5;
}

/* Divider */
.user-menu .divider {
    height: 1px;
    background: #eee;
    margin: 6px 0;
}
.whatsapp-btn{
    background:#25D366;
    color:#fff;
    padding:10px 20px;
    border-radius:100px;
    text-decoration:none;
    margin-left:10px;
    font-weight:500;
    font-family: var(--primary-font);
}

.whatsapp-btn i{
    margin-right:6px;
    font-size: 20px;
}
/* Logout color */
.user-menu .logout {
    color: #e63946;
}

/* Icons */
.icon-btn {
    margin-left: 12px;
    position: relative;
}

.icon-btn img {
    width: 22px;
}


.navbar-brand img{
    width: 90px;
    height: 90px;
}

.offcanvas-header img{
    width: 80px;
    height: 80px;
}



.carousel-item img{
    height:500px;
    object-fit:cover;
  }


  .product-range{
    background:#f5f5f5;
    }
    
    .title{
    font-weight:700;
    font-size:30px;
    position:relative;
    display:inline-block;
    }
    .title::after{
        content:"";
        position:absolute;
        left:50%;
        bottom:-8px;
        transform:translateX(-50%);
        width:40px;
        height:4px;
        background:#1f4e8c;
        border-radius:5px;
        }
    .sub{
    color:#303030;
    font-size:15px;
    font-family: var(--secondary-font);
    padding-top: 10px;
    }
    
    .product-card{
    background:#fff;
    padding-top: 10px;
    border-radius:6px;
    box-shadow: 0 8px 20px rgb(0 0 0 / 8%);
    text-align:center;
    }
    
    .product-card img{
    height:120px;
    object-fit:cover;
    margin-bottom:10px;
    }
    
    .product-name{
    background:#1a4794;
    color:#fff;
    padding:8px;
    font-family: var(--primary-font);
    font-weight: 500;
    text-transform: capitalize;
    border-radius:0 0 5px 5px;
    }
    
    .swiper-button-next,
    .swiper-button-prev{
    color:#000;
    }
 
    .swiper{
        padding:10px 0 0 0;
    }
  .about-left{
    background: url(../img/about-bg.jpg);
    object-fit: cover;
    padding: 70px 0;
    background-repeat: no-repeat;

  }
 .about-pekon{
     color:#fff;
  
   }

                                                                                                                                                                                                                                                                                                                                                                    
   
   .about-content{
   max-width:528px;
   margin:auto;
   }
   
   .about-content h2{
   font-size:28px;
   font-weight:700;
   margin-bottom:20px;
   color: white;
   }
   
   .about-content p{
   font-size:14px;
   line-height:1.7;
   color:white;
   margin-bottom:18px;
   }
   
   .about-right{
   padding:0;
   }
  .about-right img{
   width: 100%;
   height: 500px;
  }
   
 .p-left-0{
    padding-left: 0;
 }
 
 .manufacturing{
  
   background: url(../img/manufacture-bg.jpg);
   object-fit: cover;
    
   }
   
   .manufacture-card{
   background:#fff;
   border-radius:8px;
   padding:15px;
   box-shadow:0 8px 20px rgba(0,0,0,0.08);
   position:relative;
   }
   
   .manufacture-card img{
   width:100%;
   height:120px;
   object-fit:cover;
   border-radius:4px;
   }
   
   .manufacture-card h5{
   color:#023088;
   font-weight:600;
   margin-bottom:8px;
   font-size: 18px;
   }
   
   .manufacture-card p{
   font-size:13px;
   color:#555;
   margin-bottom:10px;
   }
   
   .view-btn{
   font-size:12px;
   font-weight:600;
   color:#000;
   text-decoration:underline;
   }
   
   .manufacture-card::after{
   content:"";
   position:absolute;
   right:0;
   top:0;
   width:4px;
   height:100%;
   background:#1f4e8c;
   border-radius:0 8px 8px 0;
   }
 
   .manufacture-info {
 text-align: center;
   }

 .clients
 {  background:#f5f5f5;  }
       
  .client-card{
  background:#fff;
  padding:25px;
  border-radius:8px;
  box-shadow:0 6px 15px rgba(0,0,0,0.1);
  text-align:center;
  transition:.3s;
  }
  
  .client-card img{
      width: 160px;
      height: auto;
  }
 
  .client-card:hover{
    transform:translateY(-8px) scale(1.03);
    box-shadow:0 12px 25px rgba(0,0,0,0.15);
    }
.enquire{
  background:#f5f5f5;
 }
                
.custom-input{
border:none;
border-bottom:1px solid #ddd;
border-radius:0;
background:transparent;
padding:10px 0;
}

.custom-input:focus{
box-shadow:none;
border-bottom:1px solid #1f4e8c;
}
   
.send-btn{
   background:#0b4c8e;
   color:#fff;
   border:none;
   padding:10px 35px;
   border-radius:25px;
   font-size:14px;
   }
   
   .map-box iframe{
   border-radius:6px;
   }

 .titles{
 font-weight:700;
 font-size:28px;
 position:relative;
 display:inline-block;
 }


 .swiper-button-prev:after,
 .swiper-button-next:after{
   font-size:24px; }

/*footer style */

.footer-area{
  background-color: #222222;
  width: 100%;
  padding:60px 0;
  font-family: var(--secondary-font);
}
.footer-title{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    letter-spacing: 1px;
    color: #ffffff;
    font-family:var(--primary-font);
}
.footer-links {
    list-style: none;
    padding: 0;
}
.footer-links a {
    color: #cccccc;
    font-size: 13px;
    text-decoration: none;
    transition: 0.3s;
}
.footer-links li {
    margin-bottom: 17px;
}
.footer-links li a{
    color: white;
    text-decoration: none;
    display: block;
    font-size: 13px;
    margin-bottom: 8px;
    transition: 0.3s;
}
.footer-links li a:hover{
    padding-left: 5px;
}
.footer-social a {
    display: inline-block;
    font-size: 18px;
    color: white;
    margin-right: 12px;
    transition: 0.3s;
    margin-top: 8px;
}
.footer-text p{
    color: white;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
}

.about {
    color: black;
    font-weight: 700;
    font-size: 30px;
}
.about-pekon{
    color: black;
}
.about-pekon p{
    font-size: 15px;
    line-height: 1.7;
}
.card {
    border-radius: 12px;
    transition: 0.3s; 
    box-shadow:  0 0 10px 0 #d1d1d1;
  }
  
  .card:hover {
    transform: translateY(-8px);
  }
  
  .icon i {
    color: #0b4c8e;
  }
  
  .line {
    width: 50px;
    height: 3px;
    background: #0b4c8e;
    margin: 15px auto 0;
  }


  .contact-section {
    background-color: #f2f2f2;
  }
  
  .contact-section i {
    color: #0b4c8e;
  }
  
  .contact-section p {
    font-size: 14px;
    color: #333;
  }
  
  .form-control {
    border-radius: 5px;
    padding: 10px;
  }
  
  .btn-primary {
    background-color: #007bff;
    border: none;
  }
  
  .btn-primary:hover {
    background-color: #0056b3;
  }
  .submit{
    background-color: #0056b3;
    padding: 10px;
    border-radius: 5px;
    outline: none;
    border: none;
    color: white;
    font-family:'Outfit', sans-serif;
    font-size: 16px;
    font-weight: 500;

  }

  .banner {
    overflow: hidden;
}

.banner-img {
   
    object-fit: cover;
}

/* Overlay */
.banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    background: rgba(0, 0, 0, 0.5); /* dark overlay */
}

  .product-img {
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
	 margin:auto;
    display:block;
}

  .enquiry-btn {
    background: #0b4c8e;
    border: none;
    padding: 12px 25px;
    font-size: 16px;
    border-radius: 5px;
    transition: 0.3s;
    font-family:'Jost', sans-serif; ;
  }

  .enquiry-btn:hover {
    background: #084298;
  }
  .product-content-info p{
    font-size: 14px;
  }

  .polymer-title {
    font-size: 32px;
    font-weight: 700;
}

.polymer-subtitle {
    color: #666;
}

.polymer-card {
    padding: 20px;
    border-radius: 12px;
    border: 1px solid #eee;
    background: #fff;
    transition: 0.3s;
}

.polymer-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}

.polymer-name {
    font-size: 18px;
    font-weight: 600;
}

.polymer-btn {
    background: #084298;
    color: #fff;
    border-radius: 5px;
    padding: 6px 15px;
    transition: 0.3s;
}

.polymer-btn:hover {
    background: #084298;
    color: #fff;
}