@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,600;1,700;1,800;1,900&family=Hanken+Grotesk:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,600&display=swap');

:root {
    /* Color & Layout Tokens */
    --primary-blue: #1e5dd9;
    --dark-blue: #09132b;
    --light-blue: #e8f1fc;
    --text-dark: #111;
    --text-gray: #555;
    --white: #ffffff;
    --section-padding: 80px 8%;
    
    /* Typography Tokens */
    --heading-font: 'Barlow Condensed', -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    --heading-color: #090831;
    --heading-color-inverse: #ffffff;
    --body-font: 'Hanken Grotesk', -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    --body-color: #000000;
    
    /* Unified Button Design Tokens */
    --btn-font-family: 'Barlow Condensed', -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    --btn-font-size: 20px;
    --btn-font-weight: 600;
    --btn-line-height: normal;
    --btn-letter-spacing: 0.3px;
    --btn-radius: 6px;
    --btn-padding: 12px 28px;
    --btn-transition: all 0.25s ease;
}

html, body {
    font-family: var(--body-font) !important;
}

.bg1{
  background-color: #1565D8;
}
.c1{
  color: #1565D8;
}

.logo-wrapper .logo img {
    /* max-width: 160px;
    width: 100%; */
    width: 143px;
    height: 50px;
    aspect-ratio: 143/50;
}

.bl-square{
    width:100%;
    height:100%;
    min-width: 220px;
    height: 220px;
    border-radius:43px;
    background-color: darkgray;
    cursor: pointer;
}
.bl-square h3{
    color: #FFF;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 45px */
    letter-spacing: -0.57px;
    text-transform: uppercase;
}
.footer-bl{
    background-color: #E8E8E8;
}
.footer-widget .recent_post_item .single-recent-post-item .content span, .footer-widget .recent_post_item .single-recent-post-item .content .title a{
    color:#58595E;
}
.footer-bl a, .footer-bl p{
    color:#58595E;
}
.footer-widget .contact_info_list{
    color:#58595E;
}
.footer-widget .widget-title{
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    color: #00176A;
    text-transform: none;
}

.footerbc{
  font-size: 12px;
  color: #00176A;
}

.breadcrumb-inner h1 {
  font-size: 120px;
}

/* effect service */


/**********************************/
/********** Effect #5 CSS *********/
/**********************************/
.effect-5 {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
}

.effect-5 * {
  transition: .3s;
}

.effect-5 .effect-img {
  font-size: 0;
  overflow: hidden;
}

.effect-5 .effect-img img {
  width: 100%;
  height: auto;
  transition: .5s;
}

.effect-5:hover .effect-img img {
  transform: scale(1.2);
}

.effect-5 .effect-text {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  padding: 0px;
  text-align: center;
  background: rgba(0, 0, 0, .1);
  border: 0px solid rgba(255, 255, 255, .1);
  transition: .5s;
}

.effect-5 .effect-text h2 {
  position: relative;
  color: #ffffff;
  font-size: 25px;
  margin-bottom: 15px;
  top: calc(50% - 13px); 
  transition: .5s;
}

.effect-5 .effect-text p {
  position: relative;
  color: #ffffff;
  font-size: 12px;
  margin-bottom: 20px;
  transform: scale(0);
  opacity: 0;
  transition: .0s;
  transition-delay: .1s;
}


.effect-5 .effect-btn .btn {
  display: inline-block;
  height: 35px;
  padding: 7px 15px;
  color: #333333;
  background: #ffffff;
  transform: scale(0);
  opacity: 0;
  transition: .2s;
  transition-delay: .3s;
}

.effect-5:hover .effect-text {
  background: rgba(0, 23, 106, 0.7);
  border: 0px solid rgba(255, 255, 255, .5);
}

.effect-5:hover .effect-text h2 {
  top: 0;
}

.effect-5:hover .effect-text p {
  transform: scale(1);
  opacity: 1;
}

.effect-5:hover .effect-text .btn {
  transform: scale(1);
  opacity: 1;
}



