/*==================================
* Author        : "ThemeSine"
* Template Name : CarVilla  HTML Template
* Version       : 1.0
==================================== */

/*==================================
font-family: 'Poppins', sans-serif;
font-family: 'Rufina', serif;
==================================== */


/*=========== TABLE OF CONTENTS ===========
1.  General css (Reset code)
2.  Top-area
3.  Welcome-hero
4.  Model-search
5.  Service
6.  New-cars
7.  Featured-cars
8.  Client-say
9.  Brand
10. Blog
11. Contact
==========================================*/

/*-------------------------------------
		1.General css (Reset code)
--------------------------------------*/
*{
    padding: 0;
    margin: 0;
}

*{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
}
body{
	font-family: 'Poppins', sans-serif;
	font-size:16px;
	color:#818998;
    text-transform:initial;
    max-width:1920px;
    margin:0 auto;
	overflow-x:hidden;
}

a,a:hover,a:active,a:focus {
	display:inline-block;
	text-decoration:none;
	color: #444a57;
	font-size:20px;
	padding:0;
    font-weight: 500;
    text-transform: capitalize;
}
h1,h2,h3,h4,h5,h6 { 
	margin: 0;
	color:#444a57;
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
}
p {
	margin: 0;
	color:#818998;
	font-size:16px;
    line-height: 1.8;
    text-transform: initial;
}
img{border:none;max-width:100%; height:auto;}
ul{
	padding: 0;
    margin: 0 auto;
    list-style: none;
}
ul li {
	list-style: none;
    display: inline-block;
	
}
select,input,textarea,button,.form-control{box-shadow:none;outline:0!important;}
button {background: transparent;border: 0;font-size: 16px;text-transform: capitalize;}

html,body{height: 100%;}

