body,
html {
  font-family: "Work Sans", sans-serif;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  color: #333333;
  font-weight: 400;
  width: 100% !important;
  height: 100% !important;
}
h2,
h3,
h4 {
  font-family: "Work Sans", sans-serif;
}
h2 {
  margin: 0 0 20px;
  font-weight: 800;
  font-size: 36px;
  color: #333;
}
h3 {
  font-size: 20px;
  font-weight: 600;
  color: #333;
}
h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
}
h5 {
  text-transform: uppercase;
  font-weight: 700;
  line-height: 20px;
}
.bebas-neue-title {
  font-family: "Bebas Neue", sans-serif;
  font-weight: normal;
}
p {
  font-size: 15px;
}
p.intro {
  margin: 12px 0 0;
  line-height: 24px;
}
a {
  color: #c1272d;
  font-weight: 400;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #c1272d;
}
ul,
ol {
  list-style: none;
}
ul,
ol {
  padding: 0;
  webkit-padding: 0;
  moz-padding: 0;
}
hr {
  height: 2px;
  width: 70px;
  text-align: center;
  position: relative;
  background: #1e7a46;
  margin-bottom: 20px;
  border: 0;
}
/* Navigation */
#header {
  margin-top: 50px;
  transition: all 0.8s;
}
#menu {
  padding: 10px;
  transition: all 0.8s;
}
#menu.navbar-default {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
}

#menu.navbar-default.scrolled {
  background-color: #fff;
  border-color: rgba(231, 231, 231, 0);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  transition: background-color 0.3s, box-shadow 0.3s;
}

#menu a.navbar-brand {
  font-family: "Work Sans", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #333;
  text-transform: uppercase;
}
#menu.navbar-default .navbar-nav > li > a {
  font-family: "Work Sans", sans-serif;
  color: black;
  font-size: 15px;
  font-weight: 600;
  padding: 8px 2px;
  border-radius: 0;
  margin: 9px 20px 0;
}

#menu.navbar-default .navbar-nav > li > a:before,
#menu.navbar-default .navbar-nav > li > a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  background: #d10b0b;
  opacity: 0;
  transition: opacity 0.2s;
}

#menu.navbar-default .navbar-nav > li > a:before {
  top: -10px;
}

#menu.navbar-default .navbar-nav > li > a:after {
  background: linear-gradient(
    0deg,
    #d00 0%,
    rgba(255, 0, 0, 0.3) 15%,
    rgba(255, 0, 0, 0.2) 5%,
    rgba(255, 0, 0, 0.1) 5%,
    rgba(255, 255, 255, 0) 100%
  );
  bottom: -10px;
  height: 20px;
}

#menu.navbar-default .navbar-nav > li > a:hover:before {
  opacity: 0.1;
}

#menu.navbar-default .navbar-nav > li > a:hover:after {
  opacity: 10;
}

#menu.navbar-default .navbar-nav > li > a:hover:after {
  width: 100%;
}

#menu.navbar-default .navbar-nav > li > a:hover {
  color: #d10b0b;
}

#menu.navbar-default .navbar-nav > li.active > a {
  color: #d10b0b;
}

#menu.navbar-default .navbar-nav > li.active > a:before,
#menu.navbar-default .navbar-nav > li.active > a:after {
  background: linear-gradient(
    0deg,
    #d00 0%,
    rgba(255, 0, 0, 0.3) 15%,
    rgba(255, 0, 0, 0.2) 5%,
    rgba(255, 0, 0, 0.1) 5%,
    rgba(255, 255, 255, 0) 100%
  );
}

#menu.navbar-default .navbar-nav > li.active > a:before {
  opacity: 1;
  top: -10px;
}

#menu.navbar-default .navbar-nav > li.active > a:after {
  opacity: 10;
  bottom: -10px;
  height: 20px;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  background-color: transparent;
}

