:root {
  --white: #ffffff;
  --black: #000000;
  --light-black: #282828;
  --light-blue: #a3d6f1;
  --soft-blue: #0d68ba;
  --dark-blue: #002a5a;
  --light-gray: #efefef;
  --dark-gray: #363636;
  --mid-gray: #abadb1;
  --text-gray: #838383;
  --green: #2fa501;
  --red: #9d1a2a;
  --fira-sans: "Fira Sans", sans-serif;
  --dm-sans: "DM Sans", sans-serif;
  --be-vietnam: "Be Vietnam Pro", sans-serif;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--fira-sans);
  overflow-x: hidden;
  color: var(--light-black);
  font-size: 15px;
  font-weight: 400;
}

.logo-mobile{
  display: none !important;
}

table{
  width: 100%;
}
.table.table-custom tr,.table.table-custom td{
  border: 1px solid var(--mid-gray);
}
.table.table-custom td{
  padding: 10px;
  font-size: 16px;
  line-height: 2em;
  color: var(--light-black);
  background: transparent;
}

.table-blue {
  border-radius: 20px;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  border: 1px solid var(--white);
}
.table-blue thead tr{
  background: var(--dark-blue);
}
.table-blue thead tr th{
  color: var(--white);
  padding: 12px;
}
.table-blue tr.row1 {
  background: #e0eef8;
}
.table-blue tr.row2 {
  background: #e6e6e6;
}
.table-blue td {
  padding: 12px;
}

.img-responsive{
  width: 100%;
  margin: 0 auto;
  display: block;
}

.container{
  padding: 0 15px;
}

.text-light-black{
  color: var(--light-black);
}
.text-dark-blue{
  color: var(--dark-blue);
}
.text-red{
  color: var(--red);
}

a.link-page-parent{
  color: var(--white);
  text-decoration: none;
}
a.link-page-parent:hover{
  text-decoration: underline;
}

.header-container{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 80px;
}

.header-container .inner-header{
  background: var(--white);
  width: 90%;
  margin: 25px auto 0;
  border-radius: 10px;
  box-shadow: 1px 1px 5px 2px var(--mid-gray);
}

.col-btn-free-quote{
  float: right;
}

