.navbar {
    background-color: white !important;

}

.navbar-light .navbar-nav .nav-link {
    position: relative;
    margin-right: 25px;
    padding: 35px 0;
    color: var(--bs-black);
    font-size: 17px;
    font-weight: bolder;
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 35px 0;
    color: var(--bs-dark);
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    /* color: var(--bs-primary); */
}

.navbar-light .navbar-brand img {
    max-height: 60px;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-brand img {
    max-height: 45px;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
    margin-left: 8px;
}

.dropdown .dropdown-menu a:hover {
    background: var(--bs-primary);
    color: var(--bs-white);
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: var(--bs-light);
    transition: .5s;
    opacity: 1;
}

@media (max-width: 991.98px) {
    .sticky-top.navbar-light {
        position: relative;
        background: var(--bs-white);
    }


    .navbar.navbar-expand-lg .navbar-toggler {
        padding: 10px 20px;
        border: 1px solid var(--bs-primary);
        color: var(--bs-primary);
    }

    .navbar-light .navbar-collapse {
        margin-top: 15px;
        border-top: 1px solid rgba(241, 241, 241, 0.116);
    }

    .navbar-light .navbar-nav .nav-link,
    .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 5px 0;
        margin-left: 0;
        /* color: var(--bs-dark); */
    }

    .navbar-light .navbar-brand img {
        height: 45px;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        border: 0;
        border-radius: 10px;
        transition: .5s;
        opacity: 0;
    }

    .navbar-light {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        border-top: 0;
        border-right: 0;
        border-bottom: 1px solid;
        border-left: 0;
        border-style: dotted;
        z-index: 999;
    }
    
    .sticky-top.navbar-light {
        position: fixed;
        background: var(--bs-light);
        border: none;
        padding-top: 20px !important;
        /* height: auto !important; */
    }

    .navbar-light .navbar-nav .nav-item::before {
        position: absolute;
        content: "";
        width: 0;
        height: 2px;
        bottom: -1px;
        left: 50%;
        background: var(--bs-primary);
        transition: .5s;
    }

    .sticky-top.navbar-light .navbar-nav .nav-item::before {
        bottom: 0;
    }

    .navbar-light .navbar-nav .nav-item::after {
        content: "";
        position: absolute;
        bottom: 1px;
        left: 50%;
        transform: translateX(-50%);
        border: 10px solid;
        border-color: transparent transparent var(--bs-primary) transparent;
        opacity: 0;
        transition: 0.5s;
    }

    .navbar-light .navbar-nav .nav-item:hover::after,
    .navbar-light .navbar-nav .nav-item.active::after {
        bottom: 1px;
        opacity: 1;
    }

    .navbar-light .navbar-nav .nav-item:hover::before,
    .navbar-light .navbar-nav .nav-item.active::before {
        width: calc(100% - 2px);
        left: 1px;
    }

    .navbar-light .navbar-nav .nav-link.nav-contact::before {
        display: none;
    }

    .sticky-top.navbar-light .navbar-brand img{
        max-height: 60px !important;
    }
}
.infra-bg {
  position: relative;
  overflow: hidden;
  background: linear-gradient(rgba(0, 20, 66, 0.7), rgba(0, 20, 66, 0.7)), url(../IMAGE/oil-gas-plant-facility.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 120px 0 60px 0;
  transition: 0.5s;
}
.bg-breadcrumb .breadcrumb {
  position: relative;
  background: transparent !important;
}

.bg-breadcrumb .breadcrumb .breadcrumb-item a {
  color: var(--bs-white);
}

@media (max-width: 992px) {
  .bg-breadcrumb {
      padding: 60px 0 60px 0;
  }
}

/* cutting shope*/



body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
  }

  /* Hero Section */
  .cutting-shop-hero {
    
    color: white;
    padding-top:  50px;
    text-align: center;
  }

  /* Section Titles */
  .section-title {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 1.5rem;
  }

  /* Features Section */
  .cutting-feature-card {
    text-align: center;
    border: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 20px;
    background: #fff;
  }

  .cutting-feature-icon {
    font-size: 3rem;
    color: #007bff;
    margin-bottom: 10px;
  }

  /* Process Section */
  .process-step {
    text-align: center;
  }

  .process-icon {
    font-size: 3rem;
    color: #007bff;
    margin-bottom: 15px;
  }

  /* Contact Section */
  .contact-section {
    background-color: #f8f9fa;
    padding: 40px 20px;
    border-radius: 8px;
    text-align: center;
  }

  .contact-btn {
    background-color: #0e112b;
    color: white;
    font-size: 1.2rem;
    padding: 10px 30px;
    border-radius: 5px;
  }

  /* hitting process */
  body {
    font-family: 'Arial', sans-serif;
    margin: 0;
    padding: 0;
  }

  .section-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: #121c36;
  }

  /* Hero Section */
  .heating-hero {
    background: url('../IMAGE/Picture7.jpg');
    color: white;
    text-align: center;
    padding: 120px 20px;
    background-size: cover;
    position: relative;
  }

  .heating-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
  }

  .heating-hero h1,
  .heating-hero p {
    position: relative;
    z-index: 2;
  }

  .heating-hero h1 {
    font-size: 3.5rem;
    font-weight: bold;
  }

  .heating-hero p {
    font-size: 1.2rem;
    margin-top: 10px;
    opacity: 0.8;
  }

  /* About Section with Overlap */
  .about-section {
    padding: 100px 20px 0;
    position: relative;
  }

  .about-section .content {
    background: #fff;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    padding: 30px;
    position: relative;
    z-index: 2;
  }

  .about-section img {
    position: absolute;
    top: -80px;
    left: 50%;
    transform: translateX(-50%);
    width: 300px;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
  }

  /* Features Section */
  .features-section {
    padding: 60px 20px;
    background: linear-gradient(135deg, #1e304d, #274170);
    color: white;
    border-radius: 12px 12px 0 0;
  }

  .features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
  }

  .feature-card {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  .feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  }

  .feature-card .icon {
    font-size: 3rem;
    margin-bottom: 15px;
  }

  /* Process Section */
  .process-section {
    padding: 60px 20px;
  }

  .process-steps {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .process-step {
    flex: 1 1 30%;
    padding: 20px;
    text-align: center;
    background: #f8f9fa;
    border-radius: 12px;
    margin: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }

  .process-step .icon {
    font-size: 2.5rem;
    color: #d63447;
    margin-bottom: 15px;
  }

  .process-step:hover {
    background: #fff;
    transform: translateY(-5px);
    transition: all 0.3s ease-in-out;
  }

  /* Contact Section */
  .contact-section {
    background: #b22222;
    color: white;
    padding: 60px 20px;
    text-align: center;
  }

  .contact-section a {
    background: #d63447;
    color: white;
    padding: 10px 30px;
    font-size: 1rem;
    border-radius: 30px;
    text-decoration: none;
    transition: background 0.3s;
  }

  .contact-section a:hover {
    background: #a71b2a;
  }


  /* forge shop */

  body {
    font-family: 'Arial', sans-serif;
    margin: 0;
    padding: 0;
  }

  .section-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: #292868;
    text-align: center;
  }

  /* Hero Section */
  .forge-hero {
    background: url('../IMAGE/Factory/5afd2922-c2c5-45e2-98a6-85036e177490.jpg') no-repeat center center/cover;
    color: white;
    text-align: center;
    padding: 120px 20px;
    position: relative;
  }

  .forge-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
  }

  .forge-hero h1,
  .forge-hero p {
    position: relative;
    z-index: 2;
  }

  .forge-hero h1 {
    font-size: 3.5rem;
    font-weight: bold;
  }

  .forge-hero p {
    font-size: 1.2rem;
    margin-top: 10px;
    opacity: 0.8;
  }

  /* Slider Section */
  .slider-container {
    position: relative;
    overflow: hidden;
    max-width: 90%;
    margin: 40px auto;
    border-radius: 12px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
  }

  .slider {
    display: flex;
    transition: transform 0.5s ease-in-out;
  }

  .slider img {
    width: 100%;
    max-height: 400px;
    object-fit: cover;
    border-radius: 12px;
  }

  .slider-controls {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
  }

  .slider-controls button {
    background: rgba(0, 0, 0, 0.5);
    border: none;
    color: white;
    font-size: 1.5rem;
    padding: 10px;
    cursor: pointer;
    border-radius: 50%;
    transition: background 0.3s;
  }

  .slider-controls button:hover {
    background: rgba(0, 0, 0, 0.8);
  }

  /* Machine Details Section */
  .machines-list {
    padding: 60px 20px;
  }

  .machine-card {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: transform 0.3s ease;
  }

  .machine-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  }

  .machine-card img {
    max-width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 12px;
    margin-bottom: 15px;
  }

  .machine-card h5 {
    font-size: 1.2rem;
    font-weight: bold;
    color: #28245f;
    margin-bottom: 10px;
  }

  
  .feature-item img{
    height: 300px !important;
  }


  *** Footer Start ***/
