﻿@import "globals.css";

/* #region Fonts */
@font-face { font-family: 'Ezerdoo'; font-style: normal; font-weight: 900; src: url('../fonts/EzerDoo-Black.otf') format("opentype"); font-display: swap; }
@font-face { font-family: 'Ezerdoo'; font-style: normal; font-weight: 700; src: url('../fonts/EzerDoo-Bold.otf') format("opentype"); font-display: swap; }
@font-face { font-family: 'Ezerdoo'; font-style: normal; font-weight: 600; src: url('../fonts/EzerDoo-Book.otf') format("opentype"); font-display: swap; }
@font-face { font-family: 'Ezerdoo'; font-style: normal; font-weight: 500; src: url('../fonts/EzerDoo-Medium.otf') format("opentype"); font-display: swap; }
@font-face { font-family: 'Ezerdoo'; font-style: normal; font-weight: 400; src: url('../fonts/EzerDoo-Regular.otf') format("opentype"); font-display: swap; }
@font-face { font-family: 'Ezerdoo'; font-style: normal; font-weight: 300; src: url('../fonts/EzerDoo-Light.otf') format("opentype"); font-display: swap; }
@font-face { font-family: 'Ezerdoo'; font-style: normal; font-weight: 200; src: url('../fonts/EzerDoo-UltraLight.otf') format("opentype"); font-display: swap; }
@font-face { font-family: 'Ezerdoo'; font-style: normal; font-weight: 100; src: url('../fonts/EzerDoo-Thin.otf') format("opentype"); font-display: swap; }
/* #endregion */

/* #region CSS Reset */
* { margin: 0; padding: 0; box-sizing: border-box; -webkit-tap-highlight-color: rgba(255, 255, 255, 0); -webkit-tap-highlight-color: transparent; }

html,
body,
form { height: 100%; font-size: 100%; }

body { direction: rtl; margin: 0px; padding: 0px; box-sizing: border-box; font-family: 'Ezerdoo', sans-serif; color: var(--primary); }
img { border: 0px; }
button { cursor: pointer; background-color: transparent; font: inherit; border: none; }
input, select, textarea { font-family: 'Ezerdoo'; font-weight: 400; color: var(--primary); margin: 0; padding: 0; font-size: inherit; }
select { -webkit-appearance: none; -moz-appearance: none; appearance: none; }
input::placeholder { color: var(--primary); }

h1 { font-size: 24px; line-height: 32px; }
h2 { font-size: 18px; line-height: 24px; }

ul, li { list-style: none; text-indent: 0; padding: 0; margin: 0; }
a { cursor: pointer; color: inherit; text-decoration: none; }
span, p, li, a, button, b { font-family: 'Ezerdoo'; font-size: 18px; font-weight: 400; line-height: 24px; }
h1, h2, h3, h4, h5, strong, b { font-weight: 700; margin: 0; padding: 0; }

fieldset { margin: 0px; padding: 0px; border: 0; display: block; width: 100%; }

[type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before { border: 1px solid var(--orange); }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }

input[type="number"] { -moz-appearance: textfield; }
input[type="checkbox"] { appearance: none; -webkit-appearance: none; display: flex; align-content: center; justify-content: center; border: 1px solid var(--teal); background-color: var(--teal); border-radius: 5px; cursor: pointer; }
input[type="checkbox"]::before { content: ""; width: 15px; height: 15px; clip-path: polygon(17% 54%, 28% 43%, 38% 54%, 70% 22%, 81% 33%, 38% 75%, 17% 54%); transform: scale(0); background-color: var(--white); }
input[type="checkbox"]:checked::before { transform: scale(1); }
/* #endregion */

/* #region Utils */
.desktop { display: block; }
.mobile { display: none; }
.hide { display: none !important; }
.bold { font-weight: bold; }
.link { cursor: pointer; text-decoration: underline; border: none; }
.print-only { display: none; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border-width: 0; }
/* #endregion */

/* #region Skip to Main Content */
.ul_accessible { box-sizing: border-box; direction: rtl; display: block; height: 0px; width: 160px; list-style-type: none; margin: 0; padding: 0; -webkit-margin-start: 0px; -webkit-padding-start: 0px; }
.ul_accessible li { box-sizing: border-box; display: list-item; height: 0px; width: 160px; }
.ul_accessible a { z-index: 99999; font-weight: bold; left: 200px; top: -60px; width: 200px; position: fixed; text-align: center; background-color: var(--teal); color: var(--secondary); cursor: pointer; display: block; outline: none; font-size: 24px; line-height: 50px; transition-delay: 0s; transition-duration: 1s; transition-property: all; transition-timing-function: ease; border: none; border-radius: 20px; margin: 0; padding: 0; }

.ul_accessible a.accessible:focus,
.ul_accessible a.accessible:hover { color: var(--secondary); background-color: var(--teal) !important; outline: 3px solid var(--primary); outline-offset: 2px; }

.ul_accessible a.accessible:focus { top: 15px; }
/* #endregion */

/* #region Accessibility.aspx */
.accessibility { position: relative; }
.accessibility .page-banner-header-wrapper { background-image: url(../img/titleBanners/accessibility.webp); }
.accessibility-wrapper { padding: 40px 0 100px 0; }
.accessibility-container { display: flex; flex-direction: column; gap: 40px; }
.accessibility-container h2 { margin-bottom: 15px; color: var(--teal); }
.accessibility-container img { display: block; }
.accessibility-container a { color: var(--teal); text-decoration: underline; }

.accessibility-container ul { padding-top: 0; margin-top: 0; padding-bottom: 0; margin-bottom: 0; margin: 0; padding: 0; list-style: none; padding-right: 25px; }
.accessibility-container ul > li { text-indent: -25px; padding-left: 25px; line-height: 24px; }
.accessibility-container ul > li.first { padding-top: 20px; }
.accessibility-container ul > li::before { content: "\2022"; padding-left: 10px; color: var(--teal); font-size: 30px; position: relative; top: 5px; }
.accessibility-container ul > li ol,
.accessibility-container ul > li ol li { list-style: decimal; }
.accessibility-container ul > li ol { margin: 0; padding: 0; padding-right: 25px; }
/* #endregion */

