.elementor-kit-2630{--e-global-color-primary:#93BDFF;--e-global-color-secondary:#000000;--e-global-color-text:#FFFFFF;--e-global-color-accent:#D4D4D4;--e-global-color-3523e38:#00000000;--e-global-color-1dbfba8:#5585D1;--e-global-color-e76b975:#3560A3;--e-global-color-9195900:#0D3472;--e-global-color-6ced593:#2E8B57;--e-global-color-5b6a66f:#000000C7;--e-global-color-27f0350:#1E0133;--e-global-color-dc04197:#2B1B00;--e-global-color-29eb705:#FFFFFF47;--e-global-color-4ba8ca1:#0A0210;--e-global-color-cbe6602:#1925008C;--e-global-color-f26e939:#1B1B1B;--e-global-color-53457e4:#FFD700;--e-global-color-bd11bf0:#F2E7D5;--e-global-color-833d16f:#BFB8AC;--e-global-color-959580d:#0000008A;--e-global-color-4ca33f6:#000000F7;--e-global-color-9a94601:#BFB8AC;--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:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-160e494-font-family:"Lato";--e-global-typography-160e494-font-size:14px;--e-global-typography-160e494-font-weight:300;--e-global-typography-160e494-text-transform:uppercase;--e-global-typography-160e494-letter-spacing:2px;--e-global-typography-a5e381e-font-family:"Zolina";--e-global-typography-a5e381e-font-size:78px;--e-global-typography-a5e381e-font-weight:300;--e-global-typography-a5e381e-letter-spacing:-2px;--e-global-typography-87f7234-font-family:"Zolina";--e-global-typography-87f7234-font-size:78px;--e-global-typography-87f7234-font-weight:300;--e-global-typography-87f7234-letter-spacing:0px;--e-global-typography-cfecc49-font-family:"Lato";--e-global-typography-cfecc49-font-size:18px;--e-global-typography-cfecc49-font-weight:400;--e-global-typography-87dd34f-font-family:"Lato";--e-global-typography-87dd34f-font-size:52px;--e-global-typography-87dd34f-font-weight:300;--e-global-typography-0316601-font-family:"Scandia";--e-global-typography-0316601-font-size:14px;--e-global-typography-0316601-font-weight:300;--e-global-typography-0316601-text-transform:uppercase;--e-global-typography-0316601-letter-spacing:2px;background-color:#FFFFFF;font-family:"Zolina", Sans-serif;}.elementor-kit-2630 e-page-transition{background-color:#FFBC7D;}.elementor-kit-2630 h1{color:var( --e-global-color-text );font-family:"Zolina", Sans-serif;font-size:78px;font-weight:700;text-transform:uppercase;letter-spacing:-1px;}.elementor-kit-2630 h2{color:var( --e-global-color-text );font-family:"Zalorine", Sans-serif;font-size:64px;text-transform:uppercase;letter-spacing:-0.8px;}.elementor-kit-2630 h3{color:#D6D6D6;font-family:"Montserrat", Sans-serif;font-size:18px;}.elementor-kit-2630 h4{color:#D6D6D6;font-family:"Montserrat", Sans-serif;font-size:16px;font-weight:300;text-transform:uppercase;letter-spacing:2px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:100%;}.e-con{--container-max-width:100%;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header{padding-inline-end:0px;padding-inline-start:0px;}@media(max-width:1024px){.elementor-kit-2630{--e-global-typography-a5e381e-font-size:52px;--e-global-typography-87f7234-font-size:52px;--e-global-typography-cfecc49-font-size:16px;--e-global-typography-87dd34f-font-size:16px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-2630{--e-global-typography-160e494-font-size:14px;--e-global-typography-a5e381e-font-size:36px;--e-global-typography-87f7234-font-size:36px;--e-global-typography-cfecc49-font-size:14px;--e-global-typography-87dd34f-font-size:14px;--e-global-typography-0316601-font-size:14px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Hide default vertical arrows */
form input[type=number]::-webkit-inner-spin-button,
form input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
form input[type=number] {
  -moz-appearance: textfield; /* Firefox */
  padding-right: 50px; /* reserve space for custom arrows */
  position: relative;
}




html {
  scroll-behavior: smooth;
  scroll-snap-type: y mandatory;
  scroll-snap-stop: always;
  scroll-snap-points-y: repeat(100%);
}

html, body {
  scroll-timeline: none;
  scroll-snap-type: y mandatory;
  scroll-snap-stop: always;
  overscroll-behavior: contain;
}

* {
  scroll-behavior: smooth;
}

html {
  scroll-snap-type: y mandatory;
  scroll-behavior: smooth;
  scroll-snap-stop: always;
}

::-webkit-scrollbar {
  display: none; /* optional: hides scrollbars for cleaner feel */
}


/* Align input placeholders with labels */
input[type="text"],
input[type="email"],
input[type="password"],
textarea {
  padding-left: 0; /* match label alignment */
}

/* Optional: adjust placeholder style */
::placeholder {
  text-align: left;
}

/* Chrome autofill fix - transparent background, white text */
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px transparent inset !important;
    box-shadow: 0 0 0 1000px transparent inset !important;
    -webkit-text-fill-color: #fff !important; /* White text */
    background-color: transparent !important;
    transition: background-color 5000s ease-in-out 0s;
}

input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 1000px transparent inset !important;
    box-shadow: 0 0 0 1000px transparent inset !important;
    -webkit-text-fill-color: #fff !important; /* White text */
    background-color: transparent !important;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Zolina';
	font-style: normal;
	font-weight: 100;
	font-display: auto;
	src: url('https://theroyaltigers.com/wp-content/uploads/2025/08/fonnts.com-Zolina_Thin.ttf') format('truetype');
}
@font-face {
	font-family: 'Zolina';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('https://theroyaltigers.com/wp-content/uploads/2025/08/fonnts.com-Zolina_Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'Zolina';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://theroyaltigers.com/wp-content/uploads/2025/08/fonnts.com-Zolina_Medium.ttf') format('truetype');
}
@font-face {
	font-family: 'Zolina';
	font-style: normal;
	font-weight: 300;
	font-display: auto;
	src: url('https://theroyaltigers.com/wp-content/uploads/2025/08/fonnts.com-Zolina_Light.ttf') format('truetype');
}
@font-face {
	font-family: 'Zolina';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('https://theroyaltigers.com/wp-content/uploads/2025/08/fonnts.com-Zolina_Bold.ttf') format('truetype');
}
@font-face {
	font-family: 'Zolina';
	font-style: normal;
	font-weight: 900;
	font-display: auto;
	src: url('https://theroyaltigers.com/wp-content/uploads/2025/08/fonnts.com-Zolina_Black.ttf') format('truetype');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Scandia';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://theroyaltigers.com/wp-content/uploads/2025/08/fonnts.com-Scandia.woff') format('woff');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Zalorine';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://theroyaltigers.com/wp-content/uploads/2025/08/Zalorine.woff') format('woff'),
		url('https://theroyaltigers.com/wp-content/uploads/2025/08/Zalorine.ttf') format('truetype');
}
/* End Custom Fonts CSS */