/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

.elementor-widget-text-editor p:last-child {
	margin-bottom: 0;
}

.arrow-box:after {
	content:"";
	position:absolute;
	background-image:url(https://www.nricregister.co.uk/wp-content/uploads/2026/04/nric-arrow.webp);
	background-size:contain;
	width: 220px;
    aspect-ratio: 5 / 2;
    right: -95px;
    background-repeat: no-repeat;
    top: -85px;
    z-index: 1;
}

#nric-submit-btn {
	width: 100%;
}

#nric-results-container {
	text-align: center;
}

@media (min-width: 2500px) {
    .hero-section {
        /* 1. Cap the width at 2500px and let the height adjust automatically */
        background-size: 2500px auto !important; 
        
        /* 2. Add your dark blue color to fill the edges */
        background-color: #1F2B63 !important; /* Replace with your exact dark blue hex code */
    }
}

@media (min-width:768px) and (max-width:1024px) {
	
	.arrow-box:after {
		width: 135px;
		right: -70px;
		top: -65px;
	}
	
}

@media (max-width:767px) {
	
	.arrow-box:after {
		display:none !important;
	}
	
}