/* #region Autocomplete */
.autocomplete-suggestions { border: 1px solid #999; background: var(--gray); cursor: default; overflow: auto; -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); }
.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; }
.autocomplete-no-suggestion { padding: 2px 5px; }
.autocomplete-selected { background: white; }
.autocomplete-suggestions strong { font-weight: bold; color: #000; }
.autocomplete-group { padding: 2px 5px; }
.autocomplete-group strong { font-weight: bold; color: #000; display: block; border-bottom: 1px solid #000; }
/* #endregion */

/* #region Radio Button Group */
.radio-btn-group { width: 100%; display: flex; align-items: center; }

.radio-btn-group > button,
.radio-btn-group > input[type="submit"],
.radio-btn-group > span { cursor: pointer; width: 50%; height: 40px; display: flex; justify-content: center; align-items: center; border: 1px solid var(--teal, #117A8C); color: var(--teal); background-color: transparent; font-size: 18px; font-weight: normal; line-height: 24px; }

.radio-btn-group > button:first-of-type,
.radio-btn-group > input[type="submit"]:first-of-type,
.radio-btn-group > span:first-of-type { border-radius: 0px 10px 10px 0px; }

.radio-btn-group > button:last-of-type,
.radio-btn-group > input[type="submit"]:last-of-type,
.radio-btn-group > span:last-of-type { border-radius: 10px 0px 0px 10px; border-right: none; }

.radio-btn-group > button:not(:first-of-type):not(:last-of-type),
.radio-btn-group > input[type="submit"]:not(:first-of-type):not(:last-of-type),
.radio-btn-group > span:not(:first-of-type):not(:last-of-type) { border-right: none; }

.radio-btn-group > button.active,
.radio-btn-group > input[type="submit"].active,
.radio-btn-group > span.active { color: var(--secondary); background-color: var(--teal, #117A8C); }
/* #endregion */

/* #region Commons */
.empty-page { text-align: center; height: calc(100vh - 399px); padding-top: 50px; font-size: 30px; }
.page-wrapper { position: relative; }
.main-wrapper { width: 100%; height: 100%; min-height: calc(100vh - 319px); padding-top: 80px; position: relative; display: flex; flex-direction: column; }
.secondary-bg { background-color: var(--gray); }
.page-width { width: 1600px; margin: 0 auto; }

.parallelogram-btn { cursor: pointer; position: relative; color: var(--primary); display: inline-block; padding: 10px 20px; text-decoration: none; text-align: center; border-radius: 10px; background: transparent; color: inherit; z-index: 1; }
.parallelogram-btn::before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: transparent; transform: skewX(-10deg); border-radius: inherit; z-index: -1; }
.parallelogram-btn.primary::before { background: var(--orange); border: 1px solid transparent; }
.parallelogram-btn.primary:hover::before { background-color: transparent; border: 1px solid var(--orange) !important; }

.parallelogram-btn.secondary::before { background-color: transparent; border: 1px solid var(--orange); }
.parallelogram-btn.secondary:hover::before { background-color: var(--orange); border: 1px solid transparent; }
.parallelogram-btn.info::before { border: 1px solid var(--teal, #117A8C); color: var(--teal); background-color: transparent; }
.parallelogram-btn.info:hover::before { background-color: var(--teal); border: 1px solid transparent; }
.parallelogram-btn.info:hover { color: var(--white); }
.parallelogram-btn.outlined::before { border: 1px solid var(--orange); background-color: var(--orange); }
.parallelogram-btn.outlined:hover::before { background-color: var(--white); border: 1px solid transparent; }
.parallelogram-btn.default::before { border: 1px solid transparent; background-color: var(--white); }
.parallelogram-btn.default:hover::before { background-color: var(--orange); }

.parallelogram-btn > img { vertical-align: middle; user-select: none; }
.parallelogram-btn:hover > .svg-img { filter: brightness(0) saturate(100%); }

.primary-btn { color: var(--primary); background-color: var(--orange); cursor: pointer; padding: 10px 20px; border-radius: 10px; border: 1px solid transparent; text-align: center; font-size: 18px; }
.primary-btn:not([disabled]):hover { background-color: transparent; border: 1px solid var(--orange); }

.primary-outlined-btn { cursor: pointer; display: inline-flex; align-items: center; justify-content: center; color: var(--primary); background-color: transparent; padding: 10px 20px; border-radius: 10px; border: 1px solid var(--orange); font-size: 18px; }
.primary-outlined-btn:hover { background-color: var(--orange); }

.info-outlined-btn { cursor: pointer; color: var(--primary); background-color: transparent; padding: 10px 20px; border-radius: 10px; border: 1px solid var(--teal); font-size: 18px; }
.info-outlined-btn:hover { color: var(--white); background-color: var(--teal); }

.secondary-btn { color: var(--primary); background-color: transparent; border: 1px solid var(--primary); cursor: pointer; display: flex; align-items: center; justify-content: center; padding: 15px 20px; border-radius: 10px; }
.secondary-btn:hover { color: var(--secondary); background-color: var(--teal); border: 1px solid transparent; }

.tertiary-btn { color: var(--secondary); background-color: var(--teal); cursor: pointer; display: flex; padding: 15px 20px; justify-content: center; align-items: center; border-radius: 10px; border: 1px solid transparent; font-size: 18px; }
.tertiary-btn:hover { background-color: transparent !important; border: 1px solid var(--white) !important; backdrop-filter: blur(17px); }

.info-btn { color: var(--white); background-color: var(--teal); cursor: pointer; padding: 10px 20px; border-radius: 10px; border: 1px solid transparent; text-align: center; font-size: 18px; }
.info-btn:hover { color: var(--teal); background-color: transparent; border: 1px solid var(--teal); }

.info-secondary-btn { color: var(--teal); background-color: var(--white); cursor: pointer; padding: 10px 20px; border-radius: 10px; border: 1px solid transparent; text-align: center; font-size: 18px; }
.info-secondary-btn:hover { color: var(--white); background-color: var(--teal); border: 1px solid var(--white); }

.toggle-btn { display: flex; align-items: center; gap: 3px; border: none; font-size: 14px; font-weight: 700; line-height: 18px; }
.toggle-btn.toggled img { transform: rotate(180deg); -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); /* Firefox */ -ms-transform: rotate(180deg); -o-transform: rotate(180deg); }

.custom-select { position: relative; display: inline-block; }
.custom-select::before { content: ""; position: absolute; top: 50%; left: 16px; transform: translateY(-50%); width: 10px; height: 6px; background-image: url('../img/arrows/arrowSelect.svg'); background-size: contain; background-repeat: no-repeat; pointer-events: none; z-index: 1; }
.custom-select select { position: relative; appearance: none; -webkit-appearance: none; -moz-appearance: none; color: var(--primary); }

.color-error { color: var(--error); }
.pelecard-iframe { width: 100%; height: 440px; }

.tooltip { position: relative; }
.tooltip .tooltip-trigger { width: 19px; height: 19px; vertical-align: middle; }

.tooltip .tooltip-content { position: absolute; top: 0; left: 50%; transform: translateX(-50%); background: #fff; color: var(--primary); padding: 12px 20px; border-radius: 7px; opacity: 0; box-shadow: 0px 0px 16px 0px #0000001A; pointer-events: none; transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55); /* Comment to disable animation */ white-space: nowrap; }
.tooltip .tooltip-content > span { font-size: 14px; line-height: 16px; }
.tooltip .tooltip-content::before { position: absolute; content: ""; height: 8px; width: 8px; background: #fff; bottom: -3px; left: 50%; transform: translate(-50%) rotate(45deg); transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55); /* Comment to disable animation */ }

.tooltip:hover .tooltip-content { top: -55px; opacity: 1; visibility: visible; pointer-events: auto; user-select: none; }

.focusible:focus-visible { outline: thin solid var(--primary); border-radius: 2px; }

.privacyPolicyParagraph { padding-top: 10px; }
.privacyPolicyParagraph .link:hover { color: var(--orange); }
/* #endregion */

/* #region UploadFile */
.upload-form { border: 2px dashed var(--gray-light); border-radius: 10px; display: flex; align-items: center; justify-content: center; }
.upload-form-container { padding: 30px; display: flex; flex-direction: column; gap: 15px; }

.drag-file { display: flex; align-items: center; gap: 8px; }
.drag-file > img { user-select: none; }
.drag-file > span { font-weight: 700; }

.uploaded-files { background-color: var(--gray); border-radius: 10px; }
.uploaded-files-container { display: flex; justify-content: space-between; align-items: center; padding: 12px 0; width: 90%; margin: 0 auto; max-height: 58px; min-height: 58px; }
.uploaded-files-description { display: flex; align-items: center; gap: 10px; }
.uploaded-files-description > .link { font-size: 16px; line-height: 22px; font-weight: 400; }
/* #endregion */

/* #region Payment-Failed */
.payment-failed-wrapper { position: relative; flex: 1; min-height: 100%; padding: 100px 0; display: flex; flex-direction: column; justify-content: center; align-items: center; }
.payment-failed-container { width: 820px; padding: 40px 48px; background-color: var(--gray); border-radius: 10px; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 20px; }
.payment-failed-inner { display: flex; flex-direction: column; align-items: center; gap: 15px; }
.payment-failed-inner h1 { font-size: 24px; line-height: 32px; font-weight: 700; }
.payment-failed-inner .primary-btn { width: 250px; }
/* #endregion */

/* #region Loader */
.overlayLoaderBG { display: none; z-index: 9999; position: fixed; top: 0; right: 0; height: 100%; width: 100%; background: rgba(0, 0, 0, 0.5); }
.overlayLoaderBG.show { display: block; }
.overlayLoader { position: absolute; top: 50%; left: 50%; transform: translate(50%, -50%); margin-top: -60px; margin-left: -60px; width: 120px; height: 120px; background-color: transparent; border-radius: 50%; border: 16px solid #f3f3f3; border-top: 16px solid var(--teal); z-index: 400; -webkit-animation: spin 2s linear infinite; animation: spin 2s linear infinite; }
/* #endregion */

/* #region Modals (Dialogs) */
.global-modal,
.payInApps-modal { display: none; align-items: center; justify-content: center; position: fixed; z-index: 1000; left: 0; top: 0; width: 100%; height: 100%; overflow: auto; background-color: rgba(43, 43, 43, 0.70); }

.modal-container { position: relative; z-index: 1001; background-color: var(--white); box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08); padding: 60px 48px; width: 100%; max-width: 723px; text-align: center; border-radius: 10px; }

.modal-x-icon-btn { position: absolute; top: 20px; left: 20px; font-size: 28px; font-weight: bold; border: none; height: 20px; display: flex; justify-content: center; align-items: flex-end; }

.modal-x-icon-btn:hover,
.modal-x-icon-btn:focus { text-decoration: none; cursor: pointer; }
/* #endregion */

/* #region Modal Message */
.global-modal .modal-container { padding: 100px 100px; padding-top: 95px; }
.global-modal .modal-container.modal-container-narrow { padding-right: 180px; padding-left: 180px; }

.global-modal-btn-container { display: flex; gap: 20px; justify-content: space-between; padding-top: 15px; }

.global-modal-warning-link .global-modal-btn-container { flex-direction: column; gap: 10px; }

.global-modal-btn-container .primary-btn,
.global-modal-btn-container .secondary-btn { width: 100%; height: 44px; padding: 0; font-size: 18px; }

.global-modal-btn-container .secondary-btn { display: none; }

.global-modal-warning .global-modal-btn-container .secondary-btn,
.global-modal-warning-link .global-modal-btn-container .secondary-btn { display: block; }

.global-modal-warning-link .global-modal-btn-container .primary-btn { width: 225px; margin: 0 auto; }

.global-modal-warning-link.global-modal-warning-link-vehicle-pay .global-modal-btn-container .primary-btn { width: 275px; }

.global-modal-warning-link .global-modal-btn-container .secondary-btn,
.global-modal-warning-link .global-modal-btn-container .secondary-btn:hover { background: none; border: none; color: var(--primary); text-decoration: underline; }

.global-modal-warning-link .global-modal-btn-container .secondary-btn:hover { color: var(--teal); }

.global-modal-content-wrapper { display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 15px; }
.global-modal-content-wrapper h2 { font-size: 36px; font-weight: 700; line-height: 45px; }
.global-modal-content-wrapper p { font-size: 24px; font-weight: 400; line-height: 32px; }

.global-modal .modal-container.modal-container-invoice-by-mail { padding-right: 185px; padding-left: 185px; }

.global-modal-warning-link .modal-container.modal-container-invoice-by-mail .global-modal-btn-container { padding-top: 0; }
.global-modal-warning-link .modal-container.modal-container-invoice-by-mail .global-modal-btn-container .primary-btn { width: 100%; margin: 0; }

.global-modal .modal-container.modal-container-invoice-by-mail .global-modal-content-container { gap: 30px; }
.global-modal .modal-container.modal-container-invoice-by-mail .global-modal-content-container p { position: relative; border: 1px solid #E4E4E4; border-radius: 10px; padding: 26px 5px; font-size: 18px; line-height: 24px; }
.global-modal .modal-container.modal-container-invoice-by-mail .global-modal-content-container p::after { content: attr(data-before); position: absolute; top: -13px; left: 50%; transform: translateX(-50%); padding: 0 30px 0 8px; background: url(../img/icons/information.svg) no-repeat 92% 4px var(--white); font-weight: 700; }

.global-modal-content-wrapper span { display: none; }
.global-modal-mail .global-modal-content-wrapper span { display: block; font-weight: bold; direction: ltr; }
.global-modal-content-container { display: flex; flex-direction: column; gap: 10px; }
.global-modal-title-small-font .global-modal-content-wrapper h2 { font-size: 28px; line-height: 38px; }
/* #endregion */

/* #region Pango Dialog */
.payInApps-modal .modal-container { max-width: 740px; padding: 60px 110px; }

.payInApps-modal-wrapper { display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 30px; }
.payInApps-modal-wrapper img:first-of-type { width: 139px; height: 50px; }
.payInApps-modal-wrapper img:nth-of-type(2) { width: 121px; height: 123px; }

.payInApps-modal-wrapper h2 { font-size: 36px; font-weight: 700; line-height: 45px; }
.payInApps-modal-wrapper p { font-size: 24px; font-weight: 400; line-height: 32px; }
.payInApps-modal-wrapper ul { display: none; background-color: var(--gray); border-radius: 15px; justify-content: space-around; margin: 0 auto; }

.payInApps-modal-wrapper.pango ul.ulPango { display: flex; }
.payInApps-modal-wrapper.cello ul.ulCello { display: flex; }

.payInApps-modal-wrapper ul li { display: flex; flex-basis: 25%; flex-direction: column; padding-top: 12px; padding-bottom: 16px; }
.payInApps-modal-wrapper ul li span { line-height: normal; }
.payInApps-modal-wrapper ul li span:first-child { color: var(--teal); font-size: 24px; font-weight: 700; }

.payInApps-modal-content { display: flex; flex-direction: column; gap: 10px; }
/* #endregion */

/* #region Menus (Navigation Menu) */
.menu-modal { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 999; background-color: rgba(43, 43, 43, 0.70); opacity: 0; overflow: hidden; pointer-events: none; transition: opacity 0.4s ease; }
.menu-modal.open { opacity: 1; pointer-events: auto; overflow: hidden; }
.menu-modal.serverOpen .menu-modal-container { transition: none; }
.menu-modal .menu-modal-container { position: relative; z-index: 1001; background-color: var(--gray); box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08); padding: 50px 48px; width: 100%; max-width: 550px; height: 100%; overflow-y: auto; -webkit-overflow-scrolling: touch; transform: translateX(100%); transition: transform 0.4s ease; }
.menu-modal.open .menu-modal-container { transform: translateX(0); }
.menu-modal .menu-modal-x-icon-btn { position: absolute; top: 10px; left: 20px; font-size: 28px; font-weight: bold; }
/* #endregion */

/* #region Combobox */
.primary-cb input[type="checkbox"] { border: 1px solid #DBDBDB; background-color: var(--white); }
.primary-cb input[type="checkbox"]:checked { background-color: var(--teal); }
.primary-cb input[type="checkbox"]:checked::before { transform: scale(1); }
/* #endregion */

/* #region Dropdowns */
.custom-dropdown { position: relative; display: inline-block; width: 100%; height: 100%; }
.custom-dropdown::before { content: ""; position: absolute; top: 50%; left: 5px; transform: translateY(-50%); width: 10px; height: 6px; background-image: url('../img/arrows/arrowSelect.svg'); background-size: contain; background-repeat: no-repeat; pointer-events: none; z-index: 1; }
.custom-dropdown .custom-dropdown-list { z-index: 999; padding: 20px 0; display: none; flex-direction: column; align-items: center; justify-content: center; position: absolute; top: 50px; right: 50%; transform: translateX(50%); width: 100%; background-color: #FFF; border-radius: 7px; box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.10); }
.custom-dropdown .custom-dropdown-list::after { content: ""; position: absolute; left: 50%; transform: translate(-50%, 0) rotate(45deg); background-color: #FFF; top: -7px; width: 13px; height: 13px; overflow: hidden; z-index: 998; }
/* #endregion */

/* #region Language/User DDL */
.custom-dropdown .langDdlBtn,
.custom-dropdown .userDdlBtn { width: 100%; max-width: 225px; height: 100%; overflow: hidden; white-space: nowrap; display: block; text-overflow: ellipsis; padding-left: 25px; display: block; }

.custom-dropdown .langDdlBtn:before { content: ''; display: inline-block; background: url('../img/icons/globus.svg') no-repeat; width: 18px; height: 18px; margin-left: 10px; vertical-align: middle; }
.custom-dropdown .userDdlBtn:before { content: ''; display: inline-block; background: url('../img/icons/avatar-small.svg') no-repeat; width: 18px; height: 18px; margin-left: 10px; vertical-align: middle; }

.disabled-ddl { pointer-events: none; }
.selected-ddl-item { color: var(--orange) !important; }
/* #endregion */

/* #region Tables */
.common-table { width: 100%; border-collapse: separate; border-spacing: 0 18px; }

.common-table tbody tr { background-color: var(--gray); }

.common-table colgroup col:first-child { width: 85px; }
.common-table colgroup col:nth-child(2) { width: 135px; }
.common-table colgroup col:nth-child(3) { width: 170px; }

.common-table thead tr th { padding: 0 20px; text-align: right; }
.common-table tbody tr td { padding: 20px; text-align: right; }

.common-table thead tr th:last-child,
.common-table tbody tr td:last-child { text-align: left; }

.common-table tbody tr td:first-child { border-right: 1px solid var(--gray); border-radius: 0 10px 10px 0; }
.common-table tbody tr td:last-child { border-left: 1px solid var(--gray); border-radius: 10px 0 0 10px; }
/* #endregion */

/* #region Fields */
.text-field { position: relative; }

.text-field:before { content: attr(data-label); padding: 0 15px; position: absolute; top: 10px; right: 0; font-size: 12px; line-height: 16px; z-index: 1; pointer-events: none; }

.text-field > .input-field,
.text-field > .tel-field-number,
.text-field .select-field select { width: 100%; height: 100%; padding: 30px 15px 10px 15px; }

.text-field .select-field::before { top: 68%; }

.input-field { padding: 20px 15px; color: var(--primary); background-color: var(--gray); border: 1px solid var(--white); border-radius: 10px; }
.input-field-invalid { border: 1px solid var(--error) !important; }

.tel-field { display: flex; align-items: center; gap: 5px; }
.tel-field-number { padding: 20px 15px; color: var(--primary); background-color: var(--gray); border: 1px solid var(--white); border-radius: 0px 10px 10px 0px; }

.select-field.tel-field-prefix select { border-radius: 10px 0px 0px 10px; }
.select-field { position: relative; }
.select-field::before { content: ""; position: absolute; top: 50%; left: 16px; transform: translateY(-50%); width: 10px; height: 6px; background-image: url('../img/arrows/arrowSelect.svg'); background-size: contain; background-repeat: no-repeat; pointer-events: none; z-index: 1; }
.select-field select { position: relative; cursor: pointer; width: 100%; height: 100%; padding: 20px 15px 20px 42.5px; display: inline-block; color: var(--primary); background-color: var(--gray); border: 1px solid var(--white); border-radius: 10px; appearance: none; -webkit-appearance: none; -moz-appearance: none; }

.input-file-field { width: 0.1px; height: 0.1px; opacity: 0; overflow: hidden; position: absolute; z-index: -1; }
.input-file-field + label { text-decoration: underline; cursor: pointer; }
.input-file-field + label * { pointer-events: none; }

.upload-file-btn { display: none; }
.upload-file-btn > label { display: inline-block; text-align: center; padding: 14px; color: var(--teal); background-color: transparent; border: 1px solid var(--teal); border-radius: 10px; text-decoration: none; font-weight: 700; }
.upload-file-btn > label > img { vertical-align: middle; padding-left: 3px; }

.textarea-field { padding: 20px 15px; color: var(--primary); background-color: var(--gray); border: 1px solid var(--white); border-radius: 10px; }
.no-resize { resize: none; }

.input-field:disabled,
.tel-field .tel-field-number:disabled,
.select-field select:disabled,
.textarea-field:disabled,
.text-field.disabled:before { color: rgba(0, 0, 0, 0.5); }
/* #endregion */

/* #region Keyframes */
.fade { -webkit-animation-name: fade; -webkit-animation-duration: 2s; animation-name: fade; animation-duration: 2s; }

@-webkit-keyframes fade {
    from { opacity: .4 }
    to { opacity: 1 }
}

@keyframes fade {
    from { opacity: .4 }
    to { opacity: 1 }
}

@keyframes bounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(3px); }
}

@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
/* #endregion */

/* #region SVGs */
/* https://codepen.io/sosuke/pen/Pjoqqp - convert color to filter color for SVGs */
.svg-color.orange { filter: invert(50%) sepia(79%) saturate(2564%) hue-rotate(351deg) brightness(99%) contrast(105%); }
.svg-color.teal { filter: brightness(0) saturate(100%) invert(71%) sepia(28%) saturate(470%) hue-rotate(134deg) brightness(88%) contrast(88%); }
.svg-color.white { filter: brightness(0) invert(1); }
/* #endregion */

/* #region Navbar - Desktop */
.nav-wrapper { position: fixed; top: 0; left: 0; z-index: 100; width: 100%; height: 80px; background: var(--white, #FCFCFC); box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.15); }

.nav-wrapper .desktop-nav-container { position: relative; background: var(--white); height: 100%; display: flex; align-items: center; gap: 3px; }

.nav-wrapper .logo-white-wrapper { position: relative; z-index: 99; width: 110px; height: 185px; background: url('../img/icons/white-cover.svg'); background-size: contain; background-repeat: no-repeat; background-position: bottom; }

.nav-wrapper .logo-white-wrapper > div { position: absolute; left: 26px; top: 65px; background: url('../img/icons/logo.svg') no-repeat; width: 57px; height: 100px; }

.nav-wrapper .nav-actions { flex: 1; display: flex; align-items: center; justify-content: flex-end; gap: 40px; }

.nav-wrapper .nav-global-actions { display: flex; align-items: center; gap: 40px; }

.nav-wrapper .nav-global-actions .parallelogram-btn { min-width: 140px; white-space: nowrap; }

.nav-wrapper .lang-ddl,
.nav-wrapper .user-ddl { height: 44px; }

.nav-wrapper .lang-ddl .custom-dropdown .custom-dropdown-list { width: 122px; }

.nav-wrapper .lang-ddl .custom-dropdown-list li { cursor: pointer; padding: 4.5px 26px; width: 100%; text-align: center; }

.nav-wrapper .lang-ddl .custom-dropdown .custom-dropdown-list li:hover { color: var(--teal) !important; }

.nav-wrapper .user-ddl .custom-dropdown .custom-dropdown-list { width: 225px; }

.nav-wrapper .user-ddl .custom-dropdown .custom-dropdown-list li { width: 100%; }

.nav-wrapper .user-ddl .custom-dropdown .custom-dropdown-list li > button,
.nav-wrapper .user-ddl .custom-dropdown .custom-dropdown-list li > a { display: block; cursor: pointer; padding: 4.5px 46px 4.5px 26px; width: 100%; height: 100%; text-align: right; }

.nav-wrapper .user-ddl .custom-dropdown .custom-dropdown-list li:hover > * { color: var(--teal) !important; }

.nav-wrapper .user-ddl .custom-dropdown .my-account-nav-link,
.nav-wrapper .user-ddl .custom-dropdown .update-personal-info-nav-link,
.nav-wrapper .user-ddl .custom-dropdown .logout-nav-action { position: relative; }

.nav-wrapper .user-ddl .custom-dropdown .my-account-nav-link:before { content: ''; position: absolute; top: 50%; transform: translateY(-50%); right: 20px; width: 20px; height: 20px; background: url(../img/icons/avatar-small.svg) no-repeat center; user-select: none; }

.nav-wrapper .user-ddl .custom-dropdown .update-personal-info-nav-link:before { content: ''; position: absolute; top: 50%; transform: translateY(-50%); right: 20px; width: 20px; height: 20px; background: url(../img/icons/pen-small.svg) no-repeat center; user-select: none; }

.nav-wrapper .user-ddl .custom-dropdown .logout-nav-action:before { content: ''; position: absolute; top: 50%; transform: translateY(-50%); right: 20px; width: 20px; height: 20px; background: url(../img/icons/logout.svg) no-repeat center; user-select: none; }

.page-wrapper-register .nav-wrapper .logo-white-wrapper { width: 68px; height: 100%; background: none; }

.page-wrapper-register .nav-wrapper .logo-white-wrapper > div { position: absolute; top: 50%; right: 50%; transform: translate(50%, -50%) translate(0, 0); background: url('../img/icons/logo.svg') no-repeat; background-size: cover; background-position: center; width: 32px; height: 56px; }
/* #endregion */

/* #region Navbar - Mobile */
.nav-wrapper .mobile-nav-container { display: none; }
/* #endregion */

/* #region Navbar - NavLinks */
.nav-wrapper .nav-links { display: flex; align-items: center; }
.nav-wrapper .nav-links li { position: relative; cursor: pointer; display: flex; align-items: center; border-left: 1px solid #DCDCDC; }
.nav-wrapper .nav-links li:hover { color: var(--orange); }
.nav-wrapper .nav-links li:last-child { border-left: none; }
.nav-wrapper .nav-links li > a { width: 100%; height: 100%; padding: 0px 31px; }
/* #endregion */

/* #region Navbar - Subnav */
.nav-wrapper .subnav-container { display: none; position: absolute; bottom: -53px; left: 0; width: 100%; background: var(--teal); height: 53px; color: var(--secondary); transition: all 0.5s ease-in-out; }

.nav-wrapper .subnav-links { width: 1600px; margin: 0 auto; padding-right: 140px; display: flex; align-items: center; gap: 50px; height: 100%; }
.nav-wrapper .subnav-links li:first-child { font-weight: 700; }
.nav-wrapper .subnav-links li:not(:first-child) a:hover { color: var(--orange); }
.nav-wrapper .subnav-links li a:hover img { filter: invert(50%) sepia(79%) saturate(2564%) hue-rotate(351deg) brightness(99%) contrast(105%); }
.nav-wrapper .subnav-links li a img { width: 20px; height: 20px; padding: 1.417px 1.329px 1.417px 1.417px; vertical-align: middle; }
/* #endregion */

/* #region Mobile Menu (Navigation Menu) */
.mobile-nav-wrapper .nav-actions { display: flex; flex-direction: column-reverse; align-items: center; gap: 40px; }
.mobile-nav-wrapper .nav-global-actions { display: flex; align-items: center; gap: 15px; }
/* #endregion */

/* #region Traffic Reports Menu (Navigation Menu) */
.traffic-reports-modal { min-height: 100%; display: flex; flex-direction: column; gap: 40px; }
.traffic-reports-modal .modal-title { display: flex; flex-direction: column; align-items: center; gap: 25px; }
.traffic-reports-modal .modal-title > img { width: 52px; height: 44px; }
.traffic-reports-modal .modal-title > span { font-size: 24px; line-height: 32px; font-weight: 700; }

.traffic-reports-modal .modal-reports { display: flex; flex-direction: column; }
.traffic-reports-modal .modal-reports li { padding: 25px 0; border-bottom: 1px solid var(--gray-light); }
.traffic-reports-modal .modal-reports li:first-child { padding: 0 0 25px 0; }
.traffic-reports-modal .modal-reports li:last-child { padding: 25px 0 0 0; border-bottom: none; }
.traffic-reports-modal .modal-reports li > p { font-size: 16px; line-height: 22px; }
/* #endregion */

/* #region Footer */
footer *:focus { outline: 2px solid white; outline-offset: 1px; }
footer *:active:focus { outline: 2px solid white; outline-offset: 1px; }
footer .footer-wrapper { color: var(--secondary); position: relative; width: 100%; height: 319px; background-color: var(--sky); }
footer .footer-container { height: 100%; display: flex; justify-content: space-between; align-items: center; }
footer .footer-right-wrapper { display: flex; flex-direction: column; gap: 20px; }

.footer-separator-logo,
.footer-separator-credentials { display: flex; flex-direction: column; gap: 9px; }

.footer-separator-logo img { z-index: 10; width: 66px; height: 116px; pointer-events: none; }
.footer-separator-logo .facebook-logo { position: relative; font-size: 14px; font-weight: 700; line-height: 16px; width: 70px; height: 34px; display: flex; align-items: center; justify-content: flex-end; padding-right: 37px; }
.footer-separator-logo .facebook-logo::after { position: absolute; top: 0px; right: -3px; content: ""; background: url('../img/icons/facebook.svg'); background-size: contain; background-repeat: no-repeat; width: 30px; height: 32px; padding: 2.667px; }

.footer-separator-credentials span { font-size: 12px; font-weight: 400; line-height: normal; }
.footer-separator-credentials .tzur-logo { position: relative; width: 198px; font-size: 13px; font-weight: 400; line-height: normal; }
.footer-separator-credentials .tzur-logo::after { position: absolute; left: 0px; content: ""; background: url('../img/icons/tzur.svg'); background-size: contain; background-repeat: no-repeat; width: 50px; height: 18.469px; }
.footer-separator-credentials .medatech-logo { position: relative; font-size: 13px; font-weight: 400; line-height: normal; width: 162px; }
.footer-separator-credentials .medatech-logo::after { position: absolute; left: 0px; content: ""; background: url('../img/icons/medatech.svg'); background-size: contain; background-repeat: no-repeat; width: 98.053px; height: 18px; }

footer .footer-nav-section-wrapper { height: 211px; display: flex; align-items: center; gap: 80px; }
footer .footer-nav-section-wrapper .footer-nav-section { height: inherit; display: flex; flex-direction: column; gap: 8px; padding: 0px 20px; border-right: 1px solid var(--teal, #117A8C); }
footer .footer-nav-section-wrapper .footer-nav-section h2 { font-size: 18px; line-height: 24px; }
footer .footer-nav-section-wrapper .footer-nav-section ul { display: flex; flex-direction: column; gap: 8px; }
footer .footer-nav-section-wrapper .footer-nav-section ul > li { cursor: pointer; }
footer .footer-nav-section-wrapper .footer-nav-section ul > li:hover { color: var(--orange); }
footer .footer-nav-section-wrapper .footer-nav-section ul > li > a { display: block; }

footer .footer-left-wrapper { width: 352px; background-color: var(--teal); border-radius: 10px; }
footer .footer-left-container { font-weight: 700; text-align: center; padding: 36px 60px; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 20px; }

footer .footer-left-container > img { user-select: none; pointer-events: none; width: 31.667px; height: 31.667px }

footer .footer-left-container > .info-secondary-btn:focus { outline: 2px solid var(--primary); outline-offset: 1px; }
/* #endregion */

/* #region PageBanner */
.page-banner-header-wrapper { position: relative; width: 100%; background-color: var(--white); background-size: cover; background-position: center; background-repeat: no-repeat; height: 218px; z-index: 0; }
.page-banner-header-wrapper::after { content: ''; position: absolute; inset: 0; background: linear-gradient(0deg, black 0%, black 100%); opacity: 70%; z-index: -1; }

.page-banner-header-container { height: 100%; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 20px; color: var(--white, #FCFCFC); }
.page-banner-header-container h1 { font-size: 50px; font-weight: 700; line-height: 45px; }
.page-banner-header-container h2 { font-size: 24px; font-weight: 400; line-height: 32px; }
/* #endregion */

/* #region Home */
.home { position: relative; }
/* #endregion */

/* #region Home - BannerTop */
.hero-wrapper { position: relative; height: 100%; }

.hero-wrapper .hero-container { position: relative; padding: 160px 0 35px 0; width: 100%; height: 100%; min-height: calc(100dvh - 80px); display: flex; flex-direction: column; justify-content: space-between; gap: 30px; }
.hero-wrapper:has(.swiper-ctrl) .hero-container { min-height: calc(100dvh - 133px); }

.slider-bg-image { z-index: -1; position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; object-position: 75% 20%; background-color: var(--gray); user-select: none; }

.slide-item { display: none; overflow: hidden; }
.slide-item::after { content: ''; position: absolute; inset: 0; background: #000000; opacity: 50%; z-index: -1; }
.slide-item-visible { display: block; }
.slide-item-content { height: 100%; }

.slider-video-container iframe,
.slider-video-container object,
.slider-video-container embed { z-index: -1; position: absolute; top: 0; left: 0; width: 100%; height: 100%; pointer-events: none; }

.hero-link-cards { display: flex; flex-direction: column; align-items: center; gap: 30px; }

.hero-content { color: var(--secondary); display: flex; flex-direction: column; align-items: center; justify-content: flex-end; height: 100%; gap: 40px; padding-bottom: 20px; }

.hero-content h1 { font-size: 74px; font-weight: 700; line-height: 74px; text-align: center; }
.page-wrapper-test-site .hero-content h1 { background-color: red; }

.hero-content a { font-size: 24px; font-weight: 400; line-height: 32px; width: 207px; height: 48px; }

.hero-slider-pagination { display: flex; align-items: center; justify-content: center; gap: 28px; }
.hero-slider-pagination .arrow { cursor: pointer; width: 32px; height: 32px; background-image: url('../img/icons/next.svg'); background-size: contain; background-repeat: no-repeat; }
.hero-slider-pagination .arrow:first-child { transform: rotate(180deg); }

.hero-dots-wrapper { display: flex; gap: 7px; }
.hero-dots-wrapper span { cursor: pointer; }
.hero-dots-wrapper .dot { background-color: transparent; width: 13px; height: 13px; border-radius: 100%; border: 1px solid white; }
.hero-dots-wrapper .dot.selected { background-color: var(--gray); }

.hero-scroll-down-btn { z-index: 20; cursor: pointer; position: absolute; bottom: 0; right: 8%; width: 71.013px; height: 55px; padding: 8px 13.013px 2px 13px; display: flex; justify-content: center; align-items: center; flex-shrink: 0; border-radius: 49px 49px 0px 0px; border: 2px solid var(--gray, #F0F4F7); background: var(--gray, #F0F4F7); }
.hero-scroll-down-btn img { width: 45px; height: 45px; animation: bounce 1s infinite; }
/* #endregion */

/* #region UsefulForms */
.cs-useful-forms-wrapper { padding: 100px 0; background-color: var(--white); }
.about .cs-useful-forms-wrapper { background-color: white; padding-top: 0; }

.cs-useful-forms-container { display: flex; flex-direction: column; align-items: center; gap: 50px; }


.cs-useful-forms-container > .secondary-btn { height: 44px; }

.cs-useful-forms-title { display: flex; flex-direction: column; align-items: center; gap: 15px; }
.customer-service .cs-useful-forms-title {gap:0;}
.customer-service .cs-useful-forms-subTitle {padding-top:15px;}

.cs-useful-forms-title > h2 { font-size: 36px; line-height: 45px; }
.cs-useful-forms-content { width: 100%; display: flex; flex-direction: column; align-items: center; gap: 30px; }

.download-forms-list { width: 100%; display: grid; grid-template-columns: repeat(4, 1fr); }
.download-forms-list > li:not(:last-child) { padding-left: 14px; }
.download-forms-list > li:last-child { padding-right: 14px; border-right: 1px solid var(--gray-light); }

.download-forms-item,
.download-forms-upload-item { position: relative; width: 100%; cursor: pointer; padding: 40px 20px; border-radius: 10px; text-align: center; background-color: var(--gray); display: flex; align-items: center; justify-content: center; gap: 4px; z-index: 2; }

.about .download-forms-item { gap: 10px; background-color: none; }

.download-forms-item:hover,
.download-forms-upload-item:hover { color: var(--white); background-color: var(--teal); }
.download-forms-item:hover > img { filter: brightness(0) invert(1); }

.download-forms-item > img { user-select: none; }
.about .download-forms-item > img { margin-top: 2px; }

.download-forms-upload-item.selected { color: var(--white); background-color: var(--teal); }
.download-forms-upload-item.selected::after { content: ""; position: absolute; left: 50%; transform: translate(-50%, 0) rotate(45deg); background-color: var(--teal); bottom: -7px; width: 13px; height: 13px; overflow: hidden; z-index: 1; }

/* #endregion */

/* #region UserControl - NavCards */
.page-cards-wrapper { display: flex; align-items: center; gap: 25px; flex: 1; }

.link-card { cursor: pointer; position: relative; width: 250px; height: 140px; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 10px; border: none; padding: 10px 45px; text-decoration: none; background: var(--white); transform: skewX(-15deg); border-radius: 15px 25px; box-shadow: 0px 0px 20px 0px #00000014; overflow: hidden; opacity: 85%; transition: transform .2s; }

.link-card:hover,
.link-card:focus { opacity: 100%; transform: scale(1.1) skewX(-15deg); outline: none; }

.link-card img { transform: skewX(15deg); width: 39px; height: 39px; padding: 3.25px 3.05px 3.25px 3.25px; pointer-events: none; user-select: none; }

.link-card:hover img,
.link-card:focus img { width: 46px; height: 46px; padding: 3.833px 3.597px 3.833px 3.833px; }

.link-card span { display: block; transform: skewX(15deg); font-size: 24px; line-height: 32px; font-weight: 400; white-space: nowrap; }

.link-card:hover span,
.link-card:focus span { font-weight: 700; }
/* #endregion */

/* #region UserControl - ReasonsToJoin */
.reason-cards-wrapper { position: relative; padding: 100px 0; background-color: var(--gray); overflow: hidden; }
.reason-cards-container { display: flex; flex-direction: column; align-items: center; gap: 50px; z-index: 10; }

.reason-cards-container h2 { font-size: 36px; font-weight: 700; line-height: 45px; }

.reason-cards-links { display: flex; align-items: center; justify-content: space-between; gap: 45px; width: 100%; padding: 0px 18px; }
.reason-cards-links .reason-card { position: relative; height: 172px; width: 100%; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 10px; border: none; padding: 10px 45px; text-decoration: none; background: var(--white); transform: skewX(-15deg); border-radius: 15px 25px; overflow: hidden; z-index: 5; }
.reason-cards-links .reason-card img { transform: skewX(15deg); width: 50px; height: 50px; padding: 5px 6.836px 5px 5px; pointer-events: none; }

.reason-cards-links .reason-card span { width: 150px; transform: skewX(15deg); display: block; font-size: 18px; line-height: 24px; font-weight: 400; text-align: center; margin-left: 20px; }
.reason-cards-stripes { position: absolute; left: -5px; bottom: -50px; width: 300.359px; height: 217px; pointer-events: none; z-index: 1; }
/* #endregion */

/* #region UserControl - RegisterQuick */
.quick-registration-wrapper {position:relative; width: 100%; height: 104px; padding: 30px 154px; border-radius: 10px; background-color: var(--teal); display: flex; align-items: center; justify-content: space-between; gap: 30px; z-index: 50; }
.quick-registration-wrapper .privacyPolicyParagraph {position:absolute;bottom:-40px;}

.quick-registration-header { color: var(--secondary); }
.quick-registration-header > h2 { font-size: 24px; font-weight: 700; line-height: 32px; }

.quick-registration-container { flex: 1; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.quick-registration-container > input { flex: 1; border-radius: 10px; background-color: var(--white); padding: 7px 30px; height: 44px; font-size: 18px; font-weight: 400; line-height: 24px; border: none; }
.quick-registration-container .primary-btn { white-space: nowrap; }
/* #endregion */

/* #region UserControl - SafetyCards */
.safety-cards-wrapper { position: relative; padding: 100px 0; background-color: var(--gray); overflow: hidden; }
.safety-cards-container { display: flex; flex-direction: column; align-items: center; gap: 50px; z-index: 10; }
.safety-cards-container h2 { font-size: 36px; font-weight: 700; line-height: 45px; }

.safety-cards-links { display: flex; align-items: center; justify-content: space-between; gap: 45px; width: 100%; padding: 0px 18px; }
.safety-cards-links .safety-card { position: relative; height: 172px; width: 100%; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 10px; border: none; padding: 10px 45px; text-decoration: none; background: var(--white); transform: skewX(-15deg); border-radius: 15px 25px; overflow: hidden; z-index: 10; }
.safety-cards-links .safety-card img { transform: skewX(15deg); width: 50px; height: 50px; padding: 5px 6.836px 5px 5px; user-select: none; pointer-events: none; }
.safety-cards-links .safety-card span { width: 150px; transform: skewX(15deg); display: block; font-size: 18px; line-height: 24px; font-weight: 400; text-align: center; margin-left: 20px; }

.safety-cards-stripes { position: absolute; left: -5px; bottom: -50px; width: 300.359px; height: 217px; pointer-events: none; }
/* #endregion */

/* #region UserControl - ImportantInfo */
.important-data-wrapper { position: relative; padding: 100px 0; background-color: var(--white); overflow: hidden; }
.important-data-container { display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 50px; }
.important-data-container > h2 { font-size: 36px; font-weight: 700; line-height: 45px; }
.important-data-content { width: 100%; display: flex; gap: 50px; justify-content: space-between; }
.important-data-right-wrapper { width: 50%; display: flex; flex-direction: column; align-items: center; }
.important-data-right-container { width: 100%; display: flex; flex-direction: column; height: 100%; gap: 50px; }

/* Modify TravelFares Control */
.important-data-wrapper .travel-fares-ctrl.travel-fares-wrapper { width: 50%; }

.important-data-wrapper .travel-fares-ctrl .travel-fares-road-selection-container.active { flex-direction: column; }

.important-data-wrapper .travel-fares-ctrl .travel-fares-road-selection-table,
.important-data-wrapper .travel-fares-ctrl .rush-hours-ctrl.rush-hours-wrapper { width: 100%; }

.important-data-wrapper .travel-fares-ctrl .travel-fares-container { align-items: center; }

.important-data-wrapper .travel-fares-ctrl .radio-btn-group,
.important-data-wrapper .rush-hours-ctrl .range-wrapper { width: 100%; }

.important-data-card { padding: 65px 50px; width: 100%; height: 100%; border-radius: 10px; }
.important-data-card-container { display: flex; flex-direction: column; justify-content: space-between; gap: 20px; }
.important-data-card-container > div { font-size: 18px; line-height: 24px; }
.important-data-card h3 { font-size: 24px; font-weight: 700; line-height: 32px; }
.important-data-card p { max-width: 336px; }
.important-data-card p a { text-decoration: underline; padding-left: 5px; }
.important-data-card a.parallelogram-btn { width: 236px; height: 44px; }

.important-data-wrapper .travel-fares-ctrl .travel-fares-road-selection-container { height: 100%; }
.important-data-wrapper .travel-fares-wrapper { width: 50%; }
/* #endregion */

/* #region UserControl - TravelFares */
.travel-fares-ctrl { position: relative; }
.travel-fares-ctrl.travel-fares-wrapper { width: 100%; border-radius: 10px; background-color: var(--gray); }
.travel-fares-ctrl .travel-fares-container { padding: 40px 47px; height: 100%; display: flex; gap: 40px; }
.travel-fares-ctrl .full-details-link { position: absolute; top: 40px; left: 47px; padding-left: 25px; }
.travel-fares-ctrl .full-details-link::before { content: ''; position: absolute; top: 50%; left: 0px; transform: translateY(-50%); width: 25px; height: 24px; background: url(../img/icons/next.svg) no-repeat; }
.travel-fares-ctrl .travel-fares-content-wrapper { flex: 1; width: 100%; }
.travel-fares-ctrl .travel-fares-content { display: flex; flex-direction: column; gap: 20px; }
.travel-fares-ctrl .travel-fares-content > h2 { font-size: 24px; line-height: 32px; font-weight: 700; }
.travel-fares-ctrl .travel-fares-tablist { display: flex; flex-direction: column; gap: 10px; }
.travel-fares-ctrl .travel-fares-tablist > h3 { font-weight: 400; }
.travel-fares-ctrl .radio-btn-group { width: 500px; }
.travel-fares-ctrl .travel-fares-road-selection { display: flex; flex-direction: column; gap: 15px; }
.travel-fares-ctrl .travel-fares-road-selection h2 { font-size: 18px; font-weight: normal; line-height: 24px; }
.travel-fares-ctrl .travel-fares-road-selection-container { display: none; height: 165px; }
.travel-fares-ctrl .travel-fares-road-selection-container.active { display: flex; gap: 24px; }
.travel-fares-ctrl .travel-fares-road-selection-table { background-color: var(--white); border-radius: 10px; padding: 20px; width: 50%; max-height: 100%; height: 100%; }
.travel-fares-ctrl .travel-fares-road-selection-table table { width: 100%; border-collapse: collapse; }
.travel-fares-ctrl .travel-fares-road-selection-table colgroup col:first-child { width: 40%; }
.travel-fares-ctrl .travel-fares-road-selection-table colgroup col:nth-child(2) { width: 40%; }
.travel-fares-ctrl .travel-fares-road-selection-table colgroup col:last-child { width: 20%; }
.travel-fares-ctrl .travel-fares-road-selection-table thead tr th { border-bottom: 1px solid #DCDCDC; padding: 0 0 9px 0; text-align: right; font-size: 14px; line-height: 16px; font-weight: 400; white-space: nowrap; }
.travel-fares-ctrl .travel-fares-road-selection-table tbody tr td { text-align: right; padding: 9px 0; }
.travel-fares-ctrl .travel-fares-road-selection-table tbody tr:first-child td { padding: 9px 0 4.5px 0; }
.travel-fares-ctrl .travel-fares-road-selection-table tbody tr:nth-child(2) td { padding: 4.5px 0 0 0; }
.travel-fares-ctrl .travel-fares-road-selection-table tbody tr { cursor: pointer; }
.travel-fares-ctrl .travel-fares-road-selection-table tbody tr:hover { color: var(--amber); }
.travel-fares-ctrl .travel-fares-road-selection-table tbody tr.active td,
.travel-fares-ctrl .travel-fares-road-selection-table tbody tr.active td span { color: var(--amber); font-weight: 700; }
.travel-fares-ctrl .travel-fares-mentions { display: flex; flex-direction: column; justify-content: center; gap: 3px; }
.travel-fares-ctrl .travel-fares-mentions span { font-size: 12px; font-weight: 400; line-height: 16px; }
.travel-fares-ctrl .travel-fares-road-description h3 { font-size: 18px; line-height: 24px; }

.travel-fares-ctrl .yokneam-description,
.travel-fares-ctrl .someh-description { display: none; }

.travel-fares-ctrl .yokneam-description.active,
.travel-fares-ctrl .someh-description.active { display: flex; flex-direction: column; gap: 10px; }

.travel-fares-ctrl .travel-fares-map { width: 303px; height: 409px; position: relative; }
.travel-fares-ctrl .travel-fares-map.narrowMap { width: 254px; height: 483px; position: relative; }
.travel-fares-ctrl .travel-fares-map a { position: absolute; top: 0; left: 0; width: 60px; height: 60px; background: url('../img/icons/mapEnlarge.png') no-repeat; }
.travel-fares-ctrl .travel-fares-map img { width: 100%; height: 100%; }
/* #endregion */

/* #region UserControl - TravelRushHours */
.rush-hours-ctrl.rush-hours-wrapper { background-color: var(--white); border-radius: 10px; padding: 20px; width: 50%; max-height: 100%; height: 100%; }
.rush-hours-ctrl .rush-hours-container { display: flex; flex-direction: column; gap: 10px; }
.rush-hours-ctrl .rush-hours-range { display: flex; flex-direction: column; gap: 10px; }
.rush-hours-ctrl .rush-hours-range-item { display: flex; align-items: center; justify-content: space-between; }
.rush-hours-ctrl .rush-hours-range-item > span { min-width: 110px; }
.rush-hours-ctrl .range-wrapper { position: relative; width: 400px; height: 20px; background-color: #D3E7E8; border-radius: 10px; }
.rush-hours-ctrl .range-item { height: 100%; display: flex; align-items: center; justify-content: center; background-color: var(--teal); color: var(--white); text-align: center; font-size: 14px; line-height: 16px; }
.rush-hours-ctrl .sunday-to-thursday-range-item { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 175px; }
.rush-hours-ctrl .friday-and-holiday-evening-range-item { position: absolute; top: 50%; left: 70%; transform: translate(-70%, -50%); width: 96px; }
.rush-hours-ctrl .saturday-and-holiday-range-item { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 107px; }
/* #endregion */

/* #region UserControl - YellowStores */
.yellow-stores-wrapper { position: relative; display: flex; width: 100%; height: 163px; justify-content: space-between; align-items: center; }
.yellow-stores-wrapper::after { content: ''; position: absolute; inset: 0; background: #1D6877; opacity: 75%; }

.yellow-stores-container { z-index: 10; display: flex; justify-content: space-between; align-items: center; padding: 50px 160px; }

.yellow-stores-content { display: flex; align-items: center; gap: 20px; color: var(--secondary); }
.yellow-stores-content img { width: 63px; height: 63px; padding: 5.25px 4.2px 4.252px 5.25px; }
.yellow-stores-content div { display: flex; flex-direction: column; gap: 10px; }
.yellow-stores-content div h2 { font-size: 24px; font-weight: 700; line-height: 32px; }
.yellow-stores-content div p { font-weight: 700; }
/* #endregion */

/* #region UserControl - FAQ */
.faq-ctrl { position: relative; }
.faq-ctrl.faq-wrapper { background-color: var(--gray); padding: 100px 0; overflow: hidden; }
.faq-ctrl .stripes-img { position: absolute; bottom: -25px; right: 0; width: 446.007px; height: 227px; transform: scale(-1, 1); pointer-events: none; }
.faq-ctrl .faq-link { z-index: 50; width: 215px; height: 44px; padding: 15px 20px; }
.faq-ctrl .faq-container { display: flex; flex-direction: column; align-items: center; gap: 50px; }
.faq-ctrl .faq-container h2 { font-size: 36px; font-weight: 700; line-height: 45px; }

.faq-accordion { width: 100%; display: flex; flex-direction: column; gap: 13px; }

.faq-accordion-card { cursor: pointer; padding: 20px 33px; border-radius: 10px; background: var(--white, #FCFCFC); display: flex; flex-direction: column; gap: 10px; }
.faq-accordion-card .faq-title { position: relative; padding-right: 34px; display: flex; align-items: center; gap: 8px; font-size: 18px; font-weight: 400; line-height: 24px; }
.faq-accordion-card .faq-title:before { content: ''; position: absolute; right: 0; top: 0; background: url(../img/icons/plusCircle.svg); margin-top: 2px; cursor: pointer; width: 24px; height: 24px; }
.faq-accordion-card .faq-title.toggled:before { content: ''; position: absolute; right: 0; top: 0; background: url(../img/icons/minusCircle.svg); margin-top: 2px; cursor: pointer; width: 24px; height: 24px; }

.faq-accordion-card .faq-body { margin-right: 32px; font-size: 18px; line-height: 24px; }
.faq-accordion-card .faq-body a { position: relative; color: var(--orange); font-weight: 700; z-index: 1; text-decoration: underline; padding-left: 15px; white-space: pre; }
.faq-accordion-card .faq-body a::after { content: ''; position: absolute; top: 50%; left: 0; transform: translateY(-40%); width: 15px; height: 15px; background: url(../img/icons/faqNext.svg) no-repeat; }

/*
.faq-accordion-card[aria-expanded="false"]:focus,
.faq-accordion-card[aria-expanded="false"]:active{outline:solid #282422;}
    */

.faq-accordion-card[aria-expanded="false"] .faq-title { font-weight: 400; }
.faq-accordion-card[aria-expanded="true"] .faq-title { font-weight: 700; }
.faq-accordion-card[aria-expanded="false"] .faq-body { display: none; }
.faq-accordion-card[aria-expanded="true"] .faq-body { display: block; }
/* #endregion */

/* #region UserControl - ArticlesCards */
.might-interest-wrapper { position: relative; padding: 100px 0; }
.might-interest-container { display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 50px; }
.might-interest-container h2 { font-size: 36px; font-weight: 700; line-height: 45px; }
.might-interest-cards { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 45px; width: 100%; height: 100%; }
/* #endregion */

/* #region UserControl - ArticlesCard */
.slide-card-wrapper { width: 363px; max-height: 100%; min-height: 425px; height: 100%; border-radius: 10px; background-color: var(--gray, #F0F4F7); display: flex; flex-direction: column; overflow: hidden; }
.slide-card-wrapper > img { height: 100%; max-height: 227px; object-fit: cover; }

.slide-card-container { flex: 1; padding: 20px 18px; display: flex; flex-direction: column; align-items: flex-start; gap: 20px; }
.slide-card-container a { position: relative; padding-left: 15px; display: inline-block; font-size: 14px; font-weight: 700; line-height: 22px; }
.slide-card-container a::after { content: ''; position: absolute; top: 50%; transform: translateY(-50%); left: 0px; width: 12px; height: 12px; background: url(../img/icons/next.svg); background-size: contain; background-repeat: no-repeat; }
.slide-card-container a:hover { color: var(--teal); }
.slide-card-container a:hover::after { filter: invert(34%) sepia(82%) saturate(454%) hue-rotate(141deg) brightness(80%) contrast(95%); }
.slide-card-container .title-des { font-size: 18px; font-weight: 700; line-height: 24px; }
.slide-card-container .article-link { margin-top: auto; }
/* #endregion */

/* #region UserControl - CrossNorthInNumbers */
.number-cards-wrapper { position: relative; padding: 100px 0; }
.number-cards-container { display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 50px; }
.number-cards-container h2 { font-size: 36px; font-weight: 700; line-height: 45px; }
.number-cards-content { display: grid; grid-template-columns: repeat(4, 1fr); gap: 65px; padding: 0px 18px; }

.number-cards-card-body { position: relative; width: 100%; display: flex; justify-content: flex-start; align-items: center; gap: 20px; border: none; padding: 20px; text-decoration: none; background: var(--gray); transform: skewX(-15deg); border-radius: 15px 25px; overflow: hidden; }
.number-cards-card-body img { width: 80px; height: 80px; transform: skewX(15deg); pointer-events: none; }
.number-cards-card-body .details { display: flex; flex-direction: column; gap: 10px; transform: skewX(15deg); }
.number-cards-card-body .details span { font-size: 18px; font-weight: 700; line-height: 24px; }
.number-cards-card-body .details .details-stats { display: flex; align-items: flex-end; gap: 12px; }
.number-cards-card-body .details .details-stats span { font-size: 14px; font-weight: 400; line-height: 16px; }
.number-cards-card-body .details .details-stats span:first-of-type { font-size: 50px; font-style: normal; font-weight: 700; line-height: 40px; }
.number-cards-card-body .details-secondary { display: flex; align-items: center; transform: skewX(15deg); }
.number-cards-card-body .details-secondary .details-stats { display: flex; flex-direction: column; align-items: center; gap: 12px; padding: 0 25px 0 0; }
.number-cards-card-body .details-secondary .details-stats:first-child { padding: 0 0 0 25px; border-left: 2px solid #243449; }
.number-cards-card-body .details-secondary .details-stats span { font-size: 14px; font-weight: 400; line-height: 16px; }
.number-cards-card-body .details-secondary .details-stats span:first-child { font-size: 50px; font-weight: 700; line-height: 40px; }
/* #endregion */

/* #region About.aspx */
.about { position: relative; }
.about .page-banner-header-wrapper { background-image: url(../img/titleBanners/about.jpg); }
.about .about-wrapper { padding: 70px 0 0 0; }
.about .about-container { display: flex; gap: 50px; padding-bottom: 70px; }

.about .about-item-sub-container { display: flex; flex-direction: column; gap: 10px; }
.about .about-item-sub-container h3 { font-size: 18px; font-weight: 700; line-height: 24px; }
.about .about-item-sub-container p { margin-top: 5px; }

.about .about-container-left-wrapper { max-width: 356px; width: 100%; height: 100%; display: flex; flex-direction: column; gap: 20px; }
.about .about-container-left-wrapper img { border-radius: 10px; object-fit: cover; pointer-events: none; }
.about .about-container-left-wrapper img:first-of-type { width: 100%; height: 388px; }
.about .about-container-left-wrapper img:nth-of-type(2) { width: 100%; height: 879px; }

.about .about-container-right-wrapper { width: 100%; }
.about .about-container-right-wrapper > div:first-child { padding: 40px 0 60px 0; display: flex; flex-direction: column; gap: 50px; }

.about .about-item-wrapper { width: 100%; display: flex; flex-direction: column; gap: 25px; }
.about .about-item-wrapper > p { margin-top: -25px; white-space: pre-line; }

.about .about-item-title { display: flex; align-items: center; gap: 15px; }
.about .about-item-title img { width: 25px; height: 44px; pointer-events: none; }
.about .about-item-title h2 { font-size: 24px; font-weight: 700; line-height: 32px; }

.about .about-item-container { display: flex; flex-direction: column; gap: 15px; }
.about .about-item-container li > .about-item-title { display: flex; align-items: center; gap: 15px; }
.about .about-item-container li > .about-item-title .logo-wrapper { width: 58px; height: 70px; display: flex; justify-content: center; align-items: center; }
.about .about-item-container li > .about-item-title .logo-wrapper img { pointer-events: none; }
.about .about-item-container li > .about-item-title .logo-wrapper img.first { width: 41.613px; height: 30px; }
.about .about-item-container li > .about-item-title .logo-wrapper img.second { width: 50px; height: 19px; }
.about .about-item-container li > .about-item-title .logo-wrapper img.third { width: 52.533px; height: 40px; }

.about .about-primary-item-wrapper { background-color: var(--gray); border-radius: 10px; }
.about .about-primary-item-container { padding: 40px 48px; display: flex; flex-direction: column; gap: 20px; }

.about .about-primary-item-header { display: flex; flex-direction: column; gap: 20px; }
.about .about-primary-item-header img { width: 119px; height: 42px; object-fit: contain; pointer-events: none; }

.about .about-primary-item-paragraph { display: flex; align-items: flex-start; gap: 54px; }
.about .about-primary-item-paragraph div { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.about .about-primary-item-paragraph div button:focus { outline-offset: 3px; }
.about .about-primary-item-paragraph div button img { width: 15px; height: 17px; }
.about .about-primary-item-paragraph > a { min-width: 312px; height: 44px; }
/* #endregion */

/* #region Article.aspx */
.article { position: relative; }
.article .page-banner-header-wrapper { background-image: url(../img/titleBanners/article.webp); }
.article .article-wrapper { padding: 60px 0 0 0; }
.article .article-container { display: flex; align-items: flex-start; gap: 50px; }

.article .article-content { width: 100%; display: flex; flex-direction: column; gap: 20px; }
.article .article-content > h2 { font-size: 32px; line-height: 45px; }

.article-text-wrapper { display: flex; flex-direction: column; gap: 20px; }
.article-text-wrapper h3 { font-size: 18px; line-height: 24px; }
.article-text-wrapper img { width: 100%; object-fit: cover; user-select: none; border-radius: 10px; }

.article .article-link-wrapper { max-width: 350px; width: 100%; }
/* #endregion */

/* #region UserControl - ContactUs */
.all-the-ways-ctrl { position: relative; }

.all-the-ways-ctrl.all-the-ways-wrapper { background-color: var(--gray); }

.all-the-ways-ctrl .all-the-ways-container { padding: 100px 0; display: flex; flex-direction: column; align-items: center; gap: 50px; }
.all-the-ways-ctrl .all-the-ways-container > .x-btn { display: none; }
.all-the-ways-ctrl .all-the-ways-container > h2 { font-size: 36px; font-weight: 700; line-height: 45px; }

.all-the-ways-ctrl .all-the-ways-content { width: 100%; display: grid; grid-template-columns: repeat(4, 1fr); gap: 50px; margin-bottom: -20px; }
.all-the-ways-ctrl .all-the-ways-card { position: relative; width: 100%; display: flex; flex-direction: column; align-items: center; gap: 15px; border: none; padding: 20px; text-decoration: none; background: var(--white); transform: skewX(-15deg); border-radius: 15px 25px; overflow: hidden; }

.all-the-ways-ctrl .all-the-ways-card.active,
.all-the-ways-ctrl .all-the-ways-card:hover { background: var(--teal); color: var(--white); }

.all-the-ways-ctrl .all-the-ways-card.active > img,
.all-the-ways-ctrl .all-the-ways-card:hover > img { filter: brightness(0) invert(1); }

.all-the-ways-ctrl .all-the-ways-card > img { width: 46px; height: 46px; transform: skewX(15deg); pointer-events: none; user-select: none; }
.all-the-ways-ctrl .all-the-ways-card > b { font-size: 18px; line-height: 24px; transform: skewX(15deg); margin-left: 24px; }

.all-the-ways-ctrl .mobileTablistTitle { display: none; }

.all-the-ways-ctrl .tablist-form [role="tablist"] { display: flex; }
.all-the-ways-ctrl .tablist-form [role="tab"] { flex: 1; padding: 10px 20px; background-color: var(--white); border: none; cursor: pointer; transition: background-color 0.2s; }
.all-the-ways-ctrl .tablist-form [role="tab"]:not(:last-child) { border-left: 2px solid #E4EBF1; }
.all-the-ways-ctrl .tablist-form [role="tab"]:first-child { border-radius: 0 10px 0 0; }
.all-the-ways-ctrl .tablist-form [role="tab"]:last-child { border-radius: 10px 0 0 0; border-left: 3px solid transparent; }
.all-the-ways-ctrl .tablist-form [role="tab"][aria-selected="true"] { background-color: var(--teal); color: var(--white); cursor: default; }
.all-the-ways-ctrl .tablist-form [role="tab"]:not([aria-selected="true"]):hover { background-color: var(--gray-light); }
.all-the-ways-ctrl .tablist-form [role="tabpanel"] { background-color: var(--teal); border-radius: 0 0 10px 10px; }

.contact-us-content { display: none; }
.contact-us-content.active { display: block; width: 100%; }

.all-the-ways-ctrl .contact-us-item { position: relative; padding: 50px 40px; width: 100%; background-color: var(--teal); border-radius: 10px; color: var(--white); display: flex; flex-direction: column; align-items: center; gap: 25px; }
.all-the-ways-ctrl .contact-us-item-icon { display: none; }
.all-the-ways-ctrl .contact-us-item > h3 { font-size: 24px; line-height: 32px; }

.all-the-ways-ctrl .contact-us-item-details { display: flex; flex-direction: column; align-items: center; gap: 5px; }
.all-the-ways-ctrl .contact-us-item-details.services { gap: 15px; }

.all-the-ways-ctrl .contact-us-phone { display: flex; align-items: center; gap: 10px; }
.all-the-ways-ctrl .contact-us-times { display: flex; align-items: center; gap: 30px; }
.all-the-ways-ctrl .contact-us-times > span:first-child { min-width: 100px; }
.all-the-ways-ctrl .contact-us-mail { display: flex; align-items: center; gap: 10px; }
.all-the-ways-ctrl .contact-us-location { display: flex; flex-direction: column; align-items: center; gap: 3px; }
.all-the-ways-ctrl .contact-us-mail > b { font-size: 16px; line-height: 22px; }
.all-the-ways-ctrl .contact-us-yellow-stores { display: flex; align-items: center; gap: 10px; }

.all-the-ways-ctrl .contact-us-yellow-stores > span { font-size: 16px; line-height: 22px; }
.all-the-ways-ctrl .contact-us-yellow-stores > .yellow-stores-link { position: relative; padding-left: 18px; display: inline-block; font-size: 16px; line-height: 22px; font-weight: 700; }
.all-the-ways-ctrl .contact-us-yellow-stores > .yellow-stores-link::after { content: ''; position: absolute; top: 50%; transform: translateY(-50%); left: 0px; width: 18px; height: 18px; background: url(../img/icons/next.svg); background-size: contain; background-repeat: no-repeat; filter: brightness(0) invert(1); }
/* #endregion */

/* #region UserControl - ContactForm */
.contact-form.contact-form-wrapper { position: relative; display: block; padding: 50px 40px; width: 100%; background-color: var(--teal); border-radius: 10px; color: var(--white); }
.contact-form.contact-form-wrapper.contact-us-upload .x-btn { position: absolute; top: 20px; left: 20px; font-size: 28px; color: var(--white); }

.contact-form .contact-form-container { display: flex; flex-direction: column; gap: 30px; }

.contact-form .contact-form-title { display: flex; flex-direction: column; align-items: center; gap: 10px; }
.contact-form .contact-form-title > h3 { font-size: 24px; line-height: 32px; }
.contact-form .contact-form-title > p { font-weight: 700; }

.contact-form .contact-form-content { display: flex; flex-direction: column; gap: 30px; }

.contact-form .form-control { display: flex; align-items: center; gap: 30px; }
.contact-form .form-control .form-control-group { width: 100%; display: flex; align-items: center; gap: 30px; }

.contact-form .form-control .form-control-group > .input-field,
.contact-form .form-control .form-control-group > .tel-field,
.contact-form .form-control .form-control-group > .select-field,
.contact-form .form-control > .form-upload-control,
.contact-form .form-control > .form-textarea-control,
.contact-form .form-control > .form-textarea-control .textarea-field { width: 100%; }

.contact-form .form-control .tel-field > .tel-field-number { width: 75%; }
.contact-form .form-control .tel-field > .select-field { width: 35%; }

.contact-form .form-control-approval { display: flex; flex-direction: column; gap: 15px; }
.contact-form .checkbox-control { display: flex; align-items: center; gap: 10px; }

.contact-form .form-control .upload-form { background-color: #FCFCFC26; }
.contact-form .form-control .upload-form .drag-file > img { filter: brightness(0) invert(1); }

.contact-form .contact-form-actions { display: flex; align-items: center; justify-content: flex-end; }
.contact-form .form-upload-control { align-self: start; }
.contact-form .uploaded-files-description > .link { color: var(--primary); }
.contact-form .input-field-invalid { border: 0; outline: 2px solid var(--error) !important; }
/* #endregion */

/* #region FAQ.aspx */
.faq-page { position: relative; }
.faq-page .page-banner-header-wrapper { background-image: url(../img/titleBanners/faq.jpg); }
.faq-page .faq-page-accordion-wrapper { padding: 45px 0 100px 0; }
.faq-page .faq-page-accordion-wrapper .faq-page-accordion-container { display: flex; flex-direction: column; align-items: center; gap: 45px; }
.faq-page .faq-page-accordion-wrapper .radio-btn-group { max-width: 540px; width: 100%; }
.faq-page .faq-page-accordion-wrapper .faq-accordion-card { background: var(--gray, #F0F4F7); }
/* #endregion */

/* #region UserControl - FAQLinkCard */
.faq-card { position: relative; padding: 50px 30px; }
.faq-card:before { content: ''; display: block; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-image: url(../img/myAccount/faq.webp); background-size: cover; background-position: center; background-repeat: no-repeat; background-color: var(--white); border-radius: 10px; opacity: 0.10; }
.faq-card-container { display: flex; flex-direction: column; align-items: center; gap: 20px; }
/* #endregion */

/* #region UserControl - Swiper */
.swiper-ctrl { position: relative; }
.swiper-ctrl.swiper-wrapper { padding: 14.5px 0; background-color: var(--gray); width: 100%; z-index: 98; }
.swiper-ctrl .swiper-container { padding-right: 141px; display: flex; align-items: center; justify-content: center; position: relative; min-height: 24px; }
.swiper-ctrl .swiper-button { z-index: 10; }
.swiper-ctrl .swiper-button > img { vertical-align: middle; width: 20px; height: 20px; user-select: none; }
.swiper-ctrl .swiper-button-prev > img { transform: rotate(180deg); }
.swiper-ctrl .swiper-slides { flex-grow: 1; position: relative; height: 100%; display: grid; grid-template: 1fr / 1fr; place-items: center; }
.swiper-ctrl .swiper-slides > * { grid-column: 1 / 1; grid-row: 1 / 1; }
.swiper-ctrl .swiper-slide { width: 100%; text-align: center; opacity: 0; transition: opacity 0.3s ease; padding: 0 6px; }
.swiper-ctrl .swiper-slide.active { opacity: 1; z-index: 99; }
/* #endregion */

/* #region UserControl - BannerTopText */
.banner-top-text { position: relative; }
.banner-top-text.banner-top-text-wrapper { padding: 14.5px 0; background-color: var(--gray); width: 100%; z-index: 98; }
.banner-top-text .banner-top-text-container { padding-right: 141px; display: flex; align-items: center; justify-content: center; position: relative; min-height: 24px; }
.banner-top-text .banner-top-text-container p a { text-decoration: underline; }
/* #endregion */

/* #region Responsive Media queries */
@media (max-width: 1700px) {
    .page-width { width: 90%; }

    .nav-wrapper .nav-links li > a { padding: 0 25px; }

    .nav-wrapper .nav-actions,
    .nav-wrapper .nav-global-actions { gap: 25px; }

    .nav-wrapper .subnav-links { width: 90%; gap: 15px; }
    .link-card { width: 200px; }
    .link-card span { font-size: 20px; line-height: 28px; }
    .might-interest-cards { width: 70%; }

    .travel-fares-ctrl .travel-fares-road-selection-container.active { flex-direction: column; gap: 12px; }

    .travel-fares-ctrl .travel-fares-road-selection-table,
    .rush-hours-ctrl.rush-hours-wrapper { width: 612px; }

    .travel-fares-ctrl .travel-fares-road-selection-container { height: 100%; }
    .important-data-right-wrapper { width: 30%; }
    .important-data-wrapper .travel-fares-ctrl.travel-fares-wrapper { width: 70%; }
    .yellow-stores-container { padding: 50px 0; }
    .contact-form .contact-form-content > .form-control { flex-direction: column; }
}

@media (max-width: 1500px) {
    .nav-wrapper .nav-links li > a { padding: 0 15px; }

    .nav-wrapper .nav-links li > a:nth-child(2) { display: none; }

    .nav-wrapper .nav-actions,
    .nav-wrapper .nav-global-actions { gap: 10px; }

    .swiper-ctrl .swiper-container { padding-right: 126px; }

    header .sub-nav-wrapper ul { width: 90%; margin: 0 auto; padding: 0 37px; gap: 25px; }
    header .sub-nav-wrapper ul li { font-size: 16px; }
    header .sub-nav-wrapper ul li a img { width: 16px; height: 16px; padding: 0; }

    .important-data-card h3 { font-size: 22px; line-height: 28px; }
    .important-data-card p { font-size: 16px; line-height: 20px; }
    .important-data-content { gap: 50px; }

    .hero-wrapper .hero-container { padding: 80px 0 35px 0; }

    .hero-content h1 { font-size: 64px; line-height: 64px; }
    .hero-content h2 { font-size: 22px; line-height: 28px; }

    .page-cards-wrapper { width: 700px; justify-content: center; flex-wrap: wrap; }

    footer .footer-left-wrapper { width: 250px; }
    footer .footer-left-container { padding: 35px 30px; }
    footer .footer-left-container a { width: 190px; }
    footer .footer-nav-section-wrapper { gap: 10px; }

    .quick-registration-wrapper { padding: 30px 80px; }

    .number-cards-content { gap: 40px; }

    .number-cards-card-body .details-secondary .details-stats { padding: 0 10px 0 0; }
    .number-cards-card-body .details-secondary .details-stats:first-child { padding: 0 0 0 10px; }
}

@media (max-width: 1350px) {
    .nav-wrapper .nav-links:not(.auth-links) li:nth-child(even),
    .nav-wrapper .subnav-links li:nth-child(even) { display: none; }

    .about .about-primary-item-paragraph { flex-direction: column; align-items: center; }
}

@media (max-width: 1300px) {
    .article .article-link-wrapper { display: none; }
    .travel-fares-ctrl .travel-fares-road-selection h2 { font-size: 16px; line-height: 22px; }
}

@media (max-width: 1250px) {
    .hero-content h1 { font-size: 54px; line-height: 54px; }
    .hero-content a { font-size: 18px; font-weight: 400; line-height: 24px; }

    .might-interest-cards { width: 100%; }

    .quick-registration-wrapper { padding: 30px 40px; }
    .quick-registration-wrapper h3 { font-size: 21px; }

    .number-cards-card-body { flex-direction: column; justify-content: space-between; gap: 15px; }
    .number-cards-card-body img { width: 50px; height: 50px; }
    .number-cards-card-body .details .details-stats span:first-of-type { font-size: 36px; line-height: 30px; }
    .number-cards-card-body .details span { font-size: 16px; }
    .number-cards-card-body .details-secondary .details-stats span:first-child { font-size: 36px; line-height: 30px; }

    .important-data-right-container { gap: 25px; }
    .important-data-wrapper .travel-fares-wrapper { width: 80%; }
    .important-data-content { gap: 30px; }
    .important-data-card a.parallelogram-btn { width: 100%; }
}

@media (max-width: 1200px) {
    footer .footer-left-wrapper { display: none; }
    footer .footer-nav-section-wrapper { gap: 50px; }
    footer .footer-container { justify-content: normal; gap: 130px; }

    .travel-fares-ctrl .travel-fares-container { flex-direction: column; align-items: flex-start; }
    .travel-fares-ctrl .travel-fares-road-selection h2 { font-size: 18px; line-height: 24px; }

    .important-data-content { flex-direction: column; }
    .important-data-wrapper .travel-fares-ctrl.travel-fares-wrapper { width: 100%; }
    .important-data-wrapper .travel-fares-ctrl .travel-fares-container { flex-direction: row; align-items: center; }
    .important-data-right-wrapper { width: 100%; }
    .important-data-right-container { align-items: center; }
    .important-data-card { width: 50%; }

    .quick-registration-wrapper { height: 100%; flex-direction: column; align-items: flex-start; }
    .quick-registration-container { width: 100%; }

    .download-forms-list { grid-template-columns: repeat(2, 1fr); gap: 14px; }
    .download-forms-list > li:not(:last-child) { padding-left: 0; }
    .download-forms-list > li:last-child { padding-right: 0; border-right: none; }
}

@media (max-width: 1100px) {
    footer .footer-container { justify-content: space-between; }
    footer .footer-nav-section-wrapper { gap: 30px; }
    footer .footer-container { gap: 60px; }
    .reason-cards-links { gap: 25px; }
}

@media (max-width: 1000px) {
    .nav-wrapper .logo-white-wrapper { width: 68px; height: 110px; }
    .nav-wrapper .logo-white-wrapper div { background-size: cover; background-repeat: no-repeat; top: 34px; right: 50%; transform: translateX(50%); width: 37px; height: 64px; }
    .nav-wrapper .nav-links li a { padding: 0 7px; font-size: 16px; line-height: 22px; }

    .swiper-ctrl .swiper-container { padding-right: 0; }
    .banner-top-text .banner-top-text-container { padding-right: 0; }

    .about .about-container-left-wrapper { display: none; }
    .about .about-primary-item-paragraph { flex-direction: row; align-items: flex-start; }
    .all-the-ways-ctrl .all-the-ways-content { gap: 20px; }
    .all-the-ways-ctrl .all-the-ways-card > b { white-space: nowrap; }
}

@media (max-width: 950px) {
    .page-width { width: 96%; }

    footer .footer-container { gap: normal; padding: 0 20px; }
    footer .footer-nav-section-wrapper { gap: 10px; }
    footer .footer-nav-section-wrapper .footer-nav-section:last-child { padding-left: 0; }

    .payment-failed-container { width: 100%; }
    .contact-form .form-control .tel-field > .tel-field-number { width: 85%; }
    .contact-form .form-control .tel-field > .select-field { width: 45%; }
}

@media (max-width: 820px) {
    footer .footer-container { padding: 0 10px; }
}

@media (max-width: 800px) {
    .desktop { display: none !important; }
    .mobile { display: block !important; }
    .hide { display: none !important; }
    .empty-page { height: calc(100vh - 58px); }
    .page-width { width: 100%; }

    .page-banner-header-container { width: 90%; }
    .banner-top-text .banner-top-text-container p { padding: 0 20px; }

    .primary-btn,
    .info-btn,
    .info-secondary-btn,
    .primary-outlined-btn,
    .parallelogram-btn { font-size: 16px; line-height: 22px; }

    .main-wrapper { min-height: initial; padding-top: 58px; }

    .input-field,
    .textarea-field { background-color: var(--white); border: 1px solid var(--gray-light); }

    .tel-field .tel-field-number { background-color: var(--white); border: 1px solid var(--gray-light); }
    .select-field select { background-color: var(--white); border: 1px solid var(--gray-light); }

    .modal-container { max-width: auto; width: 90%; }

    .global-modal .modal-container,
    .global-modal .modal-container.modal-container-narrow,
    .payInApps-modal .modal-container { padding: 50px 50px; }

    .global-modal .modal-container.modal-container-invoice-by-mail { padding: 50px 50px; }
    .global-modal .modal-container.modal-container-invoice-by-mail .global-modal-content-container { width: 345px; }

    .payInApps-modal-wrapper { gap: 15px; }

    .global-modal-content-wrapper h2,
    .payInApps-modal-wrapper h2 { font-size: 24px; line-height: 32px; }

    .global-modal-content-wrapper p,
    .payInApps-modal-wrapper p { font-size: 16px; line-height: 22px; }

    .custom-dropdown::before { left: 15px; }

    .custom-dropdown .langDdlBtn,
    .custom-dropdown .userDdlBtn { max-width: 100%; padding: 0 15px; border: 1px solid var(--gray-light); border-radius: 7px; text-align: right; }

    .custom-dropdown .custom-dropdown-list { background-color: var(--gray); width: 100%; border: 1px solid var(--gray-light); box-shadow: none; padding: 0; border-radius: 0 0 7px 7px; }
    .custom-dropdown .custom-dropdown-list::after { display: none; }

    .custom-dropdown:has(.ddlLang[aria-expanded="true"]) .langDdlBtn,
    .custom-dropdown:has(.ddlUser[aria-expanded="true"]) .userDdlBtn { border-radius: 7px 7px 0 0; }

    .common-table { border-spacing: 0 10px; }
    .common-table tbody { display: flex; flex-direction: column; gap: 10px; }
    .common-table tbody tr { background-color: var(--white); }

    .common-table colgroup { display: none; }

    .common-table thead tr,
    .common-table tbody tr { width: 100%; display: flex; align-items: center; }

    .common-table tbody tr { border-radius: 10px; }
    .common-table thead tr th { display: none; }
    .common-table tbody tr td { padding: 13px 15px; }
    .common-table tbody tr td:last-child { flex: 1; }

    .nav-wrapper { height: 58px; }
    .nav-wrapper .desktop-nav-container { display: none; }
    .nav-wrapper .mobile-nav-container { position: relative; background: var(--white); height: 100%; display: flex; align-items: center; justify-content: space-between; width: calc(100% - 60px); margin: 0 auto; }
    .nav-wrapper .mobile-nav-container .logo-white-wrapper { position: relative; z-index: 99; width: 25px; height: 45px; }
    .nav-wrapper .mobile-nav-container .logo-white-wrapper > div { position: absolute; left: 0; top: 0; background: url('../img/icons/logo.svg') no-repeat; background-size: cover; background-repeat: no-repeat; width: 100%; height: 100%; }

    .page-wrapper-register .nav-wrapper .logo-white-wrapper > div { top: 50%; }

    .nav-wrapper .mobile-nav-container .mobile-nav-links { display: flex; align-items: center; font-weight: 700; }
    .nav-wrapper .mobile-nav-container .mobile-nav-links li { position: relative; cursor: pointer; display: flex; align-items: center; padding: 0px 20px; border-left: 1px solid #DCDCDC; }
    .nav-wrapper .mobile-nav-container .mobile-nav-links li:hover { color: var(--orange); }
    .nav-wrapper .mobile-nav-container .mobile-nav-links li:last-child { border-left: none; }

    .nav-wrapper .mobile-nav-container .mobile-nav-links li > img,
    .nav-wrapper .mobile-nav-container .mobile-nav-links li > a,
    .nav-wrapper .mobile-nav-container .mobile-nav-links li > button { background-size: cover; background-repeat: no-repeat; width: 22.5px; height: 22.5px; }

    .nav-wrapper .mobile-nav-container .mobile-nav-links li .auth { background-image: url('../img/icons/user.svg'); }
    .nav-wrapper .mobile-nav-container .mobile-nav-links li button.traffic-reports-mobile { background-image: url('../img/icons/trafficMenu.svg'); }
    .nav-wrapper .mobile-nav-container .mobile-nav-links li button.lang-mobile { background-image: url('../img/icons/globus.svg'); }
    .nav-wrapper .mobile-nav-container .hamburger-menu { width: 24px; height: 24px; background-image: url('../img/icons/hamburgerMenu.svg'); background-size: cover; background-repeat: no-repeat; }

    .nav-wrapper .nav-actions,
    .nav-wrapper .nav-global-actions { gap: 15px; }

    .nav-wrapper .mobile-nav-container .nav-actions { gap: 20px; flex-direction: column-reverse; }

    .nav-wrapper .mobile-nav-container .nav-actions .lang-ddl,
    .nav-wrapper .mobile-nav-container .nav-actions .user-ddl { height: 52px; width: 320px; }

    .nav-wrapper .custom-dropdown .custom-dropdown-list li { width: 100%; padding: 12.5px 26px; text-align: center; }
    .nav-wrapper .custom-dropdown .custom-dropdown-list li:not(:last-child) { border-bottom: 1px solid var(--gray-light); }

    .nav-wrapper .lang-ddl .custom-dropdown .custom-dropdown-list,
    .nav-wrapper .user-ddl .custom-dropdown .custom-dropdown-list { width: 100%; }

    .nav-wrapper .user-ddl .custom-dropdown .my-account-nav-link:before,
    .nav-wrapper .user-ddl .custom-dropdown .update-personal-info-nav-link:before,
    .nav-wrapper .user-ddl .custom-dropdown .logout-nav-action:before { display: none; }

    .nav-wrapper .user-ddl .custom-dropdown .custom-dropdown-list li { padding: 0; }

    .nav-wrapper .user-ddl .custom-dropdown .custom-dropdown-list li > button,
    .nav-wrapper .user-ddl .custom-dropdown .custom-dropdown-list li > a { padding: 12.5px 26px; text-align: center; }

    .nav-wrapper .mobile-nav-container .nav-links { flex-direction: column; }
    .nav-wrapper .mobile-nav-container .nav-links li { position: relative; cursor: pointer; width: 100%; display: flex; align-items: center; border-bottom: 1px solid #DCDCDC; border-left: none; }
    .nav-wrapper .mobile-nav-container .nav-links li:hover { color: var(--orange); }
    .nav-wrapper .mobile-nav-container .nav-links li:last-child { border-bottom: none; }
    .nav-wrapper .mobile-nav-container .nav-links li > a { width: 100%; height: 100%; padding: 30px 0; }

    .nav-wrapper .nav-links:not(.auth-links) li:nth-child(even),
    .nav-wrapper .subnav-links li:nth-child(even) { display: flex; }

    footer .footer-wrapper { width: 100%; height: auto; padding: 40px 0; }
    footer .footer-container { flex-direction: column-reverse; gap: 40px; }
    footer .footer-right-wrapper { flex-direction: row; width: 84%; }
    .footer-separator-credentials { align-self: end; }

    footer .footer-nav-section-wrapper { justify-content: space-evenly; width: 100%; }

    .pelecard-iframe { width: 100%; height: 650px; }

    .payment-failed-wrapper { padding: 0; background-color: var(--gray); }
    .payment-failed-container { border-radius: initial; }
    .payment-failed-inner { text-align: center; }

    .slider-bg-image { object-position: 51% 25%; }

    .hero-content { gap: 20px; justify-content: flex-end; text-align: center; padding-bottom: 30px; }
    .hero-content a { height: 42px; font-size: 16px; font-weight: 400; line-height: 22px; }
    .hero-content h1 { font-size: 36px; line-height: 36px; }
    .hero-content h2 { font-size: 18px; font-weight: 400; line-height: 24px; }

    .hero-wrapper .hero-container { min-height: 100%; padding: 50px 0 25px 0; gap: 35px; }
    .hero-wrapper:has(.swiper-ctrl) .hero-container { min-height: 100%; }

    .page-cards-wrapper { width: 90%; margin: 0 auto; flex-wrap: wrap; gap: 14px; justify-content: center; }
    .slide-item-content { width: 90%; margin: 0 auto; }

    .link-card { padding: 10px; width: 95px; height: 77px; transform: skewX(-10deg); gap: 5px; border-radius: 10px; }

    .link-card:hover,
    .link-card:focus { opacity: 100%; transform: scale(1.1) skewX(-10deg); }

    .link-card img { transform: skewX(10deg); width: 24px; height: 24px; padding: 2px 1.6px 1.62px 2px; }

    .link-card:hover img,
    .link-card:focus img { width: 32px; height: 32px; padding: 3.833px 3.597px 3.833px 3.833px; }

    .link-card span { transform: skewX(10deg); font-size: 16px; font-weight: 400; line-height: 18px; text-align: center; width: 90px; display: inline-block; word-break: break-word; white-space: unset; }

    .reason-cards-wrapper { padding: 50px 0 0 0; }
    .reason-cards-container { gap: 30px; width: 90%; }

    .reason-cards-container h2 { font-size: 24px; font-weight: 700; line-height: 32px; text-align: center; }
    .reason-cards-links { flex-wrap: wrap; column-gap: 20px; row-gap: 25px; justify-content: center; padding: 0; }
    .reason-cards-links .reason-card { width: 45%; height: 143px; transform: skewX(-7deg); border-radius: 25px; padding: 10px; }
    .reason-cards-links .reason-card img { transform: skewX(7deg); width: 38px; height: 38px; padding: 3.167px 3.169px 3.167px 3.167px; }
    .reason-cards-links .reason-card span { transform: skewX(7deg); font-size: 16px; font-weight: 400; line-height: 22px; margin-left: 0; width: 100px; white-space: pre-wrap; }

    .reason-cards-stripes { bottom: 95px; }

    .quick-registration-wrapper { width: 100vw; height: 100%; flex-direction: column; padding: 30px 20px; border-radius: unset; }
    .quick-registration-wrapper h3 { font-size: 18px; font-weight: 500; line-height: 18px; }

    .quick-registration-container { gap: 10px; }
    .quick-registration-container input { width: 100%; font-size: 16px; font-weight: 400; line-height: 22px; }

    .quick-registration-wrapper .privacyPolicyParagraph {position:static;color:white;padding-top:0;text-align:center;}

    .important-data-wrapper { padding: 50px 0 0 0; }
    .important-data-content { flex-direction: column; width: 100vw; gap: 50px; }

    .important-data-right-wrapper { width: 100%; gap: 20px; }
    .important-data-right-container { width: 90%; margin: 0 auto; gap: 20px; flex-direction: column; }

    .important-data-card { width: 100%; text-align: center; padding: 50px; }
    .important-data-card:nth-child(2) { background-position: center; }
    .important-data-card h3 { font-size: 18px; font-weight: 700; line-height: 24px; }
    .important-data-card p { font-size: 16px; font-weight: 400; line-height: 22px; }

    .important-data-wrapper .travel-fares-ctrl.travel-fares-wrapper { width: 100%; border-radius: unset; }
    .important-data-wrapper .travel-fares-ctrl .travel-fares-container { flex-direction: column; }

    .yellow-stores-wrapper { height: 100%; padding: 50px; }
    .yellow-stores-container { flex-direction: column; justify-content: unset; gap: 20px; }
    .yellow-stores-content { flex-direction: column; gap: 10px; }
    .yellow-stores-content img { width: 36px; height: 35px; padding: 2.916px 2.4px 2.362px 3px; }

    .yellow-stores-content div { gap: 15px; text-align: center; width: 200px; }
    .yellow-stores-content div h2 { font-size: 18px; line-height: 24px; }
    .yellow-stores-content div p { font-size: 16px; line-height: 22px; }

    .faq-ctrl.faq-wrapper { padding: 50px 0; }

    .faq-ctrl .faq-container { width: 90%; gap: 30px; }
    .faq-ctrl .faq-container h2 { font-size: 24px; line-height: 32px; }
    .faq-ctrl .stripes-img { width: 209.63px; height: 107px; }

    .might-interest-wrapper { padding: 50px 0; }
    .might-interest-container { gap: 30px; width: 90%; }
    .might-interest-container h2 { font-size: 24px; font-weight: 700; line-height: 32px; }

    .might-interest-cards { position: relative; width: 100%; }
    .slide-card-wrapper { width: 100%; max-width: 265px; height: auto; min-height: 390px; max-height: 100%; margin: 0 auto; }

    .slide-card-wrapper img { width: 100%; height: 100%; }
    .gallery-arrow { position: absolute; top: 50%; transform: translateY(-50%); cursor: pointer; font-size: 24px; }

    .prev { right: 0; }
    .next { left: 0; }

    .slide-card-container .title-des { font-size: 16px; font-weight: 700; line-height: 22px; }
    .slide-card-container .text { font-size: 16px; font-weight: 400; line-height: 22px; width: 100%; }
    .slide-card-container a { font-weight: 700; }
    .safety-cards-wrapper { padding: 50px 0; }
    .safety-cards-container { width: 90%; }
    .safety-cards-container h2 { font-size: 24px; font-weight: 700; line-height: 32px; text-align: center; width: 250px; }

    .safety-cards-links { flex-wrap: wrap; column-gap: 20px; row-gap: 25px; justify-content: center; padding: 0; }
    .safety-cards-links .safety-card { width: 45%; height: 143px; transform: skewX(-7deg); border-radius: 25px; padding: 10px; }
    .safety-cards-links .safety-card img { transform: skewX(7deg); width: 38px; height: 38px; padding: 3.167px 3.169px 3.167px 3.167px; }
    .safety-cards-links .safety-card span { transform: skewX(7deg); font-size: 16px; font-weight: 400; line-height: 22px; margin-left: 0; width: 100px; white-space: pre-wrap; }

    .number-cards-wrapper { padding: 50px 0; }
    .number-cards-container { width: 90%; }
    .number-cards-container h2 { font-size: 24px; font-weight: 700; line-height: 32px; }
    .number-cards-content { padding: 0; grid-template-columns: repeat(2, 1fr); gap: 10px; }

    .number-cards-card-body { justify-content: center; max-width: 150px; max-height: 143px; min-height: 143px; padding: 20px 10px; transform: skewX(-10deg); }
    .number-cards-card-body .details { transform: skewX(10deg); align-items: center; }
    .number-cards-card-body .details span { font-size: 16px; font-weight: 700; line-height: 22px; text-align: center; }
    .number-cards-card-body .details .details-stats { gap: 5px }
    .number-cards-card-body .details .details-stats span:first-of-type { font-size: 45px; font-weight: 700; }
    .number-cards-card-body .details-secondary { transform: skewX(10deg); }
    .number-cards-card-body .details-secondary .details-stats { padding: 0 10px 0 0; }
    .number-cards-card-body .details-secondary .details-stats:first-child { padding: 0 0 0 10px; }
    .number-cards-card-body .details-secondary .details-stats span:first-child { font-size: 45px; font-weight: 700; }

    .page-banner-header-wrapper { height: 148px; }
    .page-banner-header-container h1 { text-align: center; font-size: 36px; font-weight: 700; line-height: 40px; }
    .page-banner-header-container h2 { text-align: center; font-size: 20px; font-weight: 700; line-height: 28px; }

    .about .about-wrapper { padding: 50px 0 0 0; }
    .about .about-container { width: 90%; flex-direction: column; padding-bottom: 50px; }
    .about .about-container-right-wrapper > div:first-child { padding: 0 0 35px 0; }
    .about .about-item-container { gap: 5px; }
    .about .about-item-container > li .about-item-title .logo-wrapper { width: 58px; height: 50px; }
    .about .about-primary-item-container { padding: 20px; gap: 20px; }
    .about .about-primary-item-header img { width: 106px; height: 38px; }
    .about .about-primary-item-paragraph { flex-direction: column; gap: 30px; }
    .about .about-primary-item-paragraph > a { min-width: 100%; }
    .about .about-container-right-wrapper > div:first-child { gap: 35px; }
    .about .about-item-wrapper .mobileImg { align-self: center; width: 100%; height: 100%; border-radius: 5px; margin-top: 10px; }

    .travel-fares-ctrl.travel-fares-wrapper { border-radius: initial; }
    .travel-fares-ctrl .full-details-link { position: absolute; top: 55px; left: 5%; padding-left: 25px; }
    .travel-fares-ctrl .travel-fares-container { padding: 50px 0; width: 90%; margin: 0 auto; align-items: center; }
    .travel-fares-ctrl .choose-car-type-btns { background-color: var(--white); padding: 20px; border-radius: 10px; }
    .travel-fares-ctrl .radio-btn-group { width: 100%; }

    .travel-fares-ctrl .travel-fares-road-selection-table,
    .rush-hours-ctrl.rush-hours-wrapper { width: 100%; }

    .travel-fares-ctrl .travel-fares-container-left { width: 320px; height: 490px; }
    .rush-hours-ctrl .range-wrapper { width: 100%; }

    .uploaded-files { background-color: var(--white); }

    .all-the-ways-ctrl .all-the-ways-container { width: 90%; padding: 50px 0; padding-top: 20px; gap: 30px; position: relative; }
    .all-the-ways-ctrl .all-the-ways-container > h2 { text-align: center; }

    .all-the-ways-ctrl .mobileTablistTitle,
    .contact-form.contact-us-inquirie .contact-form-title > h3 { display: block; text-align: center; font-size: 24px; line-height: 32px; font-weight: 700; }

    .all-the-ways-ctrl .tablist-form [role="tablist"] { display: none; flex-direction: column; gap: 15px; }
    .all-the-ways-ctrl .tablist-form [role="tab"] { border-left: none !important; border-radius: 10px !important; padding: 20px; box-shadow: 0px 0px 20px 0px #00000014; }
    .all-the-ways-ctrl .all-the-ways-content { grid-template-columns: repeat(2, 1fr); gap: 20px; }
    .all-the-ways-ctrl .all-the-ways-card { transform: skewX(-7deg); height: 108px; padding: 10px; justify-content: center; gap: 10px; }
    .all-the-ways-ctrl .all-the-ways-card > img { transform: skewX(7deg); }
    .all-the-ways-ctrl .all-the-ways-card > b { transform: skewX(7deg); margin-left: 0; }
    .all-the-ways-ctrl .form-control { flex-direction: column; gap: 10px; }
    .all-the-ways-ctrl .contact-us-item { position: relative; background-color: var(--white); color: var(--primary); padding: 30px 40px; gap: 20px; }
    .all-the-ways-ctrl .contact-us-item-icon { display: block; width: 42px; height: 42px; }
    .all-the-ways-ctrl .contact-us-location { margin-top: -12px; }
    .all-the-ways-ctrl .contact-us-location > span { font-weight: 700; text-align: center; }
    .all-the-ways-ctrl .contact-us-times > span:first-child { min-width: initial; }
    .all-the-ways-ctrl .contact-us-yellow-stores { position: absolute; left: 50%; transform: translateX(-50%); bottom: -160px; width: 100%; flex-direction: column; text-align: center; gap: 20px; }
    .all-the-ways-ctrl .contact-us-yellow-stores > .yellow-stores-link::after { filter: none; }
    .all-the-ways-ctrl .tablist-form [role="tabpanel"] { background-color: var(--gray) !important; }

    .contact-form .contact-form-title { gap: 5px; text-align: center; }
    .contact-form .contact-form-title > h3 { font-size: 24px; line-height: 32px; }
    .tablist-form.contact-us-content.active .contact-form .contact-form-title > h3 { display: none; }

    .contact-form .form-control .form-control-group { flex-direction: column; gap: 10px; }
    .contact-form .contact-form-content { gap: 10px; }

    .form-upload-textarea-control-group { flex-direction: column-reverse !important; gap: 25px !important; }

    .contact-form .form-control-approval { gap: 25px; }
    .contact-form .contact-form-actions { flex-direction: column; gap: 25px; }
    .contact-form .form-control .upload-form { display: none; }

    .contact-form .form-control .upload-file-btn { display: flex; align-items: center; justify-content: center; }
    .contact-form.contact-form-wrapper { background-color: var(--gray); color: var(--primary); padding: 0; }
    .contact-form.contact-form-wrapper.contact-us-upload .x-btn { color: var(--primary); top: -45px; left: 0; font-size: 48px; line-height: 1; }

    .cs-useful-forms-wrapper { padding: 50px 0; }
    .cs-useful-forms-container { width: 90%; gap: 25px; }
    .cs-useful-forms-title { text-align: center; }
    .cs-useful-forms-title > h2 { font-size: 24px; line-height: 32px; }

    .download-forms-list { grid-template-columns: repeat(1, 1fr); }
    .download-forms-item,
    .download-forms-upload-item { padding: 16.5px 40px; }

    /* Handle Contact Us Forms - Don't CHANGE! */
    /* Upload Form */
    .cs-useful-forms-wrapper .contact-form .contact-form-content > .form-control { gap: 10px; }

    .customer-service:has(.cs-useful-forms-wrapper .contact-us-content.active) .cs-useful-forms-wrapper { background-color: var(--gray); }
    .customer-service:has(.cs-useful-forms-wrapper .contact-us-content.active) .all-the-ways-ctrl.all-the-ways-wrapper,
    .customer-service:has(.cs-useful-forms-wrapper .contact-us-content.active) .cs-useful-forms-title,
    .customer-service:has(.cs-useful-forms-wrapper .contact-us-content.active) .download-forms-list { display: none !important; }

    /* Contact Us Forms */
    .customer-service:has(.all-the-ways-ctrl .contact-us-content.active) .all-the-ways-ctrl .all-the-ways-container,
    .customer-service:has(.cs-useful-forms-wrapper .contact-us-content.active) .cs-useful-forms-container { min-height: 100vh; height: 100%; }

    .customer-service:has(.all-the-ways-ctrl .contact-us-content.active) .all-the-ways-ctrl .all-the-ways-container > .x-btn { display: block; position: absolute; top: 15px; left: 5px; font-size: 48px; line-height: 1; z-index: 1; }
    .customer-service:has(.all-the-ways-ctrl .tablist-form.contact-us-content.active) .all-the-ways-ctrl .all-the-ways-container > .x-btn,
    .customer-service:has(.all-the-ways-ctrl .contact-us-content.active .contact-us-inquirie) .all-the-ways-ctrl .all-the-ways-container > .x-btn { top: -7px; left: -4%; }

    .customer-service:has(.all-the-ways-ctrl .contact-us-content.active) .cs-useful-forms-wrapper,
    .customer-service:has(.all-the-ways-ctrl .contact-us-content.active) .all-the-ways-container > h2,
    .customer-service:has(.all-the-ways-ctrl .contact-us-content.active) .all-the-ways-container > .all-the-ways-content { display: none !important; }

    /* Globals */
    .page-wrapper:has(.contact-us-content.active) .nav-wrapper,
    .page-wrapper:has(.contact-us-content.active) .mobile-nav-wrapper,
    .page-wrapper:has(.contact-us-content.active) > footer,
    .customer-service:has(.contact-us-content.active) .contactUsFormDisplay,
    .faq-page:has(.contact-us-content.active) .page-banner-header-wrapper,
    .customer-service:has(.contact-us-content.active) .page-banner-header-wrapper { display: none !important; }

    .page-wrapper:has(.contact-us-content.active) .main-wrapper { padding-top: 0; }

    /* Tabs */
    .customer-service:has(.contact-form.contact-form-wrapper.active) .all-the-ways-ctrl .tablist-form [role="tablist"],
    .customer-service:has(.contact-form.contact-form-wrapper.active) .all-the-ways-ctrl .mobileTablistTitle { display: none !important; }

    .faq-page .faq-page-accordion-wrapper { padding: 30px 0 50px 0; }
    .faq-page .faq-page-accordion-wrapper .faq-page-accordion-container { width: 90%; gap: 20px; }

    .article .article-wrapper { padding: 50px 0 0 0; }
    .article .article-content { width: 90%; margin: 0 auto; }
    .article .article-content > h2 { text-align: center; }

    .swiper-ctrl .swiper-container { width: 90%; }

    .register-stage-two-ctrl .radio-btn-group {margin:20px 0;}
    .register-stage-two-ctrl .form-wrapper .form-control-field-error::before {width:30px; background-position: right 5px top 0;}
}

@media (max-width: 650px) {
    .page-banner-header-container h1 { font-size: 30px; line-height: 36px; }
    .page-banner-header-container h2 { font-size: 18px; line-height: 28px; }
    .payInApps-modal-wrapper ul { width: 90%; flex-direction: column; }
    .payInApps-modal-wrapper ul li { padding: 12px 12px 16px 12px; }
    .autocomplete-suggestion { padding-top: 5px; padding-bottom: 5px; font-size: 20px; }
}

@media (max-width: 600px) {
    footer .footer-nav-section-wrapper .footer-nav-section { padding-left: 0; }
    .faq-page .faq-page-accordion-wrapper .radio-btn-group { max-width: 100%; }
}

@media (max-width: 550px) {
    footer .footer-wrapper { padding: 0; padding-bottom: 50px; }

    footer .footer-container { gap: 50px; }

    footer .footer-separator-logo,
    footer .footer-separator-credentials { align-items: center; }

    footer .footer-nav-section-wrapper { flex-direction: column-reverse; align-items: flex-start; height: 100%; width: 100vw; padding: 0 20px; gap: 20px; }
    footer .footer-nav-section-wrapper .footer-nav-section { width: 100%; }
    footer .footer-nav-section-wrapper .footer-nav-section h2 { position: relative; }
    footer .footer-nav-section-wrapper .footer-nav-section h2::before { content: ""; position: absolute; top: 7px; left: 10px; width: 7px; height: 12px; z-index: 10; background: url(../img/arrows/arrowFooterNav.svg) no-repeat; }
    footer .footer-nav-section-wrapper .footer-nav-section.show h2::before { transform: rotate(270deg); }

    .footer-separator { align-items: center; }

    footer .footer-nav-section-wrapper .footer-nav-section ul { display: none; }
    footer .footer-nav-section-wrapper .footer-nav-section.show ul { display: flex; }

    footer .footer-left-wrapper { display: block; width: 100vw; height: 100%; border-radius: initial; }

    footer .footer-left-container { padding: 30px 60px; font-size: 18px; line-height: 24px; }
    footer .footer-left-container span { width: 230px; }
    footer .footer-left-container a { font-size: 16px; font-weight: 400; line-height: 24px; }

    footer .footer-right-wrapper { flex-direction: column; width: auto; }

    .menu-modal .menu-modal-container { padding: 60px 20px 24px 20px; }
    .menu-modal .menu-modal-x-icon-btn { top: 17px; }

    .register-stage-two-ctrl .form-wrapper .form-title .sub-title {min-height:50px;}
    .register-stage-two-ctrl .form-wrapper .form-control-field-error {top:138px;}

    .add-car-modal .modal-form-container {gap:40px;}
}

@media (max-width: 450px) {
    span, p, li, a, button { font-size: 16px; line-height: 22px; }

    .primary-btn,
    .primary-outlined-btn,
    .info-outlined-btn { font-size: 16px; line-height: 22px; }

    .global-modal .modal-container.modal-container-invoice-by-mail { padding: 50px 15px; }
    .global-modal .modal-container.modal-container-invoice-by-mail .global-modal-content-container { width: 100%; }

    .payInApps-modal-wrapper ul li span:first-child { font-size: 16px; line-height: 22px; }
    .radio-btn-group span { font-size: 16px; line-height: 22px; }
    .mobile-nav-wrapper .nav-global-actions { width: 100%; gap: 10px; }

    .mobile-nav-wrapper .parallelogram-btn { width: 50%; padding: 10px 0px; }

    .mobile-nav-wrapper .nav-actions .lang-ddl,
    .mobile-nav-wrapper .nav-actions .user-ddl { width: 100%; }

    .page-banner-header-container h1 { font-size: 24px; line-height: 32px; }
    .payment-failed-container img { width: 48px; height: 48px; }
    .payment-failed-inner h1 { font-size: 18px; line-height: 24px; }
    .payment-failed-inner p { font-size: 16px; line-height: 22px; }
    .payment-failed-inner .primary-btn { width: 100%; }

    .rush-hours-ctrl .sunday-to-thursday-range-item { width: 123px; }
    .rush-hours-ctrl .friday-and-holiday-evening-range-item { width: 84px; }

    .all-the-ways-ctrl .all-the-ways-container > h2 { font-size: 24px; line-height: 32px; }
    .all-the-ways-ctrl .all-the-ways-card > img { width: 38px; height: 38px; }
    .all-the-ways-ctrl .all-the-ways-card > b { font-size: 16px; line-height: 22px; }
    .all-the-ways-ctrl .contact-us-item > h3 { text-align: center; }
    .all-the-ways-ctrl .contact-us-location > span:first-child { font-size: 18px; line-height: 24px; }
    .all-the-ways-ctrl .contact-us-times { justify-content: space-between; }

    .faq-accordion-card .faq-title,
    .faq-accordion-card .faq-body { font-size: 16px; line-height: 22px; }

    .faq-accordion-card .faq-title:before,
    .faq-accordion-card .faq-title.toggled:before { margin-top: 0; }

    .about .about-item-container li > .about-item-title h3,
    .about .about-item-sub-container h3 { font-size: 16px; line-height: 22px; }

    .article .article-content > h2 { font-size: 24px; line-height: 32px; }
    .article-text-wrapper h3 { font-size: 16px; line-height: 22px; }
    .article-text-wrapper img { height: 141px; }

    .contact-form .contact-form-actions > .primary-btn,
    .contact-form .form-control .upload-file-btn > label { width: 100%; }

    .contact-form .form-control .tel-field > .tel-field-number { width: 60%; }
    .contact-form .form-control .tel-field > .select-field { width: 40%; }

    .travel-fares-ctrl .travel-fares-road-selection h2 { font-size: 16px; line-height: 22px; }

    .about .download-forms-item { justify-content: right; padding-right: 20px; padding-left: 0; }

    html[lang="ar"] .tel-field .text-field:before { font-size: 8px; }

    .register-stage-two-ctrl .form-wrapper .form-control-field-error::before {display:none;}
    .register-stage-two-ctrl .form-wrapper .form-control-field-error {font-size:13px; line-height:15px;padding-right: 5px;}
}

@media (max-width: 380px) {
    .contact-form .checkbox-control label { font-size: 14px; }
    .privacyPolicyParagraph,
    .privacyPolicyParagraph .link {font-size:14px;}
}

@media (max-width: 375px) {
    .page-banner-header-container { width: 90%; gap: 10px; }
    .important-data-right-container { width: 90%; margin: 0 auto; }
    .about .about-primary-item-paragraph > a { padding: 10px; }

    .nav-wrapper .mobile-nav-container .nav-actions .lang-ddl,
    .nav-wrapper .mobile-nav-container .nav-actions .user-ddl { width: 100%; }

    .travel-fares-ctrl .travel-fares-road-selection h2 { font-size: 15px; line-height: 20px; }

    .about .download-forms-item { padding-right: 15px; }    
}

@media (max-width: 360px) {
    .all-the-ways-ctrl .mobileTablistTitle,
    .contact-form.contact-us-inquirie .contact-form-title > h3 { font-size: 20px; line-height: 22px; }
}

@media (max-width: 355px) {
    .about .download-forms-item > img { display: none; }
}

@media (max-width: 340px) {
    .nav-wrapper .nav-global-actions .parallelogram-btn { min-width: 100%; }
    .nav-wrapper .nav-global-actions { width: 100%; flex-direction: column; }

    .travel-fares-ctrl .travel-fares-road-selection h2 { font-size: 14px; line-height: 20px; }
}
/* #endregion */

/* #region Media print and prefers-reduced-motion */
@media print {
    .nav-accessiblity,
    header,
    footer,
    .invoice-payment-success-register,
    .invoice-payment-success-back-to-home,
    .invoice-payment-success-checkmark { display: none !important; }

    .print-only { display: block !important; }
}

@media (prefers-reduced-motion) {
    * { animation: none !important; transition-duration: 0s !important; }
}
/* #endregion */