[placeholder]:focus::-webkit-input-placeholder {
  -webkit-transition: opacity 0.3s 0.3s ease; 
  -moz-transition: opacity 0.3s 0.3s ease; 
  -ms-transition: opacity 0.3s 0.3s ease; 
  -o-transition: opacity 0.3s 0.3s ease; 
  transition: opacity 0.3s 0.3s ease; 
  opacity: 0;
}
.owl-carousel {z-index: 0;}
/* section-header */
.section-header{
    position: relative;
    text-align: center;
}
.section-header h2{
    position: relative;
    font-size: 36px;
    font-weight: 500;
    padding-bottom: 35px;
}
.section-header h2:before {
    position: absolute;
    content: "";
    width: 80px;
    height: 2px;
    bottom: 0;
    left: 50%;
    margin-left: -42px;
    background: #4e4ffa;
}
.section-header p{color: #444a57;text-transform: capitalize;margin-bottom:10px;}
.section-header h2 span,.section-header p span{text-transform: lowercase;}

/* section-header */

/*=============Style css=========*/


/*-------------------------------------
        2. Top-area
--------------------------------------*/
nav.navbar.bootsnav {
    background-color: transparent;
    border-bottom: transparent;
}
.wrap-sticky nav.navbar.bootsnav.sticked {background-color: #000;box-shadow: 0 2px 5px rgba(0,0,0,.2);}

/*.navbar-brand*/
.navbar-header a.navbar-brand,.navbar-header a.navbar-brand:hover,.navbar-header a.navbar-brand:focus{
    display: inline-block;
    color: #fff;
    font-size: 24px;
    letter-spacing: 3px;
    font-family: 'Rufina', serif;
    font-weight: 700;
    padding: 45px 0px;
    text-transform:uppercase;
}
.navbar-header a.navbar-brand span{display: inline-block;color:#4e4ffa;text-transform:capitalize;}

.wrap-sticky nav.navbar.bootsnav.sticked .navbar-header a.navbar-brand,.wrap-sticky nav.navbar.bootsnav.sticked .navbar-header a.navbar-brand:hover,.wrap-sticky nav.navbar.bootsnav.sticked .navbar-header a.navbar-brand:focus {padding:30px 0px;}
/*.navbar-brand*/

/*.nav li*/
nav.navbar.bootsnav ul.nav > li > a {
    color: #f5f7fa;
    font-size: 16px;
    font-weight: 500;
    text-transform:uppercase;
    -webkit-transition: 0.3s linear; 
    -moz-transition: 0.3s linear; 
    -ms-transition: 0.3s linear; 
    -o-transition: 0.3s linear; 
    transition: 0.3s linear;
}
nav.navbar.bootsnav ul.nav > li > a {padding: 48px 21px;}
nav.navbar.bootsnav ul.nav > li > a:hover,nav.navbar.bootsnav ul.nav > li > a:focus{color:#4e4ffa;}
nav.navbar.bootsnav ul.nav > li.active>a {color: #4e4ffa;}

nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after {
    content: "";
}
nav.navbar.bootsnav ul.nav > li.dropdown span {
    font-size: 8px;
    margin-left: 15px;
}
.wrap-sticky nav.navbar.bootsnav.sticked ul.nav > li > a{padding:30px 25px;}

.navbar-default.bootsnav.navbar-sticky {
    z-index: 1000 !important;
}


/*.menu-ui-design*/
.menu-ui-design{overflow-y:scroll;height: 350px;}
.menu-ui-design::-webkit-scrollbar {
    width:5px;
}
.menu-ui-design::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 8px #000;
}
.menu-ui-design::-webkit-scrollbar-thumb {
  background-color: #4e4ffa;
}
/*.menu-ui-design*/

/*.navbar-toggle */
nav.navbar.bootsnav .navbar-toggle {
    position: relative;
    background-color: transparent;
    border: 1px solid #4e4ffa;
    padding: 10px;
    top: 0;
}
nav.navbar.bootsnav .navbar-toggle i{color: #4e4ffa;}
/*.navbar-toggle */

/*-------------------------------------
        3.  Welcome-hero
--------------------------------------*/
.welcome-hero {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    z-index: 1;
}

.bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: -2;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(42, 45, 84, 0.6);
    z-index: -1;
}

.welcome-hero:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(42,45,84,.60);
}
.header-area{position: absolute;top:0;left:0;width: 100%;z-index: 99;}

/*.welcome-hero-txt*/
.welcome-hero-txt{text-align: center;padding:290px 0 372px;}
.welcome-hero-txt h2 {
    font-size: 42px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 45px;
}
.welcome-hero-txt p {
    font-size: 18px;
    text-transform: initial;
    color: #fff;
    font-weight: 500;
    max-width: 735px;
    margin: 0 auto;
}
.welcome-btn {
    display: inline-block;
    width: 230px;
    height: 60px;
    background: #4e4ffa;
    color: #fff;
    border-radius: 3px;
    margin-top: 20px;
    -webkit-transition: .3s linear; 
    -moz-transition:.3s linear; 
    -ms-transition:.3s linear; 
    -o-transition:.3s linear;
    transition: .3s linear;
}
.welcome-btn:hover{
    background: #0102fa;
}
/*.welcome-hero-txt*/

/*-------------------------------------
        4. Model-Search
--------------------------------------*/
.model-search-content .col-sm-12 {padding: 0;}
.model-search-content {
    padding: 40px 0;
    background: #fff;
    box-shadow:0 10px 40px 0px rgba(38,40,64,.2);
    position: absolute;
    bottom: -150px;
    width: 100%;
    border-radius: 3px;
}

/*.single-model-search*/
.single-model-search{margin-bottom: 30px;}
.single-model-search:last-child {margin-bottom: 0;}

.single-model-search h2 {
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 20px;
}
/*model-select-icon*/
.model-select-icon{
    position:relative;
}
.model-select-icon .form-control {
    outline: 0!important;
    box-shadow: none;
    border: 1px solid #f8f8f8;
    background: #f8f8f8;
    height: 60px;
}
.model-select-icon select {
    font-size: 16px;
    color: #888f9d;
    text-transform: capitalize;
}
.model-select-icon:after{
    position: absolute;
    content: "\f103";
    right: 0px;
    top: 0;
    font-size: 10px;
    color: #888f9d;
    background: #f8f8f8;
    height: 60px;
    line-height: 60px;
    width: 50px;
    text-align: center;
    font-family: "Flaticon";
    pointer-events: none;
    border: transparent;
}/*model-select-icon*/
.welcome-btn.model-search-btn {
    width: 160px;
    margin-top: 80px;
    margin-left: 53px;
}

/*.single-model-search*/

/*-------------------------------------
        5. Service 
--------------------------------------*/
.service { padding: 260px 0 87px;}

.single-service-item{
    text-align: center;
    padding:55px 30px 60px;
    border-radius: 15px;
    margin-bottom: 30px;
    border: 1px solid #dadfe9;
    -webkit-transition: .3s linear; 
    -moz-transition:.3s linear; 
    -ms-transition:.3s linear; 
    -o-transition:.3s linear;
    transition: .3s linear;
}

.single-service-icon {
    display: inline-block;
    color: #50616c;
}
.single-service-item h2 a {
    font-size:20px;
    margin: 35px 0 20px;
}
.single-service-item h2 a span {text-transform:  lowercase;}
.single-service-item p {padding-bottom: 35px;text-transform: initial;position: relative;}
.single-service-item p:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 3px;
    background: #3030ea;
    bottom: 0;
    left: 50%;
    margin-left: -10px;
}

/* Pastikan parent row jadi flex container */
.service-content .row {
    display: flex;
    flex-wrap: wrap;
}

/* Kolom jadi flex child dengan tinggi penuh */
.col-md-4, .col-sm-6 {
    display: flex;
    flex-direction: column;
}

/* Card stretch isi ke tinggi penuh kolom */
.single-service-item {
    flex: 1 1 auto; /* stretch ke tinggi maksimum */
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    /* style lain tetap */
}


.single-service-icon [class^="flaticon-"]:before,.single-service-icon[class*=" flaticon-"]:before,.single-service-icon [class^="flaticon-"]:after,.single-service-icon [class*=" flaticon-"]:after {font-size:60px;}
.single-service-item:hover .single-service-icon [class^="flaticon-"]:before,.single-service-item:hover .single-service-icon [class*=" flaticon-"]:before,.single-service-item:hover .single-service-icon [class^="flaticon-"]:after,.single-service-item:hover .single-service-icon [class*=" flaticon-"]:after {color:#fff;}


.single-service-item:hover h2 a,.single-service-item:hover p{color: #fff;}
.single-service-item:hover  p:before {background: #fff;}
.single-service-item:hover{box-shadow: 0 12px 30px 0px rgba(0,1,193,.2);background: #4e4ffa;border: 1px solid #4e4ffa;}


/*-------------------------------------
        6. New-cars
--------------------------------------*/
.new-cars{
    background: #f8f9fb;
    padding:112px 0 120px;
}
.new-cars-img {
    width: 100%;
    height: 280px;
    overflow: hidden;
}
.new-cars-content{padding-top:96px;}
/*.new-cars-txt*/
.new-cars-txt {margin-left: 29px;margin-bottom: 30px;}
.new-cars-txt h2 a {
    font-size:  30px;
    font-weight:  500;
    margin-bottom: 26px;
}
.new-cars-txt h2 a span {text-transform:  uppercase;}
.new-cars-para2 {margin-top: 30px;}
.welcome-btn.new-cars-btn {
    width: 176px;
    margin-top: 32px;
}
/*.new-cars-txt*/

/*.owl-dots */
.new-cars .owl-theme .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 0px 4px;
    background: transparent;
    border: 1px solid #6a7781;
    border-radius: 50%;
}
.new-cars .owl-theme .owl-dots .owl-dot.active span,.new-cars .owl-theme .owl-dots .owl-dot:hover span {background: #6a7781;}
.new-cars .owl-theme .owl-nav.disabled+.owl-dots {margin-top: 62px;}
/*.owl-dots */

/*-------------------------------------
        7. Featured-cars
--------------------------------------*/
.featured-cars{
    padding:112px 0 120px;
}
.featured-cars-content{padding-top:96px;}

/*.single-featured-cars*/
.featured-img-box {
    border: 1px solid #dadfe9;
}
.featured-cars-img {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 30px;
    height: 220px;
    border-bottom: 1px solid #dadfe9;
}
.featured-model-info{padding:12px 7px;}
.featured-model-info p {
    font-size: 12px;
    color: #8c92a0;
    text-transform: capitalize;
}
.featured-mi-span{display: inline-block;margin:0 10px;}
.featured-hp-span{display: inline-block;margin-right: 10px;}
.featured-cars-txt{margin:21px 0 47px;}
.featured-cars-txt h2 a{font-size: 16px;margin-bottom: 15px;}
.featured-cars-txt h2 a span{text-transform: uppercase;}
.featured-cars-txt h3{margin-bottom: 10px;}
.featured-cars-txt h3,.featured-cars-txt p{font-size: 13px;}
/*.single-featured-cars*/

/*-------------------------------------       
        8. Clients-say 
--------------------------------------*/
.clients-say{padding:115px 0 80px;background: #f8f9fb;}

/*single-testimonial-box */
.single-testimonial-box  {
    padding: 50px 30px 57px;
    text-align: center;
    border: 1px solid #dadfe9;
    overflow-x: hidden;
    -webkit-transition: .3s; 
    -moz-transition:.3s; 
    -ms-transition:.3s; 
    -o-transition:.3s;
    transition: .3s;
}

/*testimonial-description*/
.clients-say .testimonial-carousel .col-sm-3,
.clients-say .testimonial-carousel .col-xs-12{
    width:100%;
    height:auto;
}
/* testimonial-info */
.testimonial-img {
    margin-right: 5px;
    border-radius:50%;
    -webkit-transition: .3s; 
    -moz-transition:.3s; 
    -ms-transition:.3s; 
    -o-transition:.3s;
    transition: .3s;
}
.testimonial-person h2 a,.testimonial-person h4 {
    font-size: 16px;
    color: #5e6778;
    font-weight: 600;
}
.testimonial-person h4{
    margin-top: 10px;
}/* testimonial-info */


/* testimonial-comment */
.testimonial-comment p {
    font-size: 16px;
    color: #5e6778;
    margin-top: 30px;
    margin-bottom: 25px;
}/* testimonial-comment */


/*testimonial-description*/
.single-testimonial-box:hover h2 a,.single-testimonial-box:hover h4, .single-testimonial-box:hover p{color: #fff;}
.single-testimonial-box:hover{
    background: #4e4ffa;
    border: 1px solid #4e4ffa;
    box-shadow: 0 12px 30px 0px rgba(0,1,193,.2);
}

/*owl carousel*/
.clients-say .owl-carousel .owl-stage {
    position: relative;
    padding: 100px 0 40px;
}
.clients-say .owl-carousel .owl-item img {
    display: block;
    width: 70px;
    height: 70px;
    border-radius:50%;
    margin:0 auto;
}
/*owl carousel*/

/*-------------------------------------
        9. Brand
--------------------------------------*/
.brand{
    padding: 120px 0;
}
.brand-area {
    position:relative;
    margin-top: 50px;
}
.brand-area .item {
    padding: 0 40px 0;
}

.brand .brand-area .owl-carousel .owl-item img {
    max-height: 80px;       
    width: auto;             
    object-fit: contain;     
    display: block;
    margin: 0 auto;
}
/*-------------------------------------
        10. Map
--------------------------------------*/

.map-container {
    max-width: 1230px;
    margin: 0 auto;
    margin-top: 20px;
}

.map {
    height: 500px;
    width: 100%;
    /* z-index: -1; */
    border-radius: 8px;
    margin-top: 40px;
}

.leaflet-popup-content {
    font-family: 'Segoe UI', sans-serif;
    font-size: 14px;
    font-weight: 500;
}

.leaflet-popup-content-wrapper {
    border-radius: 8px;
}

.leaflet-control-attribution {
    z-index: 500 !important; 
    position: relative;
    background-color: rgba(255, 255, 255, 0.7) !important; 
    font-size: 10px !important; 
    padding: 2px 5px !important; 
}

.leaflet-bottom.leaflet-right {
    z-index: 500 !important;
}

.leaflet-pane {
    z-index: 400;
}

@media (max-width: 1000px) {
    .map-container {
        max-width: 760px;
        margin: 0 auto;
        margin-top: 20px;
    }
    
    .map {
        height: 400px;
    }
}

@media (max-width: 768px) {
    .map-container {
        max-width: 600px;
        margin: 0 auto;
        margin-top: 20px;
    }
    
    .map {
        height: 400px;
    }
}
/*-------------------------------------
        12. Contact
--------------------------------------*/
.contact {
    background: #2a2d54;
}
.footer-top {padding: 112px 0 72px;}

/*.footer-logo*/
.footer-logo a,.footer-logo a:hover,.footer-logo a:focus{
    display: inline-block;
    color: #fff;
    font-size: 24px;
    letter-spacing: 3px;
    font-family: 'Rufina', serif;
    font-weight: 700;
    text-transform:uppercase;
}
.single-footer-widget p {
    font-size: 14px;
    color: #eeeff6;
    max-width: 300px;
    margin:40px 0 20px;
}
.footer-contact p {
    margin: 0;
    color: #d1d7e9;
}
/*.footer-logo*/

.single-footer-widget {margin-bottom: 40px;}
.single-footer-widget h2 {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 43px;
}
.single-footer-widget ul li {
    display:  inherit;
    -webkit-transition: .5s; 
    -moz-transition:.5s; 
    -ms-transition:.5s; 
    -o-transition:.5s;
    transition: .5s;
}
.single-footer-widget ul li:hover{
    -webkit-transform:translateX(10px);
    -moz-transform:translateX(10px);
    -ms-transform:translateX(10px);
    -o-transform:translateX(10px);
    transform:translateX(10px);
}
.single-footer-widget ul li a {
    font-size:  14px;
    color:  #cfd0e3;
    font-weight:  300;
    padding-bottom: 13px;
}
.single-footer-widget ul li a span {text-transform: lowercase;}
.footer-newsletter p{
    color: #aeafc2;
    font-size: 14px;
    font-weight: 300;
    margin: 0 0 15px;
}
/*hm-foot-email*/
.hm-foot-email{position: relative;}
.foot-email-box .form-control {
    background:#26294d;
    display: block;
    padding: 15px 20px;
    outline:0!important;
    box-shadow:0 5px 15px rgba(0,0,0,.2);
    border:0;
}
.foot-email-box input[type="text"]{
    font-size: 12px;
    color: #666c81;
    font-weight: 300;
}
.foot-email-subscribe {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 100%;
    background: transparent;
    color: #666c81;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.foot-email-box .form-control:hover{
    box-shadow:0 5px 15px rgba(0,0,0,.4);
}
/*hm-foot-email*/
/*.footer-copyright */
.footer-copyright {
    padding: 20px 0 17px;
    border-top: 1px solid #434859;
}
.footer-copyright p,.footer-copyright p a {
    color: #a8a9bf;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
}
.footer-social{text-align: right;}
.footer-social a i {
    color: #fff;
    opacity: .40;
    font-size: 14px;
    margin-left: 16px;
    -webkit-transition: .3s; 
    -moz-transition:.3s; 
    -ms-transition:.3s; 
    -o-transition:.3s;
    transition: .3s;
}
.footer-social i:hover{opacity: .70;}
/*.footer-copyright */

/*===============================
    Scroll Top
===============================*/
#scroll-Top .return-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: block;
    width: 60px;
    line-height: 60px;
    height: 60px;
    text-align: center; 
    font-size: 33px;
    cursor: pointer;
    color: #fff;
    background: #25d366;
    border: 1px solid #25d366;
    border-radius: 50%;
    -webkit-transition: .5s; 
    -moz-transition: .5s; 
    -ms-transition: .5s; 
    -o-transition: .5s;
    transition: .5s;
    z-index: 2;
    text-decoration: none; /* Hilangkan underline */
}

/* Hover effect */
#scroll-Top .return-to-top:hover {
    background: #fff;
    color: #25d366;
    border: 1px solid #25d366;
    text-decoration: none;
}

/* Active state - kembali ke warna asli setelah diklik */
#scroll-Top .return-to-top:active {
    background: #25d366;
    color: #fff;
    border: 1px solid #25d366;
}

/* Focus state - kembali ke warna asli setelah diklik */
#scroll-Top .return-to-top:focus {
    background: #25d366;
    color: #fff;
    border: 1px solid #25d366;
    outline: none; /* Hilangkan outline default */
}

/* Visited state - pastikan warna tetap sama */
#scroll-Top .return-to-top:visited {
    background: #25d366;
    color: #fff;
    border: 1px solid #25d366;
}

#scroll-Top .return-to-top i {
    font-size: 34px;
    position: relative;
    bottom: 0;
}

/*===============================
    About-Hero
===============================*/
.about-hero {
    position: relative;
    height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.about-hero .img-about {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/*===============================
    about-content
===============================*/

.info-section {
    padding: 80px 0;
    background-color: #f9f9f9;
}

.info-image img {
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.1);
}

.info-text {
    padding: 20px;
}

.info-text h2 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #333;
}

.info-text p {
    font-size: 16px;
    color: #555;
    line-height: 1.7;
}

.info-text .highlight {
    margin-top: 15px;
    font-weight: 600;
    color: #222;
}

/*===============================
    about-content
===============================*/

.sub-navbar {
    padding: 10px 0;
    background: #111;
    border-top: 1px solid #444;
}

.sub-navbar-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.sub-navbar-nav {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
    width: max-content;
    justify-content: flex-start;
    width: 100%;
}

@media (max-width: 768px) {
    .sub-navbar-nav {
        width: max-content;
        justify-content: flex-start;
    }
}

.sub-navbar-nav .nav-link {
    white-space: nowrap;
    color: #fff;
    padding: 8px 16px;
    border-radius: 4px;
    text-transform: uppercase;
    transition: 0.3s ease;
    background-color: transparent;
}

.sub-navbar-nav .nav-link:hover {
    background-color: transparent;
    color: #4e4ffa;
}

.sub-navbar-nav .nav-link.active {
    background-color: #4e4ffa;
    color: #fff;
}

/*===============================
    produk
===============================*/

/* Style untuk header filter */
.filter-header {
    background-color: #f5f5f5;
    padding: 25px 0;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 40px;
}

.filter-title {
    margin: 0;
    font-size: 28px;
    font-weight: 600;
    color: #333;
    text-align: center;
    text-transform: capitalize;
    position: relative;
}

.filter-title:after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background-color: #4e4ffa;
    margin: 10px auto 0;
}

/* Responsive styles */
@media (max-width: 768px) {
    .sub-navbar-nav {
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    
    .filter-title {
        font-size: 24px;
    }
}

.produk-card {
    border: none;
    border-radius: 12px;
    overflow: hidden;
    background-color: #fff;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    margin-bottom: 30px;
}

.produk-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12);
}

