#jgt-page {
  position: relative;
}
.root-arrow3 {
  position: absolute;
  bottom: 5%;
  right: 3%;
}
.jgt-content-container h2,
p {
  margin: 0;
  padding: 0;
}
.bold {
  font-weight: 600;
}

.jgt-content-container h2 {
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: -1px;
  margin-bottom: 10px;
}
.jgt-content-container {
  text-align: left;
  padding: 30px 20px 30px 20px;
  position: relative;
  max-width: 1330px;
}
.jgt-content-container p {
  font-size: 18px;
  color: #333333;
  line-height: 30px;
  margin: 0;
  margin-bottom: 10px;
  text-align: justify;
}
.green {
  color: rgb(7, 148, 7);
}
#jgt-manufacturing {
  background-color: #f7f7f7;
  position: relative;
}
#jgt-manufacturing ul li {
  list-style-type: none;
  display: flex;
  gap: 10px;
  align-items: start;
}
#jgt-manufacturing ul li img {
  width: 20px;
  height: auto;
}
#jgt-manufacturing ul {
  padding: 0;
  margin: 0;
}
#jgt-auality-assurance {
  background-color: #ffffff;
  background: url(../images/about-bg_transp-img1.jpg) no-repeat bottom center;
  background-size: 1200px auto;
  position: relative;
}
#jgt-auality-assurance ul li {
  list-style-type: none;
  display: flex;
  gap: 10px;
  align-items: start;
}
#jgt-auality-assurance ul li img {
  width: 20px;
  height: auto;
}
#jgt-auality-assurance ul {
  padding: 0;
  margin: 0;
}
/* .jgt-product-container .row{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px;
}
.jgt-product-container .product-box{
    column-span: 1;
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}
.product-content {
    width: 100%;
    position: absolute;
    bottom: 0px ;
    padding: 20px;
} */

/* ============================= products ========================== */

.copper-products-section {
  padding: 80px 20px 80px 20px;
  background: #f7f7f7;
  position: relative;
}

.copper-products-grid {
  /* max-width: 1330px; */
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

/* Card */
.copper-card {
  position: relative;
  overflow: hidden;
  /* aspect-ratio: 4 / 3; */
  /* border-radius: 4px; */
}

.copper-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

/* Gradient overlay */
.copper-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.97) 0%,
    rgba(0, 0, 0, 0.35) 40%,
    rgba(0, 0, 0, 0) 70%
  );
}

/* Content */
.copper-card-content {
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 16px;
  color: #fff;
  z-index: 2;
}

.copper-card-content h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 6px;
  border-bottom: 1px solid #ffffff4f;
  padding-bottom: 5px;
}

.copper-card-content p {
  font-size: 16px;
  opacity: 0.9;
  margin-bottom: 6px;
}

.copper-card-content a {
  font-size: 14px;
  color: #fff;
  text-decoration: underline;
  font-weight: 500;
  transition: all 0.3s;
}

.copper-card-content a:hover {
  text-decoration: underline;
}

/* Hover effect */
.copper-card:hover img {
  transform: scale(1.05);
}
.copper-card:hover .copper-card-content a {
  color: #e0b546;
  transition: all 0.3s;
}

/* ====================== contact ===================== */

/* .jgt-contact{
    padding: 60px 20px;
    background-image: url("/images/jgt-contact-bg.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
}
.jgt-contact h3{
    text-align: center;
    margin-bottom: 20px;
}
.jgt-contact-container{
    max-width: 700px;
}
.contact-box{
    display: flex;
    align-items: start;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
} */

.jgt-contact {
  position: relative;
  background: url("../images/jgt-contact-bg-c.jpeg") center / cover no-repeat;
  padding: 90px 20px;
  color: #fff;
  position: relative;
  height: 672px;
}

.jgt-contact-overlay {
  position: absolute;
  inset: 0;
  /* background: rgba(0, 0, 0, 0.75); */
}

.jgt-contact-container {
  position: relative;
  max-width: 800px;
  margin: auto;
  z-index: 2;
  top: -38px;
}

.jgt-contact-title {
  font-weight: bold;
  text-align: center;
  color: #e0b546;
  font-size: 28px;
  letter-spacing: 2px;
  margin-bottom: 60px;
}