.navbar-toggle {
  border-radius: 0;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #fff;
  border-color: #c1272d;
}
.navbar-default .navbar-toggle:hover > .icon-bar {
  background-color: #c1272d;
}
.section-title {
  margin-bottom: 70px;
}
.section-title h2 {
  position: relative;
  margin-top: 10px;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.section-title p {
  font-size: 18px;
}
.btn-custom {
  font-family: "Work Sans", sans-serif;
  text-transform: uppercase;
  color: #fff;
  background-color: #5ca9fb;
  background-image: linear-gradient(to right, #852323 0%, #c35353 50%);
  padding: 14px 34px;
  letter-spacing: 1px;
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  border-radius: 25px;
  transition: all 0.5s linear;
  border: 0;
}
.btn-custom:hover,
.btn-custom:focus,
.btn-custom.focus,
.btn-custom:active,
.btn-custom.active {
  color: #fff;
  background-image: none;
  background-color: #6372ff;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
a:focus,
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: none;
  outline-offset: none;
}
/* Header Section */
.intro {
  display: table;
  width: 100%;
  padding: 0;
  /* background: url(../img/home-page.jpg) center center no-repeat; */
  background-color: #e5e5e5;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
.intro .overlay {
  background: rgba(0, 0, 0, 0.2);
}
.intro h1 {
  font-family: "Work Sans", sans-serif;
  color: #fff;
  font-size: 82px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
}
.intro h1 span {
  font-weight: 800;
  color: #5ca9fb;
}
.intro p {
  color: #fff;
  font-size: 22px;
  font-weight: 300;
  line-height: 30px;
  margin: 0 auto;
  margin-bottom: 60px;
}
header .intro-text {
  padding-top: 350px;
  padding-bottom: 200px;
  text-align: center;
}
/* Features Section */
#features {
  background: #f6f6f6;
}
#features i.fa {
  font-size: 38px;
  margin-bottom: 20px;
  transition: all 0.5s;
  color: #fff;
  width: 100px;
  height: 100px;
  padding: 30px 0;
  border-radius: 50%;
  background: linear-gradient(to right, #852323 0%, #c35353 50%);
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.05);
}
/* About Section */
#about {
  padding: 100px 0;
}
#about h3 {
  font-size: 22px;
  margin: 0 0 20px;
  color: #ab0909;
}
#about h2 {
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
#about .about-text li {
  margin-bottom: 6px;
  margin-left: 6px;
  list-style: none;
  padding: 0;
}
#about .about-text li:before {
  content: "\f00c";
  font-family: "FontAwesome";
  color: #5ca9fb;
  font-size: 11px;
  font-weight: 300;
  padding-right: 8px;
}
#about img {
  width: 520px;
  margin-top: 10px;
  background: #fff;
  border-right: 0;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.06);
}
#about p {
  line-height: 24px;
  margin: 30px 0;
}
/* Portfolio Section */
#portfolio {
  padding: 100px 0;
}
.portfolio-item {
  margin: 1px -15px 0 -14px;
  padding: 0;
}
.portfolio-item .hover-bg {
  overflow: hidden;
  position: relative;
  margin: 0;
}
.hover-bg .hover-text {
  position: absolute;
  text-align: center;
  margin: 0 auto;
  color: #fff;
  background: linear-gradient(
    to right,
    rgba(99, 114, 255, 0.8) 0%,
    rgba(92, 169, 251, 0.8) 100%
  );
  padding: 30% 0 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: all 0.5s;
}
.hover-bg .hover-text > h4 {
  opacity: 0;
  color: #fff;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  transition: all 0.3s;
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: 500;
  text-transform: uppercase;
}
.hover-bg:hover .hover-text > h4 {
  opacity: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.hover-bg:hover .hover-text {
  opacity: 1;
}
/* Testimonials Section */
#testimonials {
  padding: 30px 0;
  background: #fff;
}
#testimonials i {
  color: #e6e6e6;
  font-size: 32px;
  margin-bottom: 20px;
}
#testimonials h3 {
  color: #de0d0d;
  /* font-size: 23px; */
  margin-top: 30px;
}
.testimonial {
  position: relative;
  padding: 10px;
}
.testimonial-image {
  float: left;
  margin-right: 15px;
}
.testimonial-image,
.testimonial-image img {
  display: block;
  width: 64px;
  height: 64px;
  border-radius: 50%;
}
.testimonial-content {
  position: relative;
  overflow: hidden;
}
.testimonial-content p {
  margin-bottom: 0;
  font-size: 14px;
  font-style: italic;
}
.testimonial-meta {
  margin-top: 10px;
  font-size: 15px;
  font-weight: 600;
  color: #666;
}
#testimonial h2::after {
  position: absolute;
  content: "";
  margin-left: 25px;
  background: linear-gradient(to right, #852323 0%, #c35353 50%);
  height: 4px;
  width: 100px;
  bottom: 0;
  left: 0;
}

/* vcard Section */
#vcard h4 {
  font-size: 18;
}
@media screen and (max-width: 650px) {
  #vcard h4 {
    font-size: 12;
  }
}

/* bod Section */
#bod h2 {
  font-size: 36;
}
@media screen and (max-width: 550px) {
  #bod h2 {
    font-size: 30;
  }
}

/* Category Section */
#category {
  padding: 30px;
  font-size: 30;
}
@media screen and (max-width: 520px) {
  #category h2 {
    margin-top: -15px;
    font-size: 30;
  }
}
/* Team Section */
#team {
  padding: 30px 0;
}
#team h4 {
  margin: 5px 0;
}
#team .team-img {
  width: 240px;
}
#team .thumbnail {
  background: transparent;
  border: 0;
}
#team .thumbnail .caption {
  padding: 10px 0 0;
  color: #888;
}
@media screen and (max-width: 520px) {
  #team h2 {
    margin-top: -15px;
    font-size: 30;
  }
}
/* Contact Section */
#contact {
  padding: 20px 0 40px;
  background: #212121;
  color: #fff;
}
#contact .section-title {
  margin-bottom: 40px;
}
#contact .section-title p {
  font-size: 16px;
}
#contact h2 {
  color: #c50b0b;
  margin-top: 10px;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