.produk-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    border: none;
    border-radius: 12px;
    overflow: hidden;
    background-color: #fff;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    margin-bottom: 30px;
}

.row {
    display: flex;
    flex-wrap: wrap;
}

.col-md-4 {
    display: flex;
    flex-direction: column;
}

.produk-card .card-body {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
}

.produk-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12);
}

.produk-card img {
    width: 100%;
    aspect-ratio: 16 / 9;      /* Pastikan gambar selalu landscape */
    object-fit: cover;         /* Zoom dan crop */
    object-position: center;   /* Fokus di tengah */
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.produk-card .card-body {
    padding: 20px;
    align-items: center;
    text-align: center;
}

.produk-card .card-title {
    font-size: 2.25rem;
    font-weight: 600;
    color: #333;
}

.produk-card .card-text {
    font-size: 1.5rem;
    color: #666;
    margin-top: 10px;
}

/* Responsive */
@media (max-width: 768px) {
    .produk-card .card-title {
        font-size: 1.1rem;
    }
    .produk-card .card-text {
        font-size: 0.9rem;
    }
}

@media (max-width: 576px) {
    .produk-card .card-body {
        padding: 15px;
    }
    .produk-card .card-title {
        font-size: 1.9rem;
    }
    .produk-card .card-text {
        font-size: 1.55rem;
    }
}


.btn-custom {
    display: inline-block;
    padding: 10px 20px;
    background-color: transparent;
    color: #4e4ffa;
    border: 2px solid #4e4ffa;
    border-radius: 6px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 14px;
}

.btn-custom:hover {
    background-color: #4e4ffa;
    color: #fff;
    box-shadow: 0 6px 20px rgba(78, 79, 250, 0.3);
}


/* Reset default a & button when using produk-btn */
.produk-btn {
    all: unset; /* Reset bawaan browser */
    display: inline-block;
    width: 230px;
    height: 60px;
    background: #4e4ffa;
    color: #fff;
    border-radius: 3px;
    margin-top: 55px;
    text-align: center;
    line-height: 60px;
    cursor: pointer;
    text-decoration: none;
    transition: background 0.3s linear;
    font-family: inherit;
    font-size: 16px;
    font-weight: 500;
}

.produk-btn:hover {
    all: unset; /* Reset bawaan browser */
    display: inline-block;
    width: 230px;
    height: 60px;
    background: #0102fa;
    color: #fff;
    border-radius: 3px;
    margin-top: 55px;
    text-align: center;
    line-height: 60px;
    cursor: pointer;
    text-decoration: none;
    transition: background 0.3s linear;
    font-family: inherit;
    font-size: 16px;
    font-weight: 500;
}

/* Modifier khusus produk-cars-btn */
.produk-btn.produk-cars-btn {
    width: 176px;
    margin-top: 32px;
}
.produk-btn,
.produk-btn.produk-cars-btn {
    margin-top: auto !important; /* Paksa tombol selalu di bawah, meski deskripsi pendek/panjang */
}
/*===============================
    karir-content
===============================*/


.industrial-section {
    position: relative;
    color: white;
    padding: 140px 0;
    text-align: center;
    overflow: hidden;
}

/* Metode 1: Overlay dengan pseudo-element */
.industrial-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6); /* Ubah nilai 0.6 untuk mengatur intensitas gelap */
    backdrop-filter: blur(8px); /* Kontrol blur di sini */
    z-index: 1;
}

