.elementor-kit-9{--e-global-color-primary:#0078D6;--e-global-color-secondary:#54595F;--e-global-color-text:#767676;--e-global-color-accent:#014880;--e-global-color-53628d62:#000000;--e-global-color-9e6dd61:#FFFFFF;--e-global-color-5f76109:#767676;--e-global-color-43fc047:#333333;--e-global-color-49f8e37:#D3D3D4;--e-global-typography-primary-font-family:"corpo-a-title-condensed";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"corpo-a-title-condensed";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"corpo-s-text";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-d1a85a2-font-family:"corpo-s-text";--e-global-typography-d1a85a2-font-size:18px;--e-global-typography-d1a85a2-font-weight:400;--e-global-typography-d1a85a2-line-height:64px;--e-global-typography-78d3315-font-family:"corpo-a-title-condensed";--e-global-typography-78d3315-font-size:calc(38px + (45 - 38) * ((100vw - 768px) / (1600 - 768)));--e-global-typography-78d3315-line-height:1.2em;--e-global-typography-79c239e-font-family:"corpo-a-title-condensed";--e-global-typography-79c239e-font-size:calc(50px + (79 - 50) * ((100vw - 768px) / (1600 - 768)));--e-global-typography-79c239e-line-height:1.2em;--e-global-typography-b220a88-font-family:"corpo-a-title-condensed";--e-global-typography-b220a88-font-size:30px;font-family:"corpo-s-text", Sans-serif;font-size:18px;}.elementor-kit-9 button,.elementor-kit-9 input[type="button"],.elementor-kit-9 input[type="submit"],.elementor-kit-9 .elementor-button{background-color:var( --e-global-color-primary );font-family:"corpo-s-text", Sans-serif;font-size:16px;font-weight:700;color:var( --e-global-color-9e6dd61 );border-style:solid;border-width:1px 1px 1px 1px;border-color:var( --e-global-color-primary );border-radius:50px 50px 50px 50px;padding:14px 40px 14px 40px;}.elementor-kit-9 button:hover,.elementor-kit-9 button:focus,.elementor-kit-9 input[type="button"]:hover,.elementor-kit-9 input[type="button"]:focus,.elementor-kit-9 input[type="submit"]:hover,.elementor-kit-9 input[type="submit"]:focus,.elementor-kit-9 .elementor-button:hover,.elementor-kit-9 .elementor-button:focus{background-color:var( --e-global-color-accent );border-style:solid;border-color:var( --e-global-color-accent );}.elementor-kit-9 e-page-transition{background-color:#FFBC7D;}.elementor-kit-9 a{color:var( --e-global-color-43fc047 );}.elementor-kit-9 h1{font-family:"corpo-a-title-condensed", Sans-serif;}.elementor-kit-9 h2{font-family:"corpo-a-title-condensed", Sans-serif;}.elementor-kit-9 h3{font-family:"corpo-a-title-condensed", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1366px;}.e-con{--container-max-width:1366px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1536px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}}@media(max-width:1201px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1000px;}.e-con{--container-max-width:1000px;}}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//*parent container**/
.elementor-kit-9 .parent-container{
    padding-left:110px;
    padding-right:110px;
}

@media (max-width:1599px){
   .elementor-kit-9 .parent-container{
        padding-left:40px;
        padding-right:40px;
    }
}
@media (max-width:1198px){
   .elementor-kit-9 .parent-container{
        padding-left:20px;
        padding-right:20px;
    }
}

/*end parent container*/

/*alternate button*/
.elementor-kit-9 .alt-button a.elementor-button {
    border-color: #fff;
    background-color: transparent !important;
}
.elementor-kit-9 .alt-button a.elementor-button:hover {
    border-color: #696969;
    background-color: var(--e-global-color-43fc047)!important;
    
}
/*end alt button*/

/*swiper*/
.elementor-kit-9 .custom-pagination-bullet span.swiper-pagination-bullet svg {
    width: 22px;
    height: 22px;
    color: #000;
}

.elementor-kit-9 .custom-pagination-bullet span.swiper-pagination-bullet{
    background: transparent;
    width: 22px!important;
    height: 22px!important;
}



.ae-swiper-scrollbar.swiper-scrollbar.swiper-scrollbar-horizontal {
    opacity: 0 !important;
    pointer-events: none;
}






/* === Visibility Utility Classes Based on Breakpoints === */

/* Hide on mobile portrait (<= 767px) */
.hide-allviews{
    display: none;
}
@media (max-width: 767px) {
  .hide-mobile-portrait {
    display: none !important;
  }
}

/* Hide on mobile landscape (<= 980px) */
@media (max-width: 980px) and (min-width:768px) {
  .hide-mobile-landscape {
    display: none !important;
  }
}

/* Hide on tablet portrait (<= 1024px) */
@media (max-width: 1024px) and (min-width:981px) {
  .hide-tablet-portrait {
    display: none !important;
  }
}

/* Hide on tablet landscape (<= 1200px) */
@media (max-width: 1200px) and (min-width:1025px) {
  .hide-tablet-landscape {
    display: none !important;
  }
}

/* Hide on laptop (<= 1536px) */
@media (max-width: 1536px) and (min-width:1201px) {
  .hide-laptop {
    display: none !important;
  }
}

@media (min-width:1537px){
    .hide-wide-screen{
        display:none;
    }
}

@media (max-width:980px){
    .elementor-kit-9 .elementor .elementor-element .e-n-tabs .e-n-tabs-heading .e-n-tab-title:after {
        font-family: 'Linearicons-Free'!important;
        content:"\e874"!important;
        
        
    }
    .elementor-kit-9 .elementor .elementor-element .e-n-tabs .e-n-tabs-heading .e-n-tab-title[aria-selected="true"]:after{
            content:"\e873"!important;
            
    }
}

@media (max-width:980px){
    .elementor-kit-9 .custom-pagination-bullet span.swiper-pagination-bullet svg {
    width: 20px;
    height: 20px;
}

.elementor-kit-9 .custom-pagination-bullet span.swiper-pagination-bullet{
    width: 20px!important;
    height: 20px!important;
      margin: 0 3px;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    line-height: 1em;
    bottom: -5px;
}

.swiper-pagination {
    position: relative;
}
}


/*tabs*/
@media (max-width:980px){
    .elementor-kit-9 .elementor-widget-n-tabs:not(.mobile-tab-breakpoint) .e-n-tabs-content>.e-con:not(.e-active){
        height:var(--element-height)!important;
        display:block!important;
        overflow:hidden;
        transition: all 300ms ease-in-out;
    }
    .elementor-kit-9 .elementor-widget-n-tabs:not(.mobile-tab-breakpoint) .e-n-tabs-content>.e-con:not(.e-active){
        height:0!important;
        display:block!important;
        overflow:hidden;
        transition: all 300ms ease-in-out;
    }
    .elementor-kit-9 .mobile-tab-content:not(.mobile-tab-breakpoint) .e-n-tabs-content > div {
    height:0!important;
        display:block!important;
        overflow:hidden;
        transition: all 300ms ease-in-out;
}
.elementor-kit-9 .mobile-tab-content.elementor-widget-n-tabs:not(.mobile-tab-breakpoint) .e-n-tabs .e-n-tabs-heading .e-n-tab-title[aria-selected="true"]{
    margin-bottom:0!important;
}
.elementor-kit-9 .mobile-tab-content.elementor-widget-n-tabs:not(.mobile-tab-breakpoint) .e-n-tabs .e-n-tabs-heading .e-n-tab-title[aria-selected="true"]:after
 {
    font-family: 'Linearicons-Free' !important;
    content: "\e874" !important;
    color:#767676!important;
    }
    
    .elementor-kit-9 .mobile-tab-content.elementor-widget-n-tabs:not(.mobile-tab-breakpoint) .e-n-tabs .e-n-tabs-heading .e-n-tab-title[aria-selected="true"] span.e-n-tab-title-text{
        color:#767676!important;
    }
}
@media (max-width:767px){
    .elementor-kit-9 .elementor-widget-n-tabs .e-n-tabs-content>.e-con:not(.e-active){
        height:var(--element-height)!important;
        display:block!important;
        overflow:hidden;
        transition: all 300ms ease-in-out;
    }
    .elementor-kit-9 .elementor-widget-n-tabs .e-n-tabs-content>.e-con:not(.e-active){
        height:0!important;
        display:block!important;
        overflow:hidden;
        transition: all 300ms ease-in-out;
    }
    .elementor-kit-9 .mobile-tab-content .e-n-tabs-content > div {
        height:0!important;
        display:block!important;
        overflow:hidden;
        transition: all 300ms ease-in-out;
    }
    .elementor-kit-9 .mobile-tab-content.elementor-widget-n-tabs .e-n-tabs .e-n-tabs-heading .e-n-tab-title[aria-selected="true"]{
        margin-bottom:0!important;
    }
    .elementor-kit-9 .mobile-tab-content.elementor-widget-n-tabs .e-n-tabs .e-n-tabs-heading .e-n-tab-title[aria-selected="true"]:after
     {
        font-family: 'Linearicons-Free' !important;
        content: "\e874" !important;
        color:#767676!important;
        }
        
        .elementor-kit-9 .mobile-tab-content.elementor-widget-n-tabs .e-n-tabs .e-n-tabs-heading .e-n-tab-title[aria-selected="true"] span.e-n-tab-title-text{
            color:#767676!important;
        }
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'corpo-a-title-condensed';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://mercedes-benz-brunei.com.bn/wp-content/uploads/2025/05/MBCorpoATitleCond-Regular-Web.eot');
	src: url('https://mercedes-benz-brunei.com.bn/wp-content/uploads/2025/05/MBCorpoATitleCond-Regular-Web.eot?#iefix') format('embedded-opentype'),
		url('https://mercedes-benz-brunei.com.bn/wp-content/uploads/2025/05/MBCorpoATitleCond-Regular-Web.woff2') format('woff2'),
		url('https://mercedes-benz-brunei.com.bn/wp-content/uploads/2025/05/MBCorpoATitleCond-Regular-Web.woff') format('woff');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'corpo-s-text';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://mercedes-benz-brunei.com.bn/wp-content/uploads/2025/05/MBCorpoSText-Regular-Web.eot');
	src: url('https://mercedes-benz-brunei.com.bn/wp-content/uploads/2025/05/MBCorpoSText-Regular-Web.eot?#iefix') format('embedded-opentype'),
		url('https://mercedes-benz-brunei.com.bn/wp-content/uploads/2025/05/MBCorpoSText-Regular-Web.woff2') format('woff2'),
		url('https://mercedes-benz-brunei.com.bn/wp-content/uploads/2025/05/MBCorpoSText-Regular-Web.woff') format('woff');
}
@font-face {
	font-family: 'corpo-s-text';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('https://mercedes-benz-brunei.com.bn/wp-content/uploads/2025/05/MBCorpoSText-Bold-Web.eot');
	src: url('https://mercedes-benz-brunei.com.bn/wp-content/uploads/2025/05/MBCorpoSText-Bold-Web.eot?#iefix') format('embedded-opentype'),
		url('https://mercedes-benz-brunei.com.bn/wp-content/uploads/2025/05/MBCorpoSText-Bold-Web.woff2') format('woff2'),
		url('https://mercedes-benz-brunei.com.bn/wp-content/uploads/2025/05/MBCorpoSText-Bold-Web.woff') format('woff');
}
/* End Custom Fonts CSS */