#contact .section-title h2::after {
  position: absolute;
  content: "";
  background: rgba(255, 255, 255, 0.3);
  height: 4px;
  width: 60px;
  bottom: 0;
  left: 30px;
}
#contact h3 {
  color: #c50b0b;
  margin-top: 80px;
  /* margin-bottom: 25px; */
  padding-bottom: 20px;
  font-weight: 800;
}

#contact p {
  color: #fff;
  margin-top: 30px;
  /* margin-bottom: 25px; */
  padding-bottom: 20px;
  font-weight: 500;
  font-size: 14px;
}
#contact form {
  padding-top: 20px;
}
#contact .text-danger {
  color: #cc0033;
  text-align: left;
}
#contact .btn-custom {
  margin: 30px 0;
  background: transparent;
  border: 2px solid #fff;
}
#contact .btn-custom:hover {
  color: #1f386e;
  background: #fff;
}
label {
  font-size: 12px;
  font-weight: 400;
  font-family: "Work Sans", sans-serif;
  float: left;
}
#contact .form-control {
  display: block;
  width: 100%;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #444;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
#contact .form-control:focus {
  border-color: #999;
  outline: 0;
  -webkit-box-shadow: transparent;
  box-shadow: transparent;
}
.form-control::-webkit-input-placeholder {
  color: #333333;
}
.form-control:-moz-placeholder {
  color: #333333;
}
.form-control::-moz-placeholder {
  color: #333333;
}
.form-control:-ms-input-placeholder {
  color: #333333;
}
.contact-item i.fa {
  margin-right: 10px;
}
.social {
  border-top: 0px solid rgba(255, 255, 255, 0.15);
  /* padding-top: 50px;
  margin-top: 50px; */
}
.social ul li {
  display: inline-block;
  text-align: center;
  margin: 0 5px;
}
.social i.fa {
  font-size: 22px;
  width: 48px;
  height: 48px;
  padding: 12px 0;
  border: 2px solid #fff;
  background: #fff;
  color: #212121;
  border-radius: 10%;
  transition: all 0.3s;
}
.social i.fa:hover {
  color: #c1272d;
  background: #212121;
}
.social i.fa:hover h2 {
  color: #c1272d !important;
}
@media (max-width: 992px) {
  .text-center-img-contact {
    text-align: center !important;
  }
}

.social-icons-news {
  font-size: 1.5em;
  margin-right: 10px;
  background-color: #000;
  padding: 3px 5px 3px 5px;
  border-radius: 10%;
  color: white;
  transition: color 0.3s, background-color 0.3s;
}

.social-icons-news:hover {
  color: red;
  background-color: rgb(173, 168, 168);
}

/* Footer Section*/
#footer {
  background: #212121;
  padding: 30px 0;
}
#footer p {
  color: #fff;
  font-size: 14px;
}
#footer a {
  color: #c1272d;
}

#footer h3 {
  color: #ab0909;
}
#footer h4 {
  color: #fff;
}
#footer a:hover {
  border-bottom: 2px solid #c1272d;
}
#translate a {
  margin: 10px;
  color: #fff;
}

@media (max-width: 768px) {
  #about img {
    margin: 50px 0;
  }
}

/* untuk bimo */
.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.my-5 {
  margin-top: 3rem !important;
}

.text-center {
  text-align: center !important;
}

.img {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.img::before {
  content: "";
  position: absolute;
  top: 0;
  right: 1%;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0) 80%);
  z-index: 0;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.slider-hero {
  position: relative;
}

