@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css");
p{
    font-family: 'Nunito', sans-serif;
}
body{
    overflow: auto;
    overflow-x:hidden;
}
i{
font-family: 'Nunito', sans-serif;
}
span{
  font-family: 'Nunito', sans-serif;
}

a{
  font-family: 'Nunito', sans-serif;
}
h2{
  font-family: 'josefin' sans;
}
h3{
   font-family: 'josefin' sans;
}
/* header top */
.header-top {
  background-color: #1863ab;
  color: white;
  font-size: 14px;
  padding: 10px 0;
}
.contact-item {
  font-size: 14px;
}

.contact-item i {
  font-size: 14px;
}

@media (min-width: 768px) {
  .contact-item.responsive-text {
  font-size: 10px;
  text-align: center;
  }
}

.custom-text {
  font-weight: 700;        /* Same as fw-bold */
  font-size: 20px;         /* Override fs-5 (which is ~1.25rem) */
  margin-bottom: 0.5rem;   /* Same as mb-2 */
  white-space: nowrap;     /* For text-truncate */
  overflow: hidden;
  text-overflow: ellipsis;
  display: block; /* or inline-block depending on layout */
}


@media (min-width: 768px) {
  .custom-text {
    font-size: 18px;
  }
}


/* Navbar Styles */
.navbar {
  padding-top: 8px;
  padding-bottom: 8px;
  font-weight: 400;
}

.navbar-brand img {
  /*max-height: 60px;*/
  /*max-width:155px;*/
   /*background-color: red; */
}
.navbar-brand-2{
    width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
}
.navbar-brand-2 img {
  max-height: 45px;
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
 
}
.nav-link {
  font-size: 18px;
  font-weight: 400;
  padding-top: 8px;
  padding-bottom: 8px;
  color: #053161 !important;
}


.nav-link:hover {
  color: #dc3545 !important;
}

.navbar-toggler {
  border: none;
}

.navbar-toggler:focus {
  box-shadow: none;
}


.navbar {
position:sticky;
  width: 100%;
  z-index: 999;
}

.custom-scroll {
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE & Edge */
}

.custom-scroll::-webkit-scrollbar {
  display: none; /* Chrome, Safari */
}

/* Responsive adjustments */
@media (max-width: 991.98px) {
  .navbar-nav .nav-link {
    padding: 10px 0;
  }

  .btn.ms-lg-3 {
    margin-left: 0 !important;
  }
}


.btn-danger {
  font-weight: bold;
  padding: 8px 16px;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000000' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0,0,0,1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* hero styles */
.hero-section {
  padding: 95px 20px;
  background-color: #eaf8fd;
}

.hero-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}

.logo-img {
  max-width: 100%;
  height: auto;
}

.desc-text {
  margin: 20px 0;
  font-size: 1.2rem;
  color: #333;
}
.circle-wrapper {
  width: 450px;
  height: 450px;
  flex-shrink: 0;
  position: relative;
}

.rotating-circle {
  width: 100%;
  height: 100%;
  animation: rotateCircle 40s linear infinite;
}

.product-img {
  height: auto;
  width: 500px;
}
@media (max-width:1390px) {
 .hero-container {
    min-height: 85vh;
    padding-top: 30px;
    padding-bottom: 30px;
  }
 .logo-img {
    max-width: 90%;
    margin-left:30px ;
  }
  .commitment-res-img{
    flex-direction:column-reverse;
    padding-bottom: 0px;
  }

  .desc-text {
    font-size: 12px;
    text-align: center;
  }

  .circle-wrapper {
  width: 300px;
  height: 300px;
  margin-left: 4%;
}

  .rotating-circle {
  width: 100%;
  height: 100%;
   display: flex;
  align-items: center;
  justify-content: center;
 
  }
 .right-section .product-img{
  height: auto;
  width:350px;
  margin:8%;
  
 }
}

@keyframes rotateCircle {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}


/* about us styles */
.about-us-content p {
  font-family: sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0;
  color: #616161;
  /* background-color: red; */
  width: 100%;
}

.about-section{
  padding: 45px;
}