.quote-btn{  
  background: var(--soft-blue);
  color: var(--white);
  border: none;
  padding: 23px 30px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s;
  text-decoration: none;
  display: flex;
  float: right;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.img-logo{
  margin: 0 auto;
  display: block;
  /* width: 70%; */
  height: 68px;
  padding: 5px;
}

.burger-content{
  padding: 30px 10px;
  box-shadow: 1px 1px 5px 2px var(--mid-gray);
  border-radius: 10px;
}

.burger-content .quote-btn{
  padding: 10px 30px;
  margin-right: 50px;
}

.menu-overlay {
  position: fixed;
  top: 0;
  left: -100%;
  width: 90%;
  background: var(--white);
  z-index: 2000;
  transition: bottom 0.4s ease;
  margin: 25px auto 0;
  border-radius: 10px;
}

.menu-overlay.active {
  left: 50%;
  transform: translate(-50%, 0%);
}

.menu-overlay .quote-btn{
  border-radius: 10px;
}

.menu-toggle {
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: var(--dark-blue);
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 400;
  padding: 8px 15px;
  transition: all 0.3s;
  font-family: var(--fira-sans);
}

.menu-toggle .menu-bar{
  font-size: 16px;
}
.menu-toggle:focus-visible {
  outline: none;
}

.menu-section h6 a{
  text-decoration: none;
  color: var(--dark-blue);
}
.menu-section h6.menu-green-hw a{
  display: flex;
  justify-content: space-between;
  color: var(--green);
  align-items: center;
}
.menu-section h6.menu-green-hw a img{
  width: 25px;
}

.menu-section h6 a.selected,
.menu-section ul li a.selected {
  font-weight: bold;
}


.burger-content .menu-bar{
  font-size: 16px;
}

.close-menu {
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: var(--dark-blue);
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 400;
  padding: 8px 15px;
  transition: all 0.3s;
}

.menu-section{
  font-family: var(--be-vietnam);
}

.menu-section h6{
  padding: 10px 0;
  border-bottom: 1px solid var(--light-gray);
  color: var(--dark-blue);
  font-size: 18px;
}

.menu-section ul{
  list-style-type: none;
  padding: 0;
}

.menu-section ul li{
  padding: 2px 0;
}

.menu-section ul li a{
  color: var(--dark-blue);
  text-decoration: none;
  font-size: 13px;
  font-weight: 300;
}

.menu-content{
  padding: 30px 30px 0 30px;
}

/* banner */
.hero-slider {
  margin-top: 0;
  padding-top: 0;
}

.hero-slide{
  position: relative;
  width: 100%;
  height: 100vh;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.hero-slide.banner-1{
  background: url(/assets/img/banner/banner-1.webp) center no-repeat;
  background-size: cover;
}

.hero-content {
  position: absolute;
  z-index: 10;
  color: var(--white);
  text-align: center;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}

.hero-content h2 {
  font-size: 93px;
  font-weight: 300;
  margin-bottom: 0;
  line-height: 1.1;
  color: var(--white);
}

.hero-content h3 {
  font-size: 50px;
  font-weight: 500;
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  letter-spacing: 2px;
}
.hero-content .dot{
  font-size: 50px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-1px);
  color: var(--light-blue);
}

/* subpage */
.subpage-banner{
  height: 80vh;
}
.subpage-banner.banner-product{
  background: url(/assets/img/banner/bg-subpage.webp) center no-repeat;
  width: 100%;
  background-size: cover;
  position: relative;
  z-index: 2;
}

.subpage-banner.banner-product .hero-content-subpage{
  position: absolute;
  z-index: 10;
  color: var(--white);
  top: 30%;
  max-width: 60%;
}

.subpage-banner.banner-product .hero-content-subpage p{
  font-weight: 300;
  text-transform: uppercase;
}
.subpage-banner.banner-product .hero-content-subpage p span.active-sub-parent{
  font-weight: 500;
}
.subpage-banner.banner-product .hero-content-subpage p span i{
  margin: 0 15px;
}
.subpage-banner.banner-product .hero-content-subpage p span a{
  text-decoration: none;
  color: var(--white);
}
.subpage-banner.banner-product .hero-content-subpage p span a:hover{
  text-decoration: underline;
}

.subpage-banner.banner-product .hero-content-subpage h3{
  font-size: 40px;
  margin-bottom: 50px;
}
.hero-content-header{
  position: absolute;
  color: var(--white);
  top: 30%;
  right: 10%;
  width: 35%;
}
.hero-content-header h3{
  font-size: 28px;
}

.subpage-banner.banner-product:before{
  content: "";
  background: url(/assets/img/img-diamond-shapes.webp) no-repeat center;
  background-size: contain;
  width: 40%;
  height: 100%;
  position: absolute;
  top: 15%;
  right: 0;
}

.subpage-banner.banner-about{
  background: url(/assets/img/banner/banner-about.webp) center no-repeat;
  width: 100%;
  background-size: cover;
  position: relative;
}

.subpage-banner.banner-company-profile{
  background: url(/assets/img/banner/banner-about.webp) bottom no-repeat;
  width: 100%;
  background-size: cover;
  position: relative;
}
.subpage-banner.bg-gradient-overlay-blue::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background: linear-gradient(to top, var(--dark-blue) 30%, rgb(0 42 90 / 0%) 100%);
  z-index: 1;
}

.subpage-banner.banner-board-group{
  background: url(/assets/img/banner/banner-board-group.webp) center no-repeat;
  width: 100%;
  background-size: cover;
  position: relative;
}

.subpage-banner.banner-others{
  background: url(/assets/img/banner/Others.jpg) no-repeat;
  width: 100%;
  background-size: cover;
  position: relative;
  background-position: center bottom;
}

.subpage-banner.banner-grimm-hw{
  background: url(/assets/img/banner/banner-grimm-hw.webp) center no-repeat;
  width: 100%;
  background-size: cover;
  position: relative;
}
.banner-grimm-hw .hero-content-header{
  text-shadow: 0px 0px 5px #000000;
}