.owl-carousel {
  position: relative;
}
.owl-carousel .owl-item {
  opacity: 1;
}
.owl-carousel .owl-item.active {
  opacity: 1;
}
.owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: 0;
  color: white !important;
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
  opacity: 1;
}
@media (prefers-reduced-motion: reduce) {
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.owl-carousel .owl-nav .owl-prev span:before,
.owl-carousel .owl-nav .owl-next span:before {
  font-size: 30px;
}
.owl-carousel .owl-nav .owl-prev {
  left: 20px;
}
.owl-carousel .owl-nav .owl-next {
  right: 20px;
}
.owl-carousel .owl-dots {
  text-align: center;
  margin-top: 0;
  position: absolute;
  bottom: 20px;
  right: 0;
  left: 0;
}
.owl-carousel .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  margin: 5px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  position: relative;
}
.owl-carousel .owl-dots .owl-dot:hover,
.owl-carousel .owl-dots .owl-dot:focus {
  outline: none !important;
}
.owl-carousel .owl-dots .owl-dot.active {
  background: #ff5959;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.work {
  width: 100%;
}
.work .img {
  width: 100%;
  height: 600px;
  position: relative;
  z-index: 0;
  overflow: hidden;
  -webkit-box-shadow: 0px 20px 35px -30px rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 0px 20px 35px -30px rgba(0, 0, 0, 0.26);
  box-shadow: 0px 20px 35px -30px rgba(0, 0, 0, 0.26);
}
.work .img:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  z-index: -1;
  background: #000;
  opacity: 0.3;
}
.work .text h2 {
  font-size: 60px;
  font-weight: 200;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 991.98px) {
  .work .text h2 {
    font-size: 40px;
  }
}
.work .text span {
  font-size: 12px;
  letter-spacing: 1px;
  color: rgba(0, 0, 0, 0.3);
  text-transform: uppercase;
  font-weight: 500;
}

.work-2 {
  width: 100%;
}
.work-2 .img {
  width: 100%;
  height: 400px;
  position: relative;
  z-index: 0;
  overflow: hidden;
  -webkit-box-shadow: 0px 20px 35px -30px rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 0px 20px 35px -30px rgba(0, 0, 0, 0.26);
  box-shadow: 0px 20px 35px -30px rgba(0, 0, 0, 0.26);
}
.work-2 .img:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  z-index: -1;
  background: #000;
  opacity: 0.3;
}
.work-2 .text h2 {
  font-size: 60px;
  font-weight: 200;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 991.98px) {
  .work-2 .text h2 {
    font-size: 40px;
  }
}
.work-2 .text span {
  font-size: 12px;
  letter-spacing: 1px;
  color: rgba(0, 0, 0, 0.3);
  text-transform: uppercase;
  font-weight: 500;
}

.carouselindicator {
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translateY(50%) translateX(-50%);
  -ms-transform: translateY(50%) translateX(-50%);
  transform: translateY(-10%) translateX(-50%);
  z-index: 99;
  width: 100%;
}
.carouselindicator li {
  display: inline-block;
}
.carouselindicator li a {
  display: block;
  margin: 4px;
}
.carouselindicator li a img {
  width: 150px;
  height: 80px;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
}
.carouselindicator li.active a img {
  border: 4px solid #fff;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 767.98px) {
  .carouselindicator li a img {
    width: 100px;
    height: 50px;
  }
}

.nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background-color: transparent;
  cursor: pointer;
}

.nav-btn.prev-slide {
  left: 40;
  background-image: url("path_to_left_arrow.png");
  background-size: cover;
}

.nav-btn.next-slide {
  right: 40;
  background-image: url("path_to_right_arrow.png");
  background-size: cover;
}

.nav-btn.prev-slide:hover {
  background-image: url("path_to_left_arrow_red.png");
}

.nav-btn.next-slide:hover {
  background-image: url("path_to_right_arrow_red.png");
}

.slider-btn {
  position: absolute;
  top: 50%;
  transform: translate(-50px, -20px);
  width: 30px;
  height: 30px;
  background-color: transparent;
  cursor: pointer;
  z-index: 99;
}

.slider-btn.prev-slide {
  left: 10px;
  background-image: url("path_to_left_arrow_black.png");
  background-size: cover;
}

.slider-btn.next-slide {
  right: -90px;
  background-image: url("path_to_right_arrow_black.png");
  background-size: cover;
}

.slider-btn.prev-slide:hover {
  background-image: url("path_to_left_arrow_red.png");
}

.slider-btn.next-slide:hover {
  background-image: url("path_to_right_arrow_red.png");
}

@media (max-width: 992px) {
  .vcard {
    margin-top: -200px !important;
    position: relative;
    z-index: 9;
  }
}

.image-container {
  text-align: center;
  position: relative;
}

.image-container .image-wrapper {
  display: inline-block;
  margin: 0 0px;
  position: relative;
}

.image-container img {
  width: 250px;
  height: 450px;
  margin-right: 0px;
  transition: transform 0.3s;
  position: relative;
}

.image-container img:last-child {
  margin-right: 0;
  position: relative;
}

.image-container img:hover {
  transform: scale(1.2);
  position: relative;
  z-index: 2;
}

.image-caption {
  margin-top: 5px;
  position: absolute;
  bottom: 0;
  left: 30%;
  right: 20%;
  transform: translateX(-50%);
  z-index: 3;
}

.submenu-text {
  color: rgb(0, 0, 0) !important;
}

.submenu-text:hover {
  color: #c1272d !important;
}