.industrial-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; /* Kontrol lebar gambar */
    height: 100%; /* Kontrol tinggi gambar */
    object-fit: cover; /* Pastikan gambar menutupi area */
    z-index: 0;
}

.industrial-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 16px;
    margin-top: 60px;
    position: relative;
    z-index: 2; /* Pastikan konten di atas overlay */
}

.industrial-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 16px;
    margin-top: 60px;
    position: relative;
    z-index: 1;
}

.industrial-container h1 {
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 24px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

@media (min-width: 768px) {
    .industrial-container h1 {
        font-size: 3rem;
    }
}

.highlight {
    color: #4e4ffa; /* warna accent */
}

.industrial-container p {
    font-size: 1.90rem;
    margin-bottom: 32px;
    max-width: 768px;
    margin-left: auto;
    margin-right: auto;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.7);
    color: white;
}

@media (min-width: 768px) {
    .industrial-container p {
        font-size: 2.15rem;
    }
}

.cta-wrapper {
    max-width: 600px;
    margin: 0 auto;
}

.cta-button {
    display: inline-flex;
    align-items: center;
    padding: 12px 32px;
    font-size: 1.6rem;
    font-weight: 500;
    border: none;
    border-radius: 8px;
    background-color: #4e4ffa; /* secondary color */
    color: white;
    text-decoration: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease;
}