/* ROWS */
.jgt-contact-row {
  display: flex;
  justify-content: space-between;
  align-items: start;
}
.jgt-contact-col ul li {
  font-size: 18px;
}
.jgt-contact-col {
  width: 100%;
  /* padding: 0 60px 0 60px; */
  padding: 0 48px 0 48px;
}
.jgt-contact-col-1 ul,
.jgt-contact-col-2 ul {
  padding: 0;
}
.jgt-contact-col-1 ul li,
.jgt-contact-col-2 ul li {
  list-style-type: none;
  display: flex;
  gap: 10px;
  align-items: start;
  margin-bottom: 5px;
}
.jgt-contact-col-1 ul li a,
.jgt-contact-col-2 ul li a {
  color: #ffffff;
  text-decoration: none;
}
.jgt-contact-col-1 ul li:hover a,
.jgt-contact-col-2 ul li:hover a {
  color: #e0b546;
}
.jgt-contact-col-1,
.jgt-contact-col-3 {
  border-right: 1px solid rgba(189, 189, 189, 0.103);
  padding-left: 0;
}
.jgt-contact-col-2,
.jgt-contact-col-4 {
  padding-right: 0;
}
.jgt-right {
  text-align: start;
}

/* TEXT */
.jgt-contact-col h3,
.jgt-contact-col h4 {
  color: #e0b546;
  margin-bottom: 8px;
  /* border-bottom: 1px solid rgba(255, 255, 255, 0.3); */
  /* width: 100%; */
}

.jgt-contact-col p {
  font-size: 18px;
  line-height: 30px;
  margin: 4px 0;
}

/* GOLD LINE */
.jgt-line {
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
  margin-bottom: 15px;
}

.jgt-right .jgt-line {
  margin-left: auto;
}

/* ICON + TITLE */
.jgt-icon-title {
  display: flex;
  align-items: start;
  flex-direction: column;
  gap: 12px;
}

/* .jgt-right .jgt-icon-title {
  justify-content: center;
} */

.jgt-icon {
  font-size: 32px;
  color: #f4b400;
}

/* CENTER DIVIDER */
.jgt-center-divider {
  height: 1px;
  background-color: rgba(189, 189, 189, 0.103);
  margin: 50px 0;
}
.jgt-divider {
  width: 20%;
  height: 1px;
  transform: rotate(90deg);
  background-color: rgba(189, 189, 189, 0.103);
}
.jgt-divider-2 {
  width: 35%;
  height: 1px;
  transform: rotate(90deg);
  background-color: rgba(189, 189, 189, 0.103);
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .jgt-contact-row {
    flex-direction: column;
    text-align: center;
    margin-top: 30px;
  }

  .jgt-contact-col,
  .jgt-right {
    width: 100%;
    text-align: center;
  }

  .jgt-line {
    margin: 10px auto;
  }

  .jgt-icon-title {
    justify-content: center;
  }
  .jgt-center-divider,
  .jgt-divider {
    display: none;
  }
  .jgt-line {
    width: 120px;
  }
  .jgt-icon-title {
    align-items: center;
  }
  .jgt-contact-col-1,
  .jgt-contact-col-3 {
    border-right: none;
  }
  .jgt-contact-col {
    padding: 0;
  }
  .jgt-contact-row {
    gap: 40px;
  }
  .jgt-contact-col-1 ul,
  .jgt-contact-col-2 ul {
    padding: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }

  .jgt-contact-container {
    top: 0px;
  }

  .jgt-contact {
    height: auto;
  }
  .jgt-content-container p,
  .jgt-contact-col p,
  .jgt-contact-col ul li {
    font-size: 16px;
    line-height: 22px;
  }
  .jgt-content-container {
    padding: 20px 20px 20px 20px;
  }
  .jgt-contact-col h3,
  .jgt-contact-col h4 {
    font-size: 1.3rem;
  }
  .jgt-content-container h2 {
    font-size: 22px;
    margin-bottom: 10px;
    line-height: 30px;
  }
  .root-arrow3{
  display: none;
}
}

/* ====================== mobile ========================== */

/* ====================== product ========================== */

@media (max-width: 992px) {
  .copper-products-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .copper-products-grid {
    grid-template-columns: 1fr;
  }
}

/* ====================== contact ========================= */