/* swipper */
.swiper {
  width: 85%;
  max-width: 800px;
  height: 400px;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

@media (max-width: 767px) {
  .swiper {
    width: 85%;
    height: 30vh;
    max-width: 800px;
    max-height: 400px;
  }
  .swiper-pagination-fraction,
  .swiper-pagination-custom,
  .swiper-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal {
    top: var(--swiper-pagination-top, 170px) !important;
  }
}

@media (max-width: 900px) {
  .reman-facilities {
    max-width: 800px;
    overflow: hidden;
  }
}

@media (max-width: 600px) {
  .reman-facilities-select-fasilities {
    margin-right: 50px;
  }

  .reman-facilities-select-fasilities-placeholder {
    font-size: 15px !important;
  }
}

.swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, 360px);
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: var(
    --swiper-pagination-bullet-width,
    var(--swiper-pagination-bullet-size, 8px)
  );
  height: var(
    --swiper-pagination-bullet-height,
    var(--swiper-pagination-bullet-size, 8px)
  );
  display: inline-block;
  background: rgba(218, 0, 0, 0);
  width: 150px;
  height: 80px;
}
@media (max-width: 494px) {
  .swiper-pagination-bullet {
    width: 100px;
    height: 60px;
  }
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  background: rgba(218, 0, 0, 0);
  transform: scale(1.2);
  border-bottom: 4px solid #c1272d;
}
.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 15px);
}
.swiper-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}
.swiper-horizontal.swiper-rtl
  > .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}
/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}
/* Progress */
.swiper-pagination-progressbar {
  background: var(
    --swiper-pagination-progressbar-bg-color,
    rgba(0, 0, 0, 0.25)
  );
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}
.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-lock {
  display: none;
}

@media (max-width: 990px) {
  .product-container > div {
    width: calc(100% / 2 - 30px) !important;
  }
  .product-container .product-item {
    transform: scale(0.7) !important;
  }
}

@media (max-width: 590px) {
  .product-container > div {
    width: calc(100% - 30px) !important;
  }
}

.product-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.product-container .product-item {
  position: relative;
  margin: 0 15px;
  margin-bottom: 120px;
  width: calc(100% / 3 - 30px);
  text-align: center;
  transform: scale(1);
  transition: transform 0.5s ease;
}

.product-container .product-item.not-hovered {
  transform: scale(0.8);
}

.product-container .product-item .overlay {
  position: absolute;
  top: 0;
  right: 40px;
  background: #666666;
  width: 150px;
  height: 130%;
  z-index: 1;
  opacity: 0.1;
  transition: transform 0.5s ease;
}

.product-container .product-item h3 {
  font-weight: bold;
  color: #1a1a1a;
  position: relative;
  z-index: 2;
}

.product-container .product-item img {
  width: 250px;
  height: 150px;
  box-shadow: 0 0 0 0 transparent;
  position: relative;
  z-index: 2;
  transition: transform 0.5s ease;
}

.product-container .product-item:hover .overlay {
  transform: scaleX(3) scaleY(1.2);
}

.product-container .product-item:hover img {
  transform: translateX(-70px) translateY(10px) scale(1.1);
}
.product-container .product-item:hover + .product-item:not(:nth-child(3n + 1)) {
  transform: scale(0.8);
}

