/* NEW ABOUT */
.new-about {
  background: linear-gradient(to bottom, #d1bfce 10%, #ffffff 100%);
  min-height: 550px;
  display: block;
  margin-top: auto;
  padding-top: 0px;
}

.new-about .cnt-priority {
  padding-top: 35px;
}

.new-about .cnt-priority .clm-prio {
  margin: 0;
  padding: 0;
}

.new-about .stats-item {
  padding: 10px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 4;
  gap: 0;
  transition: transform 0.3s ease;
}

.new-about .stats-item:hover {
  transform: scale(1.2);
}

.new-about .stats-item .img-wrapper {
  position: relative;
  width: 100%;
  height: 120px;
  border-radius: 15px;
  overflow: hidden;
  transition: transform 0.3s ease;
}

.new-about .stats-item .img-wrapper:hover .icon-image {
  transform: scale(1.4);
  transition: transform 0.3s ease;
  cursor: pointer;
}

.new-about .stats-item .img-wrapper .icon-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 15px;
  transition: transform 0.3s ease;
}

.new-about .stats-item .img-wrapper::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 15px;
  background: linear-gradient(
    to bottom,
    rgba(128, 0, 128, 0.8),
    rgba(243, 130, 234, 0.4)
  );
  pointer-events: none;
  z-index: 1;
}

.new-about .cnt-priority .clm-prio .stats-item p {
  position: relative;
  z-index: 2;
  padding: 0;
  margin: 0;
  font-family: var(--heading-font);
  font-size: 0.9rem;
  color: #fff;
  font-weight: 700;
  margin-top: -30px;
}

.new-about .cnt-priority .clm-prio .stats-item p:hover {
  font-weight: 800;
  cursor: pointer;
  color: #521648;
}

.new-about .cnt-about {
  margin-top: 70px;
  position: relative;
}

.new-about .cnt-about h2 {
  color: white;
  font-family: Arial, sans-serif;
  font-weight: bold;
  text-align: center;
  font-style: italic;
}

.new-about .cnt-about .styled-box {
  position: relative;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  aspect-ratio: 16 / 9;
}

.new-about .cnt-about .styled-box::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.4),
    rgba(218, 155, 243, 0.4),
    rgba(128, 0, 128, 0.8)
  );
  pointer-events: none;
  z-index: 1;
}
.new-about .cnt-about .styled-box .bg-overlay img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: brightness(0.6);
}

.new-about .cnt-about .styled-box .styled-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  color: white;
  text-align: center;
  z-index: 2;
  padding: 0 clamp(4px, 2vw, 12px);
}

.new-about .cnt-about .styled-box .styled-content h2 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 16px;
}

.new-about .cnt-about .btn-send-rfq {
  display: inline-block;
  color: #fff;
  border-radius: 15px;
  font-weight: 500;
  padding: 3px 10px;
  font-size: 14px;
  border: 2px solid #fff;
}

.new-about .cnt-about .btn-send-rfq:hover {
  background-color: #662e6a;
  color: #fff;
}

.new-about .cnt-about h3 {
  font-size: 40px;
  font-weight: 500;
  margin: 0;

  position: relative;
  display: inline-block;
  z-index: 1;
}

.new-about .cnt-about h3::after {
  content: "";
  position: absolute;
  top: -2px;
  left: -20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: orange;
  z-index: -1;
  display: block;
}

.new-about .cnt-about .about-desc {
  line-height: 1.8;
}

.new-about .cnt-about .btn-about-rm {
  border-radius: 15px;
  font-weight: 500;
  padding: 3px 10px;
  font-size: 14px;
}

.new-about .cnt-about .btn-about-rm:hover {
  background-color: #9d558b;
  color: #fff;
  text-decoration: none;
  font-weight: 800;
}

.new-about .cnt-about .btn-about-rm:hover a {
  color: #fff;
}

/* nw */
.new-about .cnt-tagline {
  display: flex;
  align-items: center;
  gap: 10px;
}

.new-about .cnt-tagline img {
  width: 80px;
  height: auto;
  display: inline-block;
  color: #3e3e3e;
}

.new-about .cnt-tagline .tagline {
  font-size: 20px;
  display: inline-block;
  font-family: Arial, sans-serif;
  color: #3e3e3e;
  font-style: italic;
  line-height: 1;
  align-items: center;
  font-weight: 700;
  margin: 0;
}

/* VISI MISI */
.visi-misi {
  background-color: white;
  min-height: 300px;
  display: block;
  margin: auto;
}

.visi-misi .container {
  position: relative;
}

.visi-misi h3 {
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
  z-index: 1;
}

.visi-misi h3::after {
  content: "";
  position: absolute;
  top: -2px;
  left: -20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: orange;
  z-index: -1;
  display: block;
}

/* EXCELLENT RESOURCE */
.exe-res {
  background-color: white;
  min-height: 300px;
  display: block;
  margin: auto;
}

.exe-res .container {
  position: relative;
}

.exe-res h3 {
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
  z-index: 1;
}

.exe-res h3::after {
  content: "";
  position: absolute;
  top: -2px;
  left: -20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: orange;
  z-index: -1;
  display: block;
}

.exe-res .container .exe-res-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.exe-res .container .exe-res-content .col-content {
  flex: 1;
}

.exe-res .container .exe-res-content img {
  max-height: 300px;
  width: auto;
  margin: 0 auto;
}

/* SECTION COMPRO */
.compro {
  background-color: #ffffff;
  padding: 0;
  margin: 0;
}

.compro .container {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  margin-bottom: 0;
}

.compro-content {
  display: flex;
  justify-content: space-between;
  margin: 0;
}

.compro .col-compro {
  flex: 1;
}

.compro .col-compro img {
  width: 200px;
  top: 20px;
  left: 0;
  height: auto;
  padding: 40px;
  height: auto;
  box-shadow: 10px 10px 15px rgba(59, 14, 33, 0.3);
  background-color: #cac8d0;
}

.compro .col-compro h3 {
  margin-top: 25px;
  font-size: 24px;
  font-weight: 600;
  color: #602255;
}

.compro p {
  color: #666;
  font-size: 16px;
}

.compro .col-direktur {
  margin-right: -100px;
  right: 0;
}

.compro img {
  max-width: 500px;
  right: 0;
}

.compro .col-direktur .desc-direktur {
  position: absolute;
  padding-top: 400px;
  text-align: center;
  left: 650px;
}

.compro .col-direktur .desc-direktur h3 {
  color: #602255;
  font-weight: 600;
  border-bottom: 2px solid #602255;
}

.compro .col-direktur .desc-direktur p {
  font-style: italic;
  color: #602255;
  font-weight: 400;
}

/* Responsive Design Adjustments */
@media (max-width: 768px) {
  .compro-content {
    flex-direction: column;
  }

  .compro .col-compro,
  .compro .col-lg-6 {
    flex: none;
    margin-bottom: 20px;
  }

  .compro img {
    max-width: 300px;
    right: 0;
    margin-right: -50px;
  }
}