.footer {
  
  background-color: rgba(143, 130, 130, 0.199);    /* background-color: rgba(5, 25, 69, 0.784); */
  }
  .footer-item img{
      height: 65px;
      width: 200px;
      
  }
  .qr img{
      height: 100px;
      width: 100px;
  }
  .footer-item a{
    text-decoration: none !important;
  }
  
  .footer-item img {
      /* filter: invert(1); */
  }
  
  .footer .footer-item a {
      line-height: 35px;
      /* color: var(--bs-body); */
      color: rgb(49, 44, 98);
      transition: 0.5s;
  }
  
  .footer .footer-item p {
      /* line-height: 35px; */
      
  }
  
  .footer .footer-item a:hover {
      letter-spacing: 1px;
      color: var(--bs-primary);
  }
  
  .footer .footer-item .footer-btn a,
  .footer .footer-item .footer-btn a i {
      transition: 0.5s;
  }
  
  .footer .footer-item .footer-btn a:hover {
      background: var(--bs-dark);
  }
  
  .footer .footer-item .footer-btn a:hover i {
      color: var(--bs-primary) !important;
  }
  
  /* .social {
      padding: 20px;
      height: 50px !important;
      border-radius: 50% !important;
  } */
  .btn-circle {
    width: 45px !important;
    height: 45px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 18px !important;
    background-color: rgb(48, 78, 134) !important;
} 
  
  /*** Footer End ***/
  
  /*** copyright Start ***/
  .copyright {
      border-top: 1px solid rgba(56, 41, 169, 0.08);
      /* background: var(--bs-dark); */
  }
  /*** copyright end ***/
  

  /* General Styles */
.social {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 40px; /* Fixed size for consistency */
  height: 40px;
  transition: all 0.3s ease-in-out;
}

/* Hover Effect */
.social:hover {
  background-color: #0056b3 !important;
  transform: scale(1.1);
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .social {
      width: 35px;
      height: 35px;
      font-size: 16px;
  }

  .d-flex {
      justify-content: center !important; /* Centering on mobile */
  }
}

@media (max-width: 480px) {
  .social {
      width: 30px;
      height: 30px;
      font-size: 14px;
      margin: 5px;
  }
}
