
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800,900|Caladea:400,700");
/*========================================*/


body {
  color: #000;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p {
  margin: 0 0 20px;
  line-height: 1.8em;
  text-align: justify;
}





/* Logo image adjustment */
    #logo img {
      max-width: 100%;
      height: auto;
    }

    /* Navbar link hover effect */
    .navbar-nav .nav-link {
      position: relative;
      transition: color 0.3s ease;
    }

    .navbar-nav .nav-link:hover,
    .navbar-nav .nav-link:focus {
      color: #0d6efd;
    }

    .navbar-nav .nav-link::after {
      content: "";
      position: absolute;
      right: 0;
      bottom: 0;
      width: 0%;
      height: 2px;
      /*! background-color: #0d6efd; */
      transition: width 0.3s;
      margin-bottom: 35px;
    }

    .navbar-nav .nav-link:hover::after {
      /*! width: 100%; */
    }

    .navbar-nav .nav-link:hover {
    
    transition: all 0.3s ease;
  }

   
.probox {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  .probox:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  }

  .probox h4 {
    font-size: 1.25rem;
    color: #004080;
    font-weight: 600;
    margin-bottom: 15px;
  }

  .probox ul {
    padding-left: 1.2rem;
    text-align: left;
    font-size: 0.95rem;
  }

  .probox ul li {
    margin-bottom: 6px;
    line-height: 1.5;
  }

  .btn-outline-primary:hover {
    background-color: #1eaaf1;
    color: #fff;
    border-color: #1eaaf1;
  }
  
   .probox .mainhead {
    font-size: 1.25rem;
    color: #004080;
    font-weight: 600;
    margin-bottom: 15px;
  }

/*
product*/
 .quote-btn:hover {
    background-color: #fd6803;
    color: #fff;
    transition: background-color 0.3s ease;
  }

  .prosec h1 {
    font-size: 1.6rem !important;
  }


  .prosec h2 {
  margin: 0 0 20px;
    margin-bottom: 20px;
  line-height: 1.5em;
  text-align: justify;
  font-size: 1.1rem !important;
  font-weight: 500;
}

  /*product end*/


/*bottom*/
footer a {
    color: #fff;
    /*! text-decoration: none; */
  }

  footer a:hover {
    /*! text-decoration: underline; */
    color: #fe6903;
  }

  .footer-links p {
    line-height: 1.8;
  }

/*bottom*/




    /* Dropdown hover effect (for desktop) */
    @media (min-width: 992px) {
      .navbar .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
      }
    }


  .back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 48px;
  height: 48px;
  background-color: #1eaaf1;
  color: white;
  border: none;
  border-radius: 50%;
  font-size: 24px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.back-to-top:hover {
  background-color: #1eaaf1;
  transform: scale(1.1);
  box-shadow: 0 0 15px #0d6efd;
}

.back-to-top.show {
  display: flex;
  animation: fadeIn 0.4s ease-in;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


.breadcrumb-item a:hover {
  text-decoration: underline;
  color: #f8f9fa;
}

.page-banner {
  background: linear-gradient(135deg, #6c757d, #495057);
}


.hover-zoom {
  transition: transform 0.4s ease;
}
.hover-zoom:hover {
  transform: scale(1.05);
}

.object-fit-cover {
  object-fit: cover;
  height: 100%;
}


.img-hover-zoom {
    transition: transform 0.5s ease, box-shadow 0.5s ease;
  }
  .img-hover-zoom:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  }

  .card-body p {
    font-size: 0.95rem;
    line-height: 1.6;
  }

  #pro-info h3.co{
    font-family: inherit;
  font-weight: 600;
  line-height: 1.2;
  color: inherit;
  font-size: 1.3rem !important;
  margin-top: .5rem;
  color: #004080;
  }


  #phosphating-plants h2 {
  font-size: 16px !important;
  color: #000;
  font-weight: 500;
  line-height: 1.5;
}

#phosphating-plants h3{
  font-family: inherit;
  font-weight: 600;
  line-height: 1.2;
  color: inherit;
  font-size: 1.3rem !important;
  margin-top: .5rem;
  color: #004080;
}

#phosphating-plants h4{
  font-family: inherit;
  font-weight: 600;
  line-height: 1.2;
  color: inherit;
  font-size: 1.3rem !important;
  margin-top: .5rem;
  color: #004080;
}

#phosphating-plants h5{
  font-family: inherit;
  font-weight: 600;
  line-height: 1.2;
  color: inherit;
  font-size: 1.3rem !important;
  margin-top: .5rem;
  color: #004080;
}

#phosphating-plants h2 {
  font-size: 16px !important;
  color: #000;
  font-weight: 500;
  line-height: 1.5;
}

pro-info h2 {
  font-size: 16px !important;
  color: #000;
  font-weight: 500;
  line-height: 1.5;
}.

.pro-info h3.co {
  font-family: inherit;
  font-weight: 600;
  line-height: 1.2;
  color: inherit;
  font-size: 1.3rem !important;
  margin-top: .5rem;
  color: #004080;
}

.figure-caption {
    font-size: 0.95rem;
    margin-top: 0.75rem;
    color: #333;
  }

.section-title {
      margin-bottom: 20px;
      font-weight: 700;
      color: #2c3e50;
    }
    .booth-image {
      border-radius: 8px;
      box-shadow: 0 0 10px rgba(0,0,0,0.1);
      margin-bottom: 10px;
    }
    .booth-title {
      font-weight: 600;
      margin-top: 10px;
    }
  