.cta-button i {
    margin-left: 8px;
}

.cta-button:hover {
    display: inline-flex;
    align-items: center;
    padding: 12px 32px;
    font-size: 1.6rem;
    font-weight: 500;
    border: none;
    border-radius: 8px;
    background-color: #0102fa;
    color: white;
    text-decoration: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease;
}

.why-join-wrapper {
    background-color: white;
    padding: 4rem 0;
}

.why-join-container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 1rem;
}

.why-join-header {
    text-align: center;
    margin-bottom: 3rem;
}

.why-join-header h2 {
    font-size: 2.80rem;
    font-weight: bold;
    color: #1f2937; /* Tailwind's text-dark */
}

.divider {
    width: 80px;
    height: 4px;
    background-color: #4e4ffa; /* Tailwind's bg-secondary (orange-500) */
    margin: 1rem auto 0;
    margin-top: 30px;
}

.why-join-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
}

@media (min-width: 768px) {
    .why-join-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.why-join-card {
    background-color: #f9fafb;
    padding: 2rem;
    border-radius: 0.5rem;
    text-align: center;
    transition: box-shadow 0.3s ease;
}

.why-join-card:hover {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.why-join-icon {
    width: 64px;
    height: 64px;
    background-color: rgba(59, 130, 246, 0.1); /* Tailwind's bg-primary/10 */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
}

.why-join-icon i {
    font-size: 2.5rem;
    color: #3b82f6; /* Tailwind's text-primary (blue-500) */
}

.why-join-card h3 {
    font-size: 2.15rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
}

.why-join-card p {
    color: #4b5563; /* Tailwind's text-gray-600 */
    font-size: 1.5rem;
}

/* Job */


.job-section {
  padding: 4rem 0;
  background-color: #f9fafb;
}
.container-job {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}
.section-header-job {
  text-align: center;
  margin-bottom: 3rem;
}
.section-header-job h2 {
  font-size: 2rem;
  color: #1f2937;
  font-weight: bold;
}
.section-header-job p {
  font-size: 1.25rem;
  color: #4b5563;
  margin-top: 0.5rem;
}
.underline {
  width: 5rem;
  height: 0.25rem;
  background-color: #3b82f6;
  margin: 1rem auto 0;
}
.filter-bar {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    padding: 1.25rem;
    margin-bottom: 2rem;
  }
  
  .filter-form {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
  }
  
  /* Search Container */
  .search-container {
    position: relative;
    flex: 1;
    min-width: 250px;
  }
  
  .search-container input {
    width: 100%;
    padding: 0.75rem 2.5rem 0.75rem 1rem;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 1.95rem;
    transition: all 0.3s;
  }
  
  .search-container input:focus {
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.25);
    outline: none;
  }
  
  .search-btn {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: #666;
    cursor: pointer;
  }
  
  .clear-search {
    position: absolute;
    right: 35px;
    top: 50%;
    transform: translateY(-50%);
    color: #999;
    cursor: pointer;
    font-size: 1.8rem;
  }
  
  /* Filter Group */
  .filter-group {
    display: flex;
    align-items: center;
    gap: 0.75rem;
  }
  
  .filter-group label {
    font-weight: 500;
    color: #333;
    white-space: nowrap;
  }
  
  .filter-group select {
    padding: 0.75rem 2rem 0.75rem 1rem;
    border: 1px solid #ddd;
    border-radius: 6px;
    background-color: white;
    font-size: 1.5rem;
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 0.5rem center;
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  
  .filter-group select:focus {
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.25);
    outline: none;
  }
  
  /* Search Result Info */
  .search-result-info {
    background-color: #f3f4f6;
    border-radius: 6px;
    padding: 0.75rem 1rem;
    margin-bottom: 1.5rem;
  }
  
  .search-result-info p {
    color: #4b5563;
    font-size: 1.5rem;
  }
  
  .search-result-info span {
    font-weight: 600;
    color: #1f2937;
  }
  
  /* Empty State */
  .empty-job-state {
    grid-column: 1 / -1;
    background-color: #f9fafb;
    border: 2px dashed #ddd;
    border-radius: 8px;
    padding: 3rem 2rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  
  .empty-job-state i {
    font-size: 3rem;
    color: #9ca3af;
    margin-bottom: 1.5rem;
  }
  
  .empty-job-state h3 {
    font-size: 2.25rem;
    font-weight: 600;
    color: #374151;
    margin-bottom: 0.75rem;
  }
  
  .empty-job-state p {
    color: #6b7280;
    margin-bottom: 1.5rem;
    max-width: 400px;
  }
  
  a.reset-search-btn,
  a.reset-search-btn:hover,
  a.reset-search-btn:focus,
  a.reset-search-btn:active {
    display: inline-block;
    background-color: #3b82f6;
    color: white !important;
    padding: 0.75rem 1.5rem;
    border-radius: 6px;
    font-weight: 500;
    font-size: 2rem !important;
    text-transform: none !important;
    text-decoration: none !important;
    transition: all 0.3s;
  }
  
  a.reset-search-btn:hover {
    background-color: #2563eb;
    transform: translateY(-2px);
  }
  
  
  /* Responsive Styles */
  @media (max-width: 768px) {
    .filter-form {
      flex-direction: column;
      align-items: stretch;
    }
    
    .filter-group {
      width: 100%;
    }
    
    .search-container {
      width: 100%;
    }
  }
  
  

/* Perbaikan pada job-grid */
.job-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 1.5rem;
  }
  
  /* Perbaikan pada job-card */
  .job-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 0.5rem;
    overflow: hidden;
    position: relative;
    transition: 0.3s;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    width: 100%; /* Tetap 100% dari container yang tersedia */
    height: 100%; /* Memastikan tinggi konsisten */
    display: flex;
    flex-direction: column;
  }
  
  /* Menghapus properti berikut karena tidak dibutuhkan dengan grid:
     max-width: 400px;
     flex-basis: 300px;
     flex-grow: 1;
  */
  
  /* Media query tidak lagi diperlukan karena grid sudah menangani responsivitas */
  @media (min-width: 768px) {
    .job-grid {
      grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    }
  }