/* Responsive adjustments */
@media (max-width: 768px) {
  .about-section{
    padding: 10px;
  }
  .about-us-content h3 {
    /* font-size: 25px; */
    line-height: 36px;
    color: #0000; 
    font-size: 47px;
     line-height: 59px; 
     font-weight: 700; 
     font-family: 'josefin' Sans;
  }
  .about-us-content.about-heading{
    font-size: 20px;
    line-height: 36px;
  }

  .about-us-content p {
    font-size: 14px;
    line-height: 24px;
    text-align: center;
  }
  #contact{
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .about-logo {
    display: flex;
    flex-direction: column;
    align-items: center; 
    text-align: center;
  }

  .about-logo .navbar-brand-3{
    display: block;   
    margin: 0 auto;     
  }

  .about-logo .btn {
    margin: 10px 0;
  }
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* product styles */
 #productFilter .nav-link { color:#a3a3a3; }
  #productFilter .nav-link.active { color:#d11; background:none; border-bottom:2px solid #d11; border-radius:0; }
  .card a:hover { text-decoration: underline; }
@media (max-width:768px) {
 .product-section .product-heading{
  font-size: 20px;
  /* background-color: red; */
  width: 100%;
  text-align: center;
 }
 .new-header-response{
  justify-content: space-between;
 }

 .about-us-content h3{
  font-size: 24px;
  line-height: 32px;
  text-align: center;
 }
}

/* your safety our commitment  */
.brand-logo {
  border-radius: 10px;
  object-fit: contain;
}

.commitment-section .section-heading {
  font-size: 34px;
  font-weight: 700;
  font-family: 'Josefin Sans', sans-serif;
  color: #000;
  line-height: 1.4;
}
@media (max-width: 768px) { 
  .heading-responsive {
    font-size: 25px;
  }
}
.commitment-section .description {
  font-size: 14px;
  font-family: 'Nunito', sans-serif;
  color: #333;
  line-height: 23px;
}

.safety-img {
  max-width: 50%;
  border-radius: 8px;
}



/* manufacturing styles */
.facility-heading {
  font-size: 36px;
  font-weight: bold;
  font-family: 'Josefin Sans', sans-serif;
}
.heading-underline {
  width: 250px;
  height: 3px;
  background-color: #dc3545; /* Bootstrap red */
}
.facility-text {
  font-family: 'Nunito';
  color: #5c7270;
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0%;
}
@media (max-width:768px) {
  .facility-section .facility-heading{
    font-size:  25px;
  }
  .facility-section .facility-text{
    font-size: 12px;
    text-align: start;
  }
}

/* team styles */
.team-card{
  background-image: linear-gradient(to bottom, rgb(210 230 241 / 0%) 51%,#CC1F25 80%),url("../images/image\ 13.jpg");
  width: 100%;
  height: 500px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  position: relative;
  overflow: hidden;
border-radius: 10px;
}
@media (max-width:768px) {
  .team-card{
    display: grid;
  grid-template-columns: repeat(1,1fr);
  padding: 4px 12px;
  }
  
}
.team-card-2{
  background-image: linear-gradient(to bottom, rgb(210 230 241 / 0%) 51%,#CC1F25 80%), url("../images/image\ 14.jpg");
  width: 100%;
  height: 500px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  position: relative;
  overflow: hidden;
border-radius: 10px;
}
.team-card-3{
  background-image:linear-gradient(to bottom, rgb(210 230 241 / 0%) 51%,#CC1F25 80%), url("../images/image\ 15.jpg");
  width: 100%;
  height: 500px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  position: relative;
  overflow: hidden;
border-radius: 10px;
}
.hero-section {
      padding: 20px;
      background: #f8f8f8;
    }
    .desc-text {
      margin-bottom: 10px;
      font-weight: bold;
      font-family: 'Nunito', sans-serif;
      font-size: 20px;
    }
    .product-img {
      max-width: 100%;
    }
    .sub-points p {
      margin-bottom: 5px;
    }
   /* Base Dropdown Styles */
.dropdown-menu {
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  display: block;
  margin-top: 10px;
  border: none;
  box-shadow: 0 2px 15px rgba(0,0,0,0.1);
  border-radius: 8px;
}

.dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}

.dropdown-item {
  /*transition: all 0.2s ease;*/
  position: relative;
  overflow: hidden;
  padding: 0.5rem 1rem;
}

.dropdown-item:hover {
  background-color: #dc3545;
  color: white;
  font-weight: bold;
  padding-left: 28px !important;
}

.dropdown-item i {
  /*transition: all 0.2s ease;*/
}

.dropdown-item:hover i {
  /*transform: scale(1.2);*/
}

/* Navbar Toggler Styling */
.navbar-toggler {
  border: none;
  padding: 0.5rem;
}

.navbar-toggler:focus {
  box-shadow: none;
  outline: none;
}

/* Remove dropdown arrows globally except Products */
.dropdown-toggle::after {
  display: none !important;
}

.nav-item.dropdown > .dropdown-toggle::after {
  display: inline-block !important;
}

/* Desktop Navigation (>=992px) */
@media (min-width: 992px) {
  .dropdown-submenu {
    position: relative;
  }

  .dropdown-submenu .dropdown-menu {
    position: absolute;
    left: 100%;
    top: 0;
    display: none;
    margin-top: -1px;
  }

  .dropdown-submenu:hover > .dropdown-menu {
    display: block;
  }
}

/* Mobile Navigation (<992px) */
@media (max-width: 991.98px) {
  .navbar-collapse {
    background: white;
    padding: 1rem;
    border-radius: 8px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
    margin-top: 1rem;
    /*transition: all 0.3s ease;*/
  }

  .nav-item {
    border-bottom: 1px solid #eee;
  }

  .nav-item:last-child {
    border-bottom: none;
  }

  .dropdown-menu {
    display: none;
    margin-left: 1rem;
    position: static !important;
    opacity: 1 !important;
    visibility: visible !important;
    box-shadow: none;
  }

  .dropdown-menu.show {
    display: block;
  }

  .dropdown-submenu {
    position: static;
  }

  .dropdown-submenu > .dropdown-menu {
    position: static;
    display: none;
    margin-left: 1.5rem;
  }

  .dropdown-submenu > .dropdown-menu.show {
    display: block;
  }
}
input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="tel"]::placeholder,
textarea::placeholder {
  color: gray;
 /* Optional, for full visibility */
}
textarea::placeholder {
  color: gray !important;
  opacity: 1 !important;
}


  
    /* .dropdown-submenu:hover>.dropdown-menu {
      display: block;
    } */

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

    /* .dropdown-submenu>.dropdown-menu {
      top: 0;
      left: 100%;
      margin-left: 0.1rem;
      display: none;
      position: absolute;
      border-radius: 10px;
      min-width: 200px;
    } */

    /* @media (max-width: 991.98px) {
      .dropdown-menu {
        border: none;
        box-shadow: none;
        padding: 0;
        margin: 0;
        opacity: 1;
        visibility: visible;
      }

      .dropdown-item {
        padding-left: 2rem !important;
      }
    } */
    .title {
      color: rgb(220, 53, 69);
      font-family: "Roboto", Sans-serif;
      font-size: 40px;
      font-weight: 600;
      /*line-height: 65px;*/
      letter-spacing: 0.4px;
      word-spacing: 1px;
      padding:0px;
      text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  }
.title2 {
  font-family: "Roboto", sans-serif;
  font-size: 45px; /* thoda bada */
  font-weight: 700;
  letter-spacing: 1px;
  word-spacing: 2px;
  text-transform: uppercase;

  /* Vibrant gradient text */
  background: linear-gradient(90deg, #ff4e50, #f9d423);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  /* Soft glow */
  text-shadow: 0 0 8px rgba(255, 78, 80, 0.3),
               0 0 15px rgba(249, 212, 35, 0.2);
}

  /* product css */
     .slider-img {
      height: 200px;
      object-fit: cover;
    }

    @media (min-width: 768px) {
      .hide-md {
        display: block;
      }
    }

    .meta-info {
      font-size: 0.9rem;
      color: #6c757d;
    }

    .category-badge {
      background-color: #f8f9fa;
      color: #dc3545;
      font-size: 0.8rem;
      padding: 0.3rem 0.6rem;
      border-radius: 20px;
    }


    @media (min-width: 768px) and (max-width: 991.98px) {

      /* md screens */
      .hide-md {
        display: none !important;
      }
    }
    .btn-unique {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff5f6d, #ffc371);
  border: none;
  color: white;
  box-shadow: 0 4px 8px rgba(255, 95, 109, 0.6);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}

.btn-unique:hover {
  transform: scale(1.15);
  box-shadow: 0 8px 16px rgba(255, 95, 109, 0.9);
  background: linear-gradient(135deg, #ffc371, #ff5f6d);
}

.btn-unique i {
  font-size: 20px;
}
  button:disabled {
    opacity: 0.4;
    cursor: not-allowed;
  }
input::-ms-input-placeholder {
  color: white; /* Microsoft Edge */
}
/* icons css */
.features {
  display: flex;
  gap: 10px;
  flex-wrap: nowrap;
  justify-content: center;
  padding: 10px 0;
  width: 100%;
}

.feature-card {
  flex: 1;
  text-align: center;
  padding: 8px 5px;
  border-radius: 15px;
  background-color: transparent;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.feature-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
}

.feature-card:hover::before {
  opacity: 0;
}

.feature-card:hover {
  background-color: transparent;
}

.icon-wrap {
  width: 45px;
  height: 45px;
  margin: 0 auto 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, #FF6B6B, #4ECDC4);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.feature-card:hover .icon-wrap {
  transform: scale(1.1);
}

.icon-wrap i {
  font-size: 16px;
  color: white;
  z-index: 2;
}

.feature-title {
  font-size: 11px;
  font-weight: 600;
  color: #5C727D;
  margin-top: 6px;
  line-height: 1.2;
}

/* Responsive breakpoints */
@media (max-width: 991px) {
  .features {
    gap: 8px;
  }
  .icon-wrap {
    width: 40px;
    height: 40px;
  }
  .icon-wrap i {
    font-size: 15px;
  }
  .feature-title {
    font-size: 10px;
  }
}

@media (max-width: 768px) {
  .features {
    gap: 5px;
  }
  .feature-card {
    padding: 5px 3px;
  }
  .icon-wrap {
    width: 35px;
    height: 35px;
    margin-bottom: 5px;
  }
  .icon-wrap i {
    font-size: 14px;
  }
  .feature-title {
    font-size: 9px;
    margin-top: 4px;
  }
}

@media (max-width: 576px) {
  .features {
    gap: 4px;
  }
  .icon-wrap {
    width: 30px;
    height: 30px;
  }
  .icon-wrap i {
    font-size: 12px;
  }
  .feature-title {
    font-size: 8px;
    margin-top: 3px;
  }
}

/* Responsive styles for related products */
@media (max-width: 768px) {
  .product-card {
    margin-bottom: 15px;
  }
  .product-card .card {
    flex-direction: column !important;
    text-align: center;
  }
  .product-card .text-center {
    margin: 0 auto;
  }
  .product-card .ms-5 {
    margin-left: 0 !important;
    padding: 15px !important;
  }
  .product-card button {
    width: 100% !important;
    margin: 10px auto;
  }
}

/* buton  */
.custom-pdf-btn {
  background-color: #dc3545; /* Bootstrap's red */
  color: white;
  border: none;
  transition: 0.3s;
}

.custom-pdf-btn:hover {
  background-color: white;
  color: #dc3545;
  border: 1px solid #dc3545;
}

/* Remove dropdown arrows from all items except Products */
/* .dropdown-toggle::after {
  display: none !important;
}

.nav-item.dropdown > .dropdown-toggle::after {
  display: inline-block !important;
} */

/* Mobile Navigation Styles */


  /* .dropdown-submenu .dropdown-menu {
    position: static !important;
    margin-left: 1rem !important;
    border: none !important;
    overflow: visible !important;
  }

  .dropdown-submenu > .dropdown-menu {
    display: none;

  }

  .dropdown-submenu > .dropdown-menu.show {
    display: block;
  } */

 

  .nav-item:last-child {
    border-bottom: none;
  }

  /* .dropdown-item {
    padding: 0.5rem 1rem;
  } */
}


/* Desktop Navigation Styles */
/* @media (min-width: 992px) {
  .dropdown-submenu {
    position: relative;
  }

  .dropdown-submenu .dropdown-menu {
    position: absolute;
    left: 100%;
    top: 0;
    display: none;
  }

  .dropdown-submenu:hover > .dropdown-menu {
    display: block;
  }
} */

/* Common styles for both mobile and desktop */
/* .dropdown-menu {
  border: none;
  box-shadow: 0 2px 15px rgba(0,0,0,0.1);
  border-radius: 8px;
}

.dropdown-item:hover {
  background-color: #dc3545;
  color: white;
} */

.navbar-toggler {
  border: none;
  padding: 0.5rem;
}

.navbar-toggler:focus {
  box-shadow: none;
  outline: none;
}

/* Smooth transitions */
/* .dropdown-menu {
  transition: all 0.2s ease;
} */

.navbar-collapse {
  transition: all 0.3s ease;
}

/* Remove dropdown arrows from all items except Products */
/* .dropdown-toggle::after {
  display: none !important;
}

.nav-item.dropdown > .dropdown-toggle::after {
  display: inline-block !important;
} */

/* navbar dopdown */
 /* @media (max-width: 991.98px) {
      .dropdown-menu {
        display: none;
        margin-left: 1rem;
      }
      
      .dropdown-menu.show {
        display: block;
      }

      .dropdown-submenu {
        position: static;
      }

      .dropdown-submenu .dropdown-menu {
        position: static;
        margin-left: 2rem;
      }
    } */
  /* releted product card */
  .product-card img {
    height: 140px;
    object-fit: contain;
    max-width: 100%;
  }
  .product-card .card-header {
    background-color: #fdeeee;
    border-top: 1px solid #FFD3D4;
    border-left: 1px solid #FFD3D4;
    border-right: 1px solid #FFD3D4;
    padding: 1.5rem 1.5rem;
    text-align: center;
  }
  .product-card .card-body {
    border-bottom: 1px solid #FFD3D4;
    border-left: 1px solid #FFD3D4;
    border-right: 1px solid #FFD3D4;
    padding: 1rem 1.5rem;
  }
  .product-card .card-title {
    font-weight: 700;
    margin-bottom: 0.5rem;
    font-size: 1.1rem;
  }
  .product-card .card-text {
    font-size: 0.9rem;
    color: #555;
    margin-bottom: 0.75rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .product-card .read-more {
    color: #dc3545;
    font-weight: 700;
    font-size: 0.85rem;
    text-decoration: none;
  }
  .product-card .read-more:hover {
    text-decoration: underline;
  }
  /* .dropdown-submenu {
    position: relative;
  }
  
  .dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
  }
   */
   
   /*update*/
      
    .category-btn {
        display: inline-block;
        padding: 0.75rem 1.5rem;
        border: 2px solid #dc3545;
        border-radius: 50rem;
        color: #dc3545;
        font-weight: 500;
        font-size: 1rem;
        text-decoration: none;
        background-color: white;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
        transition: all 0.2s ease-in-out;
        position: relative;
        z-index: 1;
    }

    .category-btn:hover {
        background-color: #dc3545;
        color: #fff;
        transform: translateY(-2px);
        box-shadow: 0 6px 16px rgba(220, 53, 69, 0.3);
    }

    @media (max-width: 991.98px) {
        .dropdown-menu {
            display: none;
            margin-left: 1rem;
        }

        .dropdown-menu.show {
            display: block;
        }

        .dropdown-submenu {
            position: static;
        }

        .dropdown-submenu .dropdown-menu {
            position: static;
            margin-left: 2rem;
        }
    }
    .event-card {
      max-width: 400px;
      border-radius: 12px;
      overflow: hidden;
      box-shadow: 0 4px 12px rgba(0,0,0,0.1);
      background-color: #fff;
    }
    .event-img {
      height: 261px;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      position: relative;
    }
    .event-date-badge {
      position: absolute;
      top: 13;
      left: 12;
      background: #fff;
      /*padding: 8px 12px;*/
      /*font-weight: bold;*/
      /*font-size: 14px;*/
      text-align: center;
      /*border-bottom-right-radius: 8px;*/
    padding: 6px 28px;
    font-weight: bold;
    font-size: 25px;
    border-radius: 5px;
    }
    .event-date-badge span {
      display: block;
      font-size: 12px;
      color: #666;
    }
    .event-details {
      padding: 25px 20px;
      background-color: #fcf8e3;
    }
    .event-details h5 {
      font-weight: bold;
    }
    .event-meta i {
      color: #dc3545;
      margin-right: 8px;
    }
    .event-meta div {
      margin-bottom: 8px;
    }
  