
body, html {
  margin: 0;
  padding: 0;
  font-family: 'Poppins', sans-serif;
  
}

.navbar-nav .nav-link {
    /* font-weight: bold; */
    margin: 0 15px;
    color: black;
    position: relative;
    padding: 0.5rem 1rem;
    transition: color 0.3s ease;
  
}
header {
  position: sticky !important;
  top: 0;
  z-index: 1000;
  background-color: #ffffff;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  
}

.navbar {
  padding-top: 0.1rem;
  padding-bottom: 0.1rem;
}

 

.navbar-nav .nav-link:hover {
  color: rgb(167, 0, 0);
}

.navbar-nav .nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
  background-color:rgb(167, 0, 0);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

.navbar-nav .nav-link:hover::after {
  transform: scaleX(1);
}
.banner .item {

  position: relative;
  overflow: hidden;
}
.banner .item img {
  width: 100%;
  height: 80vh;
  object-fit: cover;
}
.banner .item .cover {
  padding: 75px 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
}
.banner .item .cover .header-content {
  position: relative;
  padding: 56px;
  overflow: hidden;
}
.banner .item .cover .header-content .line {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  border: 9px solid red;
  -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
  clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
}
.banner .item .cover .header-content h2 {
  font-weight: 300;
  font-size: 35px;
  color: #fff;
}
.banner .item .cover .header-content h1 {
  font-size: 56px;
  font-weight: 600;
  margin: 5px 0 20px;
  word-spacing: 3px;
  color: #fff;
}
.banner .item .cover .header-content h4 {
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
  color: #fff;
}
.banner .owl-item.active h1 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
.banner .owl-item.active h2 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
.banner .owl-item.active h4 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}
.banner .owl-item.active .line {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 0.3s;
}
.banner .owl-stage {
  overflow: hidden;
}
.banner .owl-item.active{
  overflow: hidden;
}
.banner .owl-item{
  overflow: hidden;
}
 .banner .owl-nav .owl-prev {
  
   left: 20px;
  top: 35%; 
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(0, 0, 0, 0.5) !important;
   /* width: 100px;  */
  cursor: pointer;
   /* height: 50px;  */
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}
.banner .owl-nav .owl-prev span {
  font-size: 1.6875rem;
  color: #fff;
}
.banner .owl-nav .owl-prev:focus {
  outline: 0;
} 
 .banner .owl-nav .owl-prev:hover {
  background: #000 !important;
} 
.banner .owl-nav .owl-next {
  
   right: 20px;
  top: 35%; 
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(0, 0, 0, 0.5) !important;
   /* width: 50px;  */
  cursor: pointer;
   /* height: 50px;  */
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}
.banner .owl-nav .owl-next span {
  font-size: 1.6875rem;
  color: #fff;
}
.banner .owl-nav .owl-next:focus {
  outline: 0;
}
.banner .owl-nav .owl-next:hover {
  background: #000 !important;
}
.banner:hover .owl-prev {
  left: 0px;
  opacity: 1;
} 
.banner:hover .owl-next {
  right: 0px;
  opacity: 1;
} 
.owl-theme h1{
    background: rgb(167, 0, 0);
    margin: 0px auto 0px auto; 
    display: inline-flex;
}

@media (max-width: 768px) {
  .banner .item {
    height: auto;
    
  }

  .banner .item img {
    height: auto;
    
    object-fit: cover;
  }

  .banner .item .cover {
    padding: 40px 20px;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }

  .banner .item .cover .header-content {
    padding: 20px;
  }

  .banner .item .cover .header-content h1 {
    font-size: 28px;
    line-height: 1.2;
  }

  .banner .item .cover .header-content h2 {
    font-size: 20px;
    line-height: 1.2;
  }

  .banner .item .cover .header-content h4 {
    font-size: 16px;
    line-height: 1.4;
  }
}
.section1{
    padding-top: 2rem;
    padding-bottom: 2 rem;
    text-align: center;
    background: #f5f5f5;
    font-size: 1.2rem;
    margin: 0;
    top: 0;
  }
 
.vision-section {
    background: #ffffff;
    /* font-size: 1rem; */
    text-align: justify;
    color: #000;
}