.job-label {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.25rem 0.75rem;
  font-size: 0.88rem;
  font-weight: bold;
  color: #fff;
}
.primary { background: #3b82f6; }
.secondary { background: #9333ea; }
.accent { background: #facc15; color: #1f2937; }
.job-content {
  padding: 1.5rem;
}
.job-header {
  display: flex;
  align-items: flex-start;
}
.job-icon {
  width: 3.5rem;
  height: 3.5rem;
  background: rgba(59,130,246,0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  font-size: 1.5rem;
  margin-top: 5px;
}
.primary-icon i { color: #3b82f6; }
.job-info {
  margin-left: 1rem;
}
.job-info h3 {
  font-size: 1.95rem;
  font-weight: bold;
  color: #1f2937;
  padding-left: 5px;
}
.job-location {
  margin-top: 0.25rem;
  font-size: 1.39rem;
  color: #6b7280;
  padding-left: 5px;
}
.job-tags {
  margin-top: 0.75rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.job-tag {
  background: #f3f4f6;
  color: #1f2937;
  font-size: 1.15rem;
  font-weight: 500;
  padding: 0.25rem 0.5rem;
  border-radius: 0.375rem;
  display: inline-flex;
  align-items: center;
}
.job-tag i {
  margin-right: 0.25rem;
}
.job-description {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #e5e7eb;
}
.job-description p {
  color: #374151;
  margin-bottom: 0.75rem;
}
.skills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.skill {
  background: #f3f4f6;
  color: #1f2937;
  font-size: 1.19rem;
  font-weight: 500;
  padding: 0.25rem 0.5rem;
  border-radius: 0.375rem;
}
.job-cta {
  margin-top: 1.5rem;
}
a.apply-btn,
a.apply-btn:hover,
a.apply-btn:active, 
a.apply-btn:focus {
    display: inline-flex !important;
    color: #fff !important;
    font-size: 1.375rem !important;
    padding: 0.5rem 1rem !important;
    font-weight: 500;
    text-transform: none !important;
    background-color: #3b82f6;
    border-radius: 0.375rem;
    text-decoration: none;
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    outline: none;
    -webkit-tap-highlight-color: transparent;
}

a.apply-btn:hover {
    background-color: #2563eb !important;
    color: #fff !important;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.15);
}

a.apply-btn:active {
    background-color: #1d4ed8 !important;
    color: #fff !important;
    transform: translateY(0);
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
}
.recruitment-process {
    background-color: white;
    padding: 4rem 0;
}

.container {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 1rem;
}

.section-title {
    text-align: center;
    margin-bottom: 3rem;
}

.section-title h2 {
    font-size: 1.875rem;
    font-weight: bold;
    color: #1f2937; /* Tailwind's text-dark (default gray-800) */
}

.section-underline {
    width: 5rem;
    height: 0.25rem;
    background-color: #F59E0B; /* Tailwind's bg-secondary (amber-500) */
    margin: 1rem auto 0;
}

.process-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
}

.process-step {
    text-align: center;
}

.step-number {
    background-color: rgba(59, 130, 246, 0.1); /* Tailwind's primary/10 (blue-500/10%) */
    width: 6rem;
    height: 6rem;
    margin: 0 auto 1rem;
    border-radius: 9999px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #3B82F6; /* Tailwind's text-primary (blue-500) */
    font-size: 3.5rem;
    font-weight: bold;
}

.process-step h3 {
    font-size: 2.15rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.process-step p {
    color: #374151; /* Tailwind's text-gray-600 */
    font-size: 1.5rem;
}

/* CTA */
.cta-section {
    background-color: #003366; /* Tailwind's bg-primary (blue-500) */
    color: white;
    padding: 4rem 0;
    text-align: center;
}

.cta-container {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 1rem;
}

.cta-container h2 {
    font-size: 2.80rem;
    font-weight: bold;
    margin-bottom: 1.5rem;
    color: white;
}

.cta-container p {
    font-size: 1.5rem;
    max-width: 768px;
    margin: 0 auto 2rem;
    color: white;
}

.cta-buttons {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
}

@media (min-width: 640px) {
    .cta-buttons {
        flex-direction: row;
        justify-content: center;
    }
}

.btn-cta {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0.75rem 1.5rem !important;
    font-size: 1.7rem !important;
    font-weight: 500 !important;
    border-radius: 0.375rem !important;
    text-decoration: none !important;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05) !important;
    transition: background-color 0.3s ease !important;
}

.btn-outline-cta {
    background-color: white;
    color: #3B82F6;
    border: 1px solid transparent;
}

.btn-outline-cta:hover {
    background-color: #f3f4f6; /* Tailwind's gray-100 */
}

.btn-solid-cta {
    background-color: #3B82F6;
    color: white;
    border: 1px solid white;
}

.btn-solid-cta:hover {
    color: white;
    background-color: #1e40af; /* Tailwind's blue-800 */
    border: 1px solid white;
}

/*========================Thank you=================