.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: .25rem;
}

.card:hover {
  transform: translateY(-5px);
  transition: 0.3s ease-in-out;
}

#about-us h2{
  font-size: 16px !important;
  color: #000;
  font-weight: 500;
  line-height: 1.5;
}
#contact-info .card .card-body .conhead{
  font-family: inherit;
  font-weight: 600;
  line-height: 1.2;
  color: inherit;
  font-size: 1.3rem !important;
  margin-top: .5rem;
}

#pro-info h2 {
  font-size: 16px !important;
  color: #000;
  font-weight: 500;
  line-height: 1.5;
}

#content h2{
  font-size: 16px !important;
  color: #000;
  font-weight: 500;
  line-height: 1.5;
}

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

  .ratio iframe:hover {
    transform: scale(1.01);
    transition: 0.3s ease-in-out;
  }
 .figure-caption {
    font-size: 0.95rem;
    margin-top: 0.75rem;
    color: #333;
  }
   
  .card h5 {
      border-bottom: 2px solid #0d6efd;
      padding-bottom: 5px;
    }
    .sitemap-list li {
      margin-bottom: 10px;
    }
    .sitemap-list a {
      color: #333;
      transition: all 0.2s ease-in-out;
    }
    .sitemap-list a:hover {
      color: #0d6efd;
      text-decoration: underline;
    }
    .bi {
      color: #fbfbfb;
      margin-right: 6px;
    }
    .sitemap-image {
      max-width: 100%;
      border-radius: 12px;
      box-shadow: 0 0 15px rgba(0,0,0,0.1);
    }

    .bi::before{
      /*! margin-left: 20px; */
    }

    .copypara ul li{
      display: inline;
    }
     .copypara ul li a{
      padding:10px;
    }

    .bg-dark .bottomhead{
      font-family: inherit;
  font-weight: 600;
  line-height: 1.2;
  color: inherit;
  font-size: 1.3rem !important;
  margin-top: .5rem;
  color: #f46403;
    }

    .article-card {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    background: #f8f9fa;
    padding: 15px;
    border-radius: 10px;
    transition: transform 0.3s, box-shadow 0.3s;
    height: 100%;
  }

  .article-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  }

  .article-card img {
    width: 122px;
    height: 93px;
    object-fit: cover;
    border-radius: 6px;
  }

  .article-card h5 {
    margin-top: 0;
    font-size: 1.1rem;
  }

  .article-card p {
    margin-bottom: 5px;
    font-size: 0.95rem;
  }

  .article-card a {
    color: #0d6efd;
    font-weight: 500;
    text-decoration: none;
  }

  .article-card a:hover {
    text-decoration: underline;
  }
.article-card .headtext{
  margin-bottom: 1rem;
  font-family: inherit;
  font-weight: 600;
  line-height: 1.2;
  color: inherit;
  font-size: 1.3rem !important;
  margin-top: .5rem;
  color: #004080;
}
.article-card h3{
  margin-bottom: 1rem;
  font-family: inherit;
  font-weight: 600;
  line-height: 1.2;
  color: inherit;
  font-size: 1.3rem !important;
  margin-top: .5rem;
  color: #004080;
}
.article-card h4{
  margin-bottom: 1rem;
  font-family: inherit;
  font-weight: 600;
  line-height: 1.2;
  color: inherit;
  font-size: 1.3rem !important;
  margin-top: .5rem;
  color: #004080;
}
.article-card h6{
  margin-bottom: 1rem;
  font-family: inherit;
  font-weight: 600;
  line-height: 1.2;
  color: inherit;
  font-size: 1.3rem !important;
  margin-top: .5rem;
  color: #004080;
}
      /* ===== MEDIA QUERIES ===== */

  /* Small devices (up to 576px) */
  @media (max-width: 576px) {
    .navbar-nav {
      text-align: center;
    }

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

    .mainhead {
      font-size: 18px;
    }

    .probox {
      padding: 15px;
    }

    footer .text-uppercase {
      font-size: 16px;
    }

    .quote-btn {
      padding: 10px 20px;
      font-size: 14px;
    }
  }

  /* Medium devices (577px to 768px) */
  @media (min-width: 577px) and (max-width: 768px) {
    .carousel-item img {
      height: 250px;
      object-fit: cover;
    }

    .mainhead {
      font-size: 20px;
    }

    .quote-btn {
      font-size: 15px;
    }
  }

  /* Large devices (769px to 992px) */
  @media (min-width: 769px) and (max-width: 992px) {
    .carousel-item img {
      height: 300px;
      object-fit: cover;
    }

    .mainhead {
      font-size: 22px;
    }

    .quote-btn {
      font-size: 16px;
    }

    .navbar-nav{
     padding-left: 20px;
    position: absolute;
    z-index: 100;
    background: #fff;
    width: 100%;
    text-align: left;
    }

  }

  /* Extra Large devices (above 992px) */
  @media (min-width: 993px) {
    .mainhead {
      font-size: 24px;
    }

    .quote-btn {
      font-size: 17px;
    }

    
  }


  @media only screen and (max-width: 767px){
    .navbar-nav{
     padding-left: 20px;
    position: absolute;
    z-index: 100;
    background: #eae8e8;
    width: 100%;
    text-align: left;
    }

    .navbar-light .navbar-nav .nav-link {
      color: #000;
      padding: 5px 10px;
}

  }

  @media (min-width: 992px) and (max-width: 1207px) {
    .navbar-nav{
      padding-left: 225px;
    }
  }