.elementor-96 .elementor-element.elementor-element-bc95ced{--display:flex;--overlay-opacity:0.5;}.elementor-96 .elementor-element.elementor-element-bc95ced:not(.elementor-motion-effects-element-type-background), .elementor-96 .elementor-element.elementor-element-bc95ced > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-transparent );}.elementor-96 .elementor-element.elementor-element-bc95ced::before, .elementor-96 .elementor-element.elementor-element-bc95ced > .elementor-background-video-container::before, .elementor-96 .elementor-element.elementor-element-bc95ced > .e-con-inner > .elementor-background-video-container::before, .elementor-96 .elementor-element.elementor-element-bc95ced > .elementor-background-slideshow::before, .elementor-96 .elementor-element.elementor-element-bc95ced > .e-con-inner > .elementor-background-slideshow::before, .elementor-96 .elementor-element.elementor-element-bc95ced > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:var( --e-global-color-transparent );--background-overlay:'';}.elementor-96 .elementor-element.elementor-element-27b0d48{width:auto;max-width:auto;background-color:var( --e-global-color-text );}.elementor-96 .elementor-element.elementor-element-27b0d48.elementor-element{--align-self:center;--flex-grow:1;--flex-shrink:1;}#elementor-popup-modal-96 .dialog-widget-content{animation-duration:1.2s;background-color:var( --e-global-color-transparent );box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-96{background-color:#00000080;justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-96 .dialog-message{width:386px;height:auto;}#elementor-popup-modal-96 .dialog-close-button{display:flex;}#elementor-popup-modal-96 .dialog-close-button i{color:#333333;}#elementor-popup-modal-96 .dialog-close-button svg{fill:#333333;}#elementor-popup-modal-96 .dialog-close-button:hover i{color:var( --e-global-color-accent );}#elementor-popup-modal-96 .dialog-close-button:hover{background-color:var( --e-global-color-background );}@media(max-width:1024px){#elementor-popup-modal-96 .dialog-message{width:75vw;}}@media(max-width:767px){#elementor-popup-modal-96 .dialog-message{width:100vw;}#elementor-popup-modal-96{align-items:center;}}/* Start custom CSS for html, class: .elementor-element-27b0d48 */#onlinebanking {
	max-width: 420px;
	margin: 0 auto;
	background: #000;
	border-radius: 14px;
	padding: 26px;
	box-shadow: 0 18px 40px rgba(0,0,0,0.45);
	font-family: Arial, sans-serif;
	color: #fff;
}

#onlinebanking h2 {
	text-align: center;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 22px;
}

#onlinebanking .bank-tabs {
	display: flex;
	gap: 10px;
	margin-bottom: 22px;
}

#onlinebanking .bank-tabs button {
	flex: 1;
	padding: 11px 0;
	border-radius: 8px;
	border: none;
	cursor: pointer;
	font-weight: 700;
	background: #620e0e;
	color: #ffffff;
	transition: background-color 0.25s ease, color 0.25s ease;
}

/* ACTIVE TAB */
#onlinebanking .bank-tabs button.active {
	background: #ffffff;
	color: #650e0e;
}

/* LOGIN BUTTON (NO PINK EVER) */
#onlinebanking button,
#onlinebanking input[type="submit"] {
	background-color: #333333;
	color: #ffffff;
	-webkit-appearance: none;
	appearance: none;
}

/* HOVER / FOCUS / ACTIVE STATES */
#onlinebanking button:hover,
#onlinebanking input[type="submit"]:hover {
	background-color: #620e0e;
	color: #ffffff;
}

#onlinebanking button:focus,
#onlinebanking button:active,
#onlinebanking input[type="submit"]:focus,
#onlinebanking input[type="submit"]:active {
	outline: none;
	background-color: #620e0e;
	color: #ffffff;
}

/* LINKS – ENROLL / FORGOT */
#onlinebanking a {
	color: #ffffff;
	text-decoration: none;
}

#onlinebanking a:hover,
#onlinebanking a:focus,
#onlinebanking a:active {
	color: #ffffff;
	text-decoration: underline;
	outline: none;
}

/* MOBILE TAP HIGHLIGHT (PINK FLASH FIX) */
#onlinebanking a,
#onlinebanking button {
	-webkit-tap-highlight-color: transparent;
}


/* KILL PINK FOCUS RING / BOX-SHADOW */
#onlinebanking button:focus,
#onlinebanking button:focus-visible,
#onlinebanking input[type="submit"]:focus,
#onlinebanking input[type="submit"]:focus-visible {
	outline: none !important;
	box-shadow: none !important;
}

/* KILL PARENT FOCUS-WITHIN RING (THE REAL CULPRIT) */
#onlinebanking *:focus-within {
	outline: none !important;
	box-shadow: none !important;
}

/* FORCE-OVERRIDE PINK BORDER (THE REAL ISSUE) */
#onlinebanking button,
#onlinebanking input[type="submit"] {
	border: 0 !important;
	outline: 0 !important;
	box-shadow: none !important;
}

/* ENSURE NO BORDER ON HOVER / ACTIVE */
#onlinebanking button:hover,
#onlinebanking button:active,
#onlinebanking button:focus,
#onlinebanking input[type="submit"]:hover,
#onlinebanking input[type="submit"]:active,
#onlinebanking input[type="submit"]:focus {
	border: 0 !important;
	outline: 0 !important;
	box-shadow: none !important;
}/* End custom CSS */