.hero-content-subpage-center{
  position: absolute;
  z-index: 10;
  color: var(--white);
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.hero-content-subpage-center h2{
  font-weight: 300;
  text-transform: uppercase;
  font-size: 60px;
  text-align: center;
}

.btn-cta{
  background: var(--soft-blue);
  color: var(--white);
  border: none;
  padding: 15px 35px;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s;
  text-decoration: none;
}

/* footer */
footer {
  background-image: url(/assets/img/bg-footer.webp);
  background-size: cover;
  background-position: center;
  padding-top: 80px;
  padding-bottom: 50px;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-logo {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.footer-logo img {
  margin-bottom: 10px;
  width: 300px;
}

footer nav ul {
  display: flex;
  list-style-type: none;
}

footer nav ul li {
  margin-right: 15px;
}

footer nav ul li:last-child{
  margin-right: 0;
}

footer nav ul li a {
  text-decoration: none;
  color: var(--light-black);
  font-size: 12px;
}

footer nav ul li a:hover {
  text-decoration: underline;
}

.footer-bottom {
  text-align: right;
  font-size: 12px;
}

.footer-bottom p{
  color: var(--mid-gray);
}

.footer-bottom a {
  color: var(--mid-gray);
  text-decoration: none;
}

.footer-bottom a:hover {
  text-decoration: underline;
}

/* home - about us */
.section-about-us{
  background: url(/assets/img/home/bg-blue-gradient.webp) center no-repeat;
  background-size: cover;
  position: relative;
  margin-top: -370px;
  color: var(--white);
  text-align: center;
}
.section-about-us .t-title{
  padding-top: 350px;
  margin-bottom: 30px;
}
.sub-text{
  padding: 0 100px;
}
.section-about-us .img-icon{
  width: 40px;
  height: 40px;
  margin: 20px auto;
  display: block;
}
.img-earth-illustration img{
  width: 60%;
  margin: 30px auto 0;
  display: block;
}
.button-outline-white{
  max-width: 180px;
  padding: 10px 25px;
  border: 1px solid var(--white);
  border-radius: 50px;
  text-align: center;
  color: var(--white);
  display: block;
  margin: 30px auto;
  text-decoration: none;
}

/* home - bg pattern */
.section-bg-pattern{
  background: url(/assets/img/home/bg-pattern.webp) center no-repeat;
  background-size: cover;
  position: relative;
  padding: 80px 0;
}
ul.dash{
  list-style-type: "- ";
  padding-left: 10px;
}
.title-hero{
  color: var(--dark-blue);
  text-align: center;
}
.product-highlights .title-hero{
  margin: 60px 0 20px;
}
.product-highlights .text-wrapper{
  width: 800px;
  margin: 0 auto;
}
.product-highlights .text-wrapper p{
  text-align: center;
  color: var(--dark-blue);
}
a.item-product-highlights{
  text-decoration: none;
  display: block;
}
a.item-product-highlights:hover img{
  box-shadow: 1px 1px 5px 2px var(--mid-gray);
}
.item-product-highlights{
  position: relative;
}
.item-product-highlights img{
  width: 100%;
  margin: 0 auto;
  display: block;
  border-radius: 30px;
}
.item-product-highlights p{
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: var(--white);
  margin-bottom: 0;
}
.item-product-highlights.view-all-product img{
  border: 1px solid var(--dark-blue);
}
.item-product-highlights.view-all-product .cta-all-products p{
  color: var(--dark-blue);
  font-weight: 600;
  font-size: 20px;
}
.item-product-highlights.view-all-product .cta-all-products {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: var(--dark-blue);
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 85%;
}
.cta-all-products i {
  font-size: 28px;
  transition: transform 0.3s ease;
}
.section-bg-pattern video{
  width: 100%;
  margin: 0 auto 20px;
  display: block;
  border-radius: 15px;
}
.vimeo-responsive{
  display: block; 
  width: 100%; 
  aspect-ratio: 16 / 9; 
  border-radius: 15px;
  margin: 0 auto 20px;
}
.item-product-highlights.view-all-product .cta-all-products h5 {
  margin: 0;
}
.service-maintenance{
  border: 1px solid var(--mid-gray);
  padding: 30px;
  border-radius: 15px;
  background: var(--white);
  margin-top: 80px;
}
.service-maintenance img.img-service{
  border-radius: 15px;
  margin: 0 auto;
  display: block;
  width: 100%;
}
.service-maintenance img.icon-time{
  width: 50px;
  height: auto;
}
.service-maintenance .sub-text h4{
  margin-top: 40px;
}
.service-maintenance .sub-text p{
  margin-bottom: 0;
}
.goverlay {
  background: rgba(0, 0, 0, .8);
}
.glightbox-clean .gslide-media{
  box-shadow: none;
}
.gslide-image img {
  max-width: 80%;
}
.btn-cta-arrow{
  margin-top: 30px;
  font-size: 28px;
  transition: transform 0.3s ease;
}
.btn-cta-arrow i{
  color: var(--dark-blue);
}
.global-presence{
  margin-top: 80px;
}
.global-presence h4{
  color: var(--dark-blue);
  text-align: center;
}
.global-presence .img-global-presence{
  margin: 30px auto;
  display: block;
  width: 80%;
}
.our-clients{
  margin-top: 80px;
}
.our-clients h4{
  color: var(--dark-blue);
  text-align: center;
}
.clients {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 50px;
}
.client-logo img {
  max-width: 150px;
  height: auto;
  object-fit: contain;
}
.our-partners{
  margin-top: 50px;
}
.our-partners h6.line{
  text-transform: uppercase;
  font-size: 14px;
  text-align: center;
  font-weight: 400;
  position: relative;
  letter-spacing: 2px;
}
h6.line:before, h6.line:after {
  content: '';
  width: 38%;
  height: 1px;
  background: var(--text-gray);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
h6.line:after {
  left: auto;
  right: 0;
}
.partners {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 50px;
}
.partners-logo img {
  max-width: 150px;
  height: auto;
  object-fit: contain;
}


/* home - email alert */
.section-email-alerts{
  background: url(/assets/img/home/bg-get-in-touch.webp) center no-repeat;
  background-size: cover;
  height: 60vh;
  position: relative;
}
.box-email{
  position: absolute;
  background: var(--white);
  border-radius: 15px;
  padding: 20px;
  bottom: 20%;
  max-width: 550px;
}
.box-email h4{
  margin-bottom: 15px;
  font-weight: 400;
  color: var(--dark-blue);
}
.box-email p{
  margin-bottom: 0;
  font-weight: 400;
  color: var(--dark-blue);
}
.box-email a{
  color: var(--dark-blue);
  margin-left: 20px;
  font-size: 20px;
}

/* products */
.section-product .t-title{
  font-size: 22px;
  font-weight: 400;
  text-align: center;
}
.box-product-card{
  margin-top: 80px;
  margin-bottom: 80px;
}
.box-product{
  color: var(--white);
  border-radius: 15px;
  padding: 15px;
  cursor: pointer;
}
.box-product {
  position: relative;
  width: 100%;
  padding-top: 75%;
  border-radius: 16px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-bottom: 30px;
}
.box-product::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
}
.box-product-card a:hover .box-product::before{
  opacity: 1;
}
.box-product.product-1{
  background: url(/assets/img/products/product-homepage/blast-shutter.webp) center no-repeat;
  background-size: cover;
}
.box-product.product-2{
  background: url(/assets/img/products/product-homepage/commercial-shutters.webp) center no-repeat;
  background-size: cover;
}
.box-product.product-3{
  background: url(/assets/img/products/product-homepage/fire-shutters.webp) center no-repeat;
  background-size: cover;
}
.box-product.product-4{
  background: url(/assets/img/products/product-homepage/garage-doors.webp) center no-repeat;
  background-size: cover;
}
.box-product.product-5{
  background: url(/assets/img/products/product-homepage/hangar-door.webp) center no-repeat;
  background-size: cover;
}
.box-product.product-6{
  background: url(/assets/img/products/product-homepage/highspeed-door.webp) center no-repeat;
  background-size: cover;
}
.box-product.product-7{
  background: url(/assets/img/products/product-homepage/industrial-doors.webp) center no-repeat;
  background-size: cover;
}
.box-product.product-8{
  background: url(/assets/img/products/product-homepage/storm-shutters.webp) center right no-repeat;
  background-size: cover;
}
.box-product.product-9{
  background: url(/assets/img/products/product-homepage/spiral-door.webp) center no-repeat;
  background-size: cover;
}
.box-product.product-10{
  background: url(/assets/img/products/product-homepage/butzbach.webp) center no-repeat;
  background-size: cover;
}
.box-product.product-11{
  background: url(/assets/img/products/product-homepage/won-door.webp) center no-repeat;
  background-size: cover;
}

.box-product.product-commercial-shutter-1{
  background: url(/assets/img/products/commercial/Alfresco.jpg) center no-repeat;
  background-size: cover;
}
.box-product.product-commercial-shutter-2{
  background: url(/assets/img/products/commercial/Continuous-Sheet.jpg) center no-repeat;
  background-size: cover;
}
.box-product.product-commercial-shutter-3{
  background: url(/assets/img/products/commercial/Crystal-Aluminium.jpg) center no-repeat;
  background-size: cover;
}
.box-product.product-commercial-shutter-4{
  background: url(/assets/img/products/commercial/Crystal-Clear.jpg) center no-repeat;
  background-size: cover;
}
.box-product.product-commercial-shutter-5{
  background: url(/assets/img/products/commercial/Premium-Aluminium.jpg) center no-repeat;
  background-size: cover;
}

.box-product.product-fire-shutter-1{
  background: url(/assets/img/products/fire-shutters/Non-insulated.png) center no-repeat;
  background-size: cover;
}
.box-product.product-fire-shutter-2{
  background: url(/assets/img/products/fire-shutters/Thermally-insulated.png) center no-repeat;
  background-size: cover;
}
.box-product.product-fire-shutter-3{
  background: url(/assets/img/products/fire-shutters/Fire-insulated-roller.png) center no-repeat;
  background-size: cover;
}
.box-product.product-fire-shutter-4{
  background: url(/assets/img/products/fire-shutters/Fire-insulated-panel.png) center no-repeat;
  background-size: cover;
}

.box-product.product-industrial-1{
  background: url(/assets/img/products/industrial/Continuous-Sheet.jpg) center no-repeat;
  background-size: cover;
}
.box-product.product-industrial-2{
  background: url(/assets/img/products/industrial/Heavy-Duty.jpg) center no-repeat;
  background-size: cover;
}
.box-product.product-industrial-3{
  background: url(/assets/img/products/industrial/Insulated-roller.jpg) center no-repeat;
  background-size: cover;
}
.box-product.product-industrial-4{
  background: url(/assets/img/products/industrial/Giant-Xtra-Large.jpg) center no-repeat;
  background-size: cover;
}
.box-product.product-industrial-5{
  background: url(/assets/img/products/industrial/Louvred-Roller.jpg) center no-repeat;
  background-size: cover;
}
.box-product.product-industrial-6{
  background: url(/assets/img/products/industrial/High-Security.jpg) center no-repeat;
  background-size: cover;
}
.box-product.product-industrial-7{
  background: url(/assets/img/products/industrial/Sectional.jpg) center no-repeat;
  background-size: cover;
}
.box-product.product-industrial-8{
  background: url(/assets/img/products/industrial/Renlita.jpg) center no-repeat;
  background-size: cover;
}

.box-product.product-hangar-1{
  background: url(/assets/img/products/hangar/Butzbach-Sliding-Hangar.jpg) center no-repeat;
  background-size: cover;
}
.box-product.product-hangar-2{
  background: url(/assets/img/products/hangar/Giant-Series-Hangar.jpg) center no-repeat;
  background-size: cover;
}
.box-product.product-hangar-3{
  background: url(/assets/img/products/hangar/Renlita.jpg) center no-repeat;
  background-size: cover;
}

.box-product.product-high-speed-1{
  background: url(/assets/img/products/high-speed/Novosprint.jpg) center no-repeat;
  background-size: cover;
}
.box-product.product-high-speed-2{
  background: url(/assets/img/products/high-speed/Gliderol-Swift.jpg) center no-repeat;
  background-size: cover;
}

.box-product.product-butzbach-1{
  background: url(/assets/img/products/butzbach/bsd/Stacking-Door.jpg) center no-repeat;
  background-size: cover;
}
.box-product.product-butzbach-2{
  background: url(/assets/img/products/butzbach/bgsd/Glass-Stacking-Door-1.jpg) center no-repeat;
  background-size: cover;
}
.box-product.product-butzbach-3{
  background: url(/assets/img/products/butzbach/hstd/High-Speed-Door.jpg) center no-repeat;
  background-size: cover;
}
.box-product.product-butzbach-4{
  background: url(/assets/img/products/butzbach/bshd/Hangar-Door-1.png) center no-repeat;
  background-size: cover;
}

.box-product.product-won-door-1{
  background: url(/assets/img/products/won-door/durasound/Won-Door-DuraSound-1.png) center no-repeat;
  background-size: cover;
}
.box-product.product-won-door-2{
  background: url(/assets/img/products/won-door/fireguard/Wondoor-Fire-Guard-1.png) center no-repeat;
  background-size: cover;
}


.detail-product{
  display: flex;
  position: relative;
  z-index: 2;
}
.detail-product p{
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}
.detail-product p.arrow-hover-show{
  display: none;
}
.box-product-card a:hover .detail-product p.arrow-hover-show{
  display: block;
}
.detail-product p.arrow-hover-show i{
  font-size: 35px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.box-product-card a{
  text-decoration: none;
}
.products-wrapper a.btn-blue{
  margin: 20px 0;
}
.text-title{
  font-size: 18px;
  font-weight: 400;
}
.box-features{
  margin-bottom: 30px;
}
.img-products{
  width: 100%;
  margin: 0 auto 15px;
  display: block;
  border-radius: 15px;
}
.page-product-details .section-bg-pattern{
  margin-top: -135px;
}
.page-product-details .product-text{
  margin-top: 80px;
}
.page-product-details .title-hero{
  text-align: left;
  margin-bottom: 30px;
}
.page-product-details .t-desc-detail-product{
  font-size: 18px;
}
.page-product-details .t-detail-product-title{
  color: var(--dark-blue);
  margin: 25px 0 15px 0;
  font-weight: 400;
  font-size: 18px;
}
.page-product-details a.btn-blue{
  margin: 20px 0;
}
.product-tech-data .sub-tech-data-title{
  font-size: 20px;
  color: var(--soft-blue);
  font-weight: 400;
  margin-bottom: 10px;
}
.img-icon-detail img{
  width: 350px;
  margin: 0 auto;
  display: block;
}
.img-product-detail{
  border: 1px solid var(--light-gray);
  border-radius: 15px;
  margin: 15px 0;
}
.img-product-detail img{
  width: 100%;
  margin: 0 auto;
  display: block;
  border-radius: 15px;
}
.product-wrapper{
  padding-right: 80px;
}
.box-pl {
  background-color: #f5f9ff;
  border-radius: 15px;
  overflow: hidden;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
}
.image-wrapper {
  position: relative;
}
.img-pl {
  width: 100%;
  height: auto;
  display: block;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.content-img {
  position: absolute;
  bottom: 0;
  left: 10px;
  color: var(--white);
  padding: 5px 12px;
  border-radius: 5px;
  font-size: 14px;
}
.text-content {
  padding: 40px 50px;
  flex-grow: 1;
}
.text-content h3 {
  color: var(--dark-blue);
  font-size: 22px;
  margin-bottom: 15px;
  font-weight: 500;
}
.text-content p{
  margin-bottom: 0;
}
.performance-card {
  background-color: var(--black);
  color: var(--white);
  border-radius: 15px;
}
.performance-image img{
  width: 100%;
  margin: 0 auto;
  display: block;
}
.performance-text-left{
  padding: 30px 0 30px 30px;
}
.performance-text-right{
  padding: 30px 50px;
}
.performance-text-right h4{
  margin-bottom: 20px;
}
.product-img-name{
  text-align: center;
  font-weight: 400;
  margin: 20px 0;
}
.patent-info{
  margin: 80px 0;
}
.patent-info img{
  width: 100%;
  margin: 0 auto;
  display: block;
}
.box-patent-info{
  border: 1px solid var(--mid-gray);
  border-radius: 15px;
  padding: 40px;
}
.box-patent-info h4{
  margin-bottom: 30px;
}
.info-item {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-bottom: 12px;
  font-size: 13px;
}
.info-item strong {
  font-weight: bold;
}

/* company profile */
.page-about .title-hero{
  text-align: left;
}
.page-about .bg-leading-provider{
  background: url(/assets/img/img-placeholder-about.jpg) center no-repeat;  
  background-size: cover;
  position: relative;
  margin: 80px 0;
}
.page-about .bg-leading-provider .leading-wrap{
  margin: 100px 0;
}
.page-about .bg-leading-provider .leading-wrap p{
  font-size: 20px;
  line-height: 50px;
  font-weight: 500;
  text-align: center;
  color: var(--white);
}
.page-about a{
  color: var(--dark-blue);
  text-decoration: none;
}
.page-about a:hover{
  text-decoration: underline;
}


.timeline-wrapper {
  margin: 100px 0;
}
.timeline-wrapper .timeline {
  position: relative;
  display: flex;
  align-items: flex-start;
  margin: 40px 0;
  width: 100%;
  min-height: 510px;
}
.timeline-wrapper .line {
  position: absolute;
  left: 15px;
  top: 0;
  bottom: 0;
  width: 5px;
  background-color: #727478;
  transform: translateX(-50%);
}
.timeline-wrapper .years {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 0px;
  position: relative;
  max-height: 500px;
  overflow-y: auto;
  padding-right: 10px;
  scroll-behavior: smooth;
}
.timeline-wrapper .years::-webkit-scrollbar {
  width: 6px;
}
.timeline-wrapper .years::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 3px;
}
.timeline-wrapper .years::-webkit-scrollbar-thumb:hover {
  background: var(--soft-blue);
}
.timeline-wrapper .year {
  position: relative;
  margin: 15px 0;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.3s ease;
  padding-left: 35px;
}
.timeline-wrapper .year::before {
  content: '–';
  position: absolute;
  left: 5px;
  top: -13px;
  font-size: 35px;
  color: #ccc;
  margin-right: 12px;
  transition: all 0.3s ease;
}
.timeline-wrapper .year.active {
  font-size: 26px;
  font-weight: bold;
  color: var(--soft-blue);
}
.timeline-wrapper .year.active::before {
  content: '';
  font-weight: 900;
  top: 0;
  left: 0;
  background: var(--white);
  border: 5px solid var(--soft-blue);
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.timeline-wrapper .content {
  position: absolute;
  top: 50%;
  left: 200px;
  transform: translateY(-50%);
  width: calc(100% - 250px);
  line-height: 1.8;
  animation: fadeIn 0.4s ease;
}
.content-wrapper .content {
  display: none;
}
.content-wrapper .content.active-content {
  display: block;
  color: var(--soft-blue);
  font-weight: 500;
}
.timeline-wrapper .years {
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.timeline-wrapper .years::-webkit-scrollbar {
  display: none;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(-50%);
  }
}

.slide-product{
  padding: 15px;
}
.slide-product a{
  text-decoration: none;
}
.slide-product a:hover{
  text-decoration: none;
}
.slide-product a:hover .detail-product{
  z-index: 2;
}
.slide-product a:hover .detail-product p.arrow-hover-show {
  display: block;
}
.slide-product a:hover .box-product::before{
  opacity: 1;
}
.slide-product .box-product{
  margin-bottom: 0;
}
.cta-product{
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 50px auto;
  text-align: center;
}
.cta-product a{
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: var(--dark-blue);
  font-weight: 600;
}
.cta-product i {
  color: var(--dark-blue);
  transition: transform 0.3s;
}
.cta-product a:hover i {
  transform: translateX(5px);
}

.slick-prev::before,
.slick-next::before {
  content: "";
}
.slick-prev,
.slick-next {
  z-index: 10;
  background: transparent;
  border: none;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  font-size: 0;
  color: transparent;
}

.slick-prev {
  left: -25px;
}
.slick-next {
  right: -25px;
}

.slick-prev::after {
  content: "\f053";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 24px;
  color: var(--dark-blue);
}

.slick-next::after {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 24px;
  color: var(--dark-blue);
}

.slick-prev:hover,
.slick-next:hover {
  color: #000;
  transform: translateY(-50%) scale(1.2);
  transition: 0.3s;
}

.box-wrapper{
  margin: 20px 0 100px;
}
.award-content{
  margin-bottom: 30px;
}
.award-content .img-awards{
  width: 150px;
  margin: 0 auto;
  display: block;
}
/* .certificate-box{
  margin-top: 20px;
}
.certificate-box .award-content a:hover img{
  border: 1px solid var(--dark-blue);
}
.certificate-box .award-content .img-cert{
  width: 100%;
  margin: 0 auto;
  display: block;
} */
.cert-box .cert-title-wrap{
  border-bottom: 1px solid var(--dark-gray);
}
.cert-box img{
  width: 100%;
  margin: 10px 0 20px 0;
}


.profile-card{
  margin-bottom: 100px;
}
.img-profile{
  width: 100%;
  margin: 0 0 15px 0;
}
.profile-card .t-designation{
  font-size: 14px;
  color: var(--dark-blue);
  font-weight: 400;
  margin-bottom: 60px;
}
a.btn-view-profile{
  text-decoration: none;
  font-weight: 400;
  color: var(--dark-blue);
  display: flex;
  justify-content: space-between;
  align-items: end;
  border-bottom: 1px solid var(--dark-blue);
  padding-bottom: 10px;
}
a.btn-view-profile i{
  font-size: 25px;
}

/* profile */
.modal-content {
  border-radius: 30px;
  padding: 30px;
  border: none;
  background-color: var(--white);
}

.modal-dialog{
  max-width: 60%;
  width: 60%;
  position: relative;
}

.modal-body{
  height: 500px;
  overflow-y: auto;
}

.profile-image{
  background: #f4f7fc;
  border-radius: 20px;
}

.profile-image img {
  width: 100%;
  border-radius: 20px;
}

.profile-info{
  color: var(--dark-blue);
}

.profile-info hr {
  border: 0.5px solid var(--dark-blue);
  margin: 10px 0 20px 0;
  opacity: 1;
}
.btn-close {
  filter: invert(1);
  position: absolute;
  right: 0;
  top: -35px;
  opacity: 1;
}
.btn-close:focus{
  box-shadow: none
}

.modal-backdrop.show {
  opacity: 0.7;
}

/* butzbach */
.page-butzbach .img-product-detail{
  max-width: 400px;
}
.page-butzbach .img-product-detail img{
  max-width: 400px;
  margin: 0;
}

.video-iframe{
  position: relative;
  padding: 56.25% 0 0 0;
}
.video-iframe iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* section bg blue */
.blue-section {
  color: #fff;
  background: var(--dark-blue);
}
.title-others{
  font-weight: 300;
  text-transform: uppercase;
  font-size: 60px;
  text-align: center;
  margin-bottom: 40px;
}

.box-outer-white-rounded{
  border: 3px solid var(--white);
  border-radius: 30px;
  padding: 15px 30px;
}
.box-outer-white-rounded img{
  width: 100px;
  margin: 30px auto;
  display: block;
}
.box-outer-white-rounded p{
  margin-bottom: 0;
  text-align: center;
}
.slide-img img{
  border-radius: 50px;
  width: 100%;
  padding: 20px;
}

.contact-header{
  font-weight: 500;
}
.box-learn-more-cta{
  margin: 30px 0;
  text-align: center;
}
.box-learn-more-cta a{
  color: var(--dark-blue);
  text-decoration: none;
  display: flex;
  justify-content: center;
}
.box-learn-more-cta a:hover i{
  transform: translateX(5px);
  transition: transform 0.3s ease;
}
.box-learn-more-cta i{
  font-size: 28px;
  margin-left: 15px;
  align-content: center;
}
.box-learn-more-cta span{
  align-content: center;
}
.contact-and-support .location-iframe iframe{
  border-radius: 30px;
}

.past-projects .text-wrapper p{
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
}
.grid-past-project {
  margin: 50px 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px; /* jarak antar kotak */
}

.box-past-project {
  display: block;
  background-color: var(--soft-blue);
  color: var(--white);
  padding: 20px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color 0.2s ease;
}
.box-past-project:hover {
  background-color: var(--dark-blue);
}
a.btn-blue{
  background-color: var(--dark-blue);
  color: var(--white);
  padding: 12px;
  border: 1px solid var(--dark-blue);
  border-radius: 25px;
  font-size: 15px;
  cursor: pointer;
  display: flex;
  gap: 10px;
  margin-top: 10px;
  text-decoration: none;
  max-width: 200px;
  margin: 20px auto;
  justify-content: center;
}
a.btn-blue:hover{
  background-color: var(--white);
  border: 1px solid var(--dark-blue);
  color: var(--dark-blue);
}
a.btn-blue.bg-soft-blue{
  background-color: var(--soft-blue);
}
a.btn-blue.bg-soft-blue:hover{
  background-color: var(--white);
  border: 1px solid var(--soft-blue);
  color: var(--soft-blue);
}
.partner-wrapper{
  margin-top: 80px;
}
.partner-wrapper img{
  width: 100%;
}
.box-blue{
  background: var(--dark-blue);
  padding: 20px;
  margin-bottom: 20px;
  text-align: center;
  color: var(--white);
  border-radius: 20px;
}
.box-blue h5{
  color: var(--white);
}
.box-blue p{
  margin-bottom: 0;
  color: var(--white);
}
.partner-wrapper .btn-blue{
  margin: 20px 0;
}

.grimm-hw-carousel p{
  text-align: center;
  font-weight: 400;
}
.grimm-hw-carousel a{
  color: var(--light-black);
  text-decoration: none;
}
.grimm-hw-contact a, .contact-and-support a{
  text-decoration: none;
}
.grimm-hw-contact a:hover, .contact-and-support a:hover{
  text-decoration: underline;
}

.page-getquote{
  margin-top: 50px;
}
.page-getquote label{
  font-weight: 500;
}
.page-getquote input, .page-getquote textarea {
  padding: 10px;
  border: 1px solid #ccc;
  background: var(--white);
  border-radius: 10px;
  font-size: 16px;
  width: 100%;
  box-sizing: border-box;
}
.page-getquote select{
  border: 1px solid #ccc;
  background: var(--white);
  border-radius: 10px;
  padding: 10px;
  font-size: 16px;
  width: 100%;
}
.page-getquote button {
  background-color: var(--dark-blue);
  color: var(--white);
  padding: 12px 30px;
  border: 1px solid var(--dark-blue);
  border-radius: 25px;
  font-size: 16px;
  cursor: pointer;
  display: flex;
  gap: 10px;
  margin-top: 10px;
}
.page-getquote textarea {
  height: 150px;
  resize: vertical;
}
.page-getquote button:hover{
  background-color: var(--white);
  border: 1px solid var(--dark-blue);
  color: var(--dark-blue);
}

/* service & maintenance */
.page-service-maintenance a{
  color: var(--white);
  text-decoration: underline;
}
.page-service-maintenance a.btn-blue{
  text-decoration: none;
}
.page-service-maintenance .box-blue{
  display: flex;
  justify-content: center;
  align-items: center; 
}

/* Scroll to Top Button Styles */
  #scrollTopBtn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  padding: 15px;
  background-color: var(--dark-blue);
  color: var(--white);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 4px 6px rgba(0,0,0,0.3);
  transition: background-color 0.3s, transform 0.3s;
  z-index: 9999;
}
#scrollTopBtn i {
  font-size: 12px;
}
#scrollTopBtn span {
  font-size: 14px;
}
#scrollTopBtn:hover {
  background-color: var(--soft-blue);
  transform: translateY(-3px);
}
/* Hide button initially */
#scrollTopBtn.hidden {
  display: none;
}