header .navbar .navbar-brand img {
  width: 400px;
}

.why-choose-us-prime .service-img img {
  aspect-ratio: 3/2;
  object-fit: cover;
}

.padding-section {
  padding: 60px 0px;
}

.bg-g {
  background-color: #f2f2f2;
}

.bg-w {
  background-color: #fff;
}

header li .active {
  color: #1195a2 !important;
}

ul li {
  line-height: 1.7em;
}

.aspect-r32 img {
  aspect-ratio: 3/2;
  object-fit: cover;
}

.our-services-prime .service-item-prime .service-item-image-prime img {
  aspect-ratio: 3/3;
  object-fit: cover;
}

.p-color {
  color: #566b76;
}

.cotact-bld-img img {
  object-fit: cover;
  border-radius: 25px;
}

.Certificates-img {
  margin: 10px;
  transition: 0.5s;
}

.Certificates-img img:hover {
  transform: scale(1.05);
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.Certificates-img img {
  border-radius: 15px;
  transition: 0.5s;
}

.career-form {
  background: #f7f7f7;
  padding: 40px;
}

.form-label {
  font-size: 15px;
  font-weight: 400;
  color: #222;
  margin-bottom: 8px;
}

.form-control,
.form-select {
  border: none;
  border-bottom: 1px solid #999;
  border-radius: 0;
  background: #fafafa;
  padding-left: 0;
  font-size: 14px;
  box-shadow: none !important;
}

.form-control:focus,
.form-select:focus {
  border-color: #222;
  background: #fafafa;
}

.date-icon {
  position: relative;
}

.date-icon input {
  padding-right: 40px;
}

.form-check-label {
  font-size: 14px;
  color: #333;
  line-height: 1.5;
}

.form-check-input {
  border-radius: 0;
  margin-top: 5px;
}

.submit-btn {
  width: 100%;
  height: 60px;
  background: #3d3b3b;
  border: none;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  margin-top: 30px;
  transition: 0.3s;
}

.submit-btn:hover {
  background: #222;
}

.file-upload input[type="file"] {
  position: absolute;
  width: 100%;
  height: 60px !important;
  opacity: 0;
  cursor: pointer;
  top: 0;
  left: 0;
}

.ol-list-style li {
  margin-bottom: 20px;
  line-height: 25px;
  font-size: 16px;
}

.inner-about-us-page {
  background: url("../images/global-metal-images/About-us.jpg") no-repeat center
    center !important;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  border-radius: 10px;
  padding: 100px 0 100px;
  margin: 15px 15px 0;
}

.inner-contact-us-bg {
  background: url("../images/global-metal-images/Contact-us.jpg") no-repeat left
    center !important;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  border-radius: 10px;
  padding: 100px 0 100px;
  margin: 15px 15px 0;
}

.inner-career {
  background: url("../images/global-metal-images/Career.jpg") no-repeat left
    center !important;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  border-radius: 10px;
  padding: 100px 0 100px;
  margin: 15px 15px 0;
}

.inner-Certificates {
  background: url("../images/global-metal-images/Certificate.jpg") no-repeat
    left center !important;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  border-radius: 10px;
  padding: 100px 0 100px;
  margin: 15px 15px 0;
}

.metal-testing-bg {
  background: url("../images/global-metal-images/metal-testing-bg.jpeg")
    no-repeat left center !important;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  border-radius: 10px;
  padding: 100px 0 100px;
  margin: 15px 15px 0;
}

.resume-form .form-group label {
  margin-bottom: 10px;
  padding-left: 10px;
}

.resume-form .form-group select {
  border-radius: 10px;
  background-color: #f2f2f2;
  border: none;
  padding: 10px 20px;
}

#heroSlider .carousel-item img {
  border-radius: 10px;
}

.carousel-caption {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--bs-carousel-caption-color);
  text-align: center;
  background-color: #013a59b9;
  width: fit-content;
  padding: 1.25em;
  text-align: center;
}

.carousel-caption h2 {
  color: #fff;
}

.footer-logo-prime img {
  width: 100%;
}

.footer-logo-prime {
  width: 100%;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 600px) {
  header .navbar .navbar-brand img {
    width: 250px;
  }

  .carousel-caption {
    display: none;
  }

  .inner-about-us-page,
  .metal-testing-bg,
  .inner-career,
  .inner-Certificates,
  .inner-contact-us-bg {
    padding: 45px 0px;
  }
}

.SecondimgBox img {
  aspect-ratio: 3/3;
  object-fit: cover;
  width: 100%;
  border: 1px solid #dadada;
  border-radius: 15px;
}

/* Slider */
/* Silder One */
.silder-one {
  position: relative;
}

.silder-one .silder-content {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 80px;
  height: 100%;
  display: flex;
  align-items: center;
  width: 85%;
  z-index: 2;
}

@media only screen and (max-width: 991px) {
  .silder-one .silder-content {
    padding: 40px;
  }
}

@media only screen and (max-width: 575px) {
  .silder-one .silder-content {
    padding: 30px;
  }
}

.silder-one .silder-content .title {
  font-size: 160px;
  line-height: 1;
  margin-bottom: 0;
  color: #fff;
  font-weight: 700;
}

.silder-one .silder-content .title span {
  font-weight: 300;
}

@media only screen and (max-width: 1680px) {
  .silder-one .silder-content .title {
    font-size: 120px;
  }
}

@media only screen and (max-width: 1400px) {
  .silder-one .silder-content .title {
    font-size: 100px;
  }
}