.product-container .product-item .hover-text {
  position: absolute;
  top: 5%;
  left: 80%;
  right: -100;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.product-container .product-item:hover .hover-text {
  opacity: 1;
}

.product-container .product-item .hover2-text {
  position: absolute;
  top: 40%;
  left: 80%;
  right: -100;
  opacity: 0;
  transition: opacity 0.5s ease;
  text-transform: none;
  color: black;
  font-weight: normal;
}

.product-container .product-item:hover .hover2-text {
  opacity: 1;
}

.product-container .product-item .title-text-product {
  opacity: 1;
  transition: opacity 0.5s ease;
  width: 200px;
  transform: translateX(150px);
}

.product-container .product-item:hover .title-text-product {
  opacity: 0;
}

@media (max-width: 768px) {
  .card-parts {
    width: 330px !important;
    margin: auto;
  }
}

@media (max-width: 992px) {
  .card-services {
    height: 300px !important;
    margin-bottom: 250px !important;
  }
}

@media (max-width: 600px) {
  .card-services {
    height: 200px !important;
  }
}

.hover-card:hover .animated-border {
  border-bottom: 10px solid #c1272d;
  width: 100%;
  margin: 0 auto;
}

.hover-card:hover .animated-border-2 {
  border-bottom: 10px solid #c1272d !important;
}

.hover-card-3 .card-animated-3 {
  transition: all 0.3s ease;
}

.hover-card-3:hover .card-animated-3 {
  margin-top: -100px !important;
  margin-left: -20px !important;
  width: 110% !important;
  height: 265px !important;
}

.hover-card-3:hover .animated-border-2 {
  border-bottom: 10px solid #c1272d !important;
}

.navigation-product:hover {
  background-color: #f2f2f2 !important;
}

.navigation-product-2:hover {
  background-color: #333333 !important;
}

.navigation-product-2:hover .navigation-product-2-text {
  color: #ffffff !important;
}

.card-info:hover {
  background-color: #c1272d !important;
}

.card-info:hover .border-bottom-info {
  border-bottom: 2px solid #f2f2f2 !important;
}
.card-info:hover .image-info {
  filter: brightness(0) saturate(100%) invert(100%) !important;
}

.card-info:hover .arrow-info {
  display: none !important; /* Sembunyikan gambar asli ketika dihover */
}

.card-info:hover .arrow-info-hover {
  display: block !important; /* Tampilkan gambar hover ketika dihover */
}

.card-info:hover h3,
.card-info:hover p,
.card-info:hover span {
  color: #f2f2f2 !important;
}

.product-reman-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.product-reman-container .product-item {
  position: relative;
  margin: 0 15px;
  margin-bottom: 120px;
  width: calc(100% / 3 - 30px);
  text-align: center;
}

@media (max-width: 990px) {
  .product-reman-container > div {
    width: calc(100% / 2 - 30px) !important;
  }
}

@media (max-width: 590px) {
  .product-reman-container > div {
    width: calc(100% - 30px) !important;
  }

  .product-reman-container .product-item {
    margin-bottom: 550px !important;
  }
}

@media (max-width: 450px) {
  .product-reman-container .product-item {
    margin-bottom: 400px !important;
  }
}

/* CSS UNTUK ATUR SCROLLBAR */
/* Untuk WebKit (Chrome, Safari, Opera) */
::-webkit-scrollbar {
  width: 8px;
}

/* ::-webkit-scrollbar-track { */
/* background-color: #f1f1f1; Warna track scrollbar */
/* } */

::-webkit-scrollbar-thumb {
  background-color: #c1272d; /* Warna thumb scrollbar */
  border-radius: 6px;
}

.filter-unit-product {
  position: relative;
}

.filter-unit-product:hover div {
  font-weight: bold !important;
}

@media (min-width: 992px) {
  .filter-unit-product:hover::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 100%;
    height: 2px;
    background-color: #333333;
    z-index: 999;
  }

  .filter-unit-product-active div::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 100%;
    height: 2px;
    background-color: #333333;
    z-index: 999;
  }
}

@media (max-width: 992px) {
  .filter-unit-product-main {
    flex-direction: column !important;
  }

  .filter-unit-product-scrollbar-container {
    margin-top: 10px;
    margin-left: -15px;
    width: max-content;
  }

  .filter-unit-product-scrollbar {
    overflow: auto;
  }

  .filter-unit-product-scrollbar::-webkit-scrollbar {
    display: none;
    width: 110%;
  }
}

.filter-unit-product-active div {
  font-weight: bold !important;
}

.filter-media-room {
  position: relative;
}

.filter-media-room:hover div {
  font-weight: bold !important;
}

.filter-media-room-scrollbar-container {
  margin-top: 10px;
  width: max-content;
  margin: auto;
}

@media (min-width: 1200px) {
  .filter-media-room:hover::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100%;
    height: 3px;
    background-color: #333333;
    z-index: 999;
  }

  .filter-media-room-active div::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100%;
    height: 3px;
    background-color: #333333;
    z-index: 999;
  }
}

.filter-media-room-scrollbar {
  overflow: auto;
}

.filter-media-room-scrollbar::-webkit-scrollbar {
  display: none;
  width: 110%;
}

.filter-media-room-active div {
  font-weight: bold !important;
}

@media (min-width: 1200px) {
  .navigation-product {
    justify-content: center !important;
  }
}