/* footer */
.footer-top .title {
  color: #00176A;
  font-family: var(--heading-font) !important;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.footer-top .text {
  color: #58595E;
  font-family: var(--body-font);
  text-align: justify;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  hyphens: unset;
}
.footer-top .list{
  color: #58595E;
  font-family: var(--body-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-bottom: 2px solid #77838F;
  width: auto;
  padding-right: 20px;
  margin-bottom: 15px;
}
.footer-top .bc-footer-icon{
  height: auto;
  width: 100%;
  max-width: 20px;
}

.footer-top a:hover {
  color:#1565D8;
  font-weight: 600;
}

.navbar-area .nav-container {
    background: none;
}

.navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li a.active{
  color:#051666;
  font-weight: bold;
  z-index: 99;
}

.section-title .title{
    color: #00176A;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    text-transform: none;
}


.build-your-dream-area h3 {
    color: #00176A;
    font-size: 80px !important;
    font-style: normal;
    font-weight: 700;
    line-height: 150% !important; /* 120px */
    letter-spacing: -1.84px;
    text-transform: none !important;
}

.build-your-dream-area {
    padding: 50px 0 50px 0 !important;
}
.service-area {
    padding: 50px 0 50px 0 !important;
}
.footer-top {
    padding: 50px 0 50px 0 !important;
}
.footer-bottom{
    display: none;
}
/* carousel homepage */
.testimonial_bc{
    border-radius: 30px;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.10), 9px 4px 21px 0px rgba(0, 0, 0, 0.10), 34px 17px 38px 0px rgba(0, 0, 0, 0.09), 77px 38px 52px 0px rgba(0, 0, 0, 0.05), 137px 68px 61px 0px rgba(0, 0, 0, 0.01), 215px 106px 67px 0px rgba(0, 0, 0, 0.00);
}

.owl-item.active.center .testimonial_bc{
    background: #FFF;
    opacity:1;
}
.owl-item .testimonial_bc,.owl-item.active .testimonial_bc{
    background: #fff;
    opacity:.3;
}


.homepage-carousel .owl-dots {
    position: absolute;
    right: -70px;
    top: 50%;
    -ms-transform: translateY(-50%);
    /* IE 9 */
    -webkit-transform: translateY(-50%);
    /* Chrome, Safari, Opera */
    transform: translateY(-50%);
}

.homepage-carousel .owl-dots div {
    display: block;
    width: 20px;
    height: 20px;
    background: transparent;
    border: 2px solid #333333;
    border-radius: 50%;
    margin: 5px 0;
}

.homepage-carousel .owl-dots div.active {
    background-color: var(--main-color-one);
    border-color: var(--main-color-one);
}

.homepage-carousel .owl-item {
    margin: 40px 0;
    z-index: 0;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.homepage-carousel .owl-item.center.active {
    -ms-transform: scale(1.3);
    /* IE 9 */
    -webkit-transform: scale(1.3);
    /* Chrome, Safari, Opera */
    transform: scale(1.3);
    z-index: 2;
}
.homepage-carousel .owl-item{
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    z-index: 2;
}

.homepage-carousel .owl-item.center.active .single-homepage-item .thumb img {
    z-index: 9;
}

.homepage-carousel .single-homepage-item {
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.homepage-carousel .single-homepage-item .thumb img {
    -webkit-box-shadow: 0px 0px 8px 0px rgba(203, 203, 203, 0.8);
    box-shadow: 0px 0px 8px 0px rgba(203, 203, 203, 0.8);
    border: 0px solid #fff;
    border-radius: 24px;
}

.homepage-carousel .owl-prev {
    width: 45px;
    height: 100px;
    position: absolute;
    top: 40%;
    margin-left: 30px;
    display: block !important;
    border:0px solid black;
}

.homepage-carousel .owl-next {
    width: 45px;
    height: 100px;
    position: absolute;
    top: 40%;
    right: 35px;
    display: block !important;
    border:0px solid black;
}
.homepage-carousel .owl-prev i,.homepage-carousel .owl-next i {transform : scale(1,6); color: #ccc;}


.homepage-carousel.owl-carousel .owl-stage {
    padding-top:30px;
    padding-bottom: 120px;
}


.h2{
  color: #00176A;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
}

/* service area */
.divservices{
  background:url('../../../assets/frontend/img/bc/Services_bg.png');
  background-position:bottom; 
  background-size:100% auto; 
  background-repeat:no-repeat;
  background-color:#f5f5f5;
}
.service-breadcrumb-area {
  padding: 280px 0 120px 0;
  background-color: #fff;
  text-align: left;
  background: url('../../../assets/frontend/img/bc/hero_services.png');
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: top center;
  height: 700px;
}
.service-breadcrumb-area h1.title{
  color:#fff;
}

.service-bc .service-content-bc h2{
  color: #00176A;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
}
.service-bc .service-content-bc p{
  color: #58595E;
  font-family: var(--body-font);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

/* about area */
.divabout{
  background-position:bottom; 
  background-size:100% auto; 
  background-repeat:no-repeat;
  background-color:#f5f5f5;
}
.about-breadcrumb-area {
  padding: 280px 0 120px 0;
  background-color: #fff;
  text-align: left;
  background: url('../../../assets/frontend/img/bc/hero_about.png');
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: top center;
  height: 700px;
}
.about-breadcrumb-area h1.title{
  color:#fff;
}

.aboutcontent h2{
  color: #00176A;
  font-family: var(--heading-font) !important;
  font-size: 75px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; 
  letter-spacing: -1.725px;
}

.abouttext{
  color: #58595E;
  font-family: var(--body-font);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 36px */
  letter-spacing: -0.552px;
}

.divabout-value{
  background-color: #E8E8E8;
}
.divabout-value .valuebox{
  border-radius: 37px;
  background: #FFF;
}
.divabout-value .valuebox h3{
  color: #00176A;
  font-family: var(--heading-font) !important;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 72px */
  letter-spacing: -1.104px;
}
.divabout-value .valuebox p{
  color: #58595E;
  font-family: var(--body-font);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; 
}
.divabout-value .valuebox:hover{
  border: 2px solid var(--stroke, #C1C1C1);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.10), 13px 7px 33px 0px rgba(0, 0, 0, 0.10), 54px 27px 60px 0px rgba(0, 0, 0, 0.09), 121px 60px 81px 0px rgba(0, 0, 0, 0.05), 216px 107px 96px 0px rgba(0, 0, 0, 0.01), 337px 167px 105px 0px rgba(0, 0, 0, 0.00);
  transition: .1s;
}

.divabout-misi .valuebox h3{
  color: #00176A;
  font-family: var(--heading-font) !important;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 36px */
  letter-spacing: -0.552px;
}
.divabout-misi .valuebox p{
  color: #000;
  font-family: var(--body-font);
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 18px */
  letter-spacing: -0.276px;
}
.underlinetitle{
  stroke-width: 4px;
  background: #1156EB;
  width: 77px;
  height: 4px;
}

.valuebox:hover .underlinetitle{
  width: 107px;
  transition: .5s;
}


.valuebox .divmisi{
  position: relative;
}
.valuebox .thumb{
  position: fixed;
}

/* .valuebox:hover .thumb{
  transition: .5s;
  opacity: 0;
}
.valuebox:hover .thumbhover{
  opacity: 1;
  filter: brightness(0) invert(1);
}

.valuebox .divmisi{
  border-radius: 50%;
  border:2px solid #1156EB;
}
.valuebox:hover .divmisi{
  border-radius: 50%;
  border:2px solid #00176A;
  background: #00176A;
  transition: .8s;
} */
.valuebox .thumbhover{
  filter: brightness(0) invert(1);
}
.valuebox:hover .thumb{
  transition: .5s;
  opacity: 0;
}
.valuebox:hover .thumbhover{
  opacity: 1;
  filter: none;
}

.valuebox .divmisi{
  border-radius: 50%;
  border:2px solid #00176A;
  background: #00176A;
}
.valuebox:hover .divmisi{
  border-radius: 50%;
  border:2px solid #1156EB;
  transition: .3s;
  background: #fff;
}


/* blog area */
.blog-breadcrumb-area {
  padding: 280px 0 120px 0;
  background-color: #fff;
  text-align: left;
  background: url('../../../assets/frontend/img/bc/hero_blog.png');
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: top center;
  height: 700px;  
}
.blog-breadcrumb-area h1.title{
  color:#fff;
}

.divblog1{
  border-radius: 8px;
  background: #00176A;
  color: #fff;
}
.divblog1 .thumb{
  border-radius: 8px;
}
.divblog{
  border-radius: 8px;
  background: #E8E8E8;
  color: #000;
}
.divblog img,.divblog1 img, .divblog .thumb{
  border-radius: 9px;
}

.divblog1 h4, .divblog1 p, .divblog a{
  color: #fff;
}
.divblog h4, .divblog p, .divblog a{
  color: #000;
}

.effect-5:hover .divblog {
  background: #00176A;
  color: #fff;
}
.divblog:hover h4, .divblog:hover p, .divblog:hover a{
  color: #fff;
}

.blogmorebtn{
  width:auto;
  color:#1565D8;
  border-radius: 30px;
  border: 2px solid #1565D8;
  max-width: 170px;
  font-weight: bold;
  padding: 5px 15px 3px;
}

.divcatblog{
  position: absolute;
  background: #1156EB;
  color:#fff;
  margin: 10px 10px;
  padding: 5px 15px;
  font-size: 12px;
  border-radius: 8px;
  z-index: 8;
}

.divtagblog{
  background: #5671F1;
  color:#fff;
  margin: 0px 5px 10px 0px;
  padding: 5px 15px;
  font-size: 12px;
  border-radius: 8px;
}

.divblogsidebar .widget {
  background: none !important;
}

.divblogsidebar .widget-area .widget {
  border: 0px solid #e2e2e2;
  padding: 10px 0px 20px 0px;
}

.divblogsidebar .widget-area .widget .widget-title{
  color:#5671F1;
  font-weight: bold;
}

.divblogsidebar .recent_post_item .single-recent-post-item .thumb img{
  border-radius: 8px;
}

/* contact area */
.contact-breadcrumb-area {
  padding: 280px 0 120px 0;
  background-color: #fff;
  text-align: left;
  background: url('../../../assets/frontend/img/bc/hero_contact.png');
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: top center;
  height: 700px;
}

.contact-breadcrumb-area h1.title{
  color:#fff;
}

.contact-area h3{
  color: var(--B1, #00176A);
  font-family: var(--heading-font) !important;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px; /* 120% */
  letter-spacing: 1.425px;
}

.box-contact {
  border-radius: 4px;
  background: #FFF;
  box-shadow: 0px 2px 48px 0px rgba(0, 0, 0, 0.06);
}
.box-contact h4{
  color: #1E2022;
  text-align: center;
  font-family: var(--heading-font) !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 150% */
  letter-spacing: 0.6px;
}
.box-contact .subtitle {
  color: #77838F !important;
  text-align: center;
  font-family: var(--body-font);
  font-size: 16px !important;;
  font-style: normal;
  font-weight: 400 !important;;
  line-height: 27px; /* 168.75% */
  letter-spacing: 0.6px;
}
.box-contact p{
  color: #77838F;
  text-align: center;
  font-family: var(--body-font);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 185.714% */
  letter-spacing: 0.494px;
}
.section-contact {
  background-color: #F5F5F5;
}

.badge-contact{
  border-radius: 16px;
  background: #E5E9FF;
  width: 130px;
  height: 32px;
  color: #00176A;
  text-align: center;
  font-family: var(--body-font);
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.786px;
  margin: auto;
  padding: 9px 0px;
}

.bc-contact-bg-circle{
  background:url('../../../assets/frontend/img/bc/contact-bg-icon.svg') no-repeat 100% 100%;
  background-size: 160px 160px;
  background-position: center center;
  height: 160px;
}
.bc-contact-bg-icon-address{
  width: auto;
  height: 140px;
  background: url('../../../assets/frontend/img/bc/contact-maps.svg') no-repeat 100% 100%;
  background-size: 18px auto;
  background-position: 50%;
}
.bc-contact-bg-icon-email{
  width: auto;
  height: 140px;
  background: url('../../../assets/frontend/img/bc/contact-email.svg') no-repeat 100% 100%;
  background-size: 18px auto;
  background-position: 50%;
}
.bc-contact-bg-icon-phone{
  width: auto;
  height: 140px;
  background: url('../../../assets/frontend/img/bc/contact-phone.svg') no-repeat 100% 100%;
  background-size: 18px auto;
  background-position: 50%;
}

.form-contact label{
  color: #1E2022;
  font-family: var(--body-font);
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px; /* 200% */
  letter-spacing: 0.459px;
  text-transform: uppercase;
}
.form-contact input{
  border-radius: 4px;
  border: 1px solid #D5DAE2;
  padding:20px;
  height: 53px;
}

.form-contact input::placeholder,.form-contact textarea::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  opacity: 1; /* Firefox */
  color: #99A2AA;
  font-family: var(--body-font);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 185.714% */
  letter-spacing: 0.494px;
}

.form-contact input:-ms-input-placeholder,.form-contact textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #99A2AA;
  font-family: var(--body-font);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 185.714% */
  letter-spacing: 0.494px;
}

.form-contact input::-ms-input-placeholder { /* Microsoft Edge */
  color: #99A2AA;
  font-family: var(--body-font);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 185.714% */
  letter-spacing: 0.494px;
}

.form-contact .submitbtn{
  border-radius: 33px;
  color:#fff;
  background-color: #00166A;
}

.form-contact .submitbtn:hover{
  color:#fff;
}

/* work area */
.work-breadcrumb-area {
  padding: 280px 0 120px 0;
  background-color: #fff;
  text-align: left;
  background: url('../../../assets/frontend/img/bc/hero_work.png');
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: top center;
  height: 700px;
}

.work-breadcrumb-area h1.title{
  color:#fff;
}

.section-work {
  background-color: #f5f5f5;
}
.section-work .cattitle {
  color: #1156EB;
  font-family: var(--heading-font) !important;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;  
}
.section-work .catlist {
  color: #1E1E1E;
  font-family: var(--body-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: -0.304px;

}
.section-work .catlist.active {
  color: #1156EB;
}

.divcat{
  padding: 10px 0px;
}
.divcat a{
  cursor: pointer;
}

.catseparator{
  border-top: 2px solid #1156EB;
}
.bc-product-image{
  border-radius: 20px;
  background-color: #fff;
}
.bc-product-title{
  color: var(--Gray-gray-900, #171717);
  font-family: var(--heading-font) !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 24px */
  text-align: center;
}
.bc-product-desc{
  color: #000;
  font-family: var(--body-font);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 18px */
  letter-spacing: -0.228px;
}
.bc-product-icon{
  height: 100%;
  max-height: 21px;
  width: auto;
  margin-right: 10px;
}
.bc-product-icon-download{
  width: 100%;
  max-width: 17px;
}
.bcfilter-icon{
  max-width: 40px;
}

.divpack{
  position: relative;
  width: 35px;
  height: 30px;
}
.divpackimg{
  position: absolute;
  bottom: 0;
  width: 0.7;
}

.back-to-top{
  display:none !important;
}
.wa-link {
  position: fixed;
  right: 30px;
  bottom: 40px;
  width: 50px;
  height: 50px;
  /* background-color: var(--main-color-one);
  color: #fff;
  text-align: center;
  line-height: 50px;
  border-radius: 50%; */
  z-index: 99;
  cursor: pointer;
  /* font-size: 30px;
  -webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1); */
}
/* .wa-link img{

} */

@media only screen and (max-width: 1200px) {
  .service-breadcrumb-area {
    padding: 230px 0 170px 0;
    height: 600px;
  }
  .about-breadcrumb-area {
    padding: 230px 0 170px 0;
    height: 600px;
  }
  .blog-breadcrumb-area {
    padding: 230px 0 170px 0;
    height: 600px;
  }
}
@media only screen and (max-width: 991px) {
    .bl-square{
        height: 300px;
    }
    .service-breadcrumb-area {
      padding: 230px 0 170px 0;
      height: 420px;
    }
    .about-breadcrumb-area {
      padding: 230px 0 170px 0;
      height: 420px;
    }
    .blog-breadcrumb-area {
      padding: 230px 0 170px 0;
      height: 420px;
    }
    .breadcrumb-inner h1 {
      font-size: 100px;
    }
}
@media only screen and (max-width: 767px) {
    .bl-square{
        height: 500px;
    }
    .service-breadcrumb-area {
      padding: 140px 0 80px 0;
      height: 350px;
    }
    .about-breadcrumb-area {
      padding: 140px 0 80px 0;
      height: 350px;
    }
    .breadcrumb-inner h1 {
      font-size: 80px;
    }
}
@media only screen and (max-width: 575px) {
    .bl-square{
        height: 300px;
    }
    .service-breadcrumb-area {
      padding: 70px 0 40px 0;
      height: 270px;
    }
    .about-breadcrumb-area {
      padding: 70px 0 40px 0;
      height: 270px;
    }
    .blog-breadcrumb-area {
      padding: 70px 0 40px 0;
      height: 270px;
    }

    .homepage-carousel.owl-carousel .owl-stage {
      padding-top:100px;
      padding-bottom: 140px;
    }
    .breadcrumb-inner h1 {
      font-size: 40px;
    }


    .testimonial_bc .title {
      font-size: 18px;
    }
    .testimonial_bc .text-secondary{
      font-size: 12px;
    }
    .testimonial_bc .post{
      font-size: 13px;
    }
    
}



/* btn switch language */
.btn-toggle:disabled{
  /* opacity: 1 !important; */
  cursor:wait;
}
.btn-toggle {
  margin: 0 4rem;
  padding: 0;
  position: relative;
  border: none;
  height: 1.5rem;
  width: 3rem;
  border-radius: 1.5rem;
  color: #6b7381;
  background: #00176A;
}
.btn-toggle:focus,
.btn-toggle.focus,
.btn-toggle:focus.active,
.btn-toggle.focus.active {
  outline: none;
}
.btn-toggle:before,
.btn-toggle:after {
  line-height: 1.5rem;
  width: 4rem;
  text-align: center;
  font-weight: 600;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: absolute;
  bottom: 0;
  transition: opacity 0.25s;
}
.btn-toggle:before {
  content: 'ENG';
  left: -4rem;
}
.btn-toggle:after {
  content: 'IND';
  right: -4rem;
  opacity: 0.5;
}
.btn-toggle > .handle {
  position: absolute;
  top: 0.1875rem;
  left: 0.1875rem;
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 1.125rem;
  background: #fff;
  transition: left 0.25s;
}
.btn-toggle.active {
  transition: background-color 0.25s;
}
.btn-toggle.active > .handle {
  left: 1.6875rem;
  transition: left 0.25s;
}
.btn-toggle.active:before {
  opacity: 0.5;
}
.btn-toggle.active:after {
  opacity: 1;
}
.btn-toggle.btn-sm:before,
.btn-toggle.btn-sm:after {
  line-height: -0.5rem;
  color: #fff;
  letter-spacing: 0.75px;
  left: 0.4125rem;
  width: 2.325rem;
}
.btn-toggle.btn-sm:before {
  text-align: right;
}
.btn-toggle.btn-sm:after {
  text-align: left;
  opacity: 0;
}
.btn-toggle.btn-sm.active:before {
  opacity: 0;
}
.btn-toggle.btn-sm.active:after {
  opacity: 1;
}
.btn-toggle.btn-xs:before,
.btn-toggle.btn-xs:after {
  display: none;
}
.btn-toggle:before,
.btn-toggle:after {
  color: #6b7381;
}
.btn-toggle.active {
  background-color: #48a1f8;
}
.btn-toggle.btn-lg {
  margin: 0 5rem;
  padding: 0;
  position: relative;
  border: none;
  height: 2.5rem;
  width: 5rem;
  border-radius: 2.5rem;
}
.btn-toggle.btn-lg:focus,
.btn-toggle.btn-lg.focus,
.btn-toggle.btn-lg:focus.active,
.btn-toggle.btn-lg.focus.active {
  outline: none;
}
.btn-toggle.btn-lg:before,
.btn-toggle.btn-lg:after {
  line-height: 2.5rem;
  width: 5rem;
  text-align: center;
  font-weight: 600;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: absolute;
  bottom: 0;
  transition: opacity 0.25s;
}
.btn-toggle.btn-lg:before {
  content: 'ENG';
  left: -5rem;
}
.btn-toggle.btn-lg:after {
  content: 'IND';
  right: -5rem;
  opacity: 0.5;
}
.btn-toggle.btn-lg > .handle {
  position: absolute;
  top: 0.3125rem;
  left: 0.3125rem;
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 1.875rem;
  background: #fff;
  transition: left 0.25s;
}
.btn-toggle.btn-lg.active {
  transition: background-color 0.25s;
}
.btn-toggle.btn-lg.active > .handle {
  left: 2.8125rem;
  transition: left 0.25s;
}
.btn-toggle.btn-lg.active:before {
  opacity: 0.5;
}
.btn-toggle.btn-lg.active:after {
  opacity: 1;
}
.btn-toggle.btn-lg.btn-sm:before,
.btn-toggle.btn-lg.btn-sm:after {
  line-height: 0.5rem;
  color: #fff;
  letter-spacing: 0.75px;
  left: 0.6875rem;
  width: 3.875rem;
}
.btn-toggle.btn-lg.btn-sm:before {
  text-align: right;
}
.btn-toggle.btn-lg.btn-sm:after {
  text-align: left;
  opacity: 0;
}
.btn-toggle.btn-lg.btn-sm.active:before {
  opacity: 0;
}
.btn-toggle.btn-lg.btn-sm.active:after {
  opacity: 1;
}
.btn-toggle.btn-lg.btn-xs:before,
.btn-toggle.btn-lg.btn-xs:after {
  display: none;
}
.btn-toggle.btn-sm {
  margin: 0 0.5rem;
  padding: 0;
  position: relative;
  border: none;
  height: 1.5rem;
  width: 3rem;
  border-radius: 1.5rem;
}
.btn-toggle.btn-sm:focus,
.btn-toggle.btn-sm.focus,
.btn-toggle.btn-sm:focus.active,
.btn-toggle.btn-sm.focus.active {
  outline: none;
}
.btn-toggle.btn-sm:before,
.btn-toggle.btn-sm:after {
  line-height: 1.5rem;
  width: 0.5rem;
  text-align: center;
  font-weight: 600;
  font-size: 0.55rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: absolute;
  bottom: 0;
  transition: opacity 0.25s;
}
.btn-toggle.btn-sm:before {
  content: 'ENG';
  left: -0.5rem;
}
.btn-toggle.btn-sm:after {
  content: 'IND';
  right: -0.5rem;
  opacity: 0.5;
}
.btn-toggle.btn-sm > .handle {
  position: absolute;
  top: 0.1875rem;
  left: 0.1875rem;
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 1.125rem;
  background: #fff;
  transition: left 0.25s;
}
.btn-toggle.btn-sm.active {
  transition: background-color 0.25s;
}
.btn-toggle.btn-sm.active > .handle {
  left: 1.6875rem;
  transition: left 0.25s;
}
.btn-toggle.btn-sm.active:before {
  opacity: 0.5;
}
.btn-toggle.btn-sm.active:after {
  opacity: 1;
}
.btn-toggle.btn-sm.btn-sm:before,
.btn-toggle.btn-sm.btn-sm:after {
  line-height: -0.5rem;
  color: #fff;
  letter-spacing: 0.75px;
  left: 0.4125rem;
  width: 2.325rem;
}
.btn-toggle.btn-sm.btn-sm:before {
  text-align: right;
}
.btn-toggle.btn-sm.btn-sm:after {
  text-align: left;
  opacity: 0;
}
.btn-toggle.btn-sm.btn-sm.active:before {
  opacity: 0;
}
.btn-toggle.btn-sm.btn-sm.active:after {
  opacity: 1;
}
.btn-toggle.btn-sm.btn-xs:before,
.btn-toggle.btn-sm.btn-xs:after {
  display: none;
}
.btn-toggle.btn-xs {
  margin: 0 0;
  padding: 0;
  position: relative;
  border: none;
  height: 1rem;
  width: 2rem;
  border-radius: 1rem;
}
.btn-toggle.btn-xs:focus,
.btn-toggle.btn-xs.focus,
.btn-toggle.btn-xs:focus.active,
.btn-toggle.btn-xs.focus.active {
  outline: none;
}
.btn-toggle.btn-xs:before,
.btn-toggle.btn-xs:after {
  line-height: 1rem;
  width: 0;
  text-align: center;
  font-weight: 600;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: absolute;
  bottom: 0;
  transition: opacity 0.25s;
}
.btn-toggle.btn-xs:before {
  content: 'ENG';
  left: 0;
}
.btn-toggle.btn-xs:after {
  content: 'IND';
  right: 0;
  opacity: 0.5;
}
.btn-toggle.btn-xs > .handle {
  position: absolute;
  top: 0.125rem;
  left: 0.125rem;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 0.75rem;
  background: #fff;
  transition: left 0.25s;
}
.btn-toggle.btn-xs.active {
  transition: background-color 0.25s;
}
.btn-toggle.btn-xs.active > .handle {
  left: 1.125rem;
  transition: left 0.25s;
}
.btn-toggle.btn-xs.active:before {
  opacity: 0.5;
}
.btn-toggle.btn-xs.active:after {
  opacity: 1;
}
.btn-toggle.btn-xs.btn-sm:before,
.btn-toggle.btn-xs.btn-sm:after {
  line-height: -1rem;
  color: #fff;
  letter-spacing: 0.75px;
  left: 0.275rem;
  width: 1.55rem;
}
.btn-toggle.btn-xs.btn-sm:before {
  text-align: right;
}
.btn-toggle.btn-xs.btn-sm:after {
  text-align: left;
  opacity: 0;
}
.btn-toggle.btn-xs.btn-sm.active:before {
  opacity: 0;
}
.btn-toggle.btn-xs.btn-sm.active:after {
  opacity: 1;
}
.btn-toggle.btn-xs.btn-xs:before,
.btn-toggle.btn-xs.btn-xs:after {
  display: none;
}
.btn-toggle.btn-secondary {
  color: #6b7381;
  background: #00176A;
}
.btn-toggle.btn-secondary:before,
.btn-toggle.btn-secondary:after {
  color: #6b7381;
}
.btn-toggle.btn-secondary.active {
  background-color: #ff8300;
}


/* blog search */

.searchbar{
  margin-bottom: auto;
  margin-top: auto;
  height: 60px;
  background-color: #fff;
  border-radius: 30px;
  padding: 10px;
  box-shadow: 1px 12px 31px 2px rgba(0,0,0,0.1);
  -webkit-box-shadow: 1px 12px 31px 2px rgba(0,0,0,0.1);
  -moz-box-shadow: 1px 12px 31px 2px rgba(0,0,0,0.1);  
  }

  .search_input{
  color: #000;
  border: 0;
  outline: 0;
  background: none;
  caret-color:transparent;
  line-height: 20px;
  margin:10px 0px;
  /* transition: width 0.4s linear; */
  width: 100%;
  }
  .search_input:focus {
    border:0px !important;
    border-bottom: 1px solid #E8E8E8 !important;
    box-shadow: none !important;
  }

  /* .searchbar:hover > .search_input{
  padding: 0 10px;
  width: 450px;
  caret-color:red;
  transition: width 0.4s linear;
  } */

  /* .searchbar:hover > .search_icon{
  background: white;
  color: #e74c3c;
  } */

  .search_icon{
  height: 40px;
  width: 90px;
  float: right;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  color:white;
  font-weight: bold;
  text-decoration:none;
  border:0px;
  }

  .search_firsticon{
    width: 30px;
  }

  .badge-bc{
    border-radius: 33px;
    margin:0px 5px;
    color: #1565D8;
    background-color: #e1e7f2;
    padding: 4px 20px;
    font-size: 14px;
  }

  /* BCI Navbar Reskin Overrides */
  .navbar-wrapper.bc-navbar-wrapper,
  .bc-navbar-wrapper,
  .bc-hero-section .bc-navbar-wrapper {
    background: transparent !important;
    background-color: transparent !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  /* Dark BG only for inner pages (NOT homepage hero) */
  .navbar-wrapper.bc-navbar-wrapper.bc-navbar-inner {
    background: #06122C !important;
    background-color: #06122C !important;
  }

  /* Force transparent when navbar is INSIDE hero section - highest specificity */
  .bc-hero-section .navbar-wrapper.bc-navbar-wrapper.bc-navbar-inner,
  .bc-hero-section .navbar-wrapper.bc-navbar-wrapper.bc-navbar-home,
  .home-page-container .navbar-wrapper.bc-navbar-wrapper.bc-navbar-inner,
  .home-page-container .navbar-wrapper.bc-navbar-wrapper.bc-navbar-home,
  .bc-hero-section .bc-navbar-wrapper.bc-navbar-inner,
  .bc-hero-section .bc-navbar-wrapper.bc-navbar-home {
    position: absolute !important;
    background: transparent !important;
    background-color: transparent !important;
  }

  .navbar-wrapper.bc-navbar-wrapper.nav-fixed,
  .bc-navbar-wrapper.nav-fixed,
  .bc-hero-section .bc-navbar-wrapper.nav-fixed,
  .bc-hero-section .navbar-wrapper.bc-navbar-wrapper.nav-fixed {
    background: rgba(6, 17, 40, 0.95) !important;
    background-color: rgba(6, 17, 40, 0.95) !important;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    z-index: 9999 !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.35) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  }

  /* Prevent rogue white bars and ensure seamless hero layout */
  html, body {
    margin: 0 !important;
    padding-top: 0 !important;
  }

  .home-page-container {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }

  .hero {
    margin-top: 0 !important;
    top: 0 !important;
  }

  .support-bar-area {
    display: none !important;
  }

  /* ==========================================================================
     Global Typography System (Option B: Balanced Design Tokens & Contextual Inversion)
     ========================================================================== */
  body, input, button, select, textarea, label {
    font-family: var(--body-font);
  }

  p, .p {
    font-family: 'Hanken Grotesk', -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    color: var(--body-color);
  }

  /* Global Headings Reset & Brand Consistency - Barlow Condensed Everywhere */
  h1, h2, h3, h4, h5, h6,
  .h1, .h2, .h3, .h4, .h5, .h6,
  .heading-font,
  .widget-title,
  .title,
  [class*="-heading"],
  [class*="-title"]:not(.contact-office-title) {
    font-family: 'Barlow Condensed', -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    color: var(--heading-color);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.3px;
  }

  /* Standardized Heading Scale */
  h1, .h1 {
    font-size: 56px;
    line-height: 1.1;
    margin-bottom: 24px;
  }

  h2, .h2 {
    color: #090831 !important;
    font-family: 'Barlow Condensed', sans-serif !important;
    font-size: 36px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: 1.15 !important;
    margin-bottom: 30px !important;
    letter-spacing: 0.3px;
  }

  h3, .h3 {
    color: var(--heading-color);
    font-family: var(--heading-font) !important;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 20px;
  }

  h4, .h4 {
    color: var(--heading-color);
    font-family: var(--heading-font) !important;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.25;
    margin-bottom: 16px;
  }

  h5, .h5 {
    color: var(--heading-color);
    font-family: var(--heading-font) !important;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 12px;
  }

  h6, .h6 {
    color: var(--heading-color);
    font-family: var(--heading-font) !important;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.35;
    margin-bottom: 8px;
  }

  /* Responsive Headings Scale */
  @media (max-width: 991px) {
    h1, .h1 { font-size: 44px; margin-bottom: 20px; }
    h2, .h2 { font-size: 36px; margin-bottom: 18px; }
    h3, .h3 { font-size: 30px; margin-bottom: 16px; }
    h4, .h4 { font-size: 24px; margin-bottom: 14px; }
  }

  @media (max-width: 767px) {
    h1, .h1 { font-size: 36px; margin-bottom: 16px; }
    h2, .h2 { font-size: 30px; margin-bottom: 16px; }
    h3, .h3 { font-size: 26px; margin-bottom: 14px; }
    h4, .h4 { font-size: 22px; margin-bottom: 12px; }
    h5, .h5 { font-size: 18px; margin-bottom: 10px; }
    h6, .h6 { font-size: 16px; margin-bottom: 8px; }
  }

  /* Dynamic Contextual Inversion for Dark Sections & Dark Cards */
  .is-dark,
  .bg-dark,
  .theme-dark,
  .section-dark,
  .has-dark-bg,
  .berita-card,
  .berita-card-content,
  .contact-section-wrapper,
  .footer-area,
  .widget-area,
  .vision-area,
  .visi {
    --heading-color: var(--heading-color-inverse);
    --body-color: rgba(255, 255, 255, 0.90);
  }

  /* Contextual Reset: Light / Glassmorphic Cards inside Dark/Gradient Sections */
  .card-custom,
  .misi-card.is-text {
    --heading-color: #090831;
    --body-color: #000000;
  }

/* ==========================================================
   HOMEPAGE SPECIFIC STYLES (Migrated from home-01.blade.php inline <style>)
   ========================================================== */


    .home-page-container {
        margin: 0 !important;
        padding: 0 !important;
        margin-top: 0 !important;
        padding-top: 0 !important;
        font-family: var(--body-font);
        overflow-x: hidden;
        position: relative;
        width: 100%;
    }

    .home-page-container * {
        box-sizing: border-box;
    }

    .home-page-container img:not(.bci-logo-img):not(.bci-footer-logo-img):not(.nilai-icon-img) {
        max-width: 100%;
        height: auto;
        display: block;
    }



    /* Clean Visual Depth & Micro-Parallax Architecture (Option A)
       Natural document flow for all sections — zero content clipping or premature occlusion.
       Parallax is applied exclusively to background layers and floating product assets. */
    .bci-parallax-bg {
        will-change: transform;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
    }

    [data-parallax-layer] {
        will-change: transform;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
    }

    @media (prefers-reduced-motion: reduce) {
        .bci-parallax-bg,
        [data-parallax-layer],
        .hero-content,
        .hero-bg-parallax {
            transform: none !important;
            transition: none !important;
            opacity: 1 !important;
        }
    }

    /* HERO SECTION */
    .hero {
        position: relative;
        margin-top: 0 !important;
        top: 0 !important;
        height: 100vh;
        min-height: 640px;
        background-color: #09132b;
        color: var(--white);
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }

    .hero-bg-parallax {
        position: absolute;
        top: -18%;
        left: 0;
        width: 100%;
        height: 136%;
        background: radial-gradient(circle at -5% 50%, rgba(9, 19, 43, 0.98) 0%, rgba(4, 30, 95, 0.85) 35%, rgba(0, 85, 255, 0.3) 55%, transparent 75%),
                    linear-gradient(to right, rgba(9, 19, 43, 0.95) 0%, rgba(9, 19, 43, 0.75) 35%, rgba(4, 30, 95, 0.3) 65%, transparent 100%),
                    url('../img/hero-banner.jpg') center right / cover no-repeat;
        z-index: 0;
        pointer-events: none;
    }

    .hero-content {
        position: relative;
        z-index: 2;
        flex-grow: 1;
        display: flex;
        align-items: center;
        padding: 100px 8% 40px;
    }

    .hero-content h1 {
        margin: 0;
        color: #FFF;
        font-family: "Barlow Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
        font-size: 128px;
        font-style: normal;
        font-weight: 600;
        line-height: 103%; /* 131.84px */
        max-width: 850px;
    }

    /* TEXT/IMAGE SPLIT LAYOUT (Reusable) */
    .split-section { 
        padding: var(--section-padding); 
        background-color: var(--white);
        position: relative;
    }
    .split-top { display: flex; gap: 50px; margin-bottom: 40px; }
    .split-top .left { flex: 0 0 30%; }
    .split-top .right { flex: 1; }

    /* TENTANG BCI */
    .image-grid-4 {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 20px;
    }
    .image-grid-4 img,
    .home-page-container .image-grid-4 img { 
        border-radius: 8px; 
        width: 100%; 
        aspect-ratio: 413 / 529; 
        height: auto; 
        object-fit: cover; 
        object-position: center; 
    }

    /* NILAI UTAMA */
    .nilai-utama {
        position: relative;
        overflow: hidden;
        background-color: #103e87;
        padding: var(--section-padding);
        color: var(--white);
    }
    .nilai-utama-bg-parallax {
        position: absolute;
        top: -20%;
        left: 0;
        width: 100%;
        height: 140%;
        background: linear-gradient(175deg, #103e87 0%, #1750b3 35%, #58bfe0 75%, #bceaf7 100%);
        z-index: 0;
        pointer-events: none;
    }
    .nilai-utama-inner {
        position: relative;
        z-index: 1;
    }
    .nilai-utama h2,
    .home-page-container .nilai-utama h2,
    .nilai-utama-title { 
        color: #ffffff !important; 
        margin-bottom: 30px !important; 
    }
    .cards-container {
        display: flex;
        gap: 24px;
        overflow-x: auto;
        scroll-behavior: smooth;
        padding: 10px 0 24px;
        cursor: grab;
        user-select: none;
        -webkit-user-select: none;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }
    .cards-container::-webkit-scrollbar {
        display: none;
    }
    .cards-container.is-dragging {
        cursor: grabbing;
        scroll-behavior: auto;
    }
    .card-custom {
        background: rgba(255, 255, 255, 0.70);
        backdrop-filter: blur(12px);
        -webkit-backdrop-filter: blur(12px);
        padding: 40px 32px 36px;
        border-radius: 16px;
        /* Exactly 3 cards full, card 4 half (50%), card 5 completely hidden offscreen */
        width: calc((100% - (3 * 24px)) / 3.5);
        min-width: calc((100% - (3 * 24px)) / 3.5);
        flex: 0 0 calc((100% - (3 * 24px)) / 3.5);
        min-height: 400px;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        color: var(--text-dark);
        box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
        transition: transform 0.25s ease, box-shadow 0.25s ease;
    }
    .card-custom:hover {
        transform: translateY(-4px);
        box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.28);
    }
    .card-icon-img {
        width: 109px;
        height: 117px;
        margin-bottom: 24px;
        flex-shrink: 0;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }
    .card-icon-img img,
    .nilai-icon-img {
        width: 109px !important;
        height: 117px !important;
        max-width: 109px !important;
        max-height: 117px !important;
        aspect-ratio: 109 / 117 !important;
        object-fit: contain !important;
        display: block !important;
        transition: transform 0.25s ease;
    }
    .card-custom:hover .card-icon-img img,
    .card-custom:hover .nilai-icon-img {
        transform: translateY(-2px) scale(1.03);
    }
    .card-custom h3,
    .nilai-utama .card-custom h3 { 
        color: #090831 !important;
        font-family: "Barlow Condensed", sans-serif !important;
        font-size: 36px !important;
        font-style: normal !important;
        font-weight: 600 !important;
        line-height: normal !important;
        margin: 0 0 20px 0 !important;
        letter-spacing: normal !important;
    }
    .card-custom p,
    .nilai-utama .card-custom p {
        color: #000000 !important;
        font-family: "Hanken Grotesk", sans-serif !important;
        font-size: 20px !important;
        font-style: normal !important;
        font-weight: 400 !important;
        line-height: normal !important;
        margin: 0 !important;
    }

    /* Custom Interactive Slider Track */
    .slider-track-container {
        width: 100%;
        margin-top: 36px;
        position: relative;
        padding: 8px 0;
    }
    .slider-track-interactive {
        width: 100%;
        height: 3px;
        background: rgba(255, 255, 255, 0.45);
        border-radius: 999px;
        position: relative;
        cursor: pointer;
        outline: none;
    }
    .slider-track-interactive:focus-visible {
        box-shadow: 0 0 0 2px #ffffff;
    }
    .slider-thumb-interactive {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translate(0, -50%);
        height: 8px;
        min-width: 56px;
        background: #1e5dd9;
        border-radius: 999px;
        cursor: grab;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
        transition: background 0.15s ease;
        touch-action: none;
    }
    .slider-thumb-interactive:hover,
    .slider-thumb-interactive.is-dragging {
        cursor: grabbing;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    }

    /* MENGAPA BCI & STANDAR GLOBAL */
    .full-img { width: 100%; border-radius: 8px; height: 400px; object-fit: cover; object-position: center center; }
    .image-grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
    .image-grid-2 img,
    .home-page-container .image-grid-2 img { 
        border-radius: 8px; 
        width: 100%; 
        aspect-ratio: 908 / 642; 
        height: auto; 
        object-fit: cover; 
        object-position: center 28%; 
    }
    .bg-light-custom { background-color: #f8f9fa; }

    /* VISI KAMI (Video Background Layout) */
    .visi {
        position: relative;
        overflow: hidden;
        background-color: #09132b;
        min-height: 520px;
        padding: 80px 8% 260px;
        box-sizing: border-box;
    }
    .visi-video-bg {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        height: 100%;
        min-width: 100%;
        min-height: 100%;
        transform: translate(-50%, -50%);
        object-fit: cover;
        object-position: center center;
        z-index: 0;
        pointer-events: none;
    }
    .visi-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(
            180deg,
            rgba(9, 19, 43, 0.72) 0%,
            rgba(9, 19, 43, 0.40) 45%,
            rgba(9, 19, 43, 0.62) 100%
        );
        z-index: 1;
        pointer-events: none;
    }
    .visi .split-top {
        position: relative;
        z-index: 2;
        width: 100%;
        margin-bottom: 0;
    }
    .visi .split-top .left h2 {
        color: #ffffff !important;
        font-family: 'Barlow Condensed', sans-serif !important;
        font-size: 36px !important;
        font-weight: 700 !important;
        line-height: 1.15 !important;
        margin: 0 0 30px 0 !important;
        margin-bottom: 30px !important;
        letter-spacing: 0.3px;
    }
    .visi .split-top .right {
        max-width: 620px;
    }
    .visi .split-top .right p {
        color: rgba(255, 255, 255, 0.92) !important;
        font-size: 1rem;
        line-height: 1.6;
        margin: 0 0 16px 0;
    }
    .visi .split-top .right h4,
    .visi .split-top .right h3,
    .visi-tagline {
        color: #ffffff !important;
        font-family: 'Barlow Condensed', sans-serif !important;
        font-size: 24px !important;
        font-weight: 700 !important;
        line-height: 1.2;
        margin: 0;
        letter-spacing: 0.4px;
    }

    /* MISI KAMI (Multi-Card Interactive Slider) */
    .misi {
        background-color: var(--light-blue);
        padding: var(--section-padding);
        position: relative;
        overflow: hidden;
    }
    .misi-slider-wrapper {
        position: relative;
        width: 100%;
        display: flex;
        align-items: center;
    }
    .misi-cards {
        display: flex;
        gap: 24px;
        overflow-x: auto;
        scroll-behavior: smooth;
        width: 100%;
        padding: 10px 2px 20px 2px;
        scrollbar-width: none;
        -ms-overflow-style: none;
        cursor: grab;
    }
    .misi-cards::-webkit-scrollbar {
        display: none;
    }
    .misi-cards.is-dragging {
        cursor: grabbing;
        scroll-behavior: auto;
    }
    .misi-card {
        /* Exactly 3.5 individual cards visible: Item 1 (img+text full), Item 2 (img full + text 50% peek), rest off-screen */
        width: calc((100% - (3 * 24px)) / 3.5);
        min-width: calc((100% - (3 * 24px)) / 3.5);
        flex: 0 0 calc((100% - (3 * 24px)) / 3.5);
        min-height: 380px;
        border-radius: 16px;
        overflow: hidden;
        transition: transform 0.25s ease, box-shadow 0.25s ease;
        box-sizing: border-box;
    }
    .misi-card:hover {
        transform: translateY(-4px);
    }
    .misi-card.is-img {
        background: #e9f1fc;
        position: relative;
        box-shadow: 0 10px 24px rgba(7, 30, 80, 0.08), 0 2px 6px rgba(7, 30, 80, 0.04);
    }
    .misi-card.is-img:hover {
        box-shadow: 0 16px 36px rgba(7, 30, 80, 0.14), 0 4px 10px rgba(7, 30, 80, 0.06);
    }
    .misi-card.is-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }
    .misi-placeholder {
        width: 100%;
        height: 100%;
        min-height: 380px;
        background: linear-gradient(145deg, #edf4fe 0%, #d8e6fa 100%);
        border: 2px dashed rgba(30, 93, 217, 0.35);
        border-radius: 16px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 12px;
        box-sizing: border-box;
        padding: 24px;
        text-align: center;
    }
    .misi-placeholder-icon {
        width: 56px;
        height: 56px;
        border-radius: 14px;
        background: rgba(30, 93, 217, 0.10);
        display: flex;
        align-items: center;
        justify-content: center;
        color: #1e5dd9;
    }
    .misi-placeholder-tag {
        font-size: 11px;
        text-transform: uppercase;
        letter-spacing: 1.2px;
        font-weight: 600;
        color: rgba(30, 93, 217, 0.7);
    }
    .misi-placeholder-title {
        font-family: 'Barlow Condensed', sans-serif;
        font-size: 24px;
        font-weight: 700;
        color: #0b2253;
        letter-spacing: 0.5px;
    }
    .misi-card.is-text {
        background: #ffffff;
        padding: 36px 28px;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        box-shadow: 0 10px 24px rgba(7, 30, 80, 0.08), 0 2px 6px rgba(7, 30, 80, 0.04);
        border: 1px solid rgba(7, 30, 80, 0.05);
    }
    .misi-card.is-text:hover {
        box-shadow: 0 16px 36px rgba(7, 30, 80, 0.12), 0 4px 10px rgba(7, 30, 80, 0.06);
    }
    .misi-card.is-text h3 {
        color: #090831 !important;
        font-family: "Barlow Condensed", sans-serif !important;
        font-size: 36px !important;
        font-style: normal !important;
        font-weight: 600 !important;
        line-height: normal !important;
        margin: 0 0 20px 0 !important;
        letter-spacing: normal !important;
    }
    .misi-card.is-text p {
        color: #000000 !important;
        font-family: "Hanken Grotesk", sans-serif !important;
        font-size: 20px !important;
        font-style: normal !important;
        font-weight: 400 !important;
        line-height: normal !important;
        margin: 0 !important;
    }
    .misi-arrow {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 10;
        width: 40px;
        height: 40px;
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        border: none;
        transition: all 0.25s ease;
        box-shadow: 0 4px 14px rgba(7, 30, 80, 0.12);
    }
    .misi-arrow-prev {
        left: -18px;
        background: #081026;
        color: #ffffff;
    }
    .misi-arrow-prev:hover {
        background: #1e5dd9;
        transform: translateY(-50%) scale(1.06);
    }
    .misi-arrow-next {
        right: -18px;
        background: #ffffff;
        color: #1e5dd9;
        border: 1px solid rgba(30, 93, 217, 0.15);
    }
    .misi-arrow-next:hover {
        background: #1e5dd9;
        color: #ffffff;
        transform: translateY(-50%) scale(1.06);
    }
    .misi-arrow.is-disabled {
        opacity: 0.35;
        cursor: not-allowed;
        pointer-events: none;
    }

    /* PROMO / BANNER PRODUK */
    .promo {
        padding: var(--section-padding);
        position: relative;
        background-color: var(--white);
    }
    .promo-banner {
        position: relative;
        overflow: hidden;
        height: 828px;
        border-radius: 8px;
        background: url('../../uploads/media-uploader/dingin-dari-dalam.jpg') lightgray 50% / cover no-repeat;
        box-sizing: border-box;
    }
    .promo-banner .promo-btn {
        position: absolute;
        left: 5%;
        bottom: 15%;
        z-index: 2;
    }

    /* SERVIS & DUKUNGAN */
    .servis { 
        background: linear-gradient(287deg, #2362F5 0.17%, #7CD3E2 26.43%, #FFF 44.67%); 
        padding: 95px 8% 90px; 
        position: relative;
        overflow: hidden;
    }
    .servis-eyebrow {
        color: #2362F5 !important;
        font-family: 'Barlow Condensed', sans-serif !important;
        font-size: 36px !important;
        font-style: normal;
        font-weight: 700 !important;
        line-height: normal !important;
        margin-bottom: 8px;
        letter-spacing: 1px;
        /* text-transform: uppercase; */
        display: block;
    }
    .home-page-container .servis-title,
    .home-page-container h2.servis-title,
    .servis h2.servis-title,
    .servis .servis-title,
    .servis-title {
        color: #163593 !important;
        font-family: "Barlow Condensed", sans-serif !important;
        font-size: 64px !important;
        font-style: normal !important;
        font-weight: 600 !important;
        line-height: normal !important;
        margin-bottom: 30px !important;
        letter-spacing: 0.3px !important;
    }
    .servis-desc {
        max-width: 490px;
        font-family: 'Hanken Grotesk', sans-serif;
        margin-bottom: 50px;
        color: #090831;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .servis-timeline-wrapper {
        position: relative;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        margin-top: 25px;
    }
    .servis-timeline-wrapper::-webkit-scrollbar {
        display: none;
    }
    .servis-timeline-inner {
        min-width: 1200px;
        position: relative;
    }
    .servis-dots-track {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        gap: 24px;
        padding: 0 36px;
        position: relative;
        margin-bottom: 48px;
        align-items: center;
    }
    .servis-dots-track::before {
        content: '';
        position: absolute;
        top: 50%;
        left: -30vw;
        right: -30vw;
        transform: translateY(-50%);
        height: 1.5px;
        background-color: #163593;
        opacity: 0.35;
        z-index: 1;
    }
    .servis-dot-col {
        display: flex;
        align-items: center;
        position: relative;
        z-index: 2;
    }
    .servis-dot-col .servis-dot {
        width: 12px;
        height: 12px;
        background-color: #163593;
        border-radius: 50%;
        margin-left: 16px;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.7);
    }
    .servis-card {
        background: rgba(255, 255, 255, 0.72);
        backdrop-filter: blur(16px);
        -webkit-backdrop-filter: blur(16px);
        border: 1px solid rgba(255, 255, 255, 0.85);
        border-radius: 10px;
        box-shadow: 0 10px 30px rgba(22, 53, 147, 0.05);
        padding: 38px 36px;
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        gap: 24px;
    }
    .servis-col {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
    }
    .servis-icon {
        width: 103px;
        height: 96px;
        aspect-ratio: 103/96;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        margin-bottom: 16px;
    }
    .servis-icon img {
        width: 103px !important;
        height: 96px !important;
        aspect-ratio: 103/96 !important;
        object-fit: contain;
    }
    .servis-col h3 {
        font-family: 'Barlow Condensed', sans-serif !important;
        font-size: 36px !important;
        font-weight: 600 !important;
        line-height: 1.1 !important;
        color: #081026 !important;
        margin: 0 0 10px 0 !important;
        letter-spacing: -0.01em;
    }
    .servis-col h4 {
        font-family: 'Barlow Condensed', sans-serif !important;
        font-size: 28px !important;
        font-weight: 600 !important;
        line-height: 1.1 !important;
        color: #081026 !important;
        margin: 0 0 10px 0 !important;
        letter-spacing: -0.01em;
    }
    .servis-col p {
        color: #000000 !important;
        font-family: "Hanken Grotesk", sans-serif !important;
        font-size: 20px !important;
        font-style: normal !important;
        font-weight: 400 !important;
        line-height: normal !important;
        margin: 0 !important;
    }

    /* BERITA & ARTIKEL */
    .berita { 
        padding: 90px 8% 90px; 
        background: linear-gradient(180deg, #ffffff 0%, #eaf3fb 100%); 
        position: relative;
        overflow: hidden;
    }
    .berita-heading {
        color: #090831 !important;
        font-family: 'Barlow Condensed', sans-serif !important;
        font-size: 36px !important;
        font-style: normal !important;
        font-weight: 700 !important;
        line-height: 1.15 !important;
        margin-bottom: 30px !important;
        letter-spacing: 0.3px;
    }
    .berita-slider-wrapper {
        position: relative;
        width: 100%;
    }
    .berita-cards {
        display: flex;
        gap: 32px;
        overflow-x: auto;
        scroll-behavior: smooth;
        scrollbar-width: none;
        -ms-overflow-style: none;
        padding: 6px 2px 20px 2px;
        cursor: grab;
        touch-action: pan-y;
    }
    .berita-cards::-webkit-scrollbar {
        display: none;
    }
    .berita-cards.is-dragging {
        cursor: grabbing;
        scroll-behavior: auto;
        user-select: none;
    }
    .berita-card {
        width: calc((100% - 32px) / 1.55);
        min-width: calc((100% - 32px) / 1.55);
        flex: 0 0 calc((100% - 32px) / 1.55);
        min-height: 440px;
        display: flex;
        border-radius: 16px;
        overflow: hidden;
        background: #080c24;
        box-shadow: 0 12px 32px rgba(8, 12, 36, 0.12);
        transition: transform 0.25s ease, box-shadow 0.25s ease;
        box-sizing: border-box;
    }
    .berita-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 18px 40px rgba(8, 12, 36, 0.18);
    }
    .berita-card-img {
        width: 44%;
        position: relative;
        overflow: hidden;
        background: #080c24;
        flex-shrink: 0;
        align-self: stretch;
    }
    .berita-card-img img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
        object-position: center;
        display: block;
        transition: transform 0.35s ease;
    }
    .berita-card:hover .berita-card-img img {
        transform: scale(1.04);
    }
    .berita-card-content {
        width: 56%;
        background: #080c24;
        padding: 42px 38px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        box-sizing: border-box;
    }
    .berita-tag {
        background: #2362F5;
        color: #ffffff;
        font-size: 11px;
        font-weight: 600;
        padding: 3px 10px;
        border-radius: 4px;
        display: inline-block;
        margin-bottom: 20px !important;
        text-transform: capitalize;
        letter-spacing: 0.3px;
        align-self: flex-start;
    }
    h3.berita-card-title,
    .berita-card-title {
        font-family: 'Barlow Condensed', sans-serif !important;
        font-size: 40px !important;
        font-style: normal !important;
        font-weight: 600 !important;
        line-height: normal !important;
        color: #ffffff !important;
        margin: 0 0 32px 0 !important;
        letter-spacing: -0.01em;
    }
    .berita-card-title a {
        color: #ffffff !important;
        text-decoration: none !important;
        transition: color 0.2s ease;
    }
    .berita-card-title a:hover {
        color: #7CD3E2 !important;
    }
    p.berita-card-desc,
    .berita-card-desc {
        font-family: 'Hanken Grotesk', sans-serif !important;
        font-size: 16px !important;
        font-style: normal !important;
        font-weight: 400 !important;
        line-height: normal !important;
        color: #ffffff !important;
        margin: 0 0 32px 0 !important;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .berita-btn {
        align-self: flex-start;
    }
    .berita-nav-row {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 36px;
        width: 100%;
    }
    .berita-arrow {
        width: 44px;
        height: 44px;
        border-radius: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: all 0.25s ease;
        font-size: 16px;
    }
    .berita-arrow.is-dark {
        background: #081026;
        color: #ffffff;
        border: 1px solid #081026;
        box-shadow: 0 4px 12px rgba(8, 16, 38, 0.15);
    }
    .berita-arrow.is-dark:hover {
        background: #2362F5;
        border-color: #2362F5;
        color: #ffffff;
        transform: scale(1.04);
    }
    .berita-arrow.is-light {
        background: #ffffff;
        color: #163593;
        border: 1px solid rgba(22, 53, 147, 0.15);
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    }
    .berita-arrow.is-light:hover {
        background: #2362F5;
        border-color: #2362F5;
        color: #ffffff;
        transform: scale(1.04);
    }

    /* CONTACT */
    .contact-section { 
        background: linear-gradient(90deg, #2362F5 49.33%, #14398F 100%); 
        padding: 90px 8% 90px; 
        color: #ffffff; 
        position: relative;
        z-index: 1;
        box-shadow: none !important;
        transform: none !important;
    }
    .contact-container { 
        display: flex; 
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
        max-width: 1400px;
    }
    .home-page-container .contact-title,
    .home-page-container h2.contact-title,
    .contact-section h2.contact-title,
    .contact-section h2,
    .contact-info h2,
    .contact-title { 
        color: #ffffff !important;
        font-family: "Barlow Condensed", sans-serif !important;
        font-size: 64px !important;
        font-style: normal !important;
        font-weight: 600 !important;
        line-height: normal !important;
        margin: 0 0 24px 0 !important;
        margin-bottom: 24px !important;
        letter-spacing: 0.3px !important;
    }
    .contact-info {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 36px;
    }
    .home-page-container .contact-office-title,
    .contact-info h3.contact-office-title,
    .contact-info h3,
    .contact-office-title { 
        color: #ffffff !important;
        font-family: "Barlow Condensed", sans-serif !important;
        font-size: 24px !important;
        font-style: normal !important;
        font-weight: 600 !important;
        line-height: normal !important;
        margin: 0 0 16px 0 !important;
        margin-bottom: 16px !important;
        letter-spacing: 0.3px !important;
    }
    .contact-info p {
        color: #ffffff !important;
        font-family: "Hanken Grotesk", sans-serif !important;
        font-size: 20px !important;
        font-style: normal !important;
        font-weight: 400 !important;
        line-height: normal !important;
        margin: 0 0 14px 0 !important;
        margin-bottom: 14px !important;
        display: flex;
        align-items: center;
        gap: 12px;
    }
    .contact-info p:last-child {
        margin-bottom: 0 !important;
    }
    .contact-info p i,
    .contact-info i {
        color: #ffffff !important;
        font-size: 20px !important;
        width: 24px;
        text-align: center;
        flex-shrink: 0;
    }
    .contact-buttons { 
        display: flex; 
        gap: 16px; 
        align-items: center;
        flex-wrap: wrap;
    }


    @media (max-width: 1400px) {
        .hero-content h1 {
            font-size: 100px;
            line-height: 103%;
        }
    }

    @media (max-width: 992px) {
        .card-custom {
            width: calc((100% - (2 * 20px)) / 2.5);
            min-width: calc((100% - (2 * 20px)) / 2.5);
            flex: 0 0 calc((100% - (2 * 20px)) / 2.5);
            min-height: 380px;
        }
        .split-top, .contact-container { flex-direction: column; gap: 20px; }
        .contact-section { padding: 70px 6% 70px; }
        .contact-title { font-size: 50px !important; margin-bottom: 24px !important; }
        .image-grid-4, .image-grid-2 { grid-template-columns: 1fr 1fr; }
        .promo-banner {
            height: clamp(420px, 50vw, 620px);
        }
        .promo-banner .promo-btn {
            left: 5%;
            bottom: 12%;
        }
        .berita { padding: 70px 6% 70px; }
        .berita-card {
            width: calc((100% - 20px) / 1.3);
            min-width: calc((100% - 20px) / 1.3);
            flex: 0 0 calc((100% - 20px) / 1.3);
            min-height: 400px;
        }
        .berita-card-title { font-size: 32px !important; margin-bottom: 20px !important; }
        .berita-card-desc { font-size: 15px !important; margin-bottom: 24px !important; }
        .berita-card-content { padding: 32px 26px; }
        .misi-card {
            width: calc((100% - (2 * 18px)) / 2.4);
            min-width: calc((100% - (2 * 18px)) / 2.4);
            flex: 0 0 calc((100% - (2 * 18px)) / 2.4);
            min-height: 340px;
        }
        .misi-placeholder { min-height: 340px; }
        .misi-arrow-prev { left: -8px; }
        .misi-arrow-next { right: -8px; }
        .servis { padding: 70px 6% 65px; }
        .servis-eyebrow { font-size: 18px !important; }
        .hero-content h1 {
            font-size: 72px;
            line-height: 104%;
        }
        .visi {
            min-height: 480px;
            padding: 50px 6% 220px;
        }
    }

    @media (max-width: 576px) {
        .card-custom {
            width: calc((100% - 16px) / 1.25);
            min-width: calc((100% - 16px) / 1.25);
            flex: 0 0 calc((100% - 16px) / 1.25);
            min-height: 350px;
            padding: 28px 22px 26px;
        }
        .image-grid-4, .image-grid-2 { grid-template-columns: 1fr; }
        .hero-content h1 {
            font-size: 44px;
            line-height: 106%;
        }
        .visi {
            min-height: 440px;
            padding: 40px 20px 200px;
        }
        .visi .split-top .right p {
            font-size: 0.95rem;
        }
        .visi .split-top .right h4,
        .visi .split-top .right h3,
        .visi-tagline {
            font-size: 20px;
        }
        .misi-card {
            width: calc((100% - 14px) / 1.3);
            min-width: calc((100% - 14px) / 1.3);
            flex: 0 0 calc((100% - 14px) / 1.3);
            min-height: 300px;
        }
        .misi-placeholder { min-height: 300px; }
        .misi-arrow-prev { left: -4px; width: 34px; height: 34px; }
        .misi-arrow-next { right: -4px; width: 34px; height: 34px; }
        .promo-banner {
            height: clamp(220px, 50vw, 340px);
        }
        .promo-banner .promo-btn {
            left: 5%;
            bottom: 10%;
        }
        .berita { padding: 50px 20px 50px; }
        .berita-card {
            width: calc(100% - 24px);
            min-width: calc(100% - 24px);
            flex: 0 0 calc(100% - 24px);
            flex-direction: column;
            min-height: auto;
        }
        .berita-card-img { width: 100%; height: 220px; }
        .berita-card-content { width: 100%; padding: 28px 22px; }
        .berita-card-title { font-size: 28px !important; margin-bottom: 16px !important; }
        .berita-card-desc { font-size: 14.5px !important; margin-bottom: 22px !important; }
        .servis { padding: 50px 20px 50px; }
        .servis-eyebrow { font-size: 16px !important; }
        .servis-desc { font-size: 14px; margin-bottom: 30px; }
        .contact-info p {
            font-size: 16px !important;
            gap: 10px;
        }
        .contact-info p i,
        .contact-info i {
            font-size: 16px !important;
            width: 20px;
        }
        .contact-section { padding: 55px 20px 55px; }
        .contact-buttons { flex-direction: column; width: 100%; gap: 12px; }
        .contact-btn { width: 100%; justify-content: center; }
    }


/* ==========================================================
   BCI HEADER & NAVBAR STYLES (Single Source of Truth)
   Migrated from navbar.blade.php inline <style>
   ========================================================== */
.bci-header {
    width: 100%;
    z-index: 1000;
    font-family: 'Hanken Grotesk', -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    transition: background-color 0.3s ease, padding 0.3s ease, box-shadow 0.3s ease;
}

/* Inside hero section on home page: ALWAYS transparent and sits on top */
.hero .bci-header:not(.nav-fixed),
.bci-header.bci-header-home:not(.nav-fixed) {
    position: absolute;
    top: 0 !important;
    left: 0 !important;
    margin: 0 !important;
    background: transparent !important;
    background-color: transparent !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

/* Inner pages (not homepage): solid dark navy background */
.bci-header.bci-header-inner:not(.nav-fixed) {
    position: relative;
    background-color: #09132b !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

/* When scrolled: fixed header with dark glass background */
.bci-header.nav-fixed,
.hero .bci-header.nav-fixed {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    margin: 0 !important;
    background: rgba(9, 19, 43, 0.95) !important;
    background-color: rgba(9, 19, 43, 0.95) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.35) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
    z-index: 9999 !important;
}

.bci-header-container {
    width: 100%;
    padding: 20px 8%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: padding 0.3s ease;
    box-sizing: border-box;
}

.bci-header.nav-fixed .bci-header-container {
    padding-top: 14px;
    padding-bottom: 14px;
}

/* Logo */
.bci-header .bci-logo {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.bci-header .bci-brand-link {
    display: inline-flex;
    align-items: center;
    text-decoration: none !important;
}

.bci-header .bci-logo-img,
.bci-header .bci-logo img,
.home-page-container .bci-header .bci-logo-img {
    width: 137px !important;
    height: 73px !important;
    max-width: 137px !important;
    max-height: 73px !important;
    aspect-ratio: 137 / 73 !important;
    object-fit: contain !important;
    display: block !important;
    transition: all 0.3s ease;
}

.bci-header.nav-fixed .bci-logo-img,
.bci-header.nav-fixed .bci-logo img,
.home-page-container .bci-header.nav-fixed .bci-logo-img {
    width: 137px !important;
    height: 73px !important;
    max-width: 137px !important;
    max-height: 73px !important;
    aspect-ratio: 137 / 73 !important;
}

/* Desktop Nav */
.bci-nav ul {
    list-style: none;
    display: flex;
    gap: 16px;
    margin: 0;
    padding: 0;
    align-items: center;
}

.bci-nav a {
    color: #ffffff !important;
    text-decoration: none !important;
    font-size: 0.95rem;
    font-weight: 500;
    padding: 7px 18px;
    border-radius: 6px;
    transition: all 0.2s ease;
    opacity: 0.9;
    display: inline-block;
}

.bci-nav a:hover {
    opacity: 1;
    background: rgba(255, 255, 255, 0.12);
}

.bci-nav a.active {
    background: #09132b !important;
    color: #ffffff !important;
    font-weight: 600;
    opacity: 1;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

/* Header Right */
.bci-header-right {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* Language Switcher */
.lang-switch {
    display: flex;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.25);
}

.lang-switch a {
    padding: 5px 12px;
    font-size: 0.8rem;
    font-weight: 600;
    cursor: pointer;
    color: #ffffff !important;
    text-decoration: none !important;
    transition: all 0.2s ease;
    display: inline-block;
}

.lang-switch a.active {
    background: #09132b !important;
    color: #ffffff !important;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
}

.lang-switch a:not(.active):hover {
    background: rgba(255, 255, 255, 0.1);
}

/* Mobile Toggle Button */
.bci-mobile-toggle {
    display: none;
    background: transparent;
    border: none;
    color: #ffffff;
    font-size: 1.4rem;
    cursor: pointer;
    padding: 4px;
}

/* Mobile Menu Dropdown */
.bci-mobile-menu {
    display: none;
    background: #09132b;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 15px 8%;
}

.bci-mobile-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.bci-mobile-menu li {
    margin-bottom: 8px;
}

.bci-mobile-menu a {
    display: block;
    color: #ffffff !important;
    text-decoration: none !important;
    padding: 10px 14px;
    border-radius: 6px;
    font-size: 0.95rem;
}

.bci-mobile-menu a.active {
    background: rgba(255, 255, 255, 0.1);
    color: #4dabf7 !important;
    font-weight: 700;
}

@media (max-width: 768px) {
    .bci-header .bci-logo-img,
    .bci-header .bci-logo img,
    .home-page-container .bci-header .bci-logo-img {
        width: 110px !important;
        height: auto !important;
        max-width: 110px !important;
        aspect-ratio: 137 / 73 !important;
    }
    .bci-nav {
        display: none;
    }
    .bci-mobile-toggle {
        display: block;
    }
    .bci-mobile-menu.show {
        display: block;
    }
}

/* ==========================================================
   BCI FOOTER STYLES (Single Source of Truth)
   Migrated from footer.blade.php inline <style>
   ========================================================== */
.bci-footer {
    background-color: #07103a;
    color: #ffffff;
    padding: 65px 8% 55px;
    font-family: 'Hanken Grotesk', -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    border-top: none;
    position: relative;
    z-index: 10;
}

.bci-footer-container {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 60px;
    box-sizing: border-box;
}

/* Left Column: Logo (top) & Copyright (bottom) */
.bci-footer-left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 200px;
}

.bci-footer-brand {
    display: inline-flex;
    align-items: center;
    text-decoration: none !important;
}

.bci-footer-logo-img,
.bci-footer-brand img {
    width: 125px !important;
    height: auto !important;
    max-width: 130px !important;
    aspect-ratio: 835 / 445 !important;
    object-fit: contain !important;
    display: block !important;
}

.bci-footer-copyright p {
    color: #ffffff;
    font-family: 'Hanken Grotesk', -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 13.5px;
    font-weight: 400;
    margin-bottom: 0;
    letter-spacing: 0.2px;
    opacity: 0.9;
}

/* Right Column: Links Grid (top) & Contact Us (bottom) */
.bci-footer-right {
    display: flex;
    flex-direction: column;
    gap: 36px;
}

.bci-footer-links-grid {
    display: flex;
    gap: 80px;
}

.bci-footer-col h3,
.bci-footer-col h4 {
    font-family: 'Barlow Condensed', -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    color: #ffffff !important;
    font-size: 19px !important;
    font-weight: 700 !important;
    margin-bottom: 16px !important;
    letter-spacing: 0.3px !important;
    text-transform: none !important;
    line-height: normal !important;
}

.bci-footer-col ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.bci-footer-col li {
    margin-bottom: 9px !important;
    line-height: 1.4 !important;
}

.bci-footer-col a {
    color: #c2c6d4 !important;
    text-decoration: none !important;
    font-family: 'Hanken Grotesk', -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    transition: color 0.2s ease, opacity 0.2s ease;
}

.bci-footer-col a:hover {
    color: #ffffff !important;
}

/* Contact Us & Clean Borderless Social Icons */
.bci-footer-contact h3,
.bci-footer-contact h4 {
    font-family: 'Barlow Condensed', -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    color: #ffffff !important;
    font-size: 19px !important;
    font-weight: 700 !important;
    margin-bottom: 16px !important;
    letter-spacing: 0.3px !important;
    text-transform: none !important;
    line-height: normal !important;
}

.bci-footer-socials {
    display: flex;
    gap: 20px;
    align-items: center;
}

.bci-footer-socials a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: none !important;
    background: transparent !important;
    padding: 0 !important;
    width: auto !important;
    height: auto !important;
    color: #ffffff !important;
    font-size: 21px !important;
    text-decoration: none !important;
    transition: transform 0.2s ease, color 0.2s ease, opacity 0.2s ease;
    line-height: 1 !important;
}

.bci-footer-socials a:hover {
    color: #38bdf8 !important;
    transform: translateY(-2px);
    opacity: 0.85;
}

@media (max-width: 768px) {
    .bci-footer {
        padding: 50px 6% 40px;
    }
    .bci-footer-container {
        flex-direction: column;
        gap: 36px;
    }
    .bci-footer-left {
        min-height: auto;
        gap: 24px;
    }
    .bci-footer-links-grid {
        gap: 50px;
    }
    .bci-footer-logo-img,
    .bci-footer-brand img {
        width: 110px !important;
        max-width: 110px !important;
        height: auto !important;
    }
}

  /* Universal Neutralization: Legacy inline WYSIWYG font overrides from database */
  [style*="Roboto"],
  [style*="roboto"],
  [face*="Roboto"],
  [face*="roboto"] {
    font-family: var(--body-font) !important;
  }

  h1[style*="Roboto"], h1[style*="roboto"],
  h2[style*="Roboto"], h2[style*="roboto"],
  h3[style*="Roboto"], h3[style*="roboto"],
  h4[style*="Roboto"], h4[style*="roboto"],
  h5[style*="Roboto"], h5[style*="roboto"],
  h6[style*="Roboto"], h6[style*="roboto"] {
    font-family: var(--heading-font) !important;
  }

/* ==========================================================
   UNIFIED CTA BUTTON SYSTEM (Design System - Barlow Condensed 20px, Semi-Bold)
   Easily maintained from a single set of design tokens
   ========================================================== */
.home-page-container .btn-primary,
.home-page-container .btn-outline,
.home-page-container .promo-btn,
.home-page-container .berita-btn,
.home-page-container .contact-btn {
    font-family: var(--btn-font-family) !important;
    font-size: var(--btn-font-size) !important;
    font-weight: var(--btn-font-weight) !important;
    line-height: var(--btn-line-height) !important;
    letter-spacing: var(--btn-letter-spacing) !important;
    border-radius: var(--btn-radius) !important;
    padding: var(--btn-padding) !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    text-decoration: none !important;
    cursor: pointer !important;
    box-sizing: border-box !important;
    transition: var(--btn-transition) !important;
}

/* Primary Solid Button Variant (e.g. Promo Banner) */
.home-page-container .btn-primary,
.home-page-container .promo-btn {
    background-color: #1e5dd9 !important;
    color: #ffffff !important;
    border: 1px solid #1e5dd9 !important;
    box-shadow: 0 4px 14px rgba(30, 93, 217, 0.4) !important;
}
.home-page-container .btn-primary:hover,
.home-page-container .promo-btn:hover {
    background-color: #1545a0 !important;
    border-color: #1545a0 !important;
    color: #ffffff !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(30, 93, 217, 0.5) !important;
}

/* Card Outline Button Variant (e.g. Berita Section) */
.home-page-container .berita-btn {
    background: transparent !important;
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.35) !important;
    align-self: flex-start;
}
.home-page-container .berita-btn:hover {
    background: #2362F5 !important;
    border-color: #2362F5 !important;
    color: #ffffff !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 14px rgba(35, 98, 245, 0.4) !important;
}

/* Secondary / Outline Button Variant (e.g. Contact Section) */
.home-page-container .btn-outline,
.home-page-container .contact-btn {
    background: transparent !important;
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.85) !important;
}
.home-page-container .btn-outline i,
.home-page-container .contact-btn i {
    font-size: 19px !important;
    color: #ffffff !important;
    transition: color 0.25s ease;
}
.home-page-container .btn-outline:hover,
.home-page-container .contact-btn:hover {
    background: #ffffff !important;
    color: #14398F !important;
    border-color: #ffffff !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(20, 57, 143, 0.25) !important;
}
.home-page-container .btn-outline:hover i,
.home-page-container .contact-btn:hover i {
    color: #14398F !important;
}

@media (max-width: 992px) {
    .home-page-container .btn-primary,
    .home-page-container .btn-outline,
    .home-page-container .promo-btn,
    .home-page-container .berita-btn,
    .home-page-container .contact-btn {
        font-size: 16px !important;
        padding: 10px 22px !important;
    }
}

@media (max-width: 576px) {
    .home-page-container .btn-primary,
    .home-page-container .btn-outline,
    .home-page-container .promo-btn,
    .home-page-container .berita-btn,
    .home-page-container .contact-btn {
        font-size: 15px !important;
        padding: 9px 18px !important;
    }
}