@media only screen and (max-width: 767px) {
  .silder-one .silder-content .title {
    font-size: 60px;
    line-height: 1.2;
  }
}

@media only screen and (max-width: 575px) {
  .silder-one .silder-content .title {
    font-size: 45px;
    line-height: 1.2;
  }
}

.silder-one .silder-content .sub-title {
  font-weight: 600;
  margin-bottom: 25px;
  color: #fff;
  letter-spacing: 2px;
  font-size: 32px;
}

.silder-one .silder-content .title-small {
  margin-bottom: 20px;
  font-size: 100px;
  line-height: 1;
  color: #fff;
  font-weight: 400;
}

@media only screen and (max-width: 1680px) {
  .silder-one .silder-content .title-small {
    font-size: 70px;
    font-weight: 800;
  }
}

@media only screen and (max-width: 1400px) {
  .silder-one .silder-content .title-small {
    font-size: 50px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .silder-one .silder-content .title-small {
    font-size: 35px;
    margin-bottom: 20px;
    line-height: 1.2;
  }
}

@media only screen and (max-width: 575px) {
  .silder-one .silder-content .title-small {
    font-size: 24px;
    line-height: 1.3;
  }
}

.silder-one .silder-content .overlay-slide {
  position: absolute;
  left: 0;
  height: 100%;
  width: 35%;
  z-index: -1;
  background: #2c2956;
  top: 0;
}

.silder-one .silder-img {
  overflow: hidden;
  height: calc(100vh - 80px);
  min-height: 400px;
}

.silder-one .silder-img::before {
  z-index: 1;
}

@media only screen and (max-width: 575px) {
  .silder-one .silder-img {
    min-height: 500px;
    height: 500px;
  }
}

.silder-one .silder-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.silder-one .slider-one-pagination {
  background-color: #ffffffc4;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  width: auto;
  display: flex;
  align-items: center;
  padding: 30px 50px;
}

@media only screen and (max-width: 575px) {
  .silder-one .slider-one-pagination {
    padding: 15px 35px;
  }
}

.silder-one .slider-one-pagination .swiper-pagination-bullet {
  width: auto;
  height: auto;
  border-radius: 0;
  background: transparent;
  opacity: 0.2;
  margin: 0 8px;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}

.silder-one .slider-one-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  color: #e31e24;
}

.silder-one .slider-one-pagination .swiper-pagination {
  margin: 0 10px;
}

.hero-slider {
  position: relative;
  width: 100%;
  height: 90vh;
  overflow: hidden;
}

.slides {
  display: flex;
  width: 500%;
  height: 100%;
  transition: 1s ease-in-out;
}

.slide {
  width: 100%;
  position: relative;
  flex-shrink: 0;
}

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

/* Overlay */
.overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
}

/* Left Content */
.content-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 8%;
  height: 100%;
  background: #0a717aa9;
  padding: 50px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 2;
}

.small-title {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 25px;
}

.phone {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.7;
  margin-bottom: 30px;
}

.hero-title {
  color: #fff;
  font-size: 45px;
  line-height: 1.3;
  font-weight: 600;
  margin-bottom: 20px;
  font-family: "Poppins", sans-serif;
}

.hero-subtitle {
  color: #fff;
  font-size: 22px;
  line-height: 35px;
  margin-bottom: 20px;
}

.btn-group {
  margin-top: 15px;
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.hero-btn {
  background: #fff;
  color: #000;
  text-decoration: none;
  padding: 16px 28px;
  border-radius: 40px;
  font-size: 15px;
  font-weight: 600;
  transition: 0.3s;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.hero-btn:hover {
  background: #3eb5c0;
  color: #fff;
}

/* Navigation */
.slider-nav {
  position: absolute;
  bottom: 40px;
  right: 40px;
  z-index: 10;
  display: flex;
  align-items: center;
  gap: 25px;
  background: rgba(255, 255, 255, 0.9);
  padding: 20px 30px;
}

.slider-nav button {
  border: none;
  background: none;
  font-size: 14px;
  cursor: pointer;
  letter-spacing: 2px;
}

.numbers {
  display: flex;
  gap: 18px;
  align-items: center;
}

.numbers span {
  font-size: 20px;
  color: #999;
  cursor: pointer;
  transition: 0.3s;
}

.numbers span.active {
  color: red;
  font-size: 28px;
}

.liststyle-item li {
  padding: 0px 0px 10px 0px;
}

.liststyle-item {
  margin-top: 30px;
}

/* Responsive */

@media (max-width: 1200px) {
  .content-box {
    width: 42%;
    padding: 60px 40px;
  }

  .hero-title {
    font-size: 55px;
  }
}

@media (max-width: 768px) {
  .hero-slider,
  .slide {
    height: 500px;
  }

  .content-box {
    background: none;
  }

  .content-box {
    width: 100%;
    padding: 40px 25px;
  }

  .hero-title {
    font-size: 25px;
  }

  .phone {
    font-size: 16px;
  }

  .hero-subtitle {
    font-size: 18px;
    display: none;
  }

  .slider-nav {
    right: 15px;
    bottom: 15px;
    padding: 12px 15px;
    gap: 12px;
  }

  .numbers span {
    font-size: 18px;
  }

  .numbers span.active {
    font-size: 24px;
  }

  .slide {
    margin-top: 15px;
  }
}
.Certificates-img {
  border: 1px solid #dadada;
}
