.elementor-kit-5{--e-global-color-primary:#F28202;--e-global-color-secondary:#000000;--e-global-color-text:#000000;--e-global-color-accent:#F28202;--e-global-color-fee74dd:#FFFFFF;--e-global-color-268670d:#FDF2E5;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Outfit";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:27px;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 p{margin-block-end:27px;}.elementor-kit-5 a{color:var( --e-global-color-accent );}.elementor-kit-5 a:hover{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );}.elementor-kit-5 h1{font-family:"Outfit", Sans-serif;font-size:45px;font-weight:700;line-height:45px;}.elementor-kit-5 h2{font-family:"Outfit", Sans-serif;font-size:30px;font-weight:600;line-height:36px;}.elementor-kit-5 h3{font-family:"Outfit", Sans-serif;font-size:18px;font-weight:700;line-height:3px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){--kit-widget-spacing:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-kit-5{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-kit-5 a:hover{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-kit-5 h3{font-size:18px;line-height:24px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-5{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-kit-5 a:hover{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-kit-5 h1{font-size:36px;line-height:36px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* This applies to all bullet points */
.my-bullets ul li {
  padding-bottom: 9px;
}

/* This specifically targets and overrides the last bullet point */
.my-bullets ul li:last-child {
  padding-bottom: 18px;
}

/* Style the list item container */
.main-nav-button {
    display: flex;
    align-items: center;
}

/* Style the actual link inside the menu item */
.main-nav-button a {
    background-color: #000000 !important;
    color: #ffffff !important;
    padding: 15px 30px !important; /* Adjusted for a better button shape */
    border-radius: 0px; /* Optional: gives it rounded corners */
    transition: all 0.3s ease-in-out !important;
    line-height: 1 !important;
}

/* Hover State */
.main-nav-button a:hover {
    background-color: #F28202 !important;
    color: #ffffff !important;
    
}

/* Remove Elementor's default underline/pointer animation for this specific button */
.main-nav-button a:before, 
.main-nav-button a:after {
    display: none !important;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Outfit';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('https://ab-electronics.co.uk/wp-content/uploads/2026/08/Outfit-Bold.ttf') format('truetype');
}
@font-face {
	font-family: 'Outfit';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('https://ab-electronics.co.uk/wp-content/uploads/2026/08/Outfit-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'Outfit';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('https://ab-electronics.co.uk/wp-content/uploads/2026/08/Outfit-SemiBold.ttf') format('truetype');
}
/* End Custom Fonts CSS */