/* untuk pagination news */
.pagination-news {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 50%;
}
.pagination-news > li {
  display: inline;
}
.pagination-news > li > a,
.pagination-news > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  color: #c1272d;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  font-size: 15;
  box-shadow: 0 0 0 2px #c1272d;
  font-weight: bold;
  margin-right: 20px !important;
}
.pagination-news > li:first-child > a,
.pagination-news > li:first-child > span {
  border-radius: 50%;
}
.pagination-news > li:last-child > a,
.pagination-news > li:last-child > span {
  border-radius: 50%;
}
.pagination-news > li > a:hover,
.pagination-news > li > span:hover,
.pagination-news > li > a:focus,
.pagination-news > li > span:focus {
  z-index: 2;
  color: #f2f2f2;
  background-color: #c1272d;
  border-color: #c1272d;
}
.pagination-news > .active > a,
.pagination-news > .active > span,
.pagination-news > .active > a:hover,
.pagination-news > .active > span:hover,
.pagination-news > .active > a:focus,
.pagination-news > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #c1272d;
  border-color: #c1272d;
}
.pagination-news > .disabled > span,
.pagination-news > .disabled > span:hover,
.pagination-news > .disabled > span:focus,
.pagination-news > .disabled > a,
.pagination-news > .disabled > a:hover,
.pagination-news > .disabled > a:focus {
  color: #333333;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-news-lg > li > a,
.pagination-news-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-news-lg > li:first-child > a,
.pagination-news-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-news-lg > li:last-child > a,
.pagination-news-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-news-sm > li > a,
.pagination-news-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-news-sm > li:first-child > a,
.pagination-news-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-news-sm > li:last-child > a,
.pagination-news-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.page-item-news:first-child .page-link-news {
  margin-right: 0.25rem;
}
.page-item-news:not(:first-child) .page-link-news {
  margin-left: 0;
  margin-right: 0.25rem;
}
.page-item-news .page-link-news {
  border-radius: 50%;
}

/* style untuk ckeditor */
/* Styling saat tidak dalam mode focused */
.ck.ck-editor__main > .ck-editor__editable:not(.ck-focused) {
  background: none !important; /* Atur warna latar belakang */
  border: none !important; /* Hapus border */
  box-shadow: none !important;
}

/* Styling saat dalam mode focused */
.ck.ck-editor__main > .ck-editor__editable.ck-focused {
  background: none !important; /* Atur warna latar belakang */
  border: none !important; /* Atur border ketika dalam mode focused */
  outline: none !important; /* Hapus outline */
  box-shadow: none !important;
}

/* Mengatur toolbar CKEditor */
.ck.ck-editor__top .ck-sticky-panel .ck-sticky-panel__content {
  background: none !important; /* Atur warna latar belakang */
  border: none !important; /* Atur border ketika dalam mode focused */
  outline: none !important; /* Hapus outline */
  box-shadow: none !important;
}

.ck-rounded-corners .ck.ck-editor__main > .ck-editor__editable,
.ck.ck-editor__main > .ck-editor__editable.ck-rounded-corners {
  padding: inherit !important;
}

/* Menghilangkan tulisan "Powered by CKEditor" */
.ck.ck-powered-by {
  display: none !important;
}

.ck.ck-toolbar {
  border: none !important;
}

.ck.ck-editor__editable_inline {
  padding: 0px !important;
}

.ck.ck-editor__editable.ck-blurred .ck-widget.ck-widget_selected,
.ck.ck-editor__editable.ck-blurred .ck-widget.ck-widget_selected:hover {
  outline-color: transparent !important;
}

@media (max-width: 655px) {
  .carousel-header-media-room {
    padding-left: 10px !important;
  }

  .carousel-header-media-room > h2 {
    width: 100% !important;
  }
}

.news-home-filter {
  display: flex;
  justify-content: space-between;
}

.news-home-filter-2 {
  display: flex;
  align-items: center;
}

@media (max-width: 992px) {
  .news-home-filter {
    display: block;
    justify-content: left;
  }

  .news-home-filter-2 {
    display: block;
    align-items: start;
    margin-bottom: 20px !important;
  }

  .news-home-filter-3 {
    width: 98.5% !important;
    margin-top: 0px !important;
  }
}

@media (max-width: 991px) {
  .eng-facilities-element-2 {
    display: none !important;
  }

  .eng-facilities-element-3 {
    display: block !important;
  }

  .eng-facilities-element-ul-2 {
    height: auto !important;
  }
}

@media (max-width: 767px) {
  .eng-facilities-element-ul-2 > h3 {
    margin-bottom: 5px !important;
    margin-top: 60px !important;
  }
}

@media (max-width: 1199px) {
  .eng-facilities-element-ul {
    font-size: 15px !important;
    padding-top: 18px !important;
    padding-bottom: 6px !important;
  }
}

@media (max-width: 474px) {
  .eng-facilities-element-text {
    font-size: 22px !important;
    margin-top: -30px !important;
  }

  .eng-facilities-element-text-2 {
    font-size: 22px !important;
  }
}

.popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99999;
}

.popup-content {
  position: absolute;
  padding: 20px;
  border-radius: 5px;
  text-align: center;
}