.mission-section {
    background: #f7f7f7;
    /* font-size: 1rem; */
    text-align: justify;
    color: #000;
}


.section-title-dark {
    color: rgb(167, 0, 0);
    font-family: var(--font-family-Oswald);
    font-weight: 600;
}


.vision-icon,
.mission-icon {
    font-size: 160px !important;
    max-width: 100%;
    display: inline-block;
    color: rgb(167, 0, 0);  
    margin-top: 20px;
    transition: transform 0.4s ease;
}


.vision-icon:hover,
.mission-icon:hover {
    transform: scale(1.15);
}
.vision-icon,
.mission-icon {
    max-width: 100%;
    overflow-wrap: break-word;
}

.value-box {
    background: rgb(193, 207, 221);
    border-radius: 10px;
    box-shadow: 0px 4px 15px rgba(0,0,0,0.1);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.value-box h5 {
    font-weight: 700;
    margin-bottom: 10px;
}

.value-box p {
    font-size: 1rem;
    color: #333;
    text-align: justify;
}
.value-box:hover {
  transform: translateY(-8px);
   box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.15);
}
@media (max-width: 768px) {
    .vision-icon,
    .mission-icon {
        font-size: 120px !important;
        margin-bottom: 20px;
    }
} 

.services-highlights {
  padding: 60px 0;
  background: linear-gradient(135deg, #fafafa, #f0f0f0);
  overflow: hidden;
}

.service-box {
  padding: 40px 25px;
  border-radius: 12px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  
 
  background: linear-gradient(135deg, #c02919, rgb(66, 63, 63));
  color: white;
  height: 100%;
}

.service-box:hover {
  transform: translateY(-8px);
  box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.15);
}



.service-box:hover .service-icon {
  transform: scale(1.1);
}

.service-box h3 {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 12px;
}

.service-box p {
  font-size: 1rem;
  line-height: 1.5;
  color: white; 
  max-width: 90%;
  margin: 0 auto;
}


@media (max-width: 768px) {
  .service-box {
    margin-bottom: 20px;
  }
}
/* WHY CHOOSE US */
.why-choose-us {
  background: #e6e6e6;
  padding: 80px 0;
}

.why-choose-us.section-title {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 40px;
  color: #000;
  position: relative;
}

/* .why-choose-title::after {
  content: "";
  width: 80px;
  height: 4px;
  background: rgb(167, 0, 0);
  position: absolute;
  left: 0;
  bottom: -10px;
} */
/* WHY CHOOSE TITLE */
.why-choose-title {
  display: flex;
  left: 0;

  margin-bottom: 30px;
}

.why-choose-title h2 {
  margin: 0;
  text-align: left;
  font-size: 2.2rem;
  font-weight: 600;
}

/* .why-choose-title .title-line {
  width: 60px;
  height: 4px;
  background: rgb(167, 0, 0);
  margin-right: 15px;
} */

.choose-box {
  margin-bottom: 30px;
}

.choose-box h4 {
  font-size: 20px;
  font-weight: 600;
  color: rgb(167, 0, 0);
  margin-bottom: 8px;
}

.choose-box p {
  font-size: 1rem;
  line-height: 1.6;
  color: #333;
}

.choose-img {
  width: 360px;
  height: 360px;
  object-fit: cover;
  border-radius: 50%;
  /* border: 8px solid #fff; */
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
}
.choose-img {
  transition: transform 0.4s ease;
}

.choose-img:hover {
  transform: scale(1.05);
}
/* CTA SECTION */
.cta-section {
  background: url('../images/cta-bg.jpg') center center / cover no-repeat;
  min-height: 350px;
  position: relative;
  display: flex;
  align-items: center;
}

/* Gray overlay */
.cta-overlay {
  background: rgba(0, 0, 0, 0.65);
  width: 100%;
  min-height: 350px;
  height: 100%;
  display: flex;
  align-items: center;
}

/* Text */
.cta-section h2 {
  color: #fff;
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 15px;
}

.cta-section p {
  color: #e0e0e0;
  font-size: 1.1rem;
  margin-bottom: 30px;
}

/* Button */
.cta-btn {
  background: rgb(167, 0, 0);
  color: #fff;
  padding: 14px 35px;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  border-radius: 30px;
  transition: all 0.3s ease;
}

.cta-btn:hover {
  background: #000;
  color: #fff;
}

/* Responsive */
@media (max-width: 768px) {
  .cta-section h2 {
    font-size: 1.8rem;
  }

  .cta-section p {
    font-size: 1rem;
  }
}


@media (max-width: 992px) {
  .choose-img {
    width: 280px;
    height: 280px;
    margin-top: 40px;
  }
}

@media (max-width: 576px) {
  .choose-img {
    width: 220px;
    height: 220px;
  }
}


/* Responsive */
@media (max-width: 768px) {
  .section-title {
    text-align: center;
  }

  .section-title::after {
    left: 50%;
    transform: translateX(-50%);
  }

  .choose-img {
    margin-top: 30px;
  }
}
/* CENTER TITLE WITH LINE */
.section-title-center {
  text-align: center;
  font-size: 2.3rem;
  font-weight: 600;
  position: relative;
  margin-bottom: 15px;
}

.about-banner {
  position: relative;
  background: url('../images/about-banner.jpg') center center/cover no-repeat;
  width: 100%;
  height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.about-banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
}

.about-banner .banner-content {
  position: relative;
  z-index: 2;
  text-align: center;
}

.about-banner h1 {
  color: #fff;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.about {
  text-align: justify;
}
.about h2 {
  font-size: 2rem;
  font-weight: 600;
  color: #a20000;
  margin-bottom: 20px;
  margin-top: 20px;
}
.about  p {
font-size: 1.2rem !important;
}
.about img
{
  height: 300px;
  width: 300px;
 background: transparent;
}
.service-banner {
  position: relative;
  background: url('../images/machinary.jpg') center center/cover no-repeat;
  width: 100%;
  height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.service-banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
}

.service-banner .banner-content {
  position: relative;
  z-index: 2;
  text-align: center;
}

.service-banner h1 {
  color: #fff !important ;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

/* SERVICES LIST */
.services-list {
  padding-top: 30px;
}
.services-items {
  list-style: none;
  padding: 0;
  max-width: 650px;
  margin: 30px auto 0;
  
}

.services-items li {
  border-bottom: 1px dashed #ddd;
}

.services-items li a {
  display: flex;
  align-items: center;
  padding: 14px 0;
  font-size: 1.15rem;
  color: #333;
  text-decoration: none;
  transition: all 0.3s ease;
}

.services-items li a i {
  color: green;
  margin-right: 15px;
  font-size: 1.2rem;
}

/* Hover Effect */
.services-items li a:hover {
  color: rgb(167, 0, 0);
  transform: translateX(6px);
}

.what-title {
    font-size: 2.4rem;
    font-weight: 700;
    color: black;
    padding-top: 30px;
}

.service-heading {
    font-size: 1.8rem;
    font-weight: 600;
    color: rgb(167, 0, 0);
    margin-bottom: 15px;
}

.what-we-do p {
    font-size: 1.1rem;
    line-height: 1.6;
    text-align: justify;
}

.what-we-do img {
    width: 100%;
    height: 300px;
    border-radius: 10px;
    object-fit: cover;
}
.view-btn { display: inline-block;
   padding: 10px 20px;
    border-radius: 6px;
    /* border: #c02919; */
     /* background: #2b7cff; */
      color: #c02919; 
       text-decoration: none; 
       font-weight: 600; }
.view-btn:hover { background: #c02919; 
color: #fff;}
.clients {
  padding-top: 30px;
}
/* .scroll {
    position: relative;
    background-color: boxify-bg-light-dark;
     overflow: hidden !important; 
    z-index: 1;
    margin: 20px;
    padding: 20px;
    
   
  }
  
  .m-scroll {
    overflow: hidden !important;
    height: 100%;
    white-space: nowrap;
    animation: scrollText 10s infinite linear;
    margin: 20px;
    font-size: 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
    overflow-x: hidden;
  }
  
  span {
    display: inline-block;
    margin: 20px;
    padding: 20px;
    color: white;
    overflow-x: hidden;
  }
  
  @keyframes scrollText {
    from {
      transform: translateX(0%);
    }
    to {
      transform: translateX(-50%);
    }
  } */
  .scroll {
  position: relative;
  overflow: hidden;
  margin: 20px 0;
  padding: 20px 0;
}
.m-scroll {
  display: flex;
  align-items: center;
  gap: 40px;
  width: max-content;        
  animation: scrollText 20s linear infinite;
}
.m-scroll span {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.m-scroll img {
  max-height: 90px;     
  width: auto;
  object-fit: contain;
  display: block;
}

@media (max-width: 576px) {
  .m-scroll img {
    max-height: 45px;
  }

  .m-scroll {
    gap: 25px;
  }
}
@keyframes scrollText {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.footer {
    background: #111;
    color: #fff;
    padding: 50px 0 30px;
}

.footer-logo {
    max-width: 250px;
    margin-bottom: 15px;
}

.footer-about {
    color: #ccc;
    line-height: 1.7;
    font-size: 0.95rem;
    margin-top: 10px;
    text-align: justify;
}

.footer-title {
    font-size: 1.3rem;
    font-weight: 600;
    color: #ccc;
    margin-bottom: 15px;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin: 8px 0;
}

.footer-links a {
    color: #ccc;
    text-decoration: none;
    transition: 0.3s;
}

.footer-links a:hover {
    color: #fff;
}

.footer-address {
    color: #ccc;
    font-size: 0.95rem;
    line-height: 1.7;
}

.map-btn {
    display: inline-block;
    margin-top: 10px;
    color: #fff;
    background: #d40000;
    padding: 8px 16px;
    border-radius: 5px;
    text-decoration: none;
    transition: 0.3s;
    font-weight: 600;
}

.map-btn:hover {
    background: #a20000;
}

.footer-divider {
    border-color: rgba(255,255,255,0.1);
    margin: 25px 0;
}

.footer-col {
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .footer {
        text-align: center;
    }

    .footer-col {
        text-align: center;
    }
}
.service-header {
        text-align: center;
        padding: 40px 20px;
    }

    .service-header h1 {
        font-size: 32px;
        font-weight: 700;
        margin-bottom: 10px;
    }

    .gallery {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
        gap: 20px;
        padding: 20px;
    }

    .card {
        background: #fff;
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 0 0 10px rgba(0,0,0,0.1);
        animation: fadeUp 0.8s ease both;
    }

    .card img {
        width: 100%;
        height: 200px;
        object-fit: cover;
    }

    .card-title {
        padding: 15px;
        font-weight: 600;
        text-align: center;
    }

    @keyframes fadeUp {
        from { opacity: 0; transform: translateY(30px); }
        to   { opacity: 1; transform: translateY(0); }
    }
     /* .container, .container-fluid {
  overflow-x: hidden;
}  */
.contact-page {
  padding: 80px 0;
  background: #f5f5f5;
}

/* Titles */
.section-title.left {
  position: relative;
  margin-bottom: 30px;
  font-weight: 700;
}

.section-title.left::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 3px;
  background: rgb(167, 0, 0);
  left: 0;
  bottom: -10px;
}

/* Contact Info */
.contact-info {
  padding-right: 40px;
}

.contact-heading {
  color: rgb(167, 0, 0);
  font-weight: 600;
  margin-bottom: 10px;
}

.contact-address {
  color: #555;
  line-height: 1.7;
  margin-bottom: 20px;
}

.contact-line {
  margin-bottom: 8px;
  color: #333;
}

.contact-line i {
  color: rgb(167, 0, 0);
  margin-right: 8px;
}

/* Form */
.contact-form .form-group {
  margin-bottom: 15px;
}

.contact-form label {
  font-weight: 600;
  font-size: 14px;
}

.contact-form .form-control {
  border-radius: 4px;
  border: 1px solid #ccc;
  padding: 10px;
}

.contact-btn {
  background: rgb(167, 0, 0);
  color: #fff;
  padding: 10px 30px;
  border: none;
  border-radius: 4px;
  transition: 0.3s;
}

.contact-btn:hover {
  background:rgb(167, 0, 0) ;
}