.close-button {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: red;
  border: none;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  color: white;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.close-button img {
  width: 15px;
  height: 15px;
  filter: invert(1);
}

@media (max-width: 900px) {
  .popup-content-mobile {
    display: block !important;
  }

  .popup-content-web {
    display: none !important;
  }

  .popup-content-mobile > img {
    width: 100% !important;
  }
}

@media (max-width: 500px) {
  .popup-content {
    width: 100% !important;
  }

  .popup-content-mobile > img {
    width: 100% !important;
  }
}

.company-overview-button {
  background-color: #ffffff;
  color: #af0000;
  font-weight: bold;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  font-size: 20px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.cookie-consent {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #ffffff;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10%;
  z-index: 1000;
  border-top: #c1272d 3px solid;
  box-shadow: 0px 0px 31px rgba(0, 0, 0, 0.2);
  min-height: 100px;
  flex-direction: row;
}

.cookie-message {
  color: #000000;
  padding-right: 30px;
  font-size: 14px;
}

.cookie-button {
  background-color: #c1272d;
  color: #f2f2f2;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  font-size: 20px;
}

/* Media query untuk layar kecil */
@media (max-width: 600px) {
  .cookie-consent {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 20px;
  }

  .cookie-message {
    padding-right: 0;
    margin-bottom: 10px;
  }

  .cookie-button {
    margin-top: 10px;
  }
}

/* Contact menu styling */
.contact-menu {
  color: #fff;
  margin-bottom: 20px;
}
.contact-menu h4 {
  font-size: 15px;
  margin-bottom: 10px;
}
.contact-menu ul {
  list-style: none;
  padding: 0;
}
.contact-menu ul li a {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}

.contact-menu a:hover {
  color: #c1272d;
}

.contact-menu-career {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}

.contact-menu-career:hover {
  color: #c1272d !important;
}

.menu-home-product:hover {
  color: #c1272d !important;
}

.contact-menu.primary {
  margin-bottom: 40px;
}

/* Media query untuk layar kurang dari 991px */
@media (max-width: 991px) {
  .contact-menu.secondary {
    display: none !important;
  }
}

.fullscreen-image-container {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

.fullscreen-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.white-gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 70%;
  height: 100%;

  background: linear-gradient(
      to right,
      rgba(255, 255, 255, 1),
      rgba(255, 255, 255, 0)
    ),
    url("/img/patern-bg-gray.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;

  -webkit-mask-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 1),
    rgba(0, 0, 0, 0)
  );
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: cover;
}

.fullscreen-image-container h2 {
  font-weight: 200;
  color: #c1272d;
  text-transform: uppercase;
}

.about-img {
  display: flex;
}

@media (max-width: 991.98px) {
  .about-img {
    justify-content: center;
  }
}

@media (min-width: 768px) {
  .col-md-5th {
    width: 20%;
    float: left;
  }
}

/* style untuk media room */
.mediaroom {
  background-color: #f2f2f2;
  border: 1px solid #ccc;
  width: 100%;
  min-height: 100vh;
}

@media (min-width: 768px) {
  .mediaroom {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.contact-border-right {
  width: 2px;
  background-color: #fff;
  height: 100%;
  position: absolute;
  right: 15%;
  transform: translateX(50%);
}

@media (max-width: 991px) {
  .contact-border-right {
    display: none;
  }
}

/* animations.css */
/* Kontainer utama */
.animation-container {
  overflow: hidden; /* Mencegah elemen overflow */
  position: relative; /* Diperlukan jika menggunakan position absolute */
}

.animation-left-to-right,
.animation-right-to-left,
.animation-top-to-bottom,
.animation-bottom-to-top {
  opacity: 0;
  transform: translateX(0) translateY(0);
  transition: opacity 1s ease, transform 1s ease;
  will-change: transform, opacity;
}

.animation-left-to-right {
  transform: translateX(-100px);
}

.animation-right-to-left {
  transform: translateX(100px);
}

.animation-top-to-bottom {
  transform: translateY(-100px);
}

.animation-bottom-to-top {
  transform: translateY(100px);
}

.animate-visible {
  opacity: 1 !important;
  transform: translateX(0) translateY(0) !important;
}

.responsive-text-h2 {
  font-size: clamp(1rem, 2vw + 2rem, 20rem) !important;
}

.responsive-text-h3 {
  font-size: clamp(1rem, 1vw + 1rem, 3rem) !important;
}

.responsive-text-p {
  font-size: clamp(1rem, 1vw + 1rem, 2rem) !important;
}

.sustainability-img {
  text-align: right !important;
}

.sustainability-about-img {
  text-align: center !important;
}

@media (max-width: 991px) {
  .sustainability-img {
    text-align: center !important;
  }
}

/* style untuk di sustainability-esg */
.sustainability-esg-custom-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 16px;
  font-weight: 600;
  color: white;
  border-radius: 30px;
  font-family: "Work Sans", sans-serif;
  font-size: 16px;
  border: 2px solid;
  background-color: transparent;
}

.sustainability-esg-border-blue {
  border-color: #007bff;
}
.sustainability-esg-border-orange {
  border-color: #f0ad4e;
}
.sustainability-esg-border-green {
  border-color: #28a745;
}

.sustainability-esg-dot {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: inline-block;
}

.sustainability-esg-dot-blue {
  background-color: #007bff;
}

.sustainability-esg-dot-orange {
  background-color: #f0ad4e;
}

.sustainability-esg-dot-green {
  background-color: #28a745;
}

.sustainability-esg-icon {
  text-align: left;
}

@media (max-width: 991px) {
  .sustainability-esg-icon {
    text-align: center !important;
  }
}
