@charset "UTF-8";@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');@import url('https://fonts.googleapis.com/css2?family=Geist:wght@400;500;600;700;800&display=swap');@import url('https://api.fontshare.com/v2/css?f[]=satoshi@400,500,600,700,800&display=swap');/* GDPR Consent Popup - Simplified for better sticky behavior */
.gdpr-popup-container {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
  z-index: 999999999 !important; /* Very high z-index */
  pointer-events: none !important;
  isolation: isolate !important;
}

.gdpr-popup-backdrop {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background-color: rgba(0, 0, 0, 0.2) !important;
  pointer-events: auto !important;
}

.gdpr-popup-banner {
  position: fixed !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  padding: 1rem !important;
  background-color: rgba(255, 255, 255, 0.95) !important;
  backdrop-filter: blur(8px) !important;
  -webkit-backdrop-filter: blur(8px) !important;
  border-top: 1px solid #e5e7eb !important;
  box-shadow: 0 -4px 6px -1px rgba(0, 0, 0, 0.1), 0 -2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  pointer-events: auto !important;
  z-index: 999999999 !important;
}

/* Force the popup to stay at viewport bottom */
@media screen and (max-height: 600px) {
  .gdpr-popup-banner {
    position: fixed !important;
    bottom: 0 !important;
  }
}

.react-datepicker__navigation-icon::before, .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow {
  border-color: #ccc;
  border-style: solid;
  border-width: 3px 3px 0 0;
  content: "";
  display: block;
  height: 9px;
  position: absolute;
  top: 6px;
  width: 9px;
}
/* sr-only utility class for accessibility */
.react-datepicker__sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.react-datepicker-wrapper {
  display: inline-block;
  padding: 0;
  border: 0;
}

.react-datepicker {
  font-family: "Helvetica Neue", helvetica, arial, sans-serif;
  font-size: 0.8rem;
  background-color: #fff;
  color: #000;
  border: 1px solid #aeaeae;
  border-radius: 0.3rem;
  display: inline-block;
  position: relative;
  line-height: initial;
}

.react-datepicker--time-only .react-datepicker__time-container {
  border-left: 0;
}
.react-datepicker--time-only .react-datepicker__time,
.react-datepicker--time-only .react-datepicker__time-box {
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.react-datepicker-popper {
  z-index: 1;
  line-height: 0;
}
.react-datepicker-popper .react-datepicker__triangle {
  stroke: #aeaeae;
}
.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle {
  fill: #f0f0f0;
  color: #f0f0f0;
}
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle {
  fill: #fff;
  color: #fff;
}

.react-datepicker__header {
  text-align: center;
  background-color: #f0f0f0;
  border-bottom: 1px solid #aeaeae;
  border-top-left-radius: 0.3rem;
  padding: 8px 0;
  position: relative;
}
.react-datepicker__header--time {
  padding-bottom: 8px;
  padding-left: 5px;
  padding-right: 5px;
}
.react-datepicker__header--time:not(.react-datepicker__header--time--only) {
  border-top-left-radius: 0;
}
.react-datepicker__header:not(.react-datepicker__header--has-time-select) {
  border-top-right-radius: 0.3rem;
}

.react-datepicker__year-dropdown-container--select,
.react-datepicker__month-dropdown-container--select,
.react-datepicker__month-year-dropdown-container--select,
.react-datepicker__year-dropdown-container--scroll,
.react-datepicker__month-dropdown-container--scroll,
.react-datepicker__month-year-dropdown-container--scroll {
  display: inline-block;
  margin: 0 15px;
}

.react-datepicker__current-month,
.react-datepicker-time__header,
.react-datepicker-year-header {
  margin-top: 0;
  color: #000;
  font-weight: bold;
  font-size: 0.944rem;
}

h2.react-datepicker__current-month {
  padding: 0;
  margin: 0;
}

.react-datepicker-time__header {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.react-datepicker__navigation {
  align-items: center;
  background: none;
  display: flex;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: 2px;
  padding: 0;
  border: none;
  z-index: 1;
  height: 32px;
  width: 32px;
  text-indent: -999em;
  overflow: hidden;
}
.react-datepicker__navigation--previous {
  left: 2px;
}
.react-datepicker__navigation--next {
  right: 2px;
}
.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button) {
  right: 85px;
}
.react-datepicker__navigation--years {
  position: relative;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.react-datepicker__navigation--years-previous {
  top: 4px;
}
.react-datepicker__navigation--years-upcoming {
  top: -4px;
}
.react-datepicker__navigation:hover *::before {
  border-color: rgb(165.75, 165.75, 165.75);
}

.react-datepicker__navigation-icon {
  position: relative;
  top: -1px;
  font-size: 20px;
  width: 0;
}
.react-datepicker__navigation-icon--next {
  left: -2px;
}
.react-datepicker__navigation-icon--next::before {
  transform: rotate(45deg);
  left: -7px;
}
.react-datepicker__navigation-icon--previous {
  right: -2px;
}
.react-datepicker__navigation-icon--previous::before {
  transform: rotate(225deg);
  right: -7px;
}

.react-datepicker__month-container {
  float: left;
}

.react-datepicker__year {
  margin: 0.4rem;
  text-align: center;
}
.react-datepicker__year-wrapper {
  display: flex;
  flex-wrap: wrap;
  max-width: 180px;
}
.react-datepicker__year .react-datepicker__year-text {
  display: inline-block;
  width: 4rem;
  margin: 2px;
}

.react-datepicker__month {
  margin: 0.4rem;
  text-align: center;
}
.react-datepicker__month .react-datepicker__month-text,
.react-datepicker__month .react-datepicker__quarter-text {
  display: inline-block;
  width: 4rem;
  margin: 2px;
}

.react-datepicker__input-time-container {
  clear: both;
  width: 100%;
  float: left;
  margin: 5px 0 10px 15px;
  text-align: left;
}
.react-datepicker__input-time-container .react-datepicker-time__caption {
  display: inline-block;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container {
  display: inline-block;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input {
  display: inline-block;
  margin-left: 10px;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input {
  width: auto;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-inner-spin-button,
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time] {
  -moz-appearance: textfield;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__delimiter {
  margin-left: 5px;
  display: inline-block;
}

.react-datepicker__time-container {
  float: right;
  border-left: 1px solid #aeaeae;
  width: 85px;
}
.react-datepicker__time-container--with-today-button {
  display: inline;
  border: 1px solid #aeaeae;
  border-radius: 0.3rem;
  position: absolute;
  right: -87px;
  top: 0;
}
.react-datepicker__time-container .react-datepicker__time {
  position: relative;
  background: white;
  border-bottom-right-radius: 0.3rem;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box {
  width: 85px;
  overflow-x: hidden;
  margin: 0 auto;
  text-align: center;
  border-bottom-right-radius: 0.3rem;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list {
  list-style: none;
  margin: 0;
  height: calc(195px + 1.7rem / 2);
  overflow-y: scroll;
  padding-right: 0;
  padding-left: 0;
  width: 100%;
  box-sizing: content-box;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item {
  height: 30px;
  padding: 5px 10px;
  white-space: nowrap;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover {
  cursor: pointer;
  background-color: #f0f0f0;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected {
  background-color: #216ba5;
  color: white;
  font-weight: bold;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover {
  background-color: #216ba5;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled {
  color: #ccc;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover {
  cursor: default;
  background-color: transparent;
}

.react-datepicker__week-number {
  color: #ccc;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem;
}
.react-datepicker__week-number.react-datepicker__week-number--clickable {
  cursor: pointer;
}
.react-datepicker__week-number.react-datepicker__week-number--clickable:not(.react-datepicker__week-number--selected):hover {
  border-radius: 0.3rem;
  background-color: #f0f0f0;
}
.react-datepicker__week-number--selected {
  border-radius: 0.3rem;
  background-color: #216ba5;
  color: #fff;
}
.react-datepicker__week-number--selected:hover {
  background-color: rgb(28.75, 93.2196969697, 143.75);
}

.react-datepicker__day-names {
  white-space: nowrap;
  margin-bottom: -8px;
}

.react-datepicker__week {
  white-space: nowrap;
}

.react-datepicker__day-name,
.react-datepicker__day,
.react-datepicker__time-name {
  color: #000;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem;
}

.react-datepicker__day,
.react-datepicker__month-text,
.react-datepicker__quarter-text,
.react-datepicker__year-text {
  cursor: pointer;
}
.react-datepicker__day:not([aria-disabled=true]):hover,
.react-datepicker__month-text:not([aria-disabled=true]):hover,
.react-datepicker__quarter-text:not([aria-disabled=true]):hover,
.react-datepicker__year-text:not([aria-disabled=true]):hover {
  border-radius: 0.3rem;
  background-color: #f0f0f0;
}
.react-datepicker__day--today,
.react-datepicker__month-text--today,
.react-datepicker__quarter-text--today,
.react-datepicker__year-text--today {
  font-weight: bold;
}
.react-datepicker__day--highlighted,
.react-datepicker__month-text--highlighted,
.react-datepicker__quarter-text--highlighted,
.react-datepicker__year-text--highlighted {
  border-radius: 0.3rem;
  background-color: #3dcc4a;
  color: #fff;
}
.react-datepicker__day--highlighted:not([aria-disabled=true]):hover,
.react-datepicker__month-text--highlighted:not([aria-disabled=true]):hover,
.react-datepicker__quarter-text--highlighted:not([aria-disabled=true]):hover,
.react-datepicker__year-text--highlighted:not([aria-disabled=true]):hover {
  background-color: rgb(49.8551020408, 189.6448979592, 62.5632653061);
}
.react-datepicker__day--highlighted-custom-1,
.react-datepicker__month-text--highlighted-custom-1,
.react-datepicker__quarter-text--highlighted-custom-1,
.react-datepicker__year-text--highlighted-custom-1 {
  color: magenta;
}
.react-datepicker__day--highlighted-custom-2,
.react-datepicker__month-text--highlighted-custom-2,
.react-datepicker__quarter-text--highlighted-custom-2,
.react-datepicker__year-text--highlighted-custom-2 {
  color: green;
}
.react-datepicker__day--holidays,
.react-datepicker__month-text--holidays,
.react-datepicker__quarter-text--holidays,
.react-datepicker__year-text--holidays {
  position: relative;
  border-radius: 0.3rem;
  background-color: #ff6803;
  color: #fff;
}
.react-datepicker__day--holidays .overlay,
.react-datepicker__month-text--holidays .overlay,
.react-datepicker__quarter-text--holidays .overlay,
.react-datepicker__year-text--holidays .overlay {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #333;
  color: #fff;
  padding: 4px;
  border-radius: 4px;
  white-space: nowrap;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.3s ease-in-out;
}
.react-datepicker__day--holidays:not([aria-disabled=true]):hover,
.react-datepicker__month-text--holidays:not([aria-disabled=true]):hover,
.react-datepicker__quarter-text--holidays:not([aria-disabled=true]):hover,
.react-datepicker__year-text--holidays:not([aria-disabled=true]):hover {
  background-color: rgb(207, 82.9642857143, 0);
}
.react-datepicker__day--holidays:hover .overlay,
.react-datepicker__month-text--holidays:hover .overlay,
.react-datepicker__quarter-text--holidays:hover .overlay,
.react-datepicker__year-text--holidays:hover .overlay {
  visibility: visible;
  opacity: 1;
}
.react-datepicker__day--selected, .react-datepicker__day--in-selecting-range, .react-datepicker__day--in-range,
.react-datepicker__month-text--selected,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--selected,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--selected,
.react-datepicker__year-text--in-selecting-range,
.react-datepicker__year-text--in-range {
  border-radius: 0.3rem;
  background-color: #216ba5;
  color: #fff;
}
.react-datepicker__day--selected:not([aria-disabled=true]):hover, .react-datepicker__day--in-selecting-range:not([aria-disabled=true]):hover, .react-datepicker__day--in-range:not([aria-disabled=true]):hover,
.react-datepicker__month-text--selected:not([aria-disabled=true]):hover,
.react-datepicker__month-text--in-selecting-range:not([aria-disabled=true]):hover,
.react-datepicker__month-text--in-range:not([aria-disabled=true]):hover,
.react-datepicker__quarter-text--selected:not([aria-disabled=true]):hover,
.react-datepicker__quarter-text--in-selecting-range:not([aria-disabled=true]):hover,
.react-datepicker__quarter-text--in-range:not([aria-disabled=true]):hover,
.react-datepicker__year-text--selected:not([aria-disabled=true]):hover,
.react-datepicker__year-text--in-selecting-range:not([aria-disabled=true]):hover,
.react-datepicker__year-text--in-range:not([aria-disabled=true]):hover {
  background-color: rgb(28.75, 93.2196969697, 143.75);
}
.react-datepicker__day--keyboard-selected,
.react-datepicker__month-text--keyboard-selected,
.react-datepicker__quarter-text--keyboard-selected,
.react-datepicker__year-text--keyboard-selected {
  border-radius: 0.3rem;
  background-color: rgb(186.25, 217.0833333333, 241.25);
  color: rgb(0, 0, 0);
}
.react-datepicker__day--keyboard-selected:not([aria-disabled=true]):hover,
.react-datepicker__month-text--keyboard-selected:not([aria-disabled=true]):hover,
.react-datepicker__quarter-text--keyboard-selected:not([aria-disabled=true]):hover,
.react-datepicker__year-text--keyboard-selected:not([aria-disabled=true]):hover {
  background-color: rgb(28.75, 93.2196969697, 143.75);
}
.react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--in-range),
.react-datepicker__month-text--in-selecting-range:not(.react-datepicker__day--in-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--in-range),
.react-datepicker__quarter-text--in-selecting-range:not(.react-datepicker__day--in-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--in-range),
.react-datepicker__year-text--in-selecting-range:not(.react-datepicker__day--in-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--in-range) {
  background-color: rgba(33, 107, 165, 0.5);
}
.react-datepicker__month--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range), .react-datepicker__year--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.react-datepicker__month--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.react-datepicker__year--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.react-datepicker__month--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.react-datepicker__year--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.react-datepicker__month--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.react-datepicker__year--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range) {
  background-color: #f0f0f0;
  color: #000;
}
.react-datepicker__day--disabled,
.react-datepicker__month-text--disabled,
.react-datepicker__quarter-text--disabled,
.react-datepicker__year-text--disabled {
  cursor: default;
  color: #ccc;
}
.react-datepicker__day--disabled .overlay,
.react-datepicker__month-text--disabled .overlay,
.react-datepicker__quarter-text--disabled .overlay,
.react-datepicker__year-text--disabled .overlay {
  position: absolute;
  bottom: 70%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #333;
  color: #fff;
  padding: 4px;
  border-radius: 4px;
  white-space: nowrap;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.3s ease-in-out;
}

.react-datepicker__input-container {
  position: relative;
  display: inline-block;
  width: 100%;
}
.react-datepicker__input-container .react-datepicker__calendar-icon {
  position: absolute;
  padding: 0.5rem;
  box-sizing: content-box;
}

.react-datepicker__view-calendar-icon input {
  padding: 6px 10px 5px 25px;
}

.react-datepicker__year-read-view,
.react-datepicker__month-read-view,
.react-datepicker__month-year-read-view {
  border: 1px solid transparent;
  border-radius: 0.3rem;
  position: relative;
}
.react-datepicker__year-read-view:hover,
.react-datepicker__month-read-view:hover,
.react-datepicker__month-year-read-view:hover {
  cursor: pointer;
}
.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow {
  border-top-color: rgb(178.5, 178.5, 178.5);
}
.react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow {
  transform: rotate(135deg);
  right: -16px;
  top: 0;
}

.react-datepicker__year-dropdown,
.react-datepicker__month-dropdown,
.react-datepicker__month-year-dropdown {
  background-color: #f0f0f0;
  position: absolute;
  width: 50%;
  left: 25%;
  top: 30px;
  z-index: 1;
  text-align: center;
  border-radius: 0.3rem;
  border: 1px solid #aeaeae;
}
.react-datepicker__year-dropdown:hover,
.react-datepicker__month-dropdown:hover,
.react-datepicker__month-year-dropdown:hover {
  cursor: pointer;
}
.react-datepicker__year-dropdown--scrollable,
.react-datepicker__month-dropdown--scrollable,
.react-datepicker__month-year-dropdown--scrollable {
  height: 150px;
  overflow-y: scroll;
}

.react-datepicker__year-option,
.react-datepicker__month-option,
.react-datepicker__month-year-option {
  line-height: 20px;
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.react-datepicker__year-option:first-of-type,
.react-datepicker__month-option:first-of-type,
.react-datepicker__month-year-option:first-of-type {
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.react-datepicker__year-option:last-of-type,
.react-datepicker__month-option:last-of-type,
.react-datepicker__month-year-option:last-of-type {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
.react-datepicker__year-option:hover,
.react-datepicker__month-option:hover,
.react-datepicker__month-year-option:hover {
  background-color: #ccc;
}
.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming,
.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,
.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming {
  border-bottom-color: rgb(178.5, 178.5, 178.5);
}
.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous,
.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,
.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous {
  border-top-color: rgb(178.5, 178.5, 178.5);
}
.react-datepicker__year-option--selected,
.react-datepicker__month-option--selected,
.react-datepicker__month-year-option--selected {
  position: absolute;
  left: 15px;
}

.react-datepicker__close-icon {
  cursor: pointer;
  background-color: transparent;
  border: 0;
  outline: 0;
  padding: 0 6px 0 0;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}
.react-datepicker__close-icon::after {
  cursor: pointer;
  background-color: #216ba5;
  color: #fff;
  border-radius: 50%;
  height: 16px;
  width: 16px;
  padding: 2px;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  content: "×";
}
.react-datepicker__close-icon--disabled {
  cursor: default;
}
.react-datepicker__close-icon--disabled::after {
  cursor: default;
  background-color: #ccc;
}

.react-datepicker__today-button {
  background: #f0f0f0;
  border-top: 1px solid #aeaeae;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  padding: 5px 0;
  clear: left;
}

.react-datepicker__portal {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  z-index: 2147483647;
}
.react-datepicker__portal .react-datepicker__day-name,
.react-datepicker__portal .react-datepicker__day,
.react-datepicker__portal .react-datepicker__time-name {
  width: 3rem;
  line-height: 3rem;
}
@media (max-width: 400px), (max-height: 550px) {
  .react-datepicker__portal .react-datepicker__day-name,
  .react-datepicker__portal .react-datepicker__day,
  .react-datepicker__portal .react-datepicker__time-name {
    width: 2rem;
    line-height: 2rem;
  }
}
.react-datepicker__portal .react-datepicker__current-month,
.react-datepicker__portal .react-datepicker-time__header {
  font-size: 1.44rem;
}

.react-datepicker__children-container {
  width: 13.8rem;
  margin: 0.4rem;
  padding-right: 0.2rem;
  padding-left: 0.2rem;
  height: auto;
}

.react-datepicker__aria-live {
  position: absolute;
  clip-path: circle(0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  width: 1px;
  white-space: nowrap;
}

.react-datepicker__calendar-icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.125em;
}



*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: Satoshi, Inter, sans-serif; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
/* Smooth scrolling for better UX */
html {
    scroll-behavior: smooth;
  }
:root {
    /* ventu.io Brand Colors */
    --primary: 217 93% 59%; /* Royal Blue #2563EB */
    --primary-hover: 221 83% 53%; /* Navy Blue #1E3A8A */
    --primary-foreground: 0 0% 100%; /* White text on primary */
    
    /* Text Colors */
    --foreground: 217 19% 14%; /* Charcoal #111827 for body text */
    --muted-foreground: 214 14% 42%; /* Cool Gray #6B7280 for labels/subtext */
    
    /* Background Colors */
    --background: 0 0% 100%; /* White #FFFFFF */
    --secondary: 214 32% 95%; /* Light Gray #F3F4F6 */
    --secondary-foreground: 217 19% 14%;
    
    /* UI Elements */
    --card: 0 0% 100%;
    --card-foreground: 217 19% 14%;
    --border: 214 32% 91%;
    --input: 214 32% 91%;
    --ring: 217 93% 59%;
    
    /* Interactive Elements */
    --accent: 214 32% 95%;
    --accent-foreground: 217 19% 14%;
    --muted: 214 32% 95%;
    
    /* Form States */
    --destructive: 0 84% 60%;
    --destructive-foreground: 0 0% 100%;
    --success: 142 71% 45%;
    --success-foreground: 0 0% 100%;
    
    /* Layout */
    --popover: 0 0% 100%;
    --popover-foreground: 217 19% 14%;
    --radius: 0.5rem;
    
    /* Sidebar - Professional Dark Blue Theme */
    --sidebar-background: 224 71% 14%; /* Deep Navy #0F172A */
    --sidebar-foreground: 212 27% 84%; /* Light Blue-Gray #CBD5E1 */
    --sidebar-primary: 217 93% 59%; /* Royal Blue #2563EB */
    --sidebar-primary-foreground: 0 0% 100%; /* White */
    --sidebar-accent: 220 14% 32%; /* Darker Blue-Gray #334155 */
    --sidebar-accent-foreground: 210 40% 94%; /* Light Gray #F1F5F9 */
    --sidebar-border: 220 13% 18%; /* Dark Border #1E293B */
    --sidebar-ring: 217 93% 59%; /* Royal Blue */
    
    /* Optimized Gradients & Shadows - Reduced complexity */
    --gradient-primary: linear-gradient(135deg, hsl(217 93% 59%), hsl(221 83% 53%));
    --gradient-subtle: linear-gradient(180deg, rgba(18,112,255,.08) 0%, rgba(18,112,255,0) 100%);
    
    /* Simplified Card Shadows */
    --shadow-card: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --shadow-card-hover: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -2px rgb(0 0 0 / 0.1);
    --shadow-button: 0 2px 4px rgba(18,112,255,.15);
    
    /* Optimized Transitions */
    --transition-smooth: all 0.2s ease;
    --transition-gentle: all 0.15s ease;
  }
.dark {
    /* Dark mode maintains brand colors but inverts backgrounds */
    --primary: 217 93% 59%;
    --primary-hover: 221 83% 53%;
    --primary-foreground: 0 0% 100%;
    
    --foreground: 210 40% 98%;
    --muted-foreground: 215 20% 65%;
    
    --background: 217 19% 14%;
    --secondary: 217 33% 17%;
    --secondary-foreground: 210 40% 98%;
    
    --card: 217 33% 17%;
    --card-foreground: 210 40% 98%;
    --border: 217 33% 17%;
    --input: 217 33% 17%;
    --ring: 217 93% 59%;
    
    --accent: 217 33% 17%;
    --accent-foreground: 210 40% 98%;
    --muted: 217 33% 17%;
    
    --destructive: 0 63% 31%;
    --destructive-foreground: 210 40% 98%;
    --success: 142 71% 45%;
    --success-foreground: 210 40% 98%;
    
    --popover: 217 33% 17%;
    --popover-foreground: 210 40% 98%;
    
    /* Sidebar in dark mode - Even darker professional theme */
    --sidebar-background: 222 84% 9%; /* Darker Navy #0A0F1F */
    --sidebar-foreground: 212 27% 84%; /* Light Blue-Gray #CBD5E1 */
    --sidebar-primary: 217 93% 59%; /* Royal Blue #2563EB */
    --sidebar-primary-foreground: 0 0% 100%; /* White */
    --sidebar-accent: 215 28% 17%; /* Darker Blue-Gray #1E293B */
    --sidebar-accent-foreground: 210 40% 94%; /* Light Gray #F1F5F9 */
    --sidebar-border: 215 25% 11%; /* Very Dark Border #111827 */
    --sidebar-ring: 217 93% 59%; /* Royal Blue */
  }
*{
  border-color: hsl(var(--border));
}
/* Universal reset for spacing */
*,
  *::before,
  *::after {
    box-sizing: border-box;
  }
html {
    scroll-behavior: smooth;
    /* Optimize scrolling performance */
    -webkit-overflow-scrolling: touch;
    scroll-padding-top: 5rem;
    /* Remove default margins and padding */
    margin: 0 !important;
    padding: 0 !important;
  }
/* Ensure body also has smooth scrolling */
body {
    scroll-behavior: smooth;
    overflow-x: hidden;
  }
/* Ensure all scrollable containers support smooth scrolling */
* {
    scroll-behavior: smooth;
  }
/* Target the root element specifically */
#root {
    margin: 0 !important;
    padding: 0 !important;
  }
/* Ensure main app container has no spacing and doesn't interfere with sticky */
.min-h-screen {
    margin: 0 !important;
    padding: 0 !important;
    /* Ensure no transform or contain properties that interfere with sticky */
    position: relative;
    /* Ensure proper height for sticky context */
    min-height: 100vh;
  }
/* Target any potential spacing from the main container */
body > div,
  #root > div {
    margin: 0 !important;
    padding: 0 !important;
  }
/* Hide Sonner toaster completely to remove white space */
[data-sonner-toaster] {
    display: none !important;
  }
/* Target the specific notifications section */
section[aria-label="Notifications alt+T"] {
    display: none !important;
  }
/* Hide any Sonner-related elements */
[data-sonner-toast] {
    display: none !important;
  }
/* Remove blue borders from mobile menu close button */
[data-radix-sheet-content] [data-radix-sheet-close] {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    background: transparent !important;
  }
/* Remove focus states from close button */
[data-radix-sheet-content] [data-radix-sheet-close]:focus {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
  }
/* Remove hover states that might add borders */
[data-radix-sheet-content] [data-radix-sheet-close]:hover {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
  }
/* Scroll offset for sticky header */
section[id] {
    scroll-margin-top: 5rem;
  }
body{
  background-color: hsl(var(--background));
  font-family: Satoshi, Inter, sans-serif;
  color: hsl(var(--foreground));
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* Remove default margins and padding */
    margin: 0;
    padding: 0;
    /* Remove contain property that can interfere with sticky */
}
h1, h2, h3, h4, h5, h6{
  font-weight: 600;
    line-height: 1.1;
    letter-spacing: -0.025em;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/* Professional Typography - H1 Headlines */
@media (max-width: 768px) {
    
    /* Mobile hero section spacing - more top padding */
    
    /* Mobile section spacing overrides - more top padding */
    
    /* Mobile container spacing - more top padding */
    
    /* Mobile text center spacing - more top padding */
    
    /* Mobile max-width container spacing - more top padding */
    
    /* Mobile headline improvements - consistent sizing */
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    /* Mobile hero title adjustments - consistent sizing */
    
    /* Mobile section title adjustments - consistent sizing */
    
    /* Mobile button size adjustments - reduced padding */
    
    /* Mobile metrics spacing - reduced gaps */
    
    /* Mobile feature card adjustments - reduced padding */
    
    /* Mobile icon container adjustments - smaller icons */
    
    /* Mobile process step adjustments */
    
    /* Mobile FAQ adjustments */
    
    /* Mobile form adjustments */
    
  /* Mobile input adjustments */
  
  /* Prevent mobile zoom on input focus - Global fallback */
    
    /* Mobile section padding adjustments - more top padding, tight bottom padding */
    
    /* Additional mobile spacing overrides - more top padding, tight bottom padding */
    
    /* Mobile grid adjustments - reduced gaps */
    
    /* Mobile spacing utilities - significantly reduced */
    
    /* Mobile text size adjustments - consistent sizing */
    
    h1:not(.dashboard-container h1) {
      font-size: 1.5rem;
    }
    
    /* Mobile margin and padding adjustments - significantly reduced */
    
    /* Reduce gap between section descriptions and content - slightly more space */
    
    /* Reduce margin-bottom on section descriptions - slightly more space */
    
    /* Reduce margin-top on content grids that follow descriptions - slightly more space */
    
    /* Reduce spacing in text-center sections - slightly more space */
    
    /* Reduce spacing between description and cards - slightly more space */
    
    /* Reduce spacing in section containers after descriptions - slightly more space */
    
    /* Reduce spacing between FAQ descriptions and content - slightly more space */
    
    /* Reduce spacing between section titles and descriptions - slightly more space */
    
    /* Reduce spacing in common section patterns - slightly more space */
    
    /* Reduce spacing in feature sections - slightly more space */
    
    /* Reduce spacing between description and grid content - slightly more space */
    
    /* Reduce spacing in hero sections after descriptions - slightly more space */
    
    /* Reduce gap between Why Choose Ventu cards on mobile */
    
    /* Make large card icons smaller on mobile only */
    
    /* Make large icons smaller on mobile only */
  }
h1:not(.dashboard-container h1){
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 700;
}
@media (min-width: 768px){
  @media (max-width: 768px) {
    
    /* Mobile hero section spacing - more top padding */
    
    /* Mobile section spacing overrides - more top padding */
    
    /* Mobile container spacing - more top padding */
    
    /* Mobile text center spacing - more top padding */
    
    /* Mobile max-width container spacing - more top padding */
    
    /* Mobile headline improvements - consistent sizing */
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    /* Mobile hero title adjustments - consistent sizing */
    
    /* Mobile section title adjustments - consistent sizing */
    
    /* Mobile button size adjustments - reduced padding */
    
    /* Mobile metrics spacing - reduced gaps */
    
    /* Mobile feature card adjustments - reduced padding */
    
    /* Mobile icon container adjustments - smaller icons */
    
    /* Mobile process step adjustments */
    
    /* Mobile FAQ adjustments */
    
    /* Mobile form adjustments */
    
  /* Mobile input adjustments */
  
  /* Prevent mobile zoom on input focus - Global fallback */
    
    /* Mobile section padding adjustments - more top padding, tight bottom padding */
    
    /* Additional mobile spacing overrides - more top padding, tight bottom padding */
    
    /* Mobile grid adjustments - reduced gaps */
    
    /* Mobile spacing utilities - significantly reduced */
    
    /* Mobile text size adjustments - consistent sizing */
    
    h1:not(.dashboard-container h1) {
      font-size: 1.875rem;
    }
    
    /* Mobile margin and padding adjustments - significantly reduced */
    
    /* Reduce gap between section descriptions and content - slightly more space */
    
    /* Reduce margin-bottom on section descriptions - slightly more space */
    
    /* Reduce margin-top on content grids that follow descriptions - slightly more space */
    
    /* Reduce spacing in text-center sections - slightly more space */
    
    /* Reduce spacing between description and cards - slightly more space */
    
    /* Reduce spacing in section containers after descriptions - slightly more space */
    
    /* Reduce spacing between FAQ descriptions and content - slightly more space */
    
    /* Reduce spacing between section titles and descriptions - slightly more space */
    
    /* Reduce spacing in common section patterns - slightly more space */
    
    /* Reduce spacing in feature sections - slightly more space */
    
    /* Reduce spacing between description and grid content - slightly more space */
    
    /* Reduce spacing in hero sections after descriptions - slightly more space */
    
    /* Reduce gap between Why Choose Ventu cards on mobile */
    
    /* Make large card icons smaller on mobile only */
    
    /* Make large icons smaller on mobile only */
  }
}
@media (min-width: 1024px){
  @media (max-width: 768px) {
    
    /* Mobile hero section spacing - more top padding */
    
    /* Mobile section spacing overrides - more top padding */
    
    /* Mobile container spacing - more top padding */
    
    /* Mobile text center spacing - more top padding */
    
    /* Mobile max-width container spacing - more top padding */
    
    /* Mobile headline improvements - consistent sizing */
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    /* Mobile hero title adjustments - consistent sizing */
    
    /* Mobile section title adjustments - consistent sizing */
    
    /* Mobile button size adjustments - reduced padding */
    
    /* Mobile metrics spacing - reduced gaps */
    
    /* Mobile feature card adjustments - reduced padding */
    
    /* Mobile icon container adjustments - smaller icons */
    
    /* Mobile process step adjustments */
    
    /* Mobile FAQ adjustments */
    
    /* Mobile form adjustments */
    
  /* Mobile input adjustments */
  
  /* Prevent mobile zoom on input focus - Global fallback */
    
    /* Mobile section padding adjustments - more top padding, tight bottom padding */
    
    /* Additional mobile spacing overrides - more top padding, tight bottom padding */
    
    /* Mobile grid adjustments - reduced gaps */
    
    /* Mobile spacing utilities - significantly reduced */
    
    /* Mobile text size adjustments - consistent sizing */
    
    h1:not(.dashboard-container h1) {
      font-size: 2.25rem;
    }
    
    /* Mobile margin and padding adjustments - significantly reduced */
    
    /* Reduce gap between section descriptions and content - slightly more space */
    
    /* Reduce margin-bottom on section descriptions - slightly more space */
    
    /* Reduce margin-top on content grids that follow descriptions - slightly more space */
    
    /* Reduce spacing in text-center sections - slightly more space */
    
    /* Reduce spacing between description and cards - slightly more space */
    
    /* Reduce spacing in section containers after descriptions - slightly more space */
    
    /* Reduce spacing between FAQ descriptions and content - slightly more space */
    
    /* Reduce spacing between section titles and descriptions - slightly more space */
    
    /* Reduce spacing in common section patterns - slightly more space */
    
    /* Reduce spacing in feature sections - slightly more space */
    
    /* Reduce spacing between description and grid content - slightly more space */
    
    /* Reduce spacing in hero sections after descriptions - slightly more space */
    
    /* Reduce gap between Why Choose Ventu cards on mobile */
    
    /* Make large card icons smaller on mobile only */
    
    /* Make large icons smaller on mobile only */
  }
}
@media (min-width: 768px){
  h1:not(.dashboard-container h1){
    font-size: 3rem;
    line-height: 1;
  }
}
@media (min-width: 1024px){
  h1:not(.dashboard-container h1){
    font-size: 3.75rem;
    line-height: 1;
  }
}
h1:not(.dashboard-container h1) {
    line-height: 1.1 !important;
    letter-spacing: -0.005em !important;
  }
@media (max-width: 768px) {
    
    /* Mobile hero section spacing - more top padding */
    
    /* Mobile section spacing overrides - more top padding */
    
    /* Mobile container spacing - more top padding */
    
    /* Mobile text center spacing - more top padding */
    
    /* Mobile max-width container spacing - more top padding */
    
    /* Mobile headline improvements - consistent sizing */
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    /* Mobile hero title adjustments - consistent sizing */
    
    /* Mobile section title adjustments - consistent sizing */
    
    /* Mobile button size adjustments - reduced padding */
    
    /* Mobile metrics spacing - reduced gaps */
    
    
    .hero-section .flex.flex-wrap h2 {
      font-size: 1.125rem;
    }
    
    /* Mobile feature card adjustments - reduced padding */
    
    /* Mobile icon container adjustments - smaller icons */
    
    /* Mobile process step adjustments */
    
    /* Mobile FAQ adjustments */
    
    /* Mobile form adjustments */
    
  /* Mobile input adjustments */
  
  /* Prevent mobile zoom on input focus - Global fallback */
    
    /* Mobile section padding adjustments - more top padding, tight bottom padding */
    
    /* Additional mobile spacing overrides - more top padding, tight bottom padding */
    
    /* Mobile grid adjustments - reduced gaps */
    
    /* Mobile spacing utilities - significantly reduced */
    
    /* Mobile text size adjustments - consistent sizing */
    
    h2 {
      font-size: 1.25rem;
    }
    
    /* Mobile margin and padding adjustments - significantly reduced */
    
    /* Reduce gap between section descriptions and content - slightly more space */
    
    /* Reduce margin-bottom on section descriptions - slightly more space */
    
    /* Reduce margin-top on content grids that follow descriptions - slightly more space */
    
    /* Reduce spacing in text-center sections - slightly more space */
    
    /* Reduce spacing between description and cards - slightly more space */
    
    /* Reduce spacing in section containers after descriptions - slightly more space */
    
    /* Reduce spacing between FAQ descriptions and content - slightly more space */
    
    /* Reduce spacing between section titles and descriptions - slightly more space */
    
    /* Reduce spacing in common section patterns - slightly more space */
    
    /* Reduce spacing in feature sections - slightly more space */
    
    /* Reduce spacing between description and grid content - slightly more space */
    
    /* Reduce spacing in hero sections after descriptions - slightly more space */
    
    /* Reduce gap between Why Choose Ventu cards on mobile */
    
    /* Make large card icons smaller on mobile only */
    
    /* Make large icons smaller on mobile only */
    
    /* Mobile hero section spacing - more top padding */
    
    /* Mobile section spacing overrides - more top padding */
    
    /* Mobile container spacing - more top padding */
    
    /* Mobile text center spacing - more top padding */
    
    /* Mobile max-width container spacing - more top padding */
    
    /* Mobile headline improvements - consistent sizing */
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    /* Mobile hero title adjustments - consistent sizing */
    
    /* Mobile section title adjustments - consistent sizing */
    
    /* Mobile button size adjustments - reduced padding */
    
    /* Mobile metrics spacing - reduced gaps */
    
    
    .hero-section .flex.flex-wrap h2 {
      font-size: 1.125rem;
    }
    
    /* Mobile feature card adjustments - reduced padding */
    
    /* Mobile icon container adjustments - smaller icons */
    
    /* Mobile process step adjustments */
    
    /* Mobile FAQ adjustments */
    
    /* Mobile form adjustments */
    
  /* Mobile input adjustments */
  
  /* Prevent mobile zoom on input focus - Global fallback */
    
    /* Mobile section padding adjustments - more top padding, tight bottom padding */
    
    /* Additional mobile spacing overrides - more top padding, tight bottom padding */
    
    /* Mobile grid adjustments - reduced gaps */
    
    /* Mobile spacing utilities - significantly reduced */
    
    /* Mobile text size adjustments - consistent sizing */
    
    h2 {
      font-size: 1.25rem;
    }
    
    /* Mobile margin and padding adjustments - significantly reduced */
    
    /* Reduce gap between section descriptions and content - slightly more space */
    
    /* Reduce margin-bottom on section descriptions - slightly more space */
    
    /* Reduce margin-top on content grids that follow descriptions - slightly more space */
    
    /* Reduce spacing in text-center sections - slightly more space */
    
    /* Reduce spacing between description and cards - slightly more space */
    
    /* Reduce spacing in section containers after descriptions - slightly more space */
    
    /* Reduce spacing between FAQ descriptions and content - slightly more space */
    
    /* Reduce spacing between section titles and descriptions - slightly more space */
    
    /* Reduce spacing in common section patterns - slightly more space */
    
    /* Reduce spacing in feature sections - slightly more space */
    
    /* Reduce spacing between description and grid content - slightly more space */
    
    /* Reduce spacing in hero sections after descriptions - slightly more space */
    
    /* Reduce gap between Why Choose Ventu cards on mobile */
    
    /* Make large card icons smaller on mobile only */
    
    /* Make large icons smaller on mobile only */
  }
h2{
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
}
@media (min-width: 768px){
  @media (max-width: 768px) {
    
    /* Mobile hero section spacing - more top padding */
    
    /* Mobile section spacing overrides - more top padding */
    
    /* Mobile container spacing - more top padding */
    
    /* Mobile text center spacing - more top padding */
    
    /* Mobile max-width container spacing - more top padding */
    
    /* Mobile headline improvements - consistent sizing */
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    /* Mobile hero title adjustments - consistent sizing */
    
    /* Mobile section title adjustments - consistent sizing */
    
    /* Mobile button size adjustments - reduced padding */
    
    /* Mobile metrics spacing - reduced gaps */
    
    /* Mobile feature card adjustments - reduced padding */
    
    /* Mobile icon container adjustments - smaller icons */
    
    /* Mobile process step adjustments */
    
    /* Mobile FAQ adjustments */
    
    /* Mobile form adjustments */
    
  /* Mobile input adjustments */
  
  /* Prevent mobile zoom on input focus - Global fallback */
    
    /* Mobile section padding adjustments - more top padding, tight bottom padding */
    
    /* Additional mobile spacing overrides - more top padding, tight bottom padding */
    
    /* Mobile grid adjustments - reduced gaps */
    
    /* Mobile spacing utilities - significantly reduced */
    
    /* Mobile text size adjustments - consistent sizing */
    
    h2 {
      font-size: 1.5rem;
    }
    
    /* Mobile margin and padding adjustments - significantly reduced */
    
    /* Reduce gap between section descriptions and content - slightly more space */
    
    /* Reduce margin-bottom on section descriptions - slightly more space */
    
    /* Reduce margin-top on content grids that follow descriptions - slightly more space */
    
    /* Reduce spacing in text-center sections - slightly more space */
    
    /* Reduce spacing between description and cards - slightly more space */
    
    /* Reduce spacing in section containers after descriptions - slightly more space */
    
    /* Reduce spacing between FAQ descriptions and content - slightly more space */
    
    /* Reduce spacing between section titles and descriptions - slightly more space */
    
    /* Reduce spacing in common section patterns - slightly more space */
    
    /* Reduce spacing in feature sections - slightly more space */
    
    /* Reduce spacing between description and grid content - slightly more space */
    
    /* Reduce spacing in hero sections after descriptions - slightly more space */
    
    /* Reduce gap between Why Choose Ventu cards on mobile */
    
    /* Make large card icons smaller on mobile only */
    
    /* Make large icons smaller on mobile only */
  }
}
@media (min-width: 1024px){
  @media (max-width: 768px) {
    
    /* Mobile hero section spacing - more top padding */
    
    /* Mobile section spacing overrides - more top padding */
    
    /* Mobile container spacing - more top padding */
    
    /* Mobile text center spacing - more top padding */
    
    /* Mobile max-width container spacing - more top padding */
    
    /* Mobile headline improvements - consistent sizing */
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    /* Mobile hero title adjustments - consistent sizing */
    
    /* Mobile section title adjustments - consistent sizing */
    
    /* Mobile button size adjustments - reduced padding */
    
    /* Mobile metrics spacing - reduced gaps */
    
    /* Mobile feature card adjustments - reduced padding */
    
    /* Mobile icon container adjustments - smaller icons */
    
    /* Mobile process step adjustments */
    
    /* Mobile FAQ adjustments */
    
    /* Mobile form adjustments */
    
  /* Mobile input adjustments */
  
  /* Prevent mobile zoom on input focus - Global fallback */
    
    /* Mobile section padding adjustments - more top padding, tight bottom padding */
    
    /* Additional mobile spacing overrides - more top padding, tight bottom padding */
    
    /* Mobile grid adjustments - reduced gaps */
    
    /* Mobile spacing utilities - significantly reduced */
    
    /* Mobile text size adjustments - consistent sizing */
    
    h2 {
      font-size: 1.875rem;
    }
    
    /* Mobile margin and padding adjustments - significantly reduced */
    
    /* Reduce gap between section descriptions and content - slightly more space */
    
    /* Reduce margin-bottom on section descriptions - slightly more space */
    
    /* Reduce margin-top on content grids that follow descriptions - slightly more space */
    
    /* Reduce spacing in text-center sections - slightly more space */
    
    /* Reduce spacing between description and cards - slightly more space */
    
    /* Reduce spacing in section containers after descriptions - slightly more space */
    
    /* Reduce spacing between FAQ descriptions and content - slightly more space */
    
    /* Reduce spacing between section titles and descriptions - slightly more space */
    
    /* Reduce spacing in common section patterns - slightly more space */
    
    /* Reduce spacing in feature sections - slightly more space */
    
    /* Reduce spacing between description and grid content - slightly more space */
    
    /* Reduce spacing in hero sections after descriptions - slightly more space */
    
    /* Reduce gap between Why Choose Ventu cards on mobile */
    
    /* Make large card icons smaller on mobile only */
    
    /* Make large icons smaller on mobile only */
  }
}
@media (min-width: 768px){
  h2{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
@media (min-width: 1024px){
  h2{
    font-size: 3rem;
    line-height: 1;
  }
}
h2 {
    line-height: 1.05;
    letter-spacing: -0.01em;
  }
@media (max-width: 768px) {
    
    /* Mobile hero section spacing - more top padding */
    
    /* Mobile section spacing overrides - more top padding */
    
    /* Mobile container spacing - more top padding */
    
    /* Mobile text center spacing - more top padding */
    
    /* Mobile max-width container spacing - more top padding */
    
    /* Mobile headline improvements - consistent sizing */
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    /* Mobile hero title adjustments - consistent sizing */
    
    /* Mobile section title adjustments - consistent sizing */
    
    /* Mobile button size adjustments - reduced padding */
    
    /* Mobile metrics spacing - reduced gaps */
    
    .hero-section .flex.flex-wrap h3 {
      font-size: 1.125rem;
    }
    
    /* Mobile feature card adjustments - reduced padding */
    
    /* Mobile icon container adjustments - smaller icons */
    
    /* Mobile process step adjustments */
    
    /* Mobile FAQ adjustments */
    
    /* Mobile form adjustments */
    
  /* Mobile input adjustments */
  
  /* Prevent mobile zoom on input focus - Global fallback */
    
    /* Mobile section padding adjustments - more top padding, tight bottom padding */
    
    /* Additional mobile spacing overrides - more top padding, tight bottom padding */
    
    /* Mobile grid adjustments - reduced gaps */
    
    /* Mobile spacing utilities - significantly reduced */
    
    /* Mobile text size adjustments - consistent sizing */
    
    h3 {
      font-size: 1.125rem;
    }
    
    /* Mobile margin and padding adjustments - significantly reduced */
    
    /* Reduce gap between section descriptions and content - slightly more space */
    
    /* Reduce margin-bottom on section descriptions - slightly more space */
    
    /* Reduce margin-top on content grids that follow descriptions - slightly more space */
    
    /* Reduce spacing in text-center sections - slightly more space */
    
    /* Reduce spacing between description and cards - slightly more space */
    
    /* Reduce spacing in section containers after descriptions - slightly more space */
    
    /* Reduce spacing between FAQ descriptions and content - slightly more space */
    
    /* Reduce spacing between section titles and descriptions - slightly more space */
    
    /* Reduce spacing in common section patterns - slightly more space */
    
    /* Reduce spacing in feature sections - slightly more space */
    
    /* Reduce spacing between description and grid content - slightly more space */
    
    /* Reduce spacing in hero sections after descriptions - slightly more space */
    
    /* Reduce gap between Why Choose Ventu cards on mobile */
    
    /* Make large card icons smaller on mobile only */
    
    /* Make large icons smaller on mobile only */
    
    /* Mobile hero section spacing - more top padding */
    
    /* Mobile section spacing overrides - more top padding */
    
    /* Mobile container spacing - more top padding */
    
    /* Mobile text center spacing - more top padding */
    
    /* Mobile max-width container spacing - more top padding */
    
    /* Mobile headline improvements - consistent sizing */
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    /* Mobile hero title adjustments - consistent sizing */
    
    /* Mobile section title adjustments - consistent sizing */
    
    /* Mobile button size adjustments - reduced padding */
    
    /* Mobile metrics spacing - reduced gaps */
    
    .hero-section .flex.flex-wrap h3 {
      font-size: 1.125rem;
    }
    
    /* Mobile feature card adjustments - reduced padding */
    
    /* Mobile icon container adjustments - smaller icons */
    
    /* Mobile process step adjustments */
    
    /* Mobile FAQ adjustments */
    
    /* Mobile form adjustments */
    
  /* Mobile input adjustments */
  
  /* Prevent mobile zoom on input focus - Global fallback */
    
    /* Mobile section padding adjustments - more top padding, tight bottom padding */
    
    /* Additional mobile spacing overrides - more top padding, tight bottom padding */
    
    /* Mobile grid adjustments - reduced gaps */
    
    /* Mobile spacing utilities - significantly reduced */
    
    /* Mobile text size adjustments - consistent sizing */
    
    h3 {
      font-size: 1.125rem;
    }
    
    /* Mobile margin and padding adjustments - significantly reduced */
    
    /* Reduce gap between section descriptions and content - slightly more space */
    
    /* Reduce margin-bottom on section descriptions - slightly more space */
    
    /* Reduce margin-top on content grids that follow descriptions - slightly more space */
    
    /* Reduce spacing in text-center sections - slightly more space */
    
    /* Reduce spacing between description and cards - slightly more space */
    
    /* Reduce spacing in section containers after descriptions - slightly more space */
    
    /* Reduce spacing between FAQ descriptions and content - slightly more space */
    
    /* Reduce spacing between section titles and descriptions - slightly more space */
    
    /* Reduce spacing in common section patterns - slightly more space */
    
    /* Reduce spacing in feature sections - slightly more space */
    
    /* Reduce spacing between description and grid content - slightly more space */
    
    /* Reduce spacing in hero sections after descriptions - slightly more space */
    
    /* Reduce gap between Why Choose Ventu cards on mobile */
    
    /* Make large card icons smaller on mobile only */
    
    /* Make large icons smaller on mobile only */
  }
h3{
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
}
@media (min-width: 768px){
  @media (max-width: 768px) {
    
    /* Mobile hero section spacing - more top padding */
    
    /* Mobile section spacing overrides - more top padding */
    
    /* Mobile container spacing - more top padding */
    
    /* Mobile text center spacing - more top padding */
    
    /* Mobile max-width container spacing - more top padding */
    
    /* Mobile headline improvements - consistent sizing */
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    /* Mobile hero title adjustments - consistent sizing */
    
    /* Mobile section title adjustments - consistent sizing */
    
    /* Mobile button size adjustments - reduced padding */
    
    /* Mobile metrics spacing - reduced gaps */
    
    
    .hero-section .flex.flex-wrap h3 {
      font-size: 1.125rem;
    }
    
    /* Mobile feature card adjustments - reduced padding */
    
    /* Mobile icon container adjustments - smaller icons */
    
    /* Mobile process step adjustments */
    
    /* Mobile FAQ adjustments */
    
    /* Mobile form adjustments */
    
  /* Mobile input adjustments */
  
  /* Prevent mobile zoom on input focus - Global fallback */
    
    /* Mobile section padding adjustments - more top padding, tight bottom padding */
    
    /* Additional mobile spacing overrides - more top padding, tight bottom padding */
    
    /* Mobile grid adjustments - reduced gaps */
    
    /* Mobile spacing utilities - significantly reduced */
    
    /* Mobile text size adjustments - consistent sizing */
    
    h3 {
      font-size: 1.25rem;
    }
    
    /* Mobile margin and padding adjustments - significantly reduced */
    
    /* Reduce gap between section descriptions and content - slightly more space */
    
    /* Reduce margin-bottom on section descriptions - slightly more space */
    
    /* Reduce margin-top on content grids that follow descriptions - slightly more space */
    
    /* Reduce spacing in text-center sections - slightly more space */
    
    /* Reduce spacing between description and cards - slightly more space */
    
    /* Reduce spacing in section containers after descriptions - slightly more space */
    
    /* Reduce spacing between FAQ descriptions and content - slightly more space */
    
    /* Reduce spacing between section titles and descriptions - slightly more space */
    
    /* Reduce spacing in common section patterns - slightly more space */
    
    /* Reduce spacing in feature sections - slightly more space */
    
    /* Reduce spacing between description and grid content - slightly more space */
    
    /* Reduce spacing in hero sections after descriptions - slightly more space */
    
    /* Reduce gap between Why Choose Ventu cards on mobile */
    
    /* Make large card icons smaller on mobile only */
    
    /* Make large icons smaller on mobile only */
    
    /* Mobile hero section spacing - more top padding */
    
    /* Mobile section spacing overrides - more top padding */
    
    /* Mobile container spacing - more top padding */
    
    /* Mobile text center spacing - more top padding */
    
    /* Mobile max-width container spacing - more top padding */
    
    /* Mobile headline improvements - consistent sizing */
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    /* Mobile hero title adjustments - consistent sizing */
    
    /* Mobile section title adjustments - consistent sizing */
    
    /* Mobile button size adjustments - reduced padding */
    
    /* Mobile metrics spacing - reduced gaps */
    
    
    .hero-section .flex.flex-wrap h3 {
      font-size: 1.125rem;
    }
    
    /* Mobile feature card adjustments - reduced padding */
    
    /* Mobile icon container adjustments - smaller icons */
    
    /* Mobile process step adjustments */
    
    /* Mobile FAQ adjustments */
    
    /* Mobile form adjustments */
    
  /* Mobile input adjustments */
  
  /* Prevent mobile zoom on input focus - Global fallback */
    
    /* Mobile section padding adjustments - more top padding, tight bottom padding */
    
    /* Additional mobile spacing overrides - more top padding, tight bottom padding */
    
    /* Mobile grid adjustments - reduced gaps */
    
    /* Mobile spacing utilities - significantly reduced */
    
    /* Mobile text size adjustments - consistent sizing */
    
    h3 {
      font-size: 1.25rem;
    }
    
    /* Mobile margin and padding adjustments - significantly reduced */
    
    /* Reduce gap between section descriptions and content - slightly more space */
    
    /* Reduce margin-bottom on section descriptions - slightly more space */
    
    /* Reduce margin-top on content grids that follow descriptions - slightly more space */
    
    /* Reduce spacing in text-center sections - slightly more space */
    
    /* Reduce spacing between description and cards - slightly more space */
    
    /* Reduce spacing in section containers after descriptions - slightly more space */
    
    /* Reduce spacing between FAQ descriptions and content - slightly more space */
    
    /* Reduce spacing between section titles and descriptions - slightly more space */
    
    /* Reduce spacing in common section patterns - slightly more space */
    
    /* Reduce spacing in feature sections - slightly more space */
    
    /* Reduce spacing between description and grid content - slightly more space */
    
    /* Reduce spacing in hero sections after descriptions - slightly more space */
    
    /* Reduce gap between Why Choose Ventu cards on mobile */
    
    /* Make large card icons smaller on mobile only */
    
    /* Make large icons smaller on mobile only */
  }
  h3{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
h3 {
    line-height: 1.1;
    letter-spacing: -0.005em;
  }
@media (max-width: 768px) {
    
    /* Mobile hero section spacing - more top padding */
    
    /* Mobile section spacing overrides - more top padding */
    
    /* Mobile container spacing - more top padding */
    
    /* Mobile text center spacing - more top padding */
    
    /* Mobile max-width container spacing - more top padding */
    
    /* Mobile headline improvements - consistent sizing */
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    /* Mobile hero title adjustments - consistent sizing */
    
    /* Mobile section title adjustments - consistent sizing */
    
    /* Mobile button size adjustments - reduced padding */
    
    /* Mobile metrics spacing - reduced gaps */
    
    /* Mobile feature card adjustments - reduced padding */
    
    /* Mobile icon container adjustments - smaller icons */
    
    /* Mobile process step adjustments */
    
    /* Mobile FAQ adjustments */
    
    /* Mobile form adjustments */
    
  /* Mobile input adjustments */
  
  /* Prevent mobile zoom on input focus - Global fallback */
    
    /* Mobile section padding adjustments - more top padding, tight bottom padding */
    
    /* Additional mobile spacing overrides - more top padding, tight bottom padding */
    
    /* Mobile grid adjustments - reduced gaps */
    
    /* Mobile spacing utilities - significantly reduced */
    
    /* Mobile text size adjustments - consistent sizing */
    h4 {
      font-size: 1rem;
    }
    
    /* Mobile margin and padding adjustments - significantly reduced */
    
    /* Reduce gap between section descriptions and content - slightly more space */
    
    /* Reduce margin-bottom on section descriptions - slightly more space */
    
    /* Reduce margin-top on content grids that follow descriptions - slightly more space */
    
    /* Reduce spacing in text-center sections - slightly more space */
    
    /* Reduce spacing between description and cards - slightly more space */
    
    /* Reduce spacing in section containers after descriptions - slightly more space */
    
    /* Reduce spacing between FAQ descriptions and content - slightly more space */
    
    /* Reduce spacing between section titles and descriptions - slightly more space */
    
    /* Reduce spacing in common section patterns - slightly more space */
    
    /* Reduce spacing in feature sections - slightly more space */
    
    /* Reduce spacing between description and grid content - slightly more space */
    
    /* Reduce spacing in hero sections after descriptions - slightly more space */
    
    /* Reduce gap between Why Choose Ventu cards on mobile */
    
    /* Make large card icons smaller on mobile only */
    
    /* Make large icons smaller on mobile only */
  }
h4{
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
}
@media (min-width: 768px){
  @media (max-width: 768px) {
    
    /* Mobile hero section spacing - more top padding */
    
    /* Mobile section spacing overrides - more top padding */
    
    /* Mobile container spacing - more top padding */
    
    /* Mobile text center spacing - more top padding */
    
    /* Mobile max-width container spacing - more top padding */
    
    /* Mobile headline improvements - consistent sizing */
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    /* Mobile hero title adjustments - consistent sizing */
    
    /* Mobile section title adjustments - consistent sizing */
    
    /* Mobile button size adjustments - reduced padding */
    
    /* Mobile metrics spacing - reduced gaps */
    
    .hero-section .flex.flex-wrap h4 {
      font-size: 1.125rem;
    }
    
    /* Mobile feature card adjustments - reduced padding */
    
    /* Mobile icon container adjustments - smaller icons */
    
    /* Mobile process step adjustments */
    
    /* Mobile FAQ adjustments */
    
    /* Mobile form adjustments */
    
  /* Mobile input adjustments */
  
  /* Prevent mobile zoom on input focus - Global fallback */
    
    /* Mobile section padding adjustments - more top padding, tight bottom padding */
    
    /* Additional mobile spacing overrides - more top padding, tight bottom padding */
    
    /* Mobile grid adjustments - reduced gaps */
    
    /* Mobile spacing utilities - significantly reduced */
    
    /* Mobile text size adjustments - consistent sizing */
    
    h4 {
      font-size: 1.125rem;
    }
    
    /* Mobile margin and padding adjustments - significantly reduced */
    
    /* Reduce gap between section descriptions and content - slightly more space */
    
    /* Reduce margin-bottom on section descriptions - slightly more space */
    
    /* Reduce margin-top on content grids that follow descriptions - slightly more space */
    
    /* Reduce spacing in text-center sections - slightly more space */
    
    /* Reduce spacing between description and cards - slightly more space */
    
    /* Reduce spacing in section containers after descriptions - slightly more space */
    
    /* Reduce spacing between FAQ descriptions and content - slightly more space */
    
    /* Reduce spacing between section titles and descriptions - slightly more space */
    
    /* Reduce spacing in common section patterns - slightly more space */
    
    /* Reduce spacing in feature sections - slightly more space */
    
    /* Reduce spacing between description and grid content - slightly more space */
    
    /* Reduce spacing in hero sections after descriptions - slightly more space */
    
    /* Reduce gap between Why Choose Ventu cards on mobile */
    
    /* Make large card icons smaller on mobile only */
    
    /* Make large icons smaller on mobile only */
    
    /* Mobile hero section spacing - more top padding */
    
    /* Mobile section spacing overrides - more top padding */
    
    /* Mobile container spacing - more top padding */
    
    /* Mobile text center spacing - more top padding */
    
    /* Mobile max-width container spacing - more top padding */
    
    /* Mobile headline improvements - consistent sizing */
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    /* Mobile hero title adjustments - consistent sizing */
    
    /* Mobile section title adjustments - consistent sizing */
    
    /* Mobile button size adjustments - reduced padding */
    
    /* Mobile metrics spacing - reduced gaps */
    
    .hero-section .flex.flex-wrap h4 {
      font-size: 1.125rem;
    }
    
    /* Mobile feature card adjustments - reduced padding */
    
    /* Mobile icon container adjustments - smaller icons */
    
    /* Mobile process step adjustments */
    
    /* Mobile FAQ adjustments */
    
    /* Mobile form adjustments */
    
  /* Mobile input adjustments */
  
  /* Prevent mobile zoom on input focus - Global fallback */
    
    /* Mobile section padding adjustments - more top padding, tight bottom padding */
    
    /* Additional mobile spacing overrides - more top padding, tight bottom padding */
    
    /* Mobile grid adjustments - reduced gaps */
    
    /* Mobile spacing utilities - significantly reduced */
    
    /* Mobile text size adjustments - consistent sizing */
    
    h4 {
      font-size: 1.125rem;
    }
    
    /* Mobile margin and padding adjustments - significantly reduced */
    
    /* Reduce gap between section descriptions and content - slightly more space */
    
    /* Reduce margin-bottom on section descriptions - slightly more space */
    
    /* Reduce margin-top on content grids that follow descriptions - slightly more space */
    
    /* Reduce spacing in text-center sections - slightly more space */
    
    /* Reduce spacing between description and cards - slightly more space */
    
    /* Reduce spacing in section containers after descriptions - slightly more space */
    
    /* Reduce spacing between FAQ descriptions and content - slightly more space */
    
    /* Reduce spacing between section titles and descriptions - slightly more space */
    
    /* Reduce spacing in common section patterns - slightly more space */
    
    /* Reduce spacing in feature sections - slightly more space */
    
    /* Reduce spacing between description and grid content - slightly more space */
    
    /* Reduce spacing in hero sections after descriptions - slightly more space */
    
    /* Reduce gap between Why Choose Ventu cards on mobile */
    
    /* Make large card icons smaller on mobile only */
    
    /* Make large icons smaller on mobile only */
  }
  h4{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
h4 {
    line-height: 1.15;
  }
@media (max-width: 768px) {
    
    /* Mobile hero section spacing - more top padding */
    
    /* Mobile section spacing overrides - more top padding */
    
    /* Mobile container spacing - more top padding */
    
    /* Mobile text center spacing - more top padding */
    
    /* Mobile max-width container spacing - more top padding */
    
    /* Mobile headline improvements - consistent sizing */
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    /* Mobile hero title adjustments - consistent sizing */
    
    /* Mobile section title adjustments - consistent sizing */
    
    /* Mobile button size adjustments - reduced padding */
    
    /* Mobile metrics spacing - reduced gaps */
    
    /* Mobile feature card adjustments - reduced padding */
    
    /* Mobile icon container adjustments - smaller icons */
    
    /* Mobile process step adjustments */
    
    /* Mobile FAQ adjustments */
    
    .faq-section h5 {
      font-size: 1rem;
    }
    
    /* Mobile form adjustments */
    
  /* Mobile input adjustments */
  
  /* Prevent mobile zoom on input focus - Global fallback */
    
    /* Mobile section padding adjustments - more top padding, tight bottom padding */
    
    /* Additional mobile spacing overrides - more top padding, tight bottom padding */
    
    /* Mobile grid adjustments - reduced gaps */
    
    /* Mobile spacing utilities - significantly reduced */
    
    /* Mobile text size adjustments - consistent sizing */
    
    /* Mobile margin and padding adjustments - significantly reduced */
    
    /* Reduce gap between section descriptions and content - slightly more space */
    
    /* Reduce margin-bottom on section descriptions - slightly more space */
    
    /* Reduce margin-top on content grids that follow descriptions - slightly more space */
    
    /* Reduce spacing in text-center sections - slightly more space */
    
    /* Reduce spacing between description and cards - slightly more space */
    
    /* Reduce spacing in section containers after descriptions - slightly more space */
    
    /* Reduce spacing between FAQ descriptions and content - slightly more space */
    
    /* Reduce spacing between section titles and descriptions - slightly more space */
    
    /* Reduce spacing in common section patterns - slightly more space */
    
    /* Reduce spacing in feature sections - slightly more space */
    
    /* Reduce spacing between description and grid content - slightly more space */
    
    /* Reduce spacing in hero sections after descriptions - slightly more space */
    
    /* Reduce gap between Why Choose Ventu cards on mobile */
    
    /* Make large card icons smaller on mobile only */
    
    /* Make large icons smaller on mobile only */
  }
h5{
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
}
@media (min-width: 768px){
  @media (max-width: 768px) {
    
    /* Mobile hero section spacing - more top padding */
    
    /* Mobile section spacing overrides - more top padding */
    
    /* Mobile container spacing - more top padding */
    
    /* Mobile text center spacing - more top padding */
    
    /* Mobile max-width container spacing - more top padding */
    
    /* Mobile headline improvements - consistent sizing */
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    /* Mobile hero title adjustments - consistent sizing */
    
    /* Mobile section title adjustments - consistent sizing */
    
    /* Mobile button size adjustments - reduced padding */
    
    /* Mobile metrics spacing - reduced gaps */
    
    /* Mobile feature card adjustments - reduced padding */
    
    /* Mobile icon container adjustments - smaller icons */
    
    /* Mobile process step adjustments */
    
    /* Mobile FAQ adjustments */
    
    /* Mobile form adjustments */
    
  /* Mobile input adjustments */
  
  /* Prevent mobile zoom on input focus - Global fallback */
    
    /* Mobile section padding adjustments - more top padding, tight bottom padding */
    
    /* Additional mobile spacing overrides - more top padding, tight bottom padding */
    
    /* Mobile grid adjustments - reduced gaps */
    
    /* Mobile spacing utilities - significantly reduced */
    
    /* Mobile text size adjustments - consistent sizing */
    h5 {
      font-size: 1rem;
    }
    
    /* Mobile margin and padding adjustments - significantly reduced */
    
    /* Reduce gap between section descriptions and content - slightly more space */
    
    /* Reduce margin-bottom on section descriptions - slightly more space */
    
    /* Reduce margin-top on content grids that follow descriptions - slightly more space */
    
    /* Reduce spacing in text-center sections - slightly more space */
    
    /* Reduce spacing between description and cards - slightly more space */
    
    /* Reduce spacing in section containers after descriptions - slightly more space */
    
    /* Reduce spacing between FAQ descriptions and content - slightly more space */
    
    /* Reduce spacing between section titles and descriptions - slightly more space */
    
    /* Reduce spacing in common section patterns - slightly more space */
    
    /* Reduce spacing in feature sections - slightly more space */
    
    /* Reduce spacing between description and grid content - slightly more space */
    
    /* Reduce spacing in hero sections after descriptions - slightly more space */
    
    /* Reduce gap between Why Choose Ventu cards on mobile */
    
    /* Make large card icons smaller on mobile only */
    
    /* Make large icons smaller on mobile only */
  }
  h5{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
h5 {
    line-height: 1.2;
  }
@media (max-width: 768px) {
    
    /* Mobile hero section spacing - more top padding */
    
    /* Mobile section spacing overrides - more top padding */
    
    /* Mobile container spacing - more top padding */
    
    /* Mobile text center spacing - more top padding */
    
    /* Mobile max-width container spacing - more top padding */
    
    /* Mobile headline improvements - consistent sizing */
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    /* Mobile hero title adjustments - consistent sizing */
    
    /* Mobile section title adjustments - consistent sizing */
    
    /* Mobile button size adjustments - reduced padding */
    
    /* Mobile metrics spacing - reduced gaps */
    
    /* Mobile feature card adjustments - reduced padding */
    
    /* Mobile icon container adjustments - smaller icons */
    
    /* Mobile process step adjustments */
    
    /* Mobile FAQ adjustments */
    
    .faq-section h6 {
      font-size: 0.875rem;
    }
    
    /* Mobile form adjustments */
    
  /* Mobile input adjustments */
  
  /* Prevent mobile zoom on input focus - Global fallback */
    
    /* Mobile section padding adjustments - more top padding, tight bottom padding */
    
    /* Additional mobile spacing overrides - more top padding, tight bottom padding */
    
    /* Mobile grid adjustments - reduced gaps */
    
    /* Mobile spacing utilities - significantly reduced */
    
    /* Mobile text size adjustments - consistent sizing */
    
    /* Mobile margin and padding adjustments - significantly reduced */
    
    /* Reduce gap between section descriptions and content - slightly more space */
    
    /* Reduce margin-bottom on section descriptions - slightly more space */
    
    /* Reduce margin-top on content grids that follow descriptions - slightly more space */
    
    /* Reduce spacing in text-center sections - slightly more space */
    
    /* Reduce spacing between description and cards - slightly more space */
    
    /* Reduce spacing in section containers after descriptions - slightly more space */
    
    /* Reduce spacing between FAQ descriptions and content - slightly more space */
    
    /* Reduce spacing between section titles and descriptions - slightly more space */
    
    /* Reduce spacing in common section patterns - slightly more space */
    
    /* Reduce spacing in feature sections - slightly more space */
    
    /* Reduce spacing between description and grid content - slightly more space */
    
    /* Reduce spacing in hero sections after descriptions - slightly more space */
    
    /* Reduce gap between Why Choose Ventu cards on mobile */
    
    /* Make large card icons smaller on mobile only */
    
    /* Make large icons smaller on mobile only */
  }
h6{
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
}
@media (min-width: 768px){
  @media (max-width: 768px) {
    
    /* Mobile hero section spacing - more top padding */
    
    /* Mobile section spacing overrides - more top padding */
    
    /* Mobile container spacing - more top padding */
    
    /* Mobile text center spacing - more top padding */
    
    /* Mobile max-width container spacing - more top padding */
    
    /* Mobile headline improvements - consistent sizing */
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    /* Mobile hero title adjustments - consistent sizing */
    
    /* Mobile section title adjustments - consistent sizing */
    
    /* Mobile button size adjustments - reduced padding */
    
    /* Mobile metrics spacing - reduced gaps */
    
    /* Mobile feature card adjustments - reduced padding */
    
    /* Mobile icon container adjustments - smaller icons */
    
    /* Mobile process step adjustments */
    
    /* Mobile FAQ adjustments */
    
    .faq-section h6 {
      font-size: 1rem;
    }
    
    /* Mobile form adjustments */
    
  /* Mobile input adjustments */
  
  /* Prevent mobile zoom on input focus - Global fallback */
    
    /* Mobile section padding adjustments - more top padding, tight bottom padding */
    
    /* Additional mobile spacing overrides - more top padding, tight bottom padding */
    
    /* Mobile grid adjustments - reduced gaps */
    
    /* Mobile spacing utilities - significantly reduced */
    
    /* Mobile text size adjustments - consistent sizing */
    
    /* Mobile margin and padding adjustments - significantly reduced */
    
    /* Reduce gap between section descriptions and content - slightly more space */
    
    /* Reduce margin-bottom on section descriptions - slightly more space */
    
    /* Reduce margin-top on content grids that follow descriptions - slightly more space */
    
    /* Reduce spacing in text-center sections - slightly more space */
    
    /* Reduce spacing between description and cards - slightly more space */
    
    /* Reduce spacing in section containers after descriptions - slightly more space */
    
    /* Reduce spacing between FAQ descriptions and content - slightly more space */
    
    /* Reduce spacing between section titles and descriptions - slightly more space */
    
    /* Reduce spacing in common section patterns - slightly more space */
    
    /* Reduce spacing in feature sections - slightly more space */
    
    /* Reduce spacing between description and grid content - slightly more space */
    
    /* Reduce spacing in hero sections after descriptions - slightly more space */
    
    /* Reduce gap between Why Choose Ventu cards on mobile */
    
    /* Make large card icons smaller on mobile only */
    
    /* Make large icons smaller on mobile only */
  }
  h6{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
h6 {
    line-height: 1.25;
  }
/* Professional body text spacing */
p, span, div, li, td, th {
    line-height: 1.4;
  }
/* Specific paragraph styling */
p {
    line-height: 1.45;
  }
/* Dashboard-specific font styling */
.dashboard-container{
  font-family: Satoshi, Inter, sans-serif;
}
/* Optimize grid layout to prevent white flashing */
.candidate-grid {
    contain: layout style paint;
  }
.candidate-grid > * {
    contain: layout style paint;
  }
/* Optimize header to prevent flashing during scroll */
header {
    /* Ensure consistent initial background to prevent flash */
    background-color: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    /* Remove any top spacing */
    margin: 0 !important;
    padding: 0 !important;
    /* Ensure header is at the very top */
    position: sticky !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    /* Optimize for smooth scrolling */
    z-index: 50 !important;
    /* Remove properties that can interfere with sticky positioning */
    width: 100% !important;
    /* Force sticky behavior */
    display: block !important;
  }
.dark header {
    background-color: rgba(15, 23, 42, 0.95);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
/* Prevent logo flashing */
.logo-container {
    contain: layout style paint;
    will-change: auto;
    min-width: 80px;
    min-height: 80px;
  }
/* Mobile logo container sizing */
@media (max-width: 768px) {
    .logo-container {
      min-width: 48px;
      min-height: 48px;
    }
  }
.logo-container img {
    display: block;
    max-width: 100%;
    height: auto;
  }
/* Optimized header effect */
.dark .header-glassy {
    background: rgba(15, 23, 42, 0.9);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
/* Mobile header optimizations */
@media (max-width: 768px) {
    header {
      height: 4rem; /* 64px - proper mobile header height */
      padding: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      /* Glassy white background for mobile */
      background: rgba(255, 255, 255, 0.95);
      backdrop-filter: blur(8px);
      -webkit-backdrop-filter: blur(8px);
      border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }
    
    /* Enhanced mobile glassy header effect */
    .mobile-header-glassy {
      background: linear-gradient(180deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.8) 100%) !important;
      backdrop-filter: blur(12px) saturate(180%) !important;
      -webkit-backdrop-filter: blur(12px) saturate(180%) !important;
      border-bottom: 1px solid rgba(0, 0, 0, 0.08) !important;
      box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
      /* Ensure it stays sticky */
      position: sticky !important;
      top: 0 !important;
      z-index: 50 !important;
      /* Add subtle inner shadow for depth */
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    }
    
    /* Override Framer Motion background for mobile */
    header[style*="background-color"] {
      background: rgba(255, 255, 255, 0.95) !important;
    }
    
    header > div {
      height: 100%;
      display: flex;
      align-items: center;
      width: 100%;
    }
    
    header > div > div {
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 100%;
    }
    
    .header-glassy {
      background: linear-gradient(180deg, rgba(18,112,255,.08) 0%, rgba(18,112,255,0) 100%), #f7f9fc;
      backdrop-filter: blur(8px);
      -webkit-backdrop-filter: blur(8px);
      border-bottom: 1px solid rgba(18, 112, 255, 0.1);
    }
    
    .dark header {
      background: rgba(15, 23, 42, 0.95);
      border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    
    .dark .header-glassy {
      background: rgba(15, 23, 42, 0.95);
      border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    
    /* Dark mode mobile glassy header */
    .dark .mobile-header-glassy {
      background: linear-gradient(180deg, rgba(15, 23, 42, 0.9) 0%, rgba(15, 23, 42, 0.8) 100%) !important;
      backdrop-filter: blur(12px) saturate(180%) !important;
      -webkit-backdrop-filter: blur(12px) saturate(180%) !important;
      border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05), 0 1px 3px 0 rgba(0, 0, 0, 0.3), 0 1px 2px 0 rgba(0, 0, 0, 0.2) !important;
    }
  }
/* Enhanced mobile menu styling */
@media (max-width: 768px) {
    /* Mobile menu backdrop */
    [data-radix-sheet-overlay] {
      background: rgba(0, 0, 0, 0.5);
      animation: fadeIn 0.3s ease-out;
      transition: background-color 0.3s ease-out;
    }
    
    [data-radix-sheet-overlay][data-state="closed"] {
      background: rgba(0, 0, 0, 0);
      transition: background-color 0.2s ease-in;
    }
    
    /* Mobile menu content styling with slide animation */
    [data-radix-sheet-content] {
      box-shadow: -4px 0 24px rgba(0, 0, 0, 0.15);
    }
    
    
    .dark [data-radix-sheet-content] {
      box-shadow: -4px 0 24px rgba(0, 0, 0, 0.3);
    }
    
    .dark [data-radix-sheet-overlay] {
      background: rgba(0, 0, 0, 0.7);
    }
  }
/* Mobile menu animations */
@keyframes fadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
.dashboard-container h1,
  .dashboard-container h2,
  .dashboard-container h3,
  .dashboard-container h4,
  .dashboard-container h5,
  .dashboard-container h6{
  font-family: Satoshi, Inter, sans-serif;
  font-weight: 600;
    line-height: 1.1;
    letter-spacing: -0.025em;
}
.container{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 2rem;
  padding-left: 2rem;
}
@media (min-width: 1400px){
  .container{
    max-width: 1400px;
  }
}
/* Optimized Primary CTA Button */
@media (max-width: 768px) {
    
    /* Mobile hero section spacing - more top padding */
    
    /* Mobile section spacing overrides - more top padding */
    
    /* Mobile container spacing - more top padding */
    
    /* Mobile text center spacing - more top padding */
    
    /* Mobile max-width container spacing - more top padding */
    
    /* Mobile headline improvements - consistent sizing */
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    /* Mobile hero title adjustments - consistent sizing */
    
    /* Mobile section title adjustments - consistent sizing */
    
    /* Mobile button size adjustments - reduced padding */
    
    /* Mobile metrics spacing - reduced gaps */
    
    /* Mobile feature card adjustments - reduced padding */
    
    /* Mobile icon container adjustments - smaller icons */
    
    /* Mobile process step adjustments */
    
    /* Mobile FAQ adjustments */
    
    .faq-section .btn-primary {
      font-size: 0.875rem;
    }
    
    /* Mobile form adjustments */
    
  /* Mobile input adjustments */
  
  /* Prevent mobile zoom on input focus - Global fallback */
    
    /* Mobile section padding adjustments - more top padding, tight bottom padding */
    
    /* Additional mobile spacing overrides - more top padding, tight bottom padding */
    
    /* Mobile grid adjustments - reduced gaps */
    
    /* Mobile spacing utilities - significantly reduced */
    
    /* Mobile text size adjustments - consistent sizing */
    
    /* Mobile margin and padding adjustments - significantly reduced */
    
    /* Reduce gap between section descriptions and content - slightly more space */
    
    /* Reduce margin-bottom on section descriptions - slightly more space */
    
    /* Reduce margin-top on content grids that follow descriptions - slightly more space */
    
    /* Reduce spacing in text-center sections - slightly more space */
    
    /* Reduce spacing between description and cards - slightly more space */
    
    /* Reduce spacing in section containers after descriptions - slightly more space */
    
    /* Reduce spacing between FAQ descriptions and content - slightly more space */
    
    /* Reduce spacing between section titles and descriptions - slightly more space */
    
    /* Reduce spacing in common section patterns - slightly more space */
    
    /* Reduce spacing in feature sections - slightly more space */
    
    /* Reduce spacing between description and grid content - slightly more space */
    
    /* Reduce spacing in hero sections after descriptions - slightly more space */
    
    /* Reduce gap between Why Choose Ventu cards on mobile */
    
    /* Make large card icons smaller on mobile only */
    
    /* Make large icons smaller on mobile only */
  }
.btn-primary{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 9999px;
  background-color: hsl(var(--primary));
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  color: hsl(var(--primary-foreground));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  animation-duration: 200ms;
}
.btn-primary:hover{
  background-color: hsl(var(--primary-hover));
}
.btn-primary:focus-visible{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-color: hsl(var(--ring));
  --tw-ring-offset-width: 2px;
}
.btn-primary:disabled{
  pointer-events: none;
  opacity: 0.5;
}
.btn-primary {
    box-shadow: var(--shadow-button);
    border: 1px solid rgba(9, 30, 66, 0.08);
  }
.btn-primary:hover {
    transform: translate3d(0, -1px, 0);
    transition: transform 0.2s ease, background-color 0.2s ease;
  }
/* Optimized Secondary Button */
@media (max-width: 768px) {
    
    /* Mobile hero section spacing - more top padding */
    
    /* Mobile section spacing overrides - more top padding */
    
    /* Mobile container spacing - more top padding */
    
    /* Mobile text center spacing - more top padding */
    
    /* Mobile max-width container spacing - more top padding */
    
    /* Mobile headline improvements - consistent sizing */
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    /* Mobile hero title adjustments - consistent sizing */
    
    /* Mobile section title adjustments - consistent sizing */
    
    /* Mobile button size adjustments - reduced padding */
    
    /* Mobile metrics spacing - reduced gaps */
    
    /* Mobile feature card adjustments - reduced padding */
    
    /* Mobile icon container adjustments - smaller icons */
    
    /* Mobile process step adjustments */
    
    /* Mobile FAQ adjustments */
    
    .faq-section .btn-secondary {
      font-size: 0.875rem;
    }
    
    /* Mobile form adjustments */
    
  /* Mobile input adjustments */
  
  /* Prevent mobile zoom on input focus - Global fallback */
    
    /* Mobile section padding adjustments - more top padding, tight bottom padding */
    
    /* Additional mobile spacing overrides - more top padding, tight bottom padding */
    
    /* Mobile grid adjustments - reduced gaps */
    
    /* Mobile spacing utilities - significantly reduced */
    
    /* Mobile text size adjustments - consistent sizing */
    
    /* Mobile margin and padding adjustments - significantly reduced */
    
    /* Reduce gap between section descriptions and content - slightly more space */
    
    /* Reduce margin-bottom on section descriptions - slightly more space */
    
    /* Reduce margin-top on content grids that follow descriptions - slightly more space */
    
    /* Reduce spacing in text-center sections - slightly more space */
    
    /* Reduce spacing between description and cards - slightly more space */
    
    /* Reduce spacing in section containers after descriptions - slightly more space */
    
    /* Reduce spacing between FAQ descriptions and content - slightly more space */
    
    /* Reduce spacing between section titles and descriptions - slightly more space */
    
    /* Reduce spacing in common section patterns - slightly more space */
    
    /* Reduce spacing in feature sections - slightly more space */
    
    /* Reduce spacing between description and grid content - slightly more space */
    
    /* Reduce spacing in hero sections after descriptions - slightly more space */
    
    /* Reduce gap between Why Choose Ventu cards on mobile */
    
    /* Make large card icons smaller on mobile only */
    
    /* Make large icons smaller on mobile only */
  }
.btn-secondary{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 9999px;
  border-width: 1px;
  border-color: hsl(var(--input));
  background-color: hsl(var(--background));
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  color: hsl(var(--foreground));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  animation-duration: 200ms;
}
.btn-secondary:hover{
  background-color: hsl(var(--accent));
  color: hsl(var(--accent-foreground));
}
.btn-secondary:focus-visible{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-color: hsl(var(--ring));
  --tw-ring-offset-width: 2px;
}
.btn-secondary:disabled{
  pointer-events: none;
  opacity: 0.5;
}
.btn-secondary {
    border: 1px solid rgba(9, 30, 66, 0.08);
  }
.btn-secondary:hover {
    transform: translate3d(0, -1px, 0);
    box-shadow: var(--shadow-card);
    transition: transform 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
  }
/* Optimized Feature Card */
.feature-card{
  border-radius: 1rem;
  border-width: 1px;
  background-color: hsl(var(--card));
  padding: 2rem;
  color: hsl(var(--card-foreground));
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  animation-duration: 200ms;
}
.feature-card:hover{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.feature-card {
    box-shadow: var(--shadow-card);
    border: 1px solid rgba(9, 30, 66, 0.08);
    background: rgba(255,255,255,.95);
  }
.feature-card:hover {
    box-shadow: var(--shadow-card-hover);
  }
/* Form Container */
/* Optimized Hero Section */
@media (max-width: 768px) {
    
    /* Mobile hero section spacing - more top padding */
    
    /* Mobile section spacing overrides - more top padding */
    
    /* Mobile container spacing - more top padding */
    
    /* Mobile text center spacing - more top padding */
    
    /* Mobile max-width container spacing - more top padding */
    
    /* Mobile headline improvements - consistent sizing */
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    /* Mobile hero title adjustments - consistent sizing */
    
    /* Mobile section title adjustments - consistent sizing */
    
    /* Mobile button size adjustments - reduced padding */
    
    /* Mobile metrics spacing - reduced gaps */
    
    /* Mobile feature card adjustments - reduced padding */
    
    /* Mobile icon container adjustments - smaller icons */
    
    /* Mobile process step adjustments */
    
    /* Mobile FAQ adjustments */
    
    /* Mobile form adjustments */
    
  /* Mobile input adjustments */
  
  /* Prevent mobile zoom on input focus - Global fallback */
    
    /* Mobile section padding adjustments - more top padding, tight bottom padding */
    
    .hero-section {
      padding-top: 1.5rem;
      padding-bottom: 0.5rem;
    }
    
    /* Additional mobile spacing overrides - more top padding, tight bottom padding */
    
    /* Mobile grid adjustments - reduced gaps */
    
    /* Mobile spacing utilities - significantly reduced */
    
    /* Mobile text size adjustments - consistent sizing */
    
    /* Mobile margin and padding adjustments - significantly reduced */
    
    /* Reduce gap between section descriptions and content - slightly more space */
    
    /* Reduce margin-bottom on section descriptions - slightly more space */
    
    /* Reduce margin-top on content grids that follow descriptions - slightly more space */
    
    /* Reduce spacing in text-center sections - slightly more space */
    
    /* Reduce spacing between description and cards - slightly more space */
    
    /* Reduce spacing in section containers after descriptions - slightly more space */
    
    /* Reduce spacing between FAQ descriptions and content - slightly more space */
    
    /* Reduce spacing between section titles and descriptions - slightly more space */
    
    /* Reduce spacing in common section patterns - slightly more space */
    
    /* Reduce spacing in feature sections - slightly more space */
    
    /* Reduce spacing between description and grid content - slightly more space */
    
    /* Reduce spacing in hero sections after descriptions - slightly more space */
    
    /* Reduce gap between Why Choose Ventu cards on mobile */
    
    /* Make large card icons smaller on mobile only */
    
    /* Make large icons smaller on mobile only */
  }
.hero-section{
  position: relative;
  overflow: hidden;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media (min-width: 768px){
  @media (max-width: 768px) {
    
    /* Mobile hero section spacing - more top padding */
    
    /* Mobile section spacing overrides - more top padding */
    
    /* Mobile container spacing - more top padding */
    
    /* Mobile text center spacing - more top padding */
    
    /* Mobile max-width container spacing - more top padding */
    
    /* Mobile headline improvements - consistent sizing */
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    /* Mobile hero title adjustments - consistent sizing */
    
    /* Mobile section title adjustments - consistent sizing */
    
    /* Mobile button size adjustments - reduced padding */
    
    /* Mobile metrics spacing - reduced gaps */
    
    /* Mobile feature card adjustments - reduced padding */
    
    /* Mobile icon container adjustments - smaller icons */
    
    /* Mobile process step adjustments */
    
    /* Mobile FAQ adjustments */
    
    /* Mobile form adjustments */
    
  /* Mobile input adjustments */
  
  /* Prevent mobile zoom on input focus - Global fallback */
    
    /* Mobile section padding adjustments - more top padding, tight bottom padding */
    .hero-section {
      padding-top: 2.5rem;
      padding-bottom: 1rem;
    }
    
    /* Additional mobile spacing overrides - more top padding, tight bottom padding */
    
    /* Mobile grid adjustments - reduced gaps */
    
    /* Mobile spacing utilities - significantly reduced */
    
    /* Mobile text size adjustments - consistent sizing */
    
    /* Mobile margin and padding adjustments - significantly reduced */
    
    /* Reduce gap between section descriptions and content - slightly more space */
    
    /* Reduce margin-bottom on section descriptions - slightly more space */
    
    /* Reduce margin-top on content grids that follow descriptions - slightly more space */
    
    /* Reduce spacing in text-center sections - slightly more space */
    
    /* Reduce spacing between description and cards - slightly more space */
    
    /* Reduce spacing in section containers after descriptions - slightly more space */
    
    /* Reduce spacing between FAQ descriptions and content - slightly more space */
    
    /* Reduce spacing between section titles and descriptions - slightly more space */
    
    /* Reduce spacing in common section patterns - slightly more space */
    
    /* Reduce spacing in feature sections - slightly more space */
    
    /* Reduce spacing between description and grid content - slightly more space */
    
    /* Reduce spacing in hero sections after descriptions - slightly more space */
    
    /* Reduce gap between Why Choose Ventu cards on mobile */
    
    /* Make large card icons smaller on mobile only */
    
    /* Make large icons smaller on mobile only */
  }
  .hero-section{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
.hero-section {
    background: var(--gradient-subtle);
    position: relative;
  }
/* Section Container */
@media (max-width: 768px) {
    
    /* Mobile hero section spacing - more top padding */
    
    /* Mobile section spacing overrides - more top padding */
    
    /* Mobile container spacing - more top padding */
    
    /* Mobile text center spacing - more top padding */
    
    /* Mobile max-width container spacing - more top padding */
    .section-container.max-w-4xl,.section-container.max-w-5xl,.section-container.max-w-6xl,.section-container.max-w-7xl {
      padding-top: 0.75rem;
      padding-bottom: 0.125rem;
    }
    
    /* Mobile headline improvements - consistent sizing */
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    /* Mobile hero title adjustments - consistent sizing */
    
    /* Mobile section title adjustments - consistent sizing */
    
    /* Mobile button size adjustments - reduced padding */
    
    /* Mobile metrics spacing - reduced gaps */
    
    /* Mobile feature card adjustments - reduced padding */
    
    /* Mobile icon container adjustments - smaller icons */
    
    /* Mobile process step adjustments */
    
    /* Mobile FAQ adjustments */
    
    /* Mobile form adjustments */
    
  /* Mobile input adjustments */
  
  /* Prevent mobile zoom on input focus - Global fallback */
    
    /* Mobile section padding adjustments - more top padding, tight bottom padding */
    
    /* Additional mobile spacing overrides - more top padding, tight bottom padding */
    
    /* Mobile grid adjustments - reduced gaps */
    
    /* Mobile spacing utilities - significantly reduced */
    
    /* Mobile text size adjustments - consistent sizing */
    
    /* Mobile margin and padding adjustments - significantly reduced */
    
    /* Reduce gap between section descriptions and content - slightly more space */
    
    /* Reduce margin-bottom on section descriptions - slightly more space */
    
    /* Reduce margin-top on content grids that follow descriptions - slightly more space */
    
    /* Reduce spacing in text-center sections - slightly more space */
    
    /* Reduce spacing between description and cards - slightly more space */
    
    /* Reduce spacing in section containers after descriptions - slightly more space */
    
    /* Reduce spacing between FAQ descriptions and content - slightly more space */
    
    /* Reduce spacing between section titles and descriptions - slightly more space */
    
    /* Reduce spacing in common section patterns - slightly more space */
    
    /* Reduce spacing in feature sections - slightly more space */
    
    /* Reduce spacing between description and grid content - slightly more space */
    
    /* Reduce spacing in hero sections after descriptions - slightly more space */
    
    /* Reduce gap between Why Choose Ventu cards on mobile */
    
    /* Make large card icons smaller on mobile only */
    
    /* Make large icons smaller on mobile only */
    
    /* Mobile hero section spacing - more top padding */
    
    /* Mobile section spacing overrides - more top padding */
    
    /* Mobile container spacing - more top padding */
    
    /* Mobile text center spacing - more top padding */
    
    /* Mobile max-width container spacing - more top padding */
    .section-container.max-w-4xl,.section-container.max-w-5xl,.section-container.max-w-6xl,.section-container.max-w-7xl {
      padding-top: 0.75rem;
      padding-bottom: 0.125rem;
    }
    
    /* Mobile headline improvements - consistent sizing */
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    /* Mobile hero title adjustments - consistent sizing */
    
    /* Mobile section title adjustments - consistent sizing */
    
    /* Mobile button size adjustments - reduced padding */
    
    /* Mobile metrics spacing - reduced gaps */
    
    /* Mobile feature card adjustments - reduced padding */
    
    /* Mobile icon container adjustments - smaller icons */
    
    /* Mobile process step adjustments */
    
    /* Mobile FAQ adjustments */
    
    /* Mobile form adjustments */
    
  /* Mobile input adjustments */
  
  /* Prevent mobile zoom on input focus - Global fallback */
    
    /* Mobile section padding adjustments - more top padding, tight bottom padding */
    
    /* Additional mobile spacing overrides - more top padding, tight bottom padding */
    
    /* Mobile grid adjustments - reduced gaps */
    
    /* Mobile spacing utilities - significantly reduced */
    
    /* Mobile text size adjustments - consistent sizing */
    
    /* Mobile margin and padding adjustments - significantly reduced */
    
    /* Reduce gap between section descriptions and content - slightly more space */
    
    /* Reduce margin-bottom on section descriptions - slightly more space */
    
    /* Reduce margin-top on content grids that follow descriptions - slightly more space */
    
    /* Reduce spacing in text-center sections - slightly more space */
    
    /* Reduce spacing between description and cards - slightly more space */
    
    /* Reduce spacing in section containers after descriptions - slightly more space */
    
    /* Reduce spacing between FAQ descriptions and content - slightly more space */
    
    /* Reduce spacing between section titles and descriptions - slightly more space */
    
    /* Reduce spacing in common section patterns - slightly more space */
    
    /* Reduce spacing in feature sections - slightly more space */
    
    /* Reduce spacing between description and grid content - slightly more space */
    
    /* Reduce spacing in hero sections after descriptions - slightly more space */
    
    /* Reduce gap between Why Choose Ventu cards on mobile */
    
    /* Make large card icons smaller on mobile only */
    
    /* Make large icons smaller on mobile only */
    
    /* Mobile hero section spacing - more top padding */
    
    /* Mobile section spacing overrides - more top padding */
    
    /* Mobile container spacing - more top padding */
    
    /* Mobile text center spacing - more top padding */
    
    /* Mobile max-width container spacing - more top padding */
    .section-container.max-w-4xl,.section-container.max-w-5xl,.section-container.max-w-6xl,.section-container.max-w-7xl {
      padding-top: 0.75rem;
      padding-bottom: 0.125rem;
    }
    
    /* Mobile headline improvements - consistent sizing */
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    /* Mobile hero title adjustments - consistent sizing */
    
    /* Mobile section title adjustments - consistent sizing */
    
    /* Mobile button size adjustments - reduced padding */
    
    /* Mobile metrics spacing - reduced gaps */
    
    /* Mobile feature card adjustments - reduced padding */
    
    /* Mobile icon container adjustments - smaller icons */
    
    /* Mobile process step adjustments */
    
    /* Mobile FAQ adjustments */
    
    /* Mobile form adjustments */
    
  /* Mobile input adjustments */
  
  /* Prevent mobile zoom on input focus - Global fallback */
    
    /* Mobile section padding adjustments - more top padding, tight bottom padding */
    
    /* Additional mobile spacing overrides - more top padding, tight bottom padding */
    
    /* Mobile grid adjustments - reduced gaps */
    
    /* Mobile spacing utilities - significantly reduced */
    
    /* Mobile text size adjustments - consistent sizing */
    
    /* Mobile margin and padding adjustments - significantly reduced */
    
    /* Reduce gap between section descriptions and content - slightly more space */
    
    /* Reduce margin-bottom on section descriptions - slightly more space */
    
    /* Reduce margin-top on content grids that follow descriptions - slightly more space */
    
    /* Reduce spacing in text-center sections - slightly more space */
    
    /* Reduce spacing between description and cards - slightly more space */
    
    /* Reduce spacing in section containers after descriptions - slightly more space */
    
    /* Reduce spacing between FAQ descriptions and content - slightly more space */
    
    /* Reduce spacing between section titles and descriptions - slightly more space */
    
    /* Reduce spacing in common section patterns - slightly more space */
    
    /* Reduce spacing in feature sections - slightly more space */
    
    /* Reduce spacing between description and grid content - slightly more space */
    
    /* Reduce spacing in hero sections after descriptions - slightly more space */
    
    /* Reduce gap between Why Choose Ventu cards on mobile */
    
    /* Make large card icons smaller on mobile only */
    
    /* Make large icons smaller on mobile only */
    
    /* Mobile hero section spacing - more top padding */
    
    /* Mobile section spacing overrides - more top padding */
    
    /* Mobile container spacing - more top padding */
    
    /* Mobile text center spacing - more top padding */
    
    /* Mobile max-width container spacing - more top padding */
    .section-container.max-w-4xl,.section-container.max-w-5xl,.section-container.max-w-6xl,.section-container.max-w-7xl {
      padding-top: 0.75rem;
      padding-bottom: 0.125rem;
    }
    
    /* Mobile headline improvements - consistent sizing */
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    /* Mobile hero title adjustments - consistent sizing */
    
    /* Mobile section title adjustments - consistent sizing */
    
    /* Mobile button size adjustments - reduced padding */
    
    /* Mobile metrics spacing - reduced gaps */
    
    /* Mobile feature card adjustments - reduced padding */
    
    /* Mobile icon container adjustments - smaller icons */
    
    /* Mobile process step adjustments */
    
    /* Mobile FAQ adjustments */
    
    /* Mobile form adjustments */
    
  /* Mobile input adjustments */
  
  /* Prevent mobile zoom on input focus - Global fallback */
    
    /* Mobile section padding adjustments - more top padding, tight bottom padding */
    
    /* Additional mobile spacing overrides - more top padding, tight bottom padding */
    
    /* Mobile grid adjustments - reduced gaps */
    
    /* Mobile spacing utilities - significantly reduced */
    
    /* Mobile text size adjustments - consistent sizing */
    
    /* Mobile margin and padding adjustments - significantly reduced */
    
    /* Reduce gap between section descriptions and content - slightly more space */
    
    /* Reduce margin-bottom on section descriptions - slightly more space */
    
    /* Reduce margin-top on content grids that follow descriptions - slightly more space */
    
    /* Reduce spacing in text-center sections - slightly more space */
    
    /* Reduce spacing between description and cards - slightly more space */
    
    /* Reduce spacing in section containers after descriptions - slightly more space */
    
    /* Reduce spacing between FAQ descriptions and content - slightly more space */
    
    /* Reduce spacing between section titles and descriptions - slightly more space */
    
    /* Reduce spacing in common section patterns - slightly more space */
    
    /* Reduce spacing in feature sections - slightly more space */
    
    /* Reduce spacing between description and grid content - slightly more space */
    
    /* Reduce spacing in hero sections after descriptions - slightly more space */
    
    /* Reduce gap between Why Choose Ventu cards on mobile */
    
    /* Make large card icons smaller on mobile only */
    
    /* Make large icons smaller on mobile only */
    
    /* Mobile hero section spacing - more top padding */
    
    /* Mobile section spacing overrides - more top padding */
    
    /* Mobile container spacing - more top padding */
    
    /* Mobile text center spacing - more top padding */
    
    /* Mobile max-width container spacing - more top padding */
    
    .mx-auto.section-container {
      padding-top: 0.75rem;
      padding-bottom: 0.125rem;
    }
    
    /* Mobile headline improvements - consistent sizing */
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    /* Mobile hero title adjustments - consistent sizing */
    
    /* Mobile section title adjustments - consistent sizing */
    
    /* Mobile button size adjustments - reduced padding */
    
    /* Mobile metrics spacing - reduced gaps */
    
    /* Mobile feature card adjustments - reduced padding */
    
    /* Mobile icon container adjustments - smaller icons */
    
    /* Mobile process step adjustments */
    
    /* Mobile FAQ adjustments */
    
    /* Mobile form adjustments */
    
  /* Mobile input adjustments */
  
  /* Prevent mobile zoom on input focus - Global fallback */
    
    /* Mobile section padding adjustments - more top padding, tight bottom padding */
    
    /* Additional mobile spacing overrides - more top padding, tight bottom padding */
    
    /* Mobile grid adjustments - reduced gaps */
    
    /* Mobile spacing utilities - significantly reduced */
    
    /* Mobile text size adjustments - consistent sizing */
    
    /* Mobile margin and padding adjustments - significantly reduced */
    
    /* Reduce gap between section descriptions and content - slightly more space */
    
    /* Reduce margin-bottom on section descriptions - slightly more space */
    
    /* Reduce margin-top on content grids that follow descriptions - slightly more space */
    
    /* Reduce spacing in text-center sections - slightly more space */
    
    /* Reduce spacing between description and cards - slightly more space */
    
    /* Reduce spacing in section containers after descriptions - slightly more space */
    
    /* Reduce spacing between FAQ descriptions and content - slightly more space */
    
    /* Reduce spacing between section titles and descriptions - slightly more space */
    
    /* Reduce spacing in common section patterns - slightly more space */
    
    /* Reduce spacing in feature sections - slightly more space */
    
    /* Reduce spacing between description and grid content - slightly more space */
    
    /* Reduce spacing in hero sections after descriptions - slightly more space */
    
    /* Reduce gap between Why Choose Ventu cards on mobile */
    
    /* Make large card icons smaller on mobile only */
    
    /* Make large icons smaller on mobile only */
  }
.section-container{
  margin-left: auto;
  margin-right: auto;
  max-width: 80rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 640px){
  .section-container{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 1024px){
  .section-container{
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
/* Mobile-specific hero spacing improvements */
@media (max-width: 768px) {
    .hero-section .section-container {
      padding-top: 0.25rem;
    }
    
    /* Mobile hero section spacing - more top padding */
    .hero-section {
      padding-top: 2rem !important;
      padding-bottom: 1rem !important;
    }
    
    /* Mobile section spacing overrides - more top padding */
    section {
      padding-top: 1.5rem !important;
      padding-bottom: 0.5rem !important;
    }
    
    /* Mobile container spacing - more top padding */
    .section-container {
      padding-top: 1rem;
      padding-bottom: 0.25rem;
    }
    
    /* Mobile text center spacing - more top padding */
    .text-center {
      padding-top: 0.75rem;
      padding-bottom: 0.125rem;
    }
    
    /* Mobile max-width container spacing - more top padding */
    .mx-auto.max-w-4xl,
    .mx-auto.max-w-5xl,
    .mx-auto.max-w-6xl,
    .mx-auto.max-w-7xl {
      padding-top: 0.75rem;
      padding-bottom: 0.125rem;
    }
    
    .hero-section h1,
    .hero-section .hero-title {
      margin-bottom: 1rem;
      font-size: 2rem !important;
      line-height: 1.1 !important;
    }
    
    /* Mobile headline improvements - consistent sizing */
    h1:not(.dashboard-container h1) {
      font-size: 2rem;
      line-height: 1.1 !important;
      letter-spacing: -0.005em !important;
    }
    
    @media (min-width: 768px) {
      h1:not(.dashboard-container h1) {
        font-size: 3rem;
      }
    }
    
    @media (min-width: 1024px) {
      h1:not(.dashboard-container h1) {
        font-size: 3.75rem;
      }
    }
    
    h2 {
      font-size: 1.5rem;
      line-height: 1.05;
      letter-spacing: -0.01em;
    }
    
    @media (min-width: 768px) {
      h2 {
        font-size: 2.25rem;
      }
    }
    
    @media (min-width: 1024px) {
      h2 {
        font-size: 3rem;
      }
    }
    
    h3 {
      font-size: 1.25rem;
      line-height: 1.1;
      letter-spacing: -0.005em;
    }
    
    @media (min-width: 768px) {
      h3 {
        font-size: 1.875rem;
      }
    }
    
    h4 {
      font-size: 1.125rem;
      line-height: 1.15;
    }
    
    @media (min-width: 768px) {
      h4 {
        font-size: 1.5rem;
      }
    }
    
    h5 {
      font-size: 1rem;
      line-height: 1.2;
    }
    
    @media (min-width: 768px) {
      h5 {
        font-size: 1.25rem;
      }
    }
    
    h6 {
      font-size: 0.875rem;
      line-height: 1.25;
    }
    
    /* Mobile hero title adjustments - consistent sizing */
    .hero-title {
      font-size: 1.75rem;
      font-weight: 700;
      line-height: 1.1;
      letter-spacing: -0.005em;
    }
    
    /* Mobile section title adjustments - consistent sizing */
    .section-title {
      font-size: 1.5rem;
      font-weight: 700;
      line-height: 1.05;
      letter-spacing: -0.01em;
    }
    
    /* Mobile button size adjustments - reduced padding */
    .btn-primary {
      padding: 0.625rem 1.25rem;
      font-size: 0.875rem;
    }
    
    .btn-secondary {
      padding: 0.625rem 1.25rem;
      font-size: 0.875rem;
    }
    
    /* Mobile metrics spacing - reduced gaps */
    .hero-section .flex.flex-wrap {
      gap: 0.75rem;
    }
    
    .hero-section .flex.flex-wrap > div {
      text-align: center;
    }
    
    .hero-section .flex.flex-wrap .text-2xl,
    .hero-section .flex.flex-wrap .text-3xl {
      font-size: 1.125rem;
    }
    
    .hero-section .flex.flex-wrap .text-sm {
      font-size: 0.75rem;
    }
    
    /* Mobile feature card adjustments - reduced padding */
    .feature-card {
      padding: 1rem;
    }
    
    .feature-card h3 {
      font-size: 1.125rem;
    }
    
    .feature-card p {
      font-size: 0.875rem;
    }
    
    /* Mobile icon container adjustments - smaller icons */
    .icon-container {
      width: 2.5rem;
      height: 2.5rem;
    }
    
    .icon-chip {
      width: 2rem;
      height: 2rem;
    }
    
    /* Mobile process step adjustments */
    .process-step .w-24 {
      width: 4rem;
    }
    
    .process-step .h-24 {
      height: 4rem;
    }
    
    .process-step .w-10 {
      width: 2rem;
    }
    
    .process-step .h-10 {
      height: 2rem;
    }
    
    /* Mobile FAQ adjustments */
    .faq-section .space-y-4 > div {
      padding: 1rem;
    }
    
    .faq-section .text-lg {
      font-size: 1rem;
    }
    
    .faq-section .text-base {
      font-size: 0.875rem;
    }
    
    /* Mobile form adjustments */
    .form-container {
      padding: 1.5rem;
    }
    
    .form-container .space-y-8 {
      gap: 1.5rem;
    }
    
    .form-container .space-y-6 {
      gap: 1rem;
    }
    
    .form-container .space-y-4 {
      gap: 0.75rem;
    }
    
  /* Mobile input adjustments */
  .form-container input,
  .form-container textarea,
  .form-container select {
    height: 2.5rem;
    font-size: 0.875rem;
  }
  
  /* Prevent mobile zoom on input focus - Global fallback */
  input[type="text"],
  input[type="email"],
  input[type="password"],
  input[type="tel"],
  input[type="url"],
  input[type="search"],
  input[type="number"],
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  textarea,
  select {
    font-size: 16px !important;
  }
    
    /* Mobile section padding adjustments - more top padding, tight bottom padding */
    .py-32 {
      padding-top: 2.5rem;
      padding-bottom: 1rem;
    }
    
    .py-24 {
      padding-top: 2rem;
      padding-bottom: 0.75rem;
    }
    
    .py-20 {
      padding-top: 1.75rem;
      padding-bottom: 0.625rem;
    }
    
    .py-16 {
      padding-top: 1.5rem;
      padding-bottom: 0.5rem;
    }
    
    .py-12 {
      padding-top: 1.25rem;
      padding-bottom: 0.375rem;
    }
    
    .py-8 {
      padding-top: 1rem;
      padding-bottom: 0.25rem;
    }
    
    .py-6 {
      padding-top: 0.875rem;
      padding-bottom: 0.125rem;
    }
    
    /* Additional mobile spacing overrides - more top padding, tight bottom padding */
    .py-10 {
      padding-top: 1rem;
      padding-bottom: 0.25rem;
    }
    
    .py-14 {
      padding-top: 1.125rem;
      padding-bottom: 0.375rem;
    }
    
    .py-18 {
      padding-top: 1.375rem;
      padding-bottom: 0.5rem;
    }
    
    .py-28 {
      padding-top: 1.875rem;
      padding-bottom: 0.75rem;
    }
    
    .py-36 {
      padding-top: 2.25rem;
      padding-bottom: 0.875rem;
    }
    
    .py-40 {
      padding-top: 2.5rem;
      padding-bottom: 1rem;
    }
    
    .py-48 {
      padding-top: 3rem;
      padding-bottom: 1.25rem;
    }
    
    .py-52 {
      padding-top: 3.25rem;
      padding-bottom: 1.375rem;
    }
    
    .py-56 {
      padding-top: 3.5rem;
      padding-bottom: 1.5rem;
    }
    
    .py-60 {
      padding-top: 3.75rem;
      padding-bottom: 1.625rem;
    }
    
    .py-64 {
      padding-top: 4rem;
      padding-bottom: 1.75rem;
    }
    
    .py-72 {
      padding-top: 4.5rem;
      padding-bottom: 2rem;
    }
    
    .py-80 {
      padding-top: 5rem;
      padding-bottom: 2.25rem;
    }
    
    /* Mobile grid adjustments - reduced gaps */
    .grid.grid-cols-1.md\\:grid-cols-2.lg\\:grid-cols-3 {
      gap: 1rem;
    }
    
    .grid.grid-cols-1.md\\:grid-cols-3 {
      gap: 1rem;
    }
    
    .grid.grid-cols-1.md\\:grid-cols-2 {
      gap: 1rem;
    }
    
    /* Mobile spacing utilities - significantly reduced */
    .space-y-12 > :not([hidden]) ~ :not([hidden]) {
      margin-top: 1rem;
    }
    
    .space-y-10 > :not([hidden]) ~ :not([hidden]) {
      margin-top: 0.75rem;
    }
    
    .space-y-8 > :not([hidden]) ~ :not([hidden]) {
      margin-top: 0.625rem;
    }
    
    .space-y-6 > :not([hidden]) ~ :not([hidden]) {
      margin-top: 0.5rem;
    }
    
    .space-y-4 > :not([hidden]) ~ :not([hidden]) {
      margin-top: 0.375rem;
    }
    
    .space-y-3 > :not([hidden]) ~ :not([hidden]) {
      margin-top: 0.25rem;
    }
    
    .space-y-2 > :not([hidden]) ~ :not([hidden]) {
      margin-top: 0.125rem;
    }
    
    /* Mobile text size adjustments - consistent sizing */
    .text-xl {
      font-size: 1rem;
    }
    
    .text-2xl {
      font-size: 1.125rem;
    }
    
    .text-3xl {
      font-size: 1.25rem;
    }
    
    .text-4xl {
      font-size: 1.5rem;
    }
    
    .text-5xl {
      font-size: 1.875rem;
    }
    
    .text-6xl {
      font-size: 2.25rem;
    }
    
    /* Mobile margin and padding adjustments - significantly reduced */
    .mb-24 {
      margin-bottom: 1.5rem;
    }
    
    .mb-20 {
      margin-bottom: 1.25rem;
    }
    
    .mb-16 {
      margin-bottom: 1rem;
    }
    
    .mb-12 {
      margin-bottom: 0.75rem;
    }
    
    .mb-10 {
      margin-bottom: 0.625rem;
    }
    
    .mb-8 {
      margin-bottom: 0.5rem;
    }
    
    .mb-6 {
      margin-bottom: 0.375rem;
    }
    
    .mb-4 {
      margin-bottom: 0.25rem;
    }
    
    .mb-2 {
      margin-bottom: 0.125rem;
    }
    
    .mt-24 {
      margin-top: 1.5rem;
    }
    
    .mt-20 {
      margin-top: 1.25rem;
    }
    
    .mt-16 {
      margin-top: 1rem;
    }
    
    .mt-12 {
      margin-top: 0.75rem;
    }
    
    .mt-10 {
      margin-top: 0.625rem;
    }
    
    .mt-8 {
      margin-top: 0.5rem;
    }
    
    .mt-6 {
      margin-top: 0.375rem;
    }
    
    .mt-4 {
      margin-top: 0.25rem;
    }
    
    .mt-2 {
      margin-top: 0.125rem;
    }
    
    .pt-24 {
      padding-top: 2.5rem;
    }
    
    .pt-20 {
      padding-top: 2rem;
    }
    
    .pt-16 {
      padding-top: 1.75rem;
    }
    
    .pt-12 {
      padding-top: 1.5rem;
    }
    
    .pt-10 {
      padding-top: 1.25rem;
    }
    
    .pt-8 {
      padding-top: 1rem;
    }
    
    .pt-6 {
      padding-top: 0.875rem;
    }
    
    .pt-4 {
      padding-top: 0.75rem;
    }
    
    .pt-2 {
      padding-top: 0.5rem;
    }
    
    .pb-24 {
      padding-bottom: 1.5rem;
    }
    
    .pb-20 {
      padding-bottom: 1.25rem;
    }
    
    .pb-16 {
      padding-bottom: 1rem;
    }
    
    .pb-12 {
      padding-bottom: 0.75rem;
    }
    
    .pb-10 {
      padding-bottom: 0.625rem;
    }
    
    .pb-8 {
      padding-bottom: 0.5rem;
    }
    
    .pb-6 {
      padding-bottom: 0.375rem;
    }
    
    .pb-4 {
      padding-bottom: 0.25rem;
    }
    
    .pb-2 {
      padding-bottom: 0.125rem;
    }
    
    /* Reduce gap between section descriptions and content - slightly more space */
    .text-center p {
      margin-bottom: 0.75rem !important;
    }
    
    /* Reduce margin-bottom on section descriptions - slightly more space */
    .scroll-animate p {
      margin-bottom: 0.75rem !important;
    }
    
    /* Reduce margin-top on content grids that follow descriptions - slightly more space */
    .grid {
      margin-top: 1rem !important;
    }
    
    /* Reduce spacing in text-center sections - slightly more space */
    .text-center {
      margin-bottom: 1rem !important;
    }
    
    /* Reduce spacing between description and cards - slightly more space */
    .text-center + .grid,
    .scroll-animate + .grid,
    p + .grid {
      margin-top: 0.75rem !important;
    }
    
    /* Reduce spacing in section containers after descriptions - slightly more space */
    .section-container .text-center + * {
      margin-top: 1rem !important;
    }
    
    /* Reduce spacing between FAQ descriptions and content - slightly more space */
    .scroll-animate + .max-w-4xl,
    .scroll-animate + .max-w-3xl,
    .scroll-animate + .max-w-2xl {
      margin-top: 1rem !important;
    }
    
    /* Reduce spacing between section titles and descriptions - slightly more space */
    h2 + p {
      margin-bottom: 0.75rem !important;
    }
    
    /* Reduce spacing in common section patterns - slightly more space */
    .mb-24 {
      margin-bottom: 1.25rem !important;
    }
    
    .mb-20 {
      margin-bottom: 1rem !important;
    }
    
    .mb-16 {
      margin-bottom: 0.875rem !important;
    }
    
    /* Reduce spacing in feature sections - slightly more space */
    .text-center.mb-24,
    .text-center.mb-20,
    .text-center.mb-16 {
      margin-bottom: 1rem !important;
    }
    
    /* Reduce spacing between description and grid content - slightly more space */
    .scroll-animate + div > .grid,
    .text-center + div > .grid {
      margin-top: 0.75rem !important;
    }
    
    /* Reduce spacing in hero sections after descriptions - slightly more space */
    .hero-section .scroll-animate + * {
      margin-top: 1rem !important;
    }
    
    /* Reduce gap between Why Choose Ventu cards on mobile */
    .grid.gap-8 {
      gap: 1.25rem !important; /* Reduce from 2rem to 1.25rem */
    }
    
    /* Make large card icons smaller on mobile only */
    .w-16.h-16.sm\\:w-20.sm\\:h-20.lg\\:w-24.lg\\:h-24,
    .w-24.h-24 {
      width: 2.5rem !important; /* 40px */
      height: 2.5rem !important; /* 40px */
    }
    
    /* Make large icons smaller on mobile only */
    .h-8.w-8.sm\\:h-10.sm\\:w-10.lg\\:h-12.lg\\:w-12,
    .h-12.w-12 {
      width: 1.25rem !important; /* 20px */
      height: 1.25rem !important; /* 20px */
    }
     {
      padding-top: 0.25rem !important;
    }
    
    /* Mobile hero section spacing - more top padding */
     {
      padding-top: 2rem !important;
      padding-bottom: 1rem !important;
    }
    
    /* Mobile section spacing overrides - more top padding */
     {
      padding-top: 1.5rem !important;
      padding-bottom: 0.5rem !important;
    }
    
    /* Mobile container spacing - more top padding */
     {
      padding-top: 1rem !important;
      padding-bottom: 0.25rem !important;
    }
    
    /* Mobile text center spacing - more top padding */
     {
      padding-top: 0.75rem !important;
      padding-bottom: 0.125rem !important;
    }
    
    /* Mobile max-width container spacing - more top padding */
     {
      padding-top: 0.75rem !important;
      padding-bottom: 0.125rem !important;
      margin-bottom: 1rem !important;
      font-size: 2rem !important;
      line-height: 1.1 !important;
    }
    
    /* Mobile headline improvements - consistent sizing */
     {
      font-size: 2rem !important;
      line-height: 1.1 !important;
      letter-spacing: -0.005em !important;
    }
    
    @media (min-width: 768px) {
       {
        font-size: 3rem !important;
      }
    }
    
    @media (min-width: 1024px) {
       {
        font-size: 3.75rem !important;
      }
      font-size: 1.5rem !important;
      line-height: 1.05 !important;
      letter-spacing: -0.01em !important
    }
    
    @media (min-width: 768px) {
       {
        font-size: 2.25rem !important;
      }
    }
    
    @media (min-width: 1024px) {
       {
        font-size: 3rem !important;
      }
      font-size: 1.25rem !important;
      line-height: 1.1 !important;
      letter-spacing: -0.005em !important
    }
    
    @media (min-width: 768px) {
       {
        font-size: 1.875rem !important;
      }
      font-size: 1.125rem !important;
      line-height: 1.15 !important;
       {
        font-size: 1.5rem !important;
      }
      font-size: 1rem !important;
      line-height: 1.2 !important;
       {
        font-size: 1.25rem !important;
      }
      font-size: 0.875rem !important;
      line-height: 1.25 !important
    }
    
    /* Mobile hero title adjustments - consistent sizing */
     {
      font-size: 1.75rem !important;
      font-weight: 700 !important;
      line-height: 1.1 !important;
      letter-spacing: -0.005em !important;
    }
    
    /* Mobile section title adjustments - consistent sizing */
     {
      font-size: 1.5rem !important;
      font-weight: 700 !important;
      line-height: 1.05 !important;
      letter-spacing: -0.01em !important;
    }
    
    /* Mobile button size adjustments - reduced padding */
     {
      padding: 0.625rem 1.25rem !important;
      font-size: 0.875rem !important;
    }
    
    /* Mobile metrics spacing - reduced gaps */
     {
      gap: 0.75rem !important;
      text-align: center !important;
    }
    
    .hero-section .flex.flex-wrap .\!text-2xl {
      font-size: 1.125rem !important;
    }
    
     {
      font-size: 0.75rem !important;
    }
    
    /* Mobile feature card adjustments - reduced padding */
     {
      padding: 1rem !important;
      font-size: 0.875rem !important;
    }
    
    /* Mobile icon container adjustments - smaller icons */
     {
      width: 2rem !important;
      height: 2rem !important;
    }
    
    /* Mobile process step adjustments */
     {
      width: 2rem !important;
      height: 2rem !important;
    }
    
    /* Mobile FAQ adjustments */
     {
      padding: 1rem !important;
      font-size: 0.875rem !important;
    }
    
    /* Mobile form adjustments */
     {
      padding: 1.5rem !important;
      gap: 0.75rem !important;
    }
    
  /* Mobile input adjustments */
   {
    height: 2.5rem !important;
    font-size: 0.875rem !important;
  }
  
  /* Prevent mobile zoom on input focus - Global fallback */
   {
    font-size: 16px !important;
  }
    
    /* Mobile section padding adjustments - more top padding, tight bottom padding */
     {
      padding-top: 0.875rem !important;
      padding-bottom: 0.125rem !important;
    }
    
    /* Additional mobile spacing overrides - more top padding, tight bottom padding */
     {
      padding-top: 5rem !important;
      padding-bottom: 2.25rem !important;
    }
    
    /* Mobile grid adjustments - reduced gaps */
     {
      gap: 1rem !important;
    }
    
    /* Mobile spacing utilities - significantly reduced */
     {
      margin-top: 0.125rem !important;
    }
    
    /* Mobile text size adjustments - consistent sizing */
     {
      font-size: 1rem !important;
    }
    
    .\!text-2xl {
      font-size: 1.125rem !important;
    }
    
     {
      font-size: 2.25rem !important;
    }
    
    /* Mobile margin and padding adjustments - significantly reduced */
     {
      margin-bottom: 0.125rem !important;
      margin-top: 0.125rem !important;
      padding-top: 0.5rem !important;
      padding-bottom: 0.125rem !important;
    }
    
    /* Reduce gap between section descriptions and content - slightly more space */
     {
      margin-bottom: 0.75rem !important;
    }
    
    /* Reduce margin-bottom on section descriptions - slightly more space */
     {
      margin-bottom: 0.75rem !important;
    }
    
    /* Reduce margin-top on content grids that follow descriptions - slightly more space */
     {
      margin-top: 1rem !important;
    }
    
    /* Reduce spacing in text-center sections - slightly more space */
     {
      margin-bottom: 1rem !important;
    }
    
    /* Reduce spacing between description and cards - slightly more space */
     {
      margin-top: 0.75rem !important;
    }
    
    /* Reduce spacing in section containers after descriptions - slightly more space */
     {
      margin-top: 1rem !important;
    }
    
    /* Reduce spacing between FAQ descriptions and content - slightly more space */
     {
      margin-top: 1rem !important;
    }
    
    /* Reduce spacing between section titles and descriptions - slightly more space */
     {
      margin-bottom: 0.75rem !important;
    }
    
    /* Reduce spacing in common section patterns - slightly more space */
     {
      margin-bottom: 0.875rem !important;
    }
    
    /* Reduce spacing in feature sections - slightly more space */
     {
      margin-bottom: 1rem !important;
    }
    
    /* Reduce spacing between description and grid content - slightly more space */
     {
      margin-top: 0.75rem !important;
    }
    
    /* Reduce spacing in hero sections after descriptions - slightly more space */
     {
      margin-top: 1rem !important;
    }
    
    /* Reduce gap between Why Choose Ventu cards on mobile */
     {
      gap: 1.25rem !important; /* Reduce from 2rem to 1.25rem */
    }
    
    /* Make large card icons smaller on mobile only */
     {
      width: 2.5rem !important; /* 40px */
      height: 2.5rem !important; /* 40px */
    }
    
    /* Make large icons smaller on mobile only */
     {
      width: 1.25rem !important; /* 20px */
      height: 1.25rem !important; /* 20px */
      padding-top: 0.25rem !important;
    }
    
    /* Mobile hero section spacing - more top padding */
     {
      padding-top: 2rem !important;
      padding-bottom: 1rem !important;
    }
    
    /* Mobile section spacing overrides - more top padding */
     {
      padding-top: 1.5rem !important;
      padding-bottom: 0.5rem !important;
    }
    
    /* Mobile container spacing - more top padding */
     {
      padding-top: 1rem !important;
      padding-bottom: 0.25rem !important;
    }
    
    /* Mobile text center spacing - more top padding */
     {
      padding-top: 0.75rem !important;
      padding-bottom: 0.125rem !important;
    }
    
    /* Mobile max-width container spacing - more top padding */
     {
      padding-top: 0.75rem !important;
      padding-bottom: 0.125rem !important;
      margin-bottom: 1rem !important;
      font-size: 2rem !important;
      line-height: 1.1 !important;
    }
    
    /* Mobile headline improvements - consistent sizing */
     {
      font-size: 2rem !important;
      line-height: 1.1 !important;
      letter-spacing: -0.005em !important;
    }
    
    @media (min-width: 768px) {
       {
        font-size: 3rem !important;
      }
    }
    
    @media (min-width: 1024px) {
       {
        font-size: 3.75rem !important;
      }
      font-size: 1.5rem !important;
      line-height: 1.05 !important;
      letter-spacing: -0.01em !important
    }
    
    @media (min-width: 768px) {
       {
        font-size: 2.25rem !important;
      }
    }
    
    @media (min-width: 1024px) {
       {
        font-size: 3rem !important;
      }
      font-size: 1.25rem !important;
      line-height: 1.1 !important;
      letter-spacing: -0.005em !important
    }
    
    @media (min-width: 768px) {
       {
        font-size: 1.875rem !important;
      }
      font-size: 1.125rem !important;
      line-height: 1.15 !important;
       {
        font-size: 1.5rem !important;
      }
      font-size: 1rem !important;
      line-height: 1.2 !important;
       {
        font-size: 1.25rem !important;
      }
      font-size: 0.875rem !important;
      line-height: 1.25 !important
    }
    
    /* Mobile hero title adjustments - consistent sizing */
     {
      font-size: 1.75rem !important;
      font-weight: 700 !important;
      line-height: 1.1 !important;
      letter-spacing: -0.005em !important;
    }
    
    /* Mobile section title adjustments - consistent sizing */
     {
      font-size: 1.5rem !important;
      font-weight: 700 !important;
      line-height: 1.05 !important;
      letter-spacing: -0.01em !important;
    }
    
    /* Mobile button size adjustments - reduced padding */
     {
      padding: 0.625rem 1.25rem !important;
      font-size: 0.875rem !important;
    }
    
    /* Mobile metrics spacing - reduced gaps */
     {
      gap: 0.75rem !important;
      text-align: center !important;
    }
    
    .hero-section .flex.flex-wrap .\!text-2xl {
      font-size: 1.125rem !important;
    }
    
     {
      font-size: 0.75rem !important;
    }
    
    /* Mobile feature card adjustments - reduced padding */
     {
      padding: 1rem !important;
      font-size: 0.875rem !important;
    }
    
    /* Mobile icon container adjustments - smaller icons */
     {
      width: 2rem !important;
      height: 2rem !important;
    }
    
    /* Mobile process step adjustments */
     {
      width: 2rem !important;
      height: 2rem !important;
    }
    
    /* Mobile FAQ adjustments */
     {
      padding: 1rem !important;
      font-size: 0.875rem !important;
    }
    
    /* Mobile form adjustments */
     {
      padding: 1.5rem !important;
      gap: 0.75rem !important;
    }
    
  /* Mobile input adjustments */
   {
    height: 2.5rem !important;
    font-size: 0.875rem !important;
  }
  
  /* Prevent mobile zoom on input focus - Global fallback */
   {
    font-size: 16px !important;
  }
    
    /* Mobile section padding adjustments - more top padding, tight bottom padding */
     {
      padding-top: 0.875rem !important;
      padding-bottom: 0.125rem !important;
    }
    
    /* Additional mobile spacing overrides - more top padding, tight bottom padding */
     {
      padding-top: 5rem !important;
      padding-bottom: 2.25rem !important;
    }
    
    /* Mobile grid adjustments - reduced gaps */
     {
      gap: 1rem !important;
    }
    
    /* Mobile spacing utilities - significantly reduced */
     {
      margin-top: 0.125rem !important;
    }
    
    /* Mobile text size adjustments - consistent sizing */
     {
      font-size: 1rem !important;
    }
    
    .\!text-2xl {
      font-size: 1.125rem !important;
    }
    
     {
      font-size: 2.25rem !important;
    }
    
    /* Mobile margin and padding adjustments - significantly reduced */
     {
      margin-bottom: 0.125rem !important;
      margin-top: 0.125rem !important;
      padding-top: 0.5rem !important;
      padding-bottom: 0.125rem !important;
    }
    
    /* Reduce gap between section descriptions and content - slightly more space */
     {
      margin-bottom: 0.75rem !important;
    }
    
    /* Reduce margin-bottom on section descriptions - slightly more space */
     {
      margin-bottom: 0.75rem !important;
    }
    
    /* Reduce margin-top on content grids that follow descriptions - slightly more space */
     {
      margin-top: 1rem !important;
    }
    
    /* Reduce spacing in text-center sections - slightly more space */
     {
      margin-bottom: 1rem !important;
    }
    
    /* Reduce spacing between description and cards - slightly more space */
     {
      margin-top: 0.75rem !important;
    }
    
    /* Reduce spacing in section containers after descriptions - slightly more space */
     {
      margin-top: 1rem !important;
    }
    
    /* Reduce spacing between FAQ descriptions and content - slightly more space */
     {
      margin-top: 1rem !important;
    }
    
    /* Reduce spacing between section titles and descriptions - slightly more space */
     {
      margin-bottom: 0.75rem !important;
    }
    
    /* Reduce spacing in common section patterns - slightly more space */
     {
      margin-bottom: 0.875rem !important;
    }
    
    /* Reduce spacing in feature sections - slightly more space */
     {
      margin-bottom: 1rem !important;
    }
    
    /* Reduce spacing between description and grid content - slightly more space */
     {
      margin-top: 0.75rem !important;
    }
    
    /* Reduce spacing in hero sections after descriptions - slightly more space */
     {
      margin-top: 1rem !important;
    }
    
    /* Reduce gap between Why Choose Ventu cards on mobile */
     {
      gap: 1.25rem !important; /* Reduce from 2rem to 1.25rem */
    }
    
    /* Make large card icons smaller on mobile only */
     {
      width: 2.5rem !important; /* 40px */
      height: 2.5rem !important; /* 40px */
    }
    
    /* Make large icons smaller on mobile only */
     {
      width: 1.25rem !important; /* 20px */
      height: 1.25rem !important; /* 20px */
    }
  }
/* Optimized Candidate Card */
/* Card Image Container */
.card-image-container{
  flex-shrink: 0;
    min-width: 3.5rem; /* h-14 equivalent */
    min-height: 3.5rem; /* h-14 equivalent */
}
/* Optimized candidate card for smooth scrolling */
.candidate-card-optimized {
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    background-color: hsl(var(--card));
    contain: layout style paint;
    isolation: isolate;
  }
/* Responsive Avatar Sizing */
@media (max-width: 640px) {
    .card-image-container {
      min-width: 3rem; /* h-12 equivalent */
      min-height: 3rem; /* h-12 equivalent */
    }
  }
/* Skill Badge */
.skill-badge{
  display: inline-flex;
  align-items: center;
  border-radius: 9999px;
  background-color: hsl(var(--primary) / 0.1);
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  color: hsl(var(--primary));
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-color: hsl(var(--primary) / 0.2);
}
/* Status Badge */
/* Avatar Image Aspect Ratio */
.avatar-image{
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
    aspect-ratio: 1 / 1;
}
.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;
}
.pointer-events-none{
  pointer-events: none;
}
.pointer-events-auto{
  pointer-events: auto;
}
.visible{
  visibility: visible;
}
.invisible{
  visibility: hidden;
}
.static{
  position: static;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.sticky{
  position: sticky;
}
.inset-0{
  inset: 0px;
}
.inset-1{
  inset: 0.25rem;
}
.inset-x-0{
  left: 0px;
  right: 0px;
}
.inset-y-0{
  top: 0px;
  bottom: 0px;
}
.-bottom-12{
  bottom: -3rem;
}
.-left-12{
  left: -3rem;
}
.-right-12{
  right: -3rem;
}
.-right-2{
  right: -0.5rem;
}
.-top-12{
  top: -3rem;
}
.-top-2{
  top: -0.5rem;
}
.bottom-0{
  bottom: 0px;
}
.bottom-4{
  bottom: 1rem;
}
.bottom-8{
  bottom: 2rem;
}
.left-0{
  left: 0px;
}
.left-1{
  left: 0.25rem;
}
.left-1\/2{
  left: 50%;
}
.left-1\/4{
  left: 25%;
}
.left-10{
  left: 2.5rem;
}
.left-2{
  left: 0.5rem;
}
.left-3{
  left: 0.75rem;
}
.left-\[50\%\]{
  left: 50%;
}
.right-0{
  right: 0px;
}
.right-1{
  right: 0.25rem;
}
.right-1\/4{
  right: 25%;
}
.right-2{
  right: 0.5rem;
}
.right-3{
  right: 0.75rem;
}
.right-4{
  right: 1rem;
}
.top-0{
  top: 0px;
}
.top-1\.5{
  top: 0.375rem;
}
.top-1\/2{
  top: 50%;
}
.top-2{
  top: 0.5rem;
}
.top-3\.5{
  top: 0.875rem;
}
.top-4{
  top: 1rem;
}
.top-\[1px\]{
  top: 1px;
}
.top-\[50\%\]{
  top: 50%;
}
.top-\[60\%\]{
  top: 60%;
}
.top-full{
  top: 100%;
}
.isolate{
  isolation: isolate;
}
.z-10{
  z-index: 10;
}
.z-20{
  z-index: 20;
}
.z-50{
  z-index: 50;
}
.z-\[100\]{
  z-index: 100;
}
.z-\[1\]{
  z-index: 1;
}
.order-1{
  order: 1;
}
.order-2{
  order: 2;
}
.-mx-1{
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}
.mx-2{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-3\.5{
  margin-left: 0.875rem;
  margin-right: 0.875rem;
}
.mx-4{
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-0\.5{
  margin-top: 0.125rem;
  margin-bottom: 0.125rem;
}
.my-1{
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.my-2{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.-ml-4{
  margin-left: -1rem;
}
.-mt-12{
  margin-top: -3rem;
}
.-mt-4{
  margin-top: -1rem;
}
.-mt-8{
  margin-top: -2rem;
}
.mb-0{
  margin-bottom: 0px;
}
.mb-1{
  margin-bottom: 0.25rem;
}
.mb-12{
  margin-bottom: 3rem;
}
.mb-16{
  margin-bottom: 4rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-20{
  margin-bottom: 5rem;
}
.mb-24{
  margin-bottom: 6rem;
}
.mb-3{
  margin-bottom: 0.75rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.ml-1{
  margin-left: 0.25rem;
}
.ml-2{
  margin-left: 0.5rem;
}
.ml-3{
  margin-left: 0.75rem;
}
.ml-auto{
  margin-left: auto;
}
.mr-1{
  margin-right: 0.25rem;
}
.mr-2{
  margin-right: 0.5rem;
}
.mr-2\.5{
  margin-right: 0.625rem;
}
.mr-3{
  margin-right: 0.75rem;
}
.mt-0\.5{
  margin-top: 0.125rem;
}
.mt-1{
  margin-top: 0.25rem;
}
.mt-1\.5{
  margin-top: 0.375rem;
}
.mt-12{
  margin-top: 3rem;
}
.mt-16{
  margin-top: 4rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-24{
  margin-top: 6rem;
}
.mt-3{
  margin-top: 0.75rem;
}
.mt-4{
  margin-top: 1rem;
}
.mt-8{
  margin-top: 2rem;
}
.mt-auto{
  margin-top: auto;
}
.block{
  display: block;
}
.inline{
  display: inline;
}
.flex{
  display: flex;
}
.inline-flex{
  display: inline-flex;
}
.table{
  display: table;
}
.grid{
  display: grid;
}
.hidden{
  display: none;
}
.aspect-square{
  aspect-ratio: 1 / 1;
}
.aspect-video{
  aspect-ratio: 16 / 9;
}
.size-4{
  width: 1rem;
  height: 1rem;
}
.h-1\.5{
  height: 0.375rem;
}
.h-10{
  height: 2.5rem;
}
.h-11{
  height: 2.75rem;
}
.h-12{
  height: 3rem;
}
.h-14{
  height: 3.5rem;
}
.h-16{
  height: 4rem;
}
.h-2{
  height: 0.5rem;
}
.h-2\.5{
  height: 0.625rem;
}
.h-20{
  height: 5rem;
}
.h-24{
  height: 6rem;
}
.h-3{
  height: 0.75rem;
}
.h-3\.5{
  height: 0.875rem;
}
.h-32{
  height: 8rem;
}
.h-4{
  height: 1rem;
}
.h-5{
  height: 1.25rem;
}
.h-6{
  height: 1.5rem;
}
.h-7{
  height: 1.75rem;
}
.h-8{
  height: 2rem;
}
.h-9{
  height: 2.25rem;
}
.h-96{
  height: 24rem;
}
.h-\[100px\]{
  height: 100px;
}
.h-\[1px\]{
  height: 1px;
}
.h-\[300px\]{
  height: 300px;
}
.h-\[400px\]{
  height: 400px;
}
.h-\[500px\]{
  height: 500px;
}
.h-\[600px\]{
  height: 600px;
}
.h-\[90vh\]{
  height: 90vh;
}
.h-\[95vh\]{
  height: 95vh;
}
.h-\[var\(--radix-navigation-menu-viewport-height\)\]{
  height: var(--radix-navigation-menu-viewport-height);
}
.h-\[var\(--radix-select-trigger-height\)\]{
  height: var(--radix-select-trigger-height);
}
.h-auto{
  height: auto;
}
.h-full{
  height: 100%;
}
.h-px{
  height: 1px;
}
.h-svh{
  height: 100svh;
}
.max-h-60{
  max-height: 15rem;
}
.max-h-64{
  max-height: 16rem;
}
.max-h-96{
  max-height: 24rem;
}
.max-h-\[300px\]{
  max-height: 300px;
}
.max-h-\[80vh\]{
  max-height: 80vh;
}
.max-h-\[85vh\]{
  max-height: 85vh;
}
.max-h-\[calc\(100vh-120px\)\]{
  max-height: calc(100vh - 120px);
}
.max-h-screen{
  max-height: 100vh;
}
.min-h-0{
  min-height: 0px;
}
.min-h-\[100px\]{
  min-height: 100px;
}
.min-h-\[150px\]{
  min-height: 150px;
}
.min-h-\[2rem\]{
  min-height: 2rem;
}
.min-h-\[4rem\]{
  min-height: 4rem;
}
.min-h-\[60px\]{
  min-height: 60px;
}
.min-h-\[80px\]{
  min-height: 80px;
}
.min-h-\[80vh\]{
  min-height: 80vh;
}
.min-h-\[85vh\]{
  min-height: 85vh;
}
.min-h-screen{
  min-height: 100vh;
}
.min-h-svh{
  min-height: 100svh;
}
.w-0{
  width: 0px;
}
.w-1{
  width: 0.25rem;
}
.w-1\/2{
  width: 50%;
}
.w-10{
  width: 2.5rem;
}
.w-11{
  width: 2.75rem;
}
.w-12{
  width: 3rem;
}
.w-14{
  width: 3.5rem;
}
.w-16{
  width: 4rem;
}
.w-2{
  width: 0.5rem;
}
.w-2\.5{
  width: 0.625rem;
}
.w-20{
  width: 5rem;
}
.w-24{
  width: 6rem;
}
.w-28{
  width: 7rem;
}
.w-3{
  width: 0.75rem;
}
.w-3\.5{
  width: 0.875rem;
}
.w-3\/4{
  width: 75%;
}
.w-32{
  width: 8rem;
}
.w-36{
  width: 9rem;
}
.w-4{
  width: 1rem;
}
.w-40{
  width: 10rem;
}
.w-44{
  width: 11rem;
}
.w-48{
  width: 12rem;
}
.w-5{
  width: 1.25rem;
}
.w-56{
  width: 14rem;
}
.w-6{
  width: 1.5rem;
}
.w-60{
  width: 15rem;
}
.w-64{
  width: 16rem;
}
.w-7{
  width: 1.75rem;
}
.w-72{
  width: 18rem;
}
.w-8{
  width: 2rem;
}
.w-80{
  width: 20rem;
}
.w-9{
  width: 2.25rem;
}
.w-96{
  width: 24rem;
}
.w-\[--radix-popover-trigger-width\]{
  width: var(--radix-popover-trigger-width);
}
.w-\[--sidebar-width\]{
  width: var(--sidebar-width);
}
.w-\[100px\]{
  width: 100px;
}
.w-\[1px\]{
  width: 1px;
}
.w-\[300px\]{
  width: 300px;
}
.w-\[400px\]{
  width: 400px;
}
.w-\[500px\]{
  width: 500px;
}
.w-\[600px\]{
  width: 600px;
}
.w-auto{
  width: auto;
}
.w-full{
  width: 100%;
}
.w-max{
  width: -moz-max-content;
  width: max-content;
}
.w-px{
  width: 1px;
}
.min-w-0{
  min-width: 0px;
}
.min-w-5{
  min-width: 1.25rem;
}
.min-w-\[12rem\]{
  min-width: 12rem;
}
.min-w-\[8rem\]{
  min-width: 8rem;
}
.min-w-\[var\(--radix-select-trigger-width\)\]{
  min-width: var(--radix-select-trigger-width);
}
.max-w-2xl{
  max-width: 42rem;
}
.max-w-32{
  max-width: 8rem;
}
.max-w-3xl{
  max-width: 48rem;
}
.max-w-4xl{
  max-width: 56rem;
}
.max-w-5xl{
  max-width: 64rem;
}
.max-w-6xl{
  max-width: 72rem;
}
.max-w-7xl{
  max-width: 80rem;
}
.max-w-\[--skeleton-width\]{
  max-width: var(--skeleton-width);
}
.max-w-full{
  max-width: 100%;
}
.max-w-lg{
  max-width: 32rem;
}
.max-w-max{
  max-width: -moz-max-content;
  max-width: max-content;
}
.max-w-md{
  max-width: 28rem;
}
.max-w-none{
  max-width: none;
}
.max-w-sm{
  max-width: 24rem;
}
.max-w-xs{
  max-width: 20rem;
}
.flex-1{
  flex: 1 1 0%;
}
.flex-shrink-0{
  flex-shrink: 0;
}
.shrink-0{
  flex-shrink: 0;
}
.grow{
  flex-grow: 1;
}
.grow-0{
  flex-grow: 0;
}
.basis-full{
  flex-basis: 100%;
}
.caption-bottom{
  caption-side: bottom;
}
.border-collapse{
  border-collapse: collapse;
}
.-translate-x-1\/2{
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-x-px{
  --tw-translate-x: -1px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2{
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-1\/2{
  --tw-translate-x: 50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-\[-50\%\]{
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-px{
  --tw-translate-x: 1px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-1\/2{
  --tw-translate-y: 50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-\[-50\%\]{
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-180{
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-45{
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-90{
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-150{
  --tw-scale-x: 1.5;
  --tw-scale-y: 1.5;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes pulse{
  50%{
    opacity: .5;
  }
}
.animate-pulse{
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
@keyframes spin{
  to{
    transform: rotate(360deg);
  }
}
.animate-spin{
  animation: spin 1s linear infinite;
}
.cursor-default{
  cursor: default;
}
.cursor-not-allowed{
  cursor: not-allowed;
}
.cursor-pointer{
  cursor: pointer;
}
.touch-none{
  touch-action: none;
}
.touch-manipulation{
  touch-action: manipulation;
}
.select-none{
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.resize-none{
  resize: none;
}
.resize-y{
  resize: vertical;
}
.list-inside{
  list-style-position: inside;
}
.list-disc{
  list-style-type: disc;
}
.list-none{
  list-style-type: none;
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-row{
  flex-direction: row;
}
.flex-col{
  flex-direction: column;
}
.flex-col-reverse{
  flex-direction: column-reverse;
}
.flex-wrap{
  flex-wrap: wrap;
}
.items-start{
  align-items: flex-start;
}
.items-end{
  align-items: flex-end;
}
.items-center{
  align-items: center;
}
.items-stretch{
  align-items: stretch;
}
.justify-start{
  justify-content: flex-start;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.justify-evenly{
  justify-content: space-evenly;
}
.gap-0{
  gap: 0px;
}
.gap-1{
  gap: 0.25rem;
}
.gap-1\.5{
  gap: 0.375rem;
}
.gap-12{
  gap: 3rem;
}
.gap-2{
  gap: 0.5rem;
}
.gap-3{
  gap: 0.75rem;
}
.gap-4{
  gap: 1rem;
}
.gap-6{
  gap: 1.5rem;
}
.gap-8{
  gap: 2rem;
}
.space-x-1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-0\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.125rem * var(--tw-space-y-reverse));
}
.space-y-1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.space-y-1\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
}
.space-y-12 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3rem * var(--tw-space-y-reverse));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.space-y-5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.space-y-8 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
.self-start{
  align-self: flex-start;
}
.overflow-auto{
  overflow: auto;
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-y-auto{
  overflow-y: auto;
}
.overflow-x-hidden{
  overflow-x: hidden;
}
.truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.whitespace-normal{
  white-space: normal;
}
.whitespace-nowrap{
  white-space: nowrap;
}
.whitespace-pre-line{
  white-space: pre-line;
}
.break-words{
  overflow-wrap: break-word;
}
.break-all{
  word-break: break-all;
}
.rounded{
  border-radius: 0.25rem;
}
.rounded-2xl{
  border-radius: 1rem;
}
.rounded-3xl{
  border-radius: 1.5rem;
}
.rounded-\[2px\]{
  border-radius: 2px;
}
.rounded-\[inherit\]{
  border-radius: inherit;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-lg{
  border-radius: var(--radius);
}
.rounded-md{
  border-radius: calc(var(--radius) - 2px);
}
.rounded-sm{
  border-radius: calc(var(--radius) - 4px);
}
.rounded-xl{
  border-radius: 0.75rem;
}
.rounded-t-\[10px\]{
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.rounded-tl-sm{
  border-top-left-radius: calc(var(--radius) - 4px);
}
.border{
  border-width: 1px;
}
.border-0{
  border-width: 0px;
}
.border-2{
  border-width: 2px;
}
.border-\[1\.5px\]{
  border-width: 1.5px;
}
.border-y{
  border-top-width: 1px;
  border-bottom-width: 1px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-b-2{
  border-bottom-width: 2px;
}
.border-l{
  border-left-width: 1px;
}
.border-l-4{
  border-left-width: 4px;
}
.border-r{
  border-right-width: 1px;
}
.border-t{
  border-top-width: 1px;
}
.border-dashed{
  border-style: dashed;
}
.border-\[--color-border\]{
  border-color: var(--color-border);
}
.border-amber-200{
  --tw-border-opacity: 1;
  border-color: rgb(253 230 138 / var(--tw-border-opacity, 1));
}
.border-background{
  border-color: hsl(var(--background));
}
.border-blue-100{
  --tw-border-opacity: 1;
  border-color: rgb(219 234 254 / var(--tw-border-opacity, 1));
}
.border-blue-200{
  --tw-border-opacity: 1;
  border-color: rgb(191 219 254 / var(--tw-border-opacity, 1));
}
.border-blue-200\/50{
  border-color: rgb(191 219 254 / 0.5);
}
.border-blue-500{
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}
.border-blue-500\/10{
  border-color: rgb(59 130 246 / 0.1);
}
.border-border\/30{
  border-color: hsl(var(--border) / 0.3);
}
.border-border\/50{
  border-color: hsl(var(--border) / 0.5);
}
.border-current{
  border-color: currentColor;
}
.border-destructive{
  border-color: hsl(var(--destructive));
}
.border-destructive\/50{
  border-color: hsl(var(--destructive) / 0.5);
}
.border-emerald-200{
  --tw-border-opacity: 1;
  border-color: rgb(167 243 208 / var(--tw-border-opacity, 1));
}
.border-gray-100{
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}
.border-gray-200{
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.border-gray-300{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.border-gray-900{
  --tw-border-opacity: 1;
  border-color: rgb(17 24 39 / var(--tw-border-opacity, 1));
}
.border-green-200{
  --tw-border-opacity: 1;
  border-color: rgb(187 247 208 / var(--tw-border-opacity, 1));
}
.border-green-200\/50{
  border-color: rgb(187 247 208 / 0.5);
}
.border-green-500{
  --tw-border-opacity: 1;
  border-color: rgb(34 197 94 / var(--tw-border-opacity, 1));
}
.border-green-500\/10{
  border-color: rgb(34 197 94 / 0.1);
}
.border-indigo-200\/50{
  border-color: rgb(199 210 254 / 0.5);
}
.border-input{
  border-color: hsl(var(--input));
}
.border-muted{
  border-color: hsl(var(--muted));
}
.border-muted-foreground\/20{
  border-color: hsl(var(--muted-foreground) / 0.2);
}
.border-muted-foreground\/30{
  border-color: hsl(var(--muted-foreground) / 0.3);
}
.border-muted\/30{
  border-color: hsl(var(--muted) / 0.3);
}
.border-muted\/50{
  border-color: hsl(var(--muted) / 0.5);
}
.border-orange-200\/50{
  border-color: rgb(254 215 170 / 0.5);
}
.border-orange-500{
  --tw-border-opacity: 1;
  border-color: rgb(249 115 22 / var(--tw-border-opacity, 1));
}
.border-primary{
  border-color: hsl(var(--primary));
}
.border-primary\/10{
  border-color: hsl(var(--primary) / 0.1);
}
.border-primary\/20{
  border-color: hsl(var(--primary) / 0.2);
}
.border-purple-200{
  --tw-border-opacity: 1;
  border-color: rgb(233 213 255 / var(--tw-border-opacity, 1));
}
.border-purple-200\/50{
  border-color: rgb(233 213 255 / 0.5);
}
.border-purple-500{
  --tw-border-opacity: 1;
  border-color: rgb(168 85 247 / var(--tw-border-opacity, 1));
}
.border-purple-500\/10{
  border-color: rgb(168 85 247 / 0.1);
}
.border-red-200\/50{
  border-color: rgb(254 202 202 / 0.5);
}
.border-red-500{
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
}
.border-secondary\/20{
  border-color: hsl(var(--secondary) / 0.2);
}
.border-sidebar-border{
  border-color: hsl(var(--sidebar-border));
}
.border-sidebar-border\/30{
  border-color: hsl(var(--sidebar-border) / 0.3);
}
.border-sidebar-primary\/20{
  border-color: hsl(var(--sidebar-primary) / 0.2);
}
.border-teal-200\/50{
  border-color: rgb(153 246 228 / 0.5);
}
.border-transparent{
  border-color: transparent;
}
.border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.border-white\/20{
  border-color: rgb(255 255 255 / 0.2);
}
.border-l-transparent{
  border-left-color: transparent;
}
.border-t-transparent{
  border-top-color: transparent;
}
.bg-\[--color-bg\]{
  background-color: var(--color-bg);
}
.bg-accent{
  background-color: hsl(var(--accent));
}
.bg-amber-100{
  --tw-bg-opacity: 1;
  background-color: rgb(254 243 199 / var(--tw-bg-opacity, 1));
}
.bg-amber-400{
  --tw-bg-opacity: 1;
  background-color: rgb(251 191 36 / var(--tw-bg-opacity, 1));
}
.bg-amber-50{
  --tw-bg-opacity: 1;
  background-color: rgb(255 251 235 / var(--tw-bg-opacity, 1));
}
.bg-background{
  background-color: hsl(var(--background));
}
.bg-background\/50{
  background-color: hsl(var(--background) / 0.5);
}
.bg-background\/95{
  background-color: hsl(var(--background) / 0.95);
}
.bg-black\/50{
  background-color: rgb(0 0 0 / 0.5);
}
.bg-black\/80{
  background-color: rgb(0 0 0 / 0.8);
}
.bg-blue-100{
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
}
.bg-blue-50{
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}
.bg-blue-500{
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
}
.bg-blue-600{
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}
.bg-blue-800{
  --tw-bg-opacity: 1;
  background-color: rgb(30 64 175 / var(--tw-bg-opacity, 1));
}
.bg-border{
  background-color: hsl(var(--border));
}
.bg-card{
  background-color: hsl(var(--card));
}
.bg-card\/50{
  background-color: hsl(var(--card) / 0.5);
}
.bg-destructive{
  background-color: hsl(var(--destructive));
}
.bg-destructive\/10{
  background-color: hsl(var(--destructive) / 0.1);
}
.bg-emerald-50{
  --tw-bg-opacity: 1;
  background-color: rgb(236 253 245 / var(--tw-bg-opacity, 1));
}
.bg-foreground{
  background-color: hsl(var(--foreground));
}
.bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.bg-gray-200{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}
.bg-gray-50{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.bg-green-100{
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity, 1));
}
.bg-green-50{
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity, 1));
}
.bg-green-500{
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity, 1));
}
.bg-green-600{
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity, 1));
}
.bg-muted{
  background-color: hsl(var(--muted));
}
.bg-muted\/30{
  background-color: hsl(var(--muted) / 0.3);
}
.bg-muted\/50{
  background-color: hsl(var(--muted) / 0.5);
}
.bg-orange-100{
  --tw-bg-opacity: 1;
  background-color: rgb(255 237 213 / var(--tw-bg-opacity, 1));
}
.bg-popover{
  background-color: hsl(var(--popover));
}
.bg-primary{
  background-color: hsl(var(--primary));
}
.bg-primary\/10{
  background-color: hsl(var(--primary) / 0.1);
}
.bg-primary\/5{
  background-color: hsl(var(--primary) / 0.05);
}
.bg-purple-50{
  --tw-bg-opacity: 1;
  background-color: rgb(250 245 255 / var(--tw-bg-opacity, 1));
}
.bg-purple-500{
  --tw-bg-opacity: 1;
  background-color: rgb(168 85 247 / var(--tw-bg-opacity, 1));
}
.bg-red-100{
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
}
.bg-red-500{
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}
.bg-secondary{
  background-color: hsl(var(--secondary));
}
.bg-secondary\/40{
  background-color: hsl(var(--secondary) / 0.4);
}
.bg-secondary\/50{
  background-color: hsl(var(--secondary) / 0.5);
}
.bg-sidebar{
  background-color: hsl(var(--sidebar-background));
}
.bg-sidebar-border{
  background-color: hsl(var(--sidebar-border));
}
.bg-sidebar-primary{
  background-color: hsl(var(--sidebar-primary));
}
.bg-sidebar-primary\/10{
  background-color: hsl(var(--sidebar-primary) / 0.1);
}
.bg-transparent{
  background-color: transparent;
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-white\/50{
  background-color: rgb(255 255 255 / 0.5);
}
.bg-white\/80{
  background-color: rgb(255 255 255 / 0.8);
}
.bg-white\/95{
  background-color: rgb(255 255 255 / 0.95);
}
.bg-yellow-500{
  --tw-bg-opacity: 1;
  background-color: rgb(234 179 8 / var(--tw-bg-opacity, 1));
}
.bg-gradient-to-b{
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.bg-gradient-to-br{
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}
.bg-gradient-to-r{
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.bg-gradient-to-tr{
  background-image: linear-gradient(to top right, var(--tw-gradient-stops));
}
.from-amber-100{
  --tw-gradient-from: #fef3c7 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 243 199 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-amber-200{
  --tw-gradient-from: #fde68a var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 230 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-amber-50{
  --tw-gradient-from: #fffbeb var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 251 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-background{
  --tw-gradient-from: hsl(var(--background)) var(--tw-gradient-from-position);
  --tw-gradient-to: hsl(var(--background) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-100{
  --tw-gradient-from: #dbeafe var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(219 234 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-50{
  --tw-gradient-from: #eff6ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(239 246 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-500\/20{
  --tw-gradient-from: rgb(59 130 246 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-600{
  --tw-gradient-from: #2563eb var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-emerald-50{
  --tw-gradient-from: #ecfdf5 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 253 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-100{
  --tw-gradient-from: #dcfce7 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(220 252 231 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-500\/20{
  --tw-gradient-from: rgb(34 197 94 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(34 197 94 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-100{
  --tw-gradient-from: #e0e7ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(224 231 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-muted\/10{
  --tw-gradient-from: hsl(var(--muted) / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: hsl(var(--muted) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-orange-100{
  --tw-gradient-from: #ffedd5 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 237 213 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary{
  --tw-gradient-from: hsl(var(--primary)) var(--tw-gradient-from-position);
  --tw-gradient-to: hsl(var(--primary) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary\/10{
  --tw-gradient-from: hsl(var(--primary) / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: hsl(var(--primary) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary\/20{
  --tw-gradient-from: hsl(var(--primary) / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: hsl(var(--primary) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary\/25{
  --tw-gradient-from: hsl(var(--primary) / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: hsl(var(--primary) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary\/5{
  --tw-gradient-from: hsl(var(--primary) / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: hsl(var(--primary) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-100{
  --tw-gradient-from: #f3e8ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(243 232 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-500\/20{
  --tw-gradient-from: rgb(168 85 247 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(168 85 247 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-100{
  --tw-gradient-from: #fee2e2 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 226 226 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-secondary\/20{
  --tw-gradient-from: hsl(var(--secondary) / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: hsl(var(--secondary) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-secondary\/40{
  --tw-gradient-from: hsl(var(--secondary) / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: hsl(var(--secondary) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-secondary\/60{
  --tw-gradient-from: hsl(var(--secondary) / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: hsl(var(--secondary) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-secondary\/80{
  --tw-gradient-from: hsl(var(--secondary) / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: hsl(var(--secondary) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-teal-100{
  --tw-gradient-from: #ccfbf1 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(204 251 241 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-white{
  --tw-gradient-from: #fff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.via-background{
  --tw-gradient-to: hsl(var(--background) / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--background)) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary-hover{
  --tw-gradient-to: hsl(var(--primary-hover) / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--primary-hover)) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-secondary{
  --tw-gradient-to: hsl(var(--secondary) / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--secondary)) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-secondary\/10{
  --tw-gradient-to: hsl(var(--secondary) / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--secondary) / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-secondary\/20{
  --tw-gradient-to: hsl(var(--secondary) / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--secondary) / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-secondary\/40{
  --tw-gradient-to: hsl(var(--secondary) / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--secondary) / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.to-amber-200{
  --tw-gradient-to: #fde68a var(--tw-gradient-to-position);
}
.to-amber-300{
  --tw-gradient-to: #fcd34d var(--tw-gradient-to-position);
}
.to-background{
  --tw-gradient-to: hsl(var(--background)) var(--tw-gradient-to-position);
}
.to-blue-50{
  --tw-gradient-to: #eff6ff var(--tw-gradient-to-position);
}
.to-blue-500\/10{
  --tw-gradient-to: rgb(59 130 246 / 0.1) var(--tw-gradient-to-position);
}
.to-blue-500\/5{
  --tw-gradient-to: rgb(59 130 246 / 0.05) var(--tw-gradient-to-position);
}
.to-blue-700{
  --tw-gradient-to: #1d4ed8 var(--tw-gradient-to-position);
}
.to-emerald-100{
  --tw-gradient-to: #d1fae5 var(--tw-gradient-to-position);
}
.to-green-50{
  --tw-gradient-to: #f0fdf4 var(--tw-gradient-to-position);
}
.to-green-500\/10{
  --tw-gradient-to: rgb(34 197 94 / 0.1) var(--tw-gradient-to-position);
}
.to-green-500\/5{
  --tw-gradient-to: rgb(34 197 94 / 0.05) var(--tw-gradient-to-position);
}
.to-indigo-50{
  --tw-gradient-to: #eef2ff var(--tw-gradient-to-position);
}
.to-muted\/20{
  --tw-gradient-to: hsl(var(--muted) / 0.2) var(--tw-gradient-to-position);
}
.to-orange-50{
  --tw-gradient-to: #fff7ed var(--tw-gradient-to-position);
}
.to-primary{
  --tw-gradient-to: hsl(var(--primary)) var(--tw-gradient-to-position);
}
.to-primary-hover{
  --tw-gradient-to: hsl(var(--primary-hover)) var(--tw-gradient-to-position);
}
.to-primary\/10{
  --tw-gradient-to: hsl(var(--primary) / 0.1) var(--tw-gradient-to-position);
}
.to-primary\/15{
  --tw-gradient-to: hsl(var(--primary) / 0.15) var(--tw-gradient-to-position);
}
.to-primary\/5{
  --tw-gradient-to: hsl(var(--primary) / 0.05) var(--tw-gradient-to-position);
}
.to-primary\/90{
  --tw-gradient-to: hsl(var(--primary) / 0.9) var(--tw-gradient-to-position);
}
.to-purple-50{
  --tw-gradient-to: #faf5ff var(--tw-gradient-to-position);
}
.to-purple-500\/10{
  --tw-gradient-to: rgb(168 85 247 / 0.1) var(--tw-gradient-to-position);
}
.to-purple-500\/5{
  --tw-gradient-to: rgb(168 85 247 / 0.05) var(--tw-gradient-to-position);
}
.to-red-50{
  --tw-gradient-to: #fef2f2 var(--tw-gradient-to-position);
}
.to-secondary\/20{
  --tw-gradient-to: hsl(var(--secondary) / 0.2) var(--tw-gradient-to-position);
}
.to-secondary\/30{
  --tw-gradient-to: hsl(var(--secondary) / 0.3) var(--tw-gradient-to-position);
}
.to-secondary\/60{
  --tw-gradient-to: hsl(var(--secondary) / 0.6) var(--tw-gradient-to-position);
}
.to-teal-50{
  --tw-gradient-to: #f0fdfa var(--tw-gradient-to-position);
}
.to-transparent{
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}
.bg-clip-text{
  -webkit-background-clip: text;
          background-clip: text;
}
.fill-current{
  fill: currentColor;
}
.object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
.p-0{
  padding: 0px;
}
.p-0\.5{
  padding: 0.125rem;
}
.p-1{
  padding: 0.25rem;
}
.p-10{
  padding: 2.5rem;
}
.p-2{
  padding: 0.5rem;
}
.p-3{
  padding: 0.75rem;
}
.p-4{
  padding: 1rem;
}
.p-5{
  padding: 1.25rem;
}
.p-6{
  padding: 1.5rem;
}
.p-8{
  padding: 2rem;
}
.p-\[1px\]{
  padding: 1px;
}
.px-0{
  padding-left: 0px;
  padding-right: 0px;
}
.px-1{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-2\.5{
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-0\.5{
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-1\.5{
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-16{
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5{
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-24{
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-32{
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pb-2{
  padding-bottom: 0.5rem;
}
.pb-3{
  padding-bottom: 0.75rem;
}
.pb-4{
  padding-bottom: 1rem;
}
.pb-6{
  padding-bottom: 1.5rem;
}
.pb-8{
  padding-bottom: 2rem;
}
.pl-10{
  padding-left: 2.5rem;
}
.pl-2{
  padding-left: 0.5rem;
}
.pl-2\.5{
  padding-left: 0.625rem;
}
.pl-4{
  padding-left: 1rem;
}
.pl-6{
  padding-left: 1.5rem;
}
.pl-8{
  padding-left: 2rem;
}
.pl-9{
  padding-left: 2.25rem;
}
.pr-12{
  padding-right: 3rem;
}
.pr-2{
  padding-right: 0.5rem;
}
.pr-2\.5{
  padding-right: 0.625rem;
}
.pr-3{
  padding-right: 0.75rem;
}
.pr-4{
  padding-right: 1rem;
}
.pr-8{
  padding-right: 2rem;
}
.pt-0{
  padding-top: 0px;
}
.pt-1{
  padding-top: 0.25rem;
}
.pt-12{
  padding-top: 3rem;
}
.pt-2{
  padding-top: 0.5rem;
}
.pt-3{
  padding-top: 0.75rem;
}
.pt-4{
  padding-top: 1rem;
}
.pt-5{
  padding-top: 1.25rem;
}
.pt-6{
  padding-top: 1.5rem;
}
.pt-8{
  padding-top: 2rem;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.align-middle{
  vertical-align: middle;
}
.font-mono{
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.\!text-2xl{
  font-size: 1.5rem !important;
  line-height: 2rem !important;
}
.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-\[0\.8rem\]{
  font-size: 0.8rem;
}
.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}
.\!font-semibold{
  font-weight: 600 !important;
}
.font-bold{
  font-weight: 700;
}
.font-light{
  font-weight: 300;
}
.font-medium{
  font-weight: 500;
}
.font-normal{
  font-weight: 400;
}
.font-semibold{
  font-weight: 600;
}
.uppercase{
  text-transform: uppercase;
}
.capitalize{
  text-transform: capitalize;
}
.tabular-nums{
  --tw-numeric-spacing: tabular-nums;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}
.leading-none{
  line-height: 1;
}
.leading-relaxed{
  line-height: 1.625;
}
.leading-tight{
  line-height: 1.25;
}
.tracking-tight{
  letter-spacing: -0.025em;
}
.tracking-wide{
  letter-spacing: 0.025em;
}
.tracking-wider{
  letter-spacing: 0.05em;
}
.tracking-widest{
  letter-spacing: 0.1em;
}
.text-\[\#0077B5\]{
  --tw-text-opacity: 1;
  color: rgb(0 119 181 / var(--tw-text-opacity, 1));
}
.text-accent-foreground{
  color: hsl(var(--accent-foreground));
}
.text-amber-600{
  --tw-text-opacity: 1;
  color: rgb(217 119 6 / var(--tw-text-opacity, 1));
}
.text-amber-700{
  --tw-text-opacity: 1;
  color: rgb(180 83 9 / var(--tw-text-opacity, 1));
}
.text-amber-800{
  --tw-text-opacity: 1;
  color: rgb(146 64 14 / var(--tw-text-opacity, 1));
}
.text-amber-900{
  --tw-text-opacity: 1;
  color: rgb(120 53 15 / var(--tw-text-opacity, 1));
}
.text-blue-500{
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}
.text-blue-600{
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}
.text-blue-700{
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}
.text-blue-800{
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity, 1));
}
.text-blue-900{
  --tw-text-opacity: 1;
  color: rgb(30 58 138 / var(--tw-text-opacity, 1));
}
.text-card-foreground{
  color: hsl(var(--card-foreground));
}
.text-current{
  color: currentColor;
}
.text-destructive{
  color: hsl(var(--destructive));
}
.text-destructive-foreground{
  color: hsl(var(--destructive-foreground));
}
.text-emerald-700{
  --tw-text-opacity: 1;
  color: rgb(4 120 87 / var(--tw-text-opacity, 1));
}
.text-foreground{
  color: hsl(var(--foreground));
}
.text-foreground\/50{
  color: hsl(var(--foreground) / 0.5);
}
.text-foreground\/80{
  color: hsl(var(--foreground) / 0.8);
}
.text-gray-300{
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}
.text-gray-400{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.text-gray-600{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.text-gray-700{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.text-gray-900{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}
.text-green-600{
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity, 1));
}
.text-green-700{
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity, 1));
}
.text-green-800{
  --tw-text-opacity: 1;
  color: rgb(22 101 52 / var(--tw-text-opacity, 1));
}
.text-green-900{
  --tw-text-opacity: 1;
  color: rgb(20 83 45 / var(--tw-text-opacity, 1));
}
.text-indigo-600{
  --tw-text-opacity: 1;
  color: rgb(79 70 229 / var(--tw-text-opacity, 1));
}
.text-muted-foreground{
  color: hsl(var(--muted-foreground));
}
.text-orange-600{
  --tw-text-opacity: 1;
  color: rgb(234 88 12 / var(--tw-text-opacity, 1));
}
.text-popover-foreground{
  color: hsl(var(--popover-foreground));
}
.text-primary{
  color: hsl(var(--primary));
}
.text-primary-foreground{
  color: hsl(var(--primary-foreground));
}
.text-purple-600{
  --tw-text-opacity: 1;
  color: rgb(147 51 234 / var(--tw-text-opacity, 1));
}
.text-red-500{
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.text-red-600{
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
.text-secondary-foreground{
  color: hsl(var(--secondary-foreground));
}
.text-sidebar-foreground{
  color: hsl(var(--sidebar-foreground));
}
.text-sidebar-foreground\/60{
  color: hsl(var(--sidebar-foreground) / 0.6);
}
.text-sidebar-foreground\/70{
  color: hsl(var(--sidebar-foreground) / 0.7);
}
.text-sidebar-primary{
  color: hsl(var(--sidebar-primary));
}
.text-sidebar-primary-foreground{
  color: hsl(var(--sidebar-primary-foreground));
}
.text-teal-600{
  --tw-text-opacity: 1;
  color: rgb(13 148 136 / var(--tw-text-opacity, 1));
}
.text-transparent{
  color: transparent;
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.underline{
  text-decoration-line: underline;
}
.underline-offset-2{
  text-underline-offset: 2px;
}
.underline-offset-4{
  text-underline-offset: 4px;
}
.opacity-0{
  opacity: 0;
}
.opacity-100{
  opacity: 1;
}
.opacity-30{
  opacity: 0.3;
}
.opacity-50{
  opacity: 0.5;
}
.opacity-60{
  opacity: 0.6;
}
.opacity-70{
  opacity: 0.7;
}
.opacity-75{
  opacity: 0.75;
}
.opacity-90{
  opacity: 0.9;
}
.shadow-2xl{
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_0_0_1px_hsl\(var\(--sidebar-border\)\)\]{
  --tw-shadow: 0 0 0 1px hsl(var(--sidebar-border));
  --tw-shadow-colored: 0 0 0 1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_8px_30px_rgb\(0\2c 0\2c 0\2c 0\.12\)\]{
  --tw-shadow: 0 8px 30px rgb(0,0,0,0.12);
  --tw-shadow-colored: 0 8px 30px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md{
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-none{
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-sm{
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-xl{
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-xs{
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline-none{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.outline{
  outline-style: solid;
}
.ring-0{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-2{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-background{
  --tw-ring-color: hsl(var(--background));
}
.ring-border{
  --tw-ring-color: hsl(var(--border));
}
.ring-gray-100{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(243 244 246 / var(--tw-ring-opacity, 1));
}
.ring-primary\/10{
  --tw-ring-color: hsl(var(--primary) / 0.1);
}
.ring-ring{
  --tw-ring-color: hsl(var(--ring));
}
.ring-sidebar-ring{
  --tw-ring-color: hsl(var(--sidebar-ring));
}
.ring-offset-background{
  --tw-ring-offset-color: hsl(var(--background));
}
.blur{
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.blur-2xl{
  --tw-blur: blur(40px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.blur-3xl{
  --tw-blur: blur(64px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.blur-lg{
  --tw-blur: blur(16px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.blur-xl{
  --tw-blur: blur(24px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.backdrop-blur-sm{
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-\[left\2c right\2c width\]{
  transition-property: left,right,width;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-\[margin\2c opa\]{
  transition-property: margin,opa;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-\[width\2c height\2c padding\]{
  transition-property: width,height,padding;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-\[width\]{
  transition-property: width;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity{
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-shadow{
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-1000{
  transition-duration: 1000ms;
}
.duration-150{
  transition-duration: 150ms;
}
.duration-200{
  transition-duration: 200ms;
}
.duration-300{
  transition-duration: 300ms;
}
.duration-500{
  transition-duration: 500ms;
}
.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-linear{
  transition-timing-function: linear;
}
.ease-out{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
@keyframes enter{
  from{
    opacity: var(--tw-enter-opacity, 1);
    transform: translate3d(var(--tw-enter-translate-x, 0), var(--tw-enter-translate-y, 0), 0) scale3d(var(--tw-enter-scale, 1), var(--tw-enter-scale, 1), var(--tw-enter-scale, 1)) rotate(var(--tw-enter-rotate, 0));
  }
}
@keyframes exit{
  to{
    opacity: var(--tw-exit-opacity, 1);
    transform: translate3d(var(--tw-exit-translate-x, 0), var(--tw-exit-translate-y, 0), 0) scale3d(var(--tw-exit-scale, 1), var(--tw-exit-scale, 1), var(--tw-exit-scale, 1)) rotate(var(--tw-exit-rotate, 0));
  }
}
.animate-in{
  animation-name: enter;
  animation-duration: 150ms;
  --tw-enter-opacity: initial;
  --tw-enter-scale: initial;
  --tw-enter-rotate: initial;
  --tw-enter-translate-x: initial;
  --tw-enter-translate-y: initial;
}
.fade-in-0{
  --tw-enter-opacity: 0;
}
.fade-in-80{
  --tw-enter-opacity: 0.8;
}
.zoom-in-50{
  --tw-enter-scale: .5;
}
.zoom-in-95{
  --tw-enter-scale: .95;
}
.slide-in-from-bottom-2{
  --tw-enter-translate-y: 0.5rem;
}
.slide-in-from-bottom-4{
  --tw-enter-translate-y: 1rem;
}
.slide-in-from-top-1{
  --tw-enter-translate-y: -0.25rem;
}
.duration-1000{
  animation-duration: 1000ms;
}
.duration-150{
  animation-duration: 150ms;
}
.duration-200{
  animation-duration: 200ms;
}
.duration-300{
  animation-duration: 300ms;
}
.duration-500{
  animation-duration: 500ms;
}
.ease-in-out{
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-linear{
  animation-timing-function: linear;
}
.ease-out{
  animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
/* Framer Motion will handle scroll animations */
/* Optimized Icon Container */
@media (max-width: 768px) {
    
    /* Mobile hero section spacing - more top padding */
    
    /* Mobile section spacing overrides - more top padding */
    
    /* Mobile container spacing - more top padding */
    
    /* Mobile text center spacing - more top padding */
    
    /* Mobile max-width container spacing - more top padding */
    
    /* Mobile headline improvements - consistent sizing */
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    /* Mobile hero title adjustments - consistent sizing */
    
    /* Mobile section title adjustments - consistent sizing */
    
    /* Mobile button size adjustments - reduced padding */
    
    /* Mobile metrics spacing - reduced gaps */
    .hero-section .icon-container.flex-wrap {
      gap: 0.75rem;
    }
    
    .hero-section .icon-container.flex-wrap > div {
      text-align: center;
    }
    
    .hero-section .icon-container.flex-wrap .text-2xl,
    .hero-section .icon-container.flex-wrap .text-3xl {
      font-size: 1.125rem;
    }
    
    .hero-section .icon-container.flex-wrap .text-sm {
      font-size: 0.75rem;
    }
    
    /* Mobile feature card adjustments - reduced padding */
    
    /* Mobile icon container adjustments - smaller icons */
    
    /* Mobile process step adjustments */
    
    /* Mobile FAQ adjustments */
    
    /* Mobile form adjustments */
    
  /* Mobile input adjustments */
  
  /* Prevent mobile zoom on input focus - Global fallback */
    
    /* Mobile section padding adjustments - more top padding, tight bottom padding */
    
    /* Additional mobile spacing overrides - more top padding, tight bottom padding */
    
    /* Mobile grid adjustments - reduced gaps */
    
    /* Mobile spacing utilities - significantly reduced */
    
    /* Mobile text size adjustments - consistent sizing */
    
    /* Mobile margin and padding adjustments - significantly reduced */
    
    /* Reduce gap between section descriptions and content - slightly more space */
    
    /* Reduce margin-bottom on section descriptions - slightly more space */
    
    /* Reduce margin-top on content grids that follow descriptions - slightly more space */
    
    /* Reduce spacing in text-center sections - slightly more space */
    
    /* Reduce spacing between description and cards - slightly more space */
    
    /* Reduce spacing in section containers after descriptions - slightly more space */
    
    /* Reduce spacing between FAQ descriptions and content - slightly more space */
    
    /* Reduce spacing between section titles and descriptions - slightly more space */
    
    /* Reduce spacing in common section patterns - slightly more space */
    
    /* Reduce spacing in feature sections - slightly more space */
    
    /* Reduce spacing between description and grid content - slightly more space */
    
    /* Reduce spacing in hero sections after descriptions - slightly more space */
    
    /* Reduce gap between Why Choose Ventu cards on mobile */
    
    /* Make large card icons smaller on mobile only */
    
    /* Make large icons smaller on mobile only */
    
    /* Mobile hero section spacing - more top padding */
    
    /* Mobile section spacing overrides - more top padding */
    
    /* Mobile container spacing - more top padding */
    
    /* Mobile text center spacing - more top padding */
    
    /* Mobile max-width container spacing - more top padding */
    
    /* Mobile headline improvements - consistent sizing */
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    /* Mobile hero title adjustments - consistent sizing */
    
    /* Mobile section title adjustments - consistent sizing */
    
    /* Mobile button size adjustments - reduced padding */
    
    /* Mobile metrics spacing - reduced gaps */
    .hero-section .icon-container.flex-wrap {
      gap: 0.75rem;
    }
    
    .hero-section .icon-container.flex-wrap > div {
      text-align: center;
    }
    
    .hero-section .icon-container.flex-wrap .text-2xl,
    .hero-section .icon-container.flex-wrap .text-3xl {
      font-size: 1.125rem;
    }
    
    .hero-section .icon-container.flex-wrap .text-sm {
      font-size: 0.75rem;
    }
    
    /* Mobile feature card adjustments - reduced padding */
    
    /* Mobile icon container adjustments - smaller icons */
    
    /* Mobile process step adjustments */
    
    /* Mobile FAQ adjustments */
    
    /* Mobile form adjustments */
    
  /* Mobile input adjustments */
  
  /* Prevent mobile zoom on input focus - Global fallback */
    
    /* Mobile section padding adjustments - more top padding, tight bottom padding */
    
    /* Additional mobile spacing overrides - more top padding, tight bottom padding */
    
    /* Mobile grid adjustments - reduced gaps */
    
    /* Mobile spacing utilities - significantly reduced */
    
    /* Mobile text size adjustments - consistent sizing */
    
    /* Mobile margin and padding adjustments - significantly reduced */
    
    /* Reduce gap between section descriptions and content - slightly more space */
    
    /* Reduce margin-bottom on section descriptions - slightly more space */
    
    /* Reduce margin-top on content grids that follow descriptions - slightly more space */
    
    /* Reduce spacing in text-center sections - slightly more space */
    
    /* Reduce spacing between description and cards - slightly more space */
    
    /* Reduce spacing in section containers after descriptions - slightly more space */
    
    /* Reduce spacing between FAQ descriptions and content - slightly more space */
    
    /* Reduce spacing between section titles and descriptions - slightly more space */
    
    /* Reduce spacing in common section patterns - slightly more space */
    
    /* Reduce spacing in feature sections - slightly more space */
    
    /* Reduce spacing between description and grid content - slightly more space */
    
    /* Reduce spacing in hero sections after descriptions - slightly more space */
    
    /* Reduce gap between Why Choose Ventu cards on mobile */
    
    /* Make large card icons smaller on mobile only */
    
    /* Make large icons smaller on mobile only */
    
    /* Mobile hero section spacing - more top padding */
    
    /* Mobile section spacing overrides - more top padding */
    
    /* Mobile container spacing - more top padding */
    
    /* Mobile text center spacing - more top padding */
    
    /* Mobile max-width container spacing - more top padding */
    
    /* Mobile headline improvements - consistent sizing */
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    /* Mobile hero title adjustments - consistent sizing */
    
    /* Mobile section title adjustments - consistent sizing */
    
    /* Mobile button size adjustments - reduced padding */
    
    /* Mobile metrics spacing - reduced gaps */
    .hero-section .icon-container.flex-wrap {
      gap: 0.75rem;
    }
    
    .hero-section .icon-container.flex-wrap > div {
      text-align: center;
    }
    
    .hero-section .icon-container.flex-wrap .text-2xl,
    .hero-section .icon-container.flex-wrap .text-3xl {
      font-size: 1.125rem;
    }
    
    .hero-section .icon-container.flex-wrap .text-sm {
      font-size: 0.75rem;
    }
    
    /* Mobile feature card adjustments - reduced padding */
    
    /* Mobile icon container adjustments - smaller icons */
    
    /* Mobile process step adjustments */
    
    /* Mobile FAQ adjustments */
    
    /* Mobile form adjustments */
    
  /* Mobile input adjustments */
  
  /* Prevent mobile zoom on input focus - Global fallback */
    
    /* Mobile section padding adjustments - more top padding, tight bottom padding */
    
    /* Additional mobile spacing overrides - more top padding, tight bottom padding */
    
    /* Mobile grid adjustments - reduced gaps */
    
    /* Mobile spacing utilities - significantly reduced */
    
    /* Mobile text size adjustments - consistent sizing */
    
    /* Mobile margin and padding adjustments - significantly reduced */
    
    /* Reduce gap between section descriptions and content - slightly more space */
    
    /* Reduce margin-bottom on section descriptions - slightly more space */
    
    /* Reduce margin-top on content grids that follow descriptions - slightly more space */
    
    /* Reduce spacing in text-center sections - slightly more space */
    
    /* Reduce spacing between description and cards - slightly more space */
    
    /* Reduce spacing in section containers after descriptions - slightly more space */
    
    /* Reduce spacing between FAQ descriptions and content - slightly more space */
    
    /* Reduce spacing between section titles and descriptions - slightly more space */
    
    /* Reduce spacing in common section patterns - slightly more space */
    
    /* Reduce spacing in feature sections - slightly more space */
    
    /* Reduce spacing between description and grid content - slightly more space */
    
    /* Reduce spacing in hero sections after descriptions - slightly more space */
    
    /* Reduce gap between Why Choose Ventu cards on mobile */
    
    /* Make large card icons smaller on mobile only */
    
    /* Make large icons smaller on mobile only */
    
    /* Mobile hero section spacing - more top padding */
    
    /* Mobile section spacing overrides - more top padding */
    
    /* Mobile container spacing - more top padding */
    
    /* Mobile text center spacing - more top padding */
    
    /* Mobile max-width container spacing - more top padding */
    
    /* Mobile headline improvements - consistent sizing */
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    /* Mobile hero title adjustments - consistent sizing */
    
    /* Mobile section title adjustments - consistent sizing */
    
    /* Mobile button size adjustments - reduced padding */
    
    /* Mobile metrics spacing - reduced gaps */
    .hero-section .icon-container.flex-wrap {
      gap: 0.75rem;
    }
    
    .hero-section .icon-container.flex-wrap > div {
      text-align: center;
    }
    
    .hero-section .icon-container.flex-wrap .text-2xl,
    .hero-section .icon-container.flex-wrap .text-3xl {
      font-size: 1.125rem;
    }
    
    .hero-section .icon-container.flex-wrap .text-sm {
      font-size: 0.75rem;
    }
    
    /* Mobile feature card adjustments - reduced padding */
    
    /* Mobile icon container adjustments - smaller icons */
    
    /* Mobile process step adjustments */
    
    /* Mobile FAQ adjustments */
    
    /* Mobile form adjustments */
    
  /* Mobile input adjustments */
  
  /* Prevent mobile zoom on input focus - Global fallback */
    
    /* Mobile section padding adjustments - more top padding, tight bottom padding */
    
    /* Additional mobile spacing overrides - more top padding, tight bottom padding */
    
    /* Mobile grid adjustments - reduced gaps */
    
    /* Mobile spacing utilities - significantly reduced */
    
    /* Mobile text size adjustments - consistent sizing */
    
    /* Mobile margin and padding adjustments - significantly reduced */
    
    /* Reduce gap between section descriptions and content - slightly more space */
    
    /* Reduce margin-bottom on section descriptions - slightly more space */
    
    /* Reduce margin-top on content grids that follow descriptions - slightly more space */
    
    /* Reduce spacing in text-center sections - slightly more space */
    
    /* Reduce spacing between description and cards - slightly more space */
    
    /* Reduce spacing in section containers after descriptions - slightly more space */
    
    /* Reduce spacing between FAQ descriptions and content - slightly more space */
    
    /* Reduce spacing between section titles and descriptions - slightly more space */
    
    /* Reduce spacing in common section patterns - slightly more space */
    
    /* Reduce spacing in feature sections - slightly more space */
    
    /* Reduce spacing between description and grid content - slightly more space */
    
    /* Reduce spacing in hero sections after descriptions - slightly more space */
    
    /* Reduce gap between Why Choose Ventu cards on mobile */
    
    /* Make large card icons smaller on mobile only */
    
    /* Make large icons smaller on mobile only */
    
    /* Mobile hero section spacing - more top padding */
    
    /* Mobile section spacing overrides - more top padding */
    
    /* Mobile container spacing - more top padding */
    
    /* Mobile text center spacing - more top padding */
    
    /* Mobile max-width container spacing - more top padding */
    
    /* Mobile headline improvements - consistent sizing */
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    /* Mobile hero title adjustments - consistent sizing */
    
    /* Mobile section title adjustments - consistent sizing */
    
    /* Mobile button size adjustments - reduced padding */
    
    /* Mobile metrics spacing - reduced gaps */
    .hero-section .icon-container.flex-wrap {
      gap: 0.75rem;
    }
    
    .hero-section .icon-container.flex-wrap > div {
      text-align: center;
    }
    
    .hero-section .icon-container.flex-wrap .text-2xl,
    .hero-section .icon-container.flex-wrap .text-3xl {
      font-size: 1.125rem;
    }
    
    .hero-section .icon-container.flex-wrap .text-sm {
      font-size: 0.75rem;
    }
    
    /* Mobile feature card adjustments - reduced padding */
    
    /* Mobile icon container adjustments - smaller icons */
    
    /* Mobile process step adjustments */
    
    /* Mobile FAQ adjustments */
    
    /* Mobile form adjustments */
    
  /* Mobile input adjustments */
  
  /* Prevent mobile zoom on input focus - Global fallback */
    
    /* Mobile section padding adjustments - more top padding, tight bottom padding */
    
    /* Additional mobile spacing overrides - more top padding, tight bottom padding */
    
    /* Mobile grid adjustments - reduced gaps */
    
    /* Mobile spacing utilities - significantly reduced */
    
    /* Mobile text size adjustments - consistent sizing */
    
    /* Mobile margin and padding adjustments - significantly reduced */
    
    /* Reduce gap between section descriptions and content - slightly more space */
    
    /* Reduce margin-bottom on section descriptions - slightly more space */
    
    /* Reduce margin-top on content grids that follow descriptions - slightly more space */
    
    /* Reduce spacing in text-center sections - slightly more space */
    
    /* Reduce spacing between description and cards - slightly more space */
    
    /* Reduce spacing in section containers after descriptions - slightly more space */
    
    /* Reduce spacing between FAQ descriptions and content - slightly more space */
    
    /* Reduce spacing between section titles and descriptions - slightly more space */
    
    /* Reduce spacing in common section patterns - slightly more space */
    
    /* Reduce spacing in feature sections - slightly more space */
    
    /* Reduce spacing between description and grid content - slightly more space */
    
    /* Reduce spacing in hero sections after descriptions - slightly more space */
    
    /* Reduce gap between Why Choose Ventu cards on mobile */
    
    /* Make large card icons smaller on mobile only */
    
    /* Make large icons smaller on mobile only */
    
    /* Mobile hero section spacing - more top padding */
    
    /* Mobile section spacing overrides - more top padding */
    
    /* Mobile container spacing - more top padding */
    
    /* Mobile text center spacing - more top padding */
    
    /* Mobile max-width container spacing - more top padding */
    
    /* Mobile headline improvements - consistent sizing */
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    /* Mobile hero title adjustments - consistent sizing */
    
    /* Mobile section title adjustments - consistent sizing */
    
    /* Mobile button size adjustments - reduced padding */
    
    /* Mobile metrics spacing - reduced gaps */
    
    /* Mobile feature card adjustments - reduced padding */
    
    /* Mobile icon container adjustments - smaller icons */
    
    /* Mobile process step adjustments */
    
    /* Mobile FAQ adjustments */
    
    /* Mobile form adjustments */
    
  /* Mobile input adjustments */
  
  /* Prevent mobile zoom on input focus - Global fallback */
    
    /* Mobile section padding adjustments - more top padding, tight bottom padding */
    
    /* Additional mobile spacing overrides - more top padding, tight bottom padding */
    
    /* Mobile grid adjustments - reduced gaps */
    
    /* Mobile spacing utilities - significantly reduced */
    
    /* Mobile text size adjustments - consistent sizing */
    
    /* Mobile margin and padding adjustments - significantly reduced */
    
    /* Reduce gap between section descriptions and content - slightly more space */
    
    /* Reduce margin-bottom on section descriptions - slightly more space */
    
    /* Reduce margin-top on content grids that follow descriptions - slightly more space */
    
    /* Reduce spacing in text-center sections - slightly more space */
    
    /* Reduce spacing between description and cards - slightly more space */
    
    /* Reduce spacing in section containers after descriptions - slightly more space */
    
    /* Reduce spacing between FAQ descriptions and content - slightly more space */
    
    /* Reduce spacing between section titles and descriptions - slightly more space */
    
    /* Reduce spacing in common section patterns - slightly more space */
    
    /* Reduce spacing in feature sections - slightly more space */
    
    /* Reduce spacing between description and grid content - slightly more space */
    
    /* Reduce spacing in hero sections after descriptions - slightly more space */
    
    /* Reduce gap between Why Choose Ventu cards on mobile */
    
    /* Make large card icons smaller on mobile only */
    .icon-container.h-16.sm\\:w-20.sm\\:h-20.lg\\:w-24.lg\\:h-24 {
      width: 2.5rem; /* 40px */
      height: 2.5rem; /* 40px */
    }
    
    /* Make large icons smaller on mobile only */
    
    /* Mobile hero section spacing - more top padding */
    
    /* Mobile section spacing overrides - more top padding */
    
    /* Mobile container spacing - more top padding */
    
    /* Mobile text center spacing - more top padding */
    
    /* Mobile max-width container spacing - more top padding */
    
    /* Mobile headline improvements - consistent sizing */
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    /* Mobile hero title adjustments - consistent sizing */
    
    /* Mobile section title adjustments - consistent sizing */
    
    /* Mobile button size adjustments - reduced padding */
    
    /* Mobile metrics spacing - reduced gaps */
    
    /* Mobile feature card adjustments - reduced padding */
    
    /* Mobile icon container adjustments - smaller icons */
    
    /* Mobile process step adjustments */
    
    /* Mobile FAQ adjustments */
    
    /* Mobile form adjustments */
    
  /* Mobile input adjustments */
  
  /* Prevent mobile zoom on input focus - Global fallback */
    
    /* Mobile section padding adjustments - more top padding, tight bottom padding */
    
    /* Additional mobile spacing overrides - more top padding, tight bottom padding */
    
    /* Mobile grid adjustments - reduced gaps */
    
    /* Mobile spacing utilities - significantly reduced */
    
    /* Mobile text size adjustments - consistent sizing */
    
    /* Mobile margin and padding adjustments - significantly reduced */
    
    /* Reduce gap between section descriptions and content - slightly more space */
    
    /* Reduce margin-bottom on section descriptions - slightly more space */
    
    /* Reduce margin-top on content grids that follow descriptions - slightly more space */
    
    /* Reduce spacing in text-center sections - slightly more space */
    
    /* Reduce spacing between description and cards - slightly more space */
    
    /* Reduce spacing in section containers after descriptions - slightly more space */
    
    /* Reduce spacing between FAQ descriptions and content - slightly more space */
    
    /* Reduce spacing between section titles and descriptions - slightly more space */
    
    /* Reduce spacing in common section patterns - slightly more space */
    
    /* Reduce spacing in feature sections - slightly more space */
    
    /* Reduce spacing between description and grid content - slightly more space */
    
    /* Reduce spacing in hero sections after descriptions - slightly more space */
    
    /* Reduce gap between Why Choose Ventu cards on mobile */
    
    /* Make large card icons smaller on mobile only */
    .w-16.icon-container.sm\\:w-20.sm\\:h-20.lg\\:w-24.lg\\:h-24 {
      width: 2.5rem; /* 40px */
      height: 2.5rem; /* 40px */
    }
    
    /* Make large icons smaller on mobile only */
  }
.icon-container{
  display: flex;
  height: 4rem;
  width: 4rem;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    background: linear-gradient(135deg, rgba(18,112,255,.1) 0%, rgba(18,112,255,.05) 100%);
    border: 1px solid rgba(18,112,255,.1);
}
.icon-container:hover {
    transform: scale(1.05);
  }
/* Optimized Link Styles */
.premium-link{
  color: hsl(var(--primary));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  animation-duration: 200ms;
}
.premium-link:hover{
  color: hsl(var(--primary-hover));
}
.premium-link {
    position: relative;
  }
.premium-link::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background: hsl(var(--primary));
    transition: width 0.3s ease;
  }
.premium-link:hover::after {
    width: 100%;
  }
/* Optimized Card Styles */
.card { 
    background: #fff; 
    border: 1px solid rgba(9,30,66,.08); 
    border-radius: 20px; 
    box-shadow: var(--shadow-card); 
    transition: transform .2s ease, box-shadow .2s ease; 
  }
.card:hover { 
    transform: translateY(-2px); 
    box-shadow: var(--shadow-card-hover); 
  }
/* Section Tinted Backgrounds - Simplified */
.section-tint { 
    background: 
      radial-gradient(600px 200px at 20% 0%, rgba(18,112,255,.06), transparent 60%),
      #f7f9fc;
  }
/* Icon Chips - Simplified */
.icon-chip { 
    width: 44px; 
    height: 44px; 
    display: grid; 
    place-items: center; 
    border-radius: 12px; 
    background: rgba(18,112,255,.08); 
    color: hsl(var(--primary)); 
    transition: transform .2s ease;
  }
.icon-chip:hover {
    transform: scale(1.05);
  }
/* Process Steps - Simplified */
.process-step{
  position: relative;
}
.process-step::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -50%;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, rgba(18,112,255,.2), transparent);
    transform: translateY(-50%);
    z-index: -1;
  }
.process-step:last-child::after {
    display: none;
  }
@media (max-width: 768px) {
    .process-step::after {
      top: 100%;
      left: 50%;
      right: auto;
      width: 2px;
      height: 50px;
      background: linear-gradient(180deg, rgba(18,112,255,.2), transparent);
      transform: translateX(-50%);
    }
  }
/* Optimized Typography */
.hero-title {
    font-size: clamp(1.75rem, 5vw, 4rem);
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -0.005em;
  }
.section-title {
    font-size: clamp(1.5rem, 4vw, 2.5rem);
    font-weight: 700;
    line-height: 1.05;
    letter-spacing: -0.01em;
  }
/* Optimize scroll performance */
.scroll-optimized {
    /* Remove properties that can interfere with sticky positioning */
  }
/* Performance optimizations for smooth scrolling */
.scroll-container {
    /* Remove properties that can interfere with sticky positioning */
  }
/* Optimize animations for better performance */
.animate-optimized {
    will-change: transform, opacity;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
  }
/* Missing CSS Classes - Fix for flashing without changing animations */
.scroll-animate {
    /* These classes were missing, causing flashing - now defined to prevent layout shifts */
  }
.scroll-animate-enhanced {
    /* These classes were missing, causing flashing - now defined to prevent layout shifts */
  }
.scroll-animate-slow {
    /* These classes were missing, causing flashing - now defined to prevent layout shifts */
  }
/* Performance optimizations for smooth scrolling - minimal impact */
.scroll-animate,
  .scroll-animate-enhanced,
  .scroll-animate-slow {
    /* Ensure smooth rendering without affecting animations */
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
  }
/* Reduce motion for users who prefer it */
@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
      animation-duration: 0.01ms !important;
      animation-iteration-count: 1 !important;
      transition-duration: 0.01ms !important;
      scroll-behavior: auto !important;
    }
  }
/* Respect reduced motion */
@media (prefers-reduced-motion: reduce) {
    .card:hover,
    .feature-card:hover,
    .btn-primary:hover,
    .btn-secondary:hover,
    .icon-chip:hover,
    .animate-optimized:hover {
      transform: none !important;
    }
    
    /* Disable all animations for reduced motion users */
    .scroll-optimized,
    .animate-optimized {
      animation: none !important;
      transition: none !important;
    }
  }
/* Performance optimizations for large lists */
/* Optimize images for better performance */
img {
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
  }
/* Optimize text rendering */
/* Prevent scroll jump on page refresh */
/* Smooth scroll only for programmatic scrolling */
.smooth-scroll {
    scroll-behavior: smooth;
  }
/* Simple CSS-only animations for better performance */
@keyframes fadeInUp {
    from {
      opacity: 0;
      transform: translateY(20px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
@keyframes fadeInDown {
    from {
      opacity: 0;
      transform: translateY(-20px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
@keyframes fadeInLeft {
    from {
      opacity: 0;
      transform: translateX(-20px);
    }
    to {
      opacity: 1;
      transform: translateX(0);
    }
  }
@keyframes fadeInRight {
    from {
      opacity: 0;
      transform: translateX(20px);
    }
    to {
      opacity: 1;
      transform: translateX(0);
    }
  }
/* Mobile Date Picker Styles */
/* Mobile Date Picker Modal Styles */
@keyframes slideUp {
    from {
      transform: translateY(100%);
    }
    to {
      transform: translateY(0);
    }
  }
/* Ensure mobile date pickers are visible on mobile */
/* Mobile Date Input Styles */
@media (max-width: 768px) {
    input[type="date"] {
      position: relative !important;
      z-index: 1 !important;
      background: white !important;
      border: 1px solid #e5e7eb !important;
      border-radius: 0.75rem !important;
      padding: 0.75rem 0.75rem 0.75rem 2.5rem !important;
      height: 3rem !important;
      width: 100% !important;
      font-size: 16px !important; /* Prevents zoom on iOS */
      line-height: 1.25rem !important;
      transition: all 0.2s ease-in-out !important;
      -webkit-appearance: none !important;
      -moz-appearance: textfield !important;
      appearance: none !important;
      text-align: left !important; /* Ensure text is left-aligned */
      color: #111827 !important; /* Default black text color */
    }

    input[type="date"]:focus {
      outline: none !important;
      border-color: #3b82f6 !important;
      box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.1) !important;
    }

    /* Ensure the date input is properly positioned */
    input[type="date"]::-webkit-calendar-picker-indicator {
      position: absolute !important;
      right: 0.75rem !important;
      top: 50% !important;
      transform: translateY(-50%) !important;
      width: 1.25rem !important;
      height: 1.25rem !important;
      background: transparent !important;
      cursor: pointer !important;
    }

    /* Hide the calendar icon when using native picker */
    .mobile-date-input-container .calendar-icon {
      display: none !important;
    }

    /* Style for empty date input to show placeholder */
    input[type="date"]:invalid {
      color: transparent !important;
    }

    /* Show placeholder when input is empty */
    input[type="date"]:invalid::-webkit-datetime-edit {
      color: transparent !important;
    }

    /* Ensure placeholder overlay is properly positioned */
    .mobile-date-input-container {
      position: relative !important;
    }

    /* Override webkit date input styling for better mobile experience */
    input[type="date"]::-webkit-datetime-edit {
      text-align: left !important;
      padding-left: 0 !important;
      margin-left: 0 !important;
      width: 100% !important;
    }

    input[type="date"]::-webkit-datetime-edit-fields-wrapper {
      text-align: left !important;
      padding-left: 0 !important;
      margin-left: 0 !important;
      display: flex !important;
      align-items: center !important;
    }

    input[type="date"]::-webkit-datetime-edit-text {
      color: #6b7280 !important; /* Gray color for separators */
      margin: 0 2px !important;
    }

    input[type="date"]::-webkit-datetime-edit-month-field,
    input[type="date"]::-webkit-datetime-edit-day-field,
    input[type="date"]::-webkit-datetime-edit-year-field {
      color: #111827 !important; /* Black text for date values */
      text-align: left !important;
      padding: 0 !important;
      margin: 0 !important;
      min-width: auto !important;
    }

    /* Ensure the date input content starts from the left edge */
    input[type="date"]::-webkit-datetime-edit-month-field {
      margin-left: 0 !important;
    }

    /* Force left alignment for all date input components */
    input[type="date"]::-webkit-datetime-edit-ampm-field,
    input[type="date"]::-webkit-datetime-edit-day-field,
    input[type="date"]::-webkit-datetime-edit-hour-field,
    input[type="date"]::-webkit-datetime-edit-millisecond-field,
    input[type="date"]::-webkit-datetime-edit-minute-field,
    input[type="date"]::-webkit-datetime-edit-month-field,
    input[type="date"]::-webkit-datetime-edit-second-field,
    input[type="date"]::-webkit-datetime-edit-week-field,
    input[type="date"]::-webkit-datetime-edit-year-field {
      text-align: left !important;
      margin-left: 0 !important;
      padding-left: 0 !important;
    }

    /* Ensure the entire date input content is left-aligned */
    input[type="date"]::-webkit-datetime-edit-fields-wrapper {
      justify-content: flex-start !important;
      align-items: center !important;
    }
  }
/* ventu.io Design System - Optimized for Performance */
@media (max-width: 768px) {
    
    /* Mobile hero section spacing - more top padding */
    
    /* Mobile section spacing overrides - more top padding */
    
    /* Mobile container spacing - more top padding */
    
    /* Mobile text center spacing - more top padding */
    
    /* Mobile max-width container spacing - more top padding */
    
    /* Mobile headline improvements - consistent sizing */
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    /* Mobile hero title adjustments - consistent sizing */
    
    /* Mobile section title adjustments - consistent sizing */
    
    /* Mobile button size adjustments - reduced padding */
    
    /* Mobile metrics spacing - reduced gaps */
    
    .hero-section .flex.flex-wrap .file\:text-sm::file-selector-button {
      font-size: 0.75rem;
    }
    
    /* Mobile feature card adjustments - reduced padding */
    
    /* Mobile icon container adjustments - smaller icons */
    
    /* Mobile process step adjustments */
    
    /* Mobile FAQ adjustments */
    
    /* Mobile form adjustments */
    
  /* Mobile input adjustments */
  
  /* Prevent mobile zoom on input focus - Global fallback */
    
    /* Mobile section padding adjustments - more top padding, tight bottom padding */
    
    /* Additional mobile spacing overrides - more top padding, tight bottom padding */
    
    /* Mobile grid adjustments - reduced gaps */
    
    /* Mobile spacing utilities - significantly reduced */
    
    /* Mobile text size adjustments - consistent sizing */
    
    /* Mobile margin and padding adjustments - significantly reduced */
    
    /* Reduce gap between section descriptions and content - slightly more space */
    
    /* Reduce margin-bottom on section descriptions - slightly more space */
    
    /* Reduce margin-top on content grids that follow descriptions - slightly more space */
    
    /* Reduce spacing in text-center sections - slightly more space */
    
    /* Reduce spacing between description and cards - slightly more space */
    
    /* Reduce spacing in section containers after descriptions - slightly more space */
    
    /* Reduce spacing between FAQ descriptions and content - slightly more space */
    
    /* Reduce spacing between section titles and descriptions - slightly more space */
    
    /* Reduce spacing in common section patterns - slightly more space */
    
    /* Reduce spacing in feature sections - slightly more space */
    
    /* Reduce spacing between description and grid content - slightly more space */
    
    /* Reduce spacing in hero sections after descriptions - slightly more space */
    
    /* Reduce gap between Why Choose Ventu cards on mobile */
    
    /* Make large card icons smaller on mobile only */
    
    /* Make large icons smaller on mobile only */
    
    /* Mobile hero section spacing - more top padding */
    
    /* Mobile section spacing overrides - more top padding */
    
    /* Mobile container spacing - more top padding */
    
    /* Mobile text center spacing - more top padding */
    
    /* Mobile max-width container spacing - more top padding */
    
    /* Mobile headline improvements - consistent sizing */
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    /* Mobile hero title adjustments - consistent sizing */
    
    /* Mobile section title adjustments - consistent sizing */
    
    /* Mobile button size adjustments - reduced padding */
    
    /* Mobile metrics spacing - reduced gaps */
    
    /* Mobile feature card adjustments - reduced padding */
    
    /* Mobile icon container adjustments - smaller icons */
    
    /* Mobile process step adjustments */
    
    /* Mobile FAQ adjustments */
    
    /* Mobile form adjustments */
    
  /* Mobile input adjustments */
  
  /* Prevent mobile zoom on input focus - Global fallback */
    
    /* Mobile section padding adjustments - more top padding, tight bottom padding */
    
    /* Additional mobile spacing overrides - more top padding, tight bottom padding */
    
    /* Mobile grid adjustments - reduced gaps */
    
    /* Mobile spacing utilities - significantly reduced */
    
    /* Mobile text size adjustments - consistent sizing */
    
    /* Mobile margin and padding adjustments - significantly reduced */
    
    /* Reduce gap between section descriptions and content - slightly more space */
    
    /* Reduce margin-bottom on section descriptions - slightly more space */
    
    /* Reduce margin-top on content grids that follow descriptions - slightly more space */
    
    /* Reduce spacing in text-center sections - slightly more space */
    
    /* Reduce spacing between description and cards - slightly more space */
    
    /* Reduce spacing in section containers after descriptions - slightly more space */
    
    /* Reduce spacing between FAQ descriptions and content - slightly more space */
    
    /* Reduce spacing between section titles and descriptions - slightly more space */
    
    /* Reduce spacing in common section patterns - slightly more space */
    
    /* Reduce spacing in feature sections - slightly more space */
    
    /* Reduce spacing between description and grid content - slightly more space */
    
    /* Reduce spacing in hero sections after descriptions - slightly more space */
    
    /* Reduce gap between Why Choose Ventu cards on mobile */
    
    /* Make large card icons smaller on mobile only */
    
    /* Make large icons smaller on mobile only */
  }
@media (min-width: 640px){
  @media (max-width: 768px) {
    
    /* Mobile hero section spacing - more top padding */
    
    /* Mobile section spacing overrides - more top padding */
    
    /* Mobile container spacing - more top padding */
    
    /* Mobile text center spacing - more top padding */
    
    /* Mobile max-width container spacing - more top padding */
    .sm\:mx-auto.max-w-4xl,.sm\:mx-auto.max-w-5xl,.sm\:mx-auto.max-w-6xl,.sm\:mx-auto.max-w-7xl {
      padding-top: 0.75rem;
      padding-bottom: 0.125rem;
    }
    
    /* Mobile headline improvements - consistent sizing */
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    /* Mobile hero title adjustments - consistent sizing */
    
    /* Mobile section title adjustments - consistent sizing */
    
    /* Mobile button size adjustments - reduced padding */
    
    /* Mobile metrics spacing - reduced gaps */
    
    /* Mobile feature card adjustments - reduced padding */
    
    /* Mobile icon container adjustments - smaller icons */
    
    /* Mobile process step adjustments */
    
    /* Mobile FAQ adjustments */
    
    /* Mobile form adjustments */
    
  /* Mobile input adjustments */
  
  /* Prevent mobile zoom on input focus - Global fallback */
    
    /* Mobile section padding adjustments - more top padding, tight bottom padding */
    
    /* Additional mobile spacing overrides - more top padding, tight bottom padding */
    
    /* Mobile grid adjustments - reduced gaps */
    
    /* Mobile spacing utilities - significantly reduced */
    
    /* Mobile text size adjustments - consistent sizing */
    
    /* Mobile margin and padding adjustments - significantly reduced */
    
    /* Reduce gap between section descriptions and content - slightly more space */
    
    /* Reduce margin-bottom on section descriptions - slightly more space */
    
    /* Reduce margin-top on content grids that follow descriptions - slightly more space */
    
    /* Reduce spacing in text-center sections - slightly more space */
    
    /* Reduce spacing between description and cards - slightly more space */
    
    /* Reduce spacing in section containers after descriptions - slightly more space */
    
    /* Reduce spacing between FAQ descriptions and content - slightly more space */
    
    /* Reduce spacing between section titles and descriptions - slightly more space */
    
    /* Reduce spacing in common section patterns - slightly more space */
    
    /* Reduce spacing in feature sections - slightly more space */
    
    /* Reduce spacing between description and grid content - slightly more space */
    
    /* Reduce spacing in hero sections after descriptions - slightly more space */
    
    /* Reduce gap between Why Choose Ventu cards on mobile */
    
    /* Make large card icons smaller on mobile only */
    
    /* Make large icons smaller on mobile only */
    
    /* Mobile hero section spacing - more top padding */
    
    /* Mobile section spacing overrides - more top padding */
    
    /* Mobile container spacing - more top padding */
    
    /* Mobile text center spacing - more top padding */
    
    /* Mobile max-width container spacing - more top padding */
    .sm\:mx-auto.max-w-4xl,.sm\:mx-auto.max-w-5xl,.sm\:mx-auto.max-w-6xl,.sm\:mx-auto.max-w-7xl {
      padding-top: 0.75rem;
      padding-bottom: 0.125rem;
    }
    
    /* Mobile headline improvements - consistent sizing */
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    /* Mobile hero title adjustments - consistent sizing */
    
    /* Mobile section title adjustments - consistent sizing */
    
    /* Mobile button size adjustments - reduced padding */
    
    /* Mobile metrics spacing - reduced gaps */
    
    /* Mobile feature card adjustments - reduced padding */
    
    /* Mobile icon container adjustments - smaller icons */
    
    /* Mobile process step adjustments */
    
    /* Mobile FAQ adjustments */
    
    /* Mobile form adjustments */
    
  /* Mobile input adjustments */
  
  /* Prevent mobile zoom on input focus - Global fallback */
    
    /* Mobile section padding adjustments - more top padding, tight bottom padding */
    
    /* Additional mobile spacing overrides - more top padding, tight bottom padding */
    
    /* Mobile grid adjustments - reduced gaps */
    
    /* Mobile spacing utilities - significantly reduced */
    
    /* Mobile text size adjustments - consistent sizing */
    
    /* Mobile margin and padding adjustments - significantly reduced */
    
    /* Reduce gap between section descriptions and content - slightly more space */
    
    /* Reduce margin-bottom on section descriptions - slightly more space */
    
    /* Reduce margin-top on content grids that follow descriptions - slightly more space */
    
    /* Reduce spacing in text-center sections - slightly more space */
    
    /* Reduce spacing between description and cards - slightly more space */
    
    /* Reduce spacing in section containers after descriptions - slightly more space */
    
    /* Reduce spacing between FAQ descriptions and content - slightly more space */
    
    /* Reduce spacing between section titles and descriptions - slightly more space */
    
    /* Reduce spacing in common section patterns - slightly more space */
    
    /* Reduce spacing in feature sections - slightly more space */
    
    /* Reduce spacing between description and grid content - slightly more space */
    
    /* Reduce spacing in hero sections after descriptions - slightly more space */
    
    /* Reduce gap between Why Choose Ventu cards on mobile */
    
    /* Make large card icons smaller on mobile only */
    
    /* Make large icons smaller on mobile only */
    
    /* Mobile hero section spacing - more top padding */
    
    /* Mobile section spacing overrides - more top padding */
    
    /* Mobile container spacing - more top padding */
    
    /* Mobile text center spacing - more top padding */
    
    /* Mobile max-width container spacing - more top padding */
    .sm\:mx-auto.max-w-4xl,.sm\:mx-auto.max-w-5xl,.sm\:mx-auto.max-w-6xl,.sm\:mx-auto.max-w-7xl {
      padding-top: 0.75rem;
      padding-bottom: 0.125rem;
    }
    
    /* Mobile headline improvements - consistent sizing */
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    /* Mobile hero title adjustments - consistent sizing */
    
    /* Mobile section title adjustments - consistent sizing */
    
    /* Mobile button size adjustments - reduced padding */
    
    /* Mobile metrics spacing - reduced gaps */
    
    /* Mobile feature card adjustments - reduced padding */
    
    /* Mobile icon container adjustments - smaller icons */
    
    /* Mobile process step adjustments */
    
    /* Mobile FAQ adjustments */
    
    /* Mobile form adjustments */
    
  /* Mobile input adjustments */
  
  /* Prevent mobile zoom on input focus - Global fallback */
    
    /* Mobile section padding adjustments - more top padding, tight bottom padding */
    
    /* Additional mobile spacing overrides - more top padding, tight bottom padding */
    
    /* Mobile grid adjustments - reduced gaps */
    
    /* Mobile spacing utilities - significantly reduced */
    
    /* Mobile text size adjustments - consistent sizing */
    
    /* Mobile margin and padding adjustments - significantly reduced */
    
    /* Reduce gap between section descriptions and content - slightly more space */
    
    /* Reduce margin-bottom on section descriptions - slightly more space */
    
    /* Reduce margin-top on content grids that follow descriptions - slightly more space */
    
    /* Reduce spacing in text-center sections - slightly more space */
    
    /* Reduce spacing between description and cards - slightly more space */
    
    /* Reduce spacing in section containers after descriptions - slightly more space */
    
    /* Reduce spacing between FAQ descriptions and content - slightly more space */
    
    /* Reduce spacing between section titles and descriptions - slightly more space */
    
    /* Reduce spacing in common section patterns - slightly more space */
    
    /* Reduce spacing in feature sections - slightly more space */
    
    /* Reduce spacing between description and grid content - slightly more space */
    
    /* Reduce spacing in hero sections after descriptions - slightly more space */
    
    /* Reduce gap between Why Choose Ventu cards on mobile */
    
    /* Make large card icons smaller on mobile only */
    
    /* Make large icons smaller on mobile only */
    
    /* Mobile hero section spacing - more top padding */
    
    /* Mobile section spacing overrides - more top padding */
    
    /* Mobile container spacing - more top padding */
    
    /* Mobile text center spacing - more top padding */
    
    /* Mobile max-width container spacing - more top padding */
    .sm\:mx-auto.max-w-4xl,.sm\:mx-auto.max-w-5xl,.sm\:mx-auto.max-w-6xl,.sm\:mx-auto.max-w-7xl {
      padding-top: 0.75rem;
      padding-bottom: 0.125rem;
    }
    
    /* Mobile headline improvements - consistent sizing */
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    /* Mobile hero title adjustments - consistent sizing */
    
    /* Mobile section title adjustments - consistent sizing */
    
    /* Mobile button size adjustments - reduced padding */
    
    /* Mobile metrics spacing - reduced gaps */
    
    /* Mobile feature card adjustments - reduced padding */
    
    /* Mobile icon container adjustments - smaller icons */
    
    /* Mobile process step adjustments */
    
    /* Mobile FAQ adjustments */
    
    /* Mobile form adjustments */
    
  /* Mobile input adjustments */
  
  /* Prevent mobile zoom on input focus - Global fallback */
    
    /* Mobile section padding adjustments - more top padding, tight bottom padding */
    
    /* Additional mobile spacing overrides - more top padding, tight bottom padding */
    
    /* Mobile grid adjustments - reduced gaps */
    
    /* Mobile spacing utilities - significantly reduced */
    
    /* Mobile text size adjustments - consistent sizing */
    
    /* Mobile margin and padding adjustments - significantly reduced */
    
    /* Reduce gap between section descriptions and content - slightly more space */
    
    /* Reduce margin-bottom on section descriptions - slightly more space */
    
    /* Reduce margin-top on content grids that follow descriptions - slightly more space */
    
    /* Reduce spacing in text-center sections - slightly more space */
    
    /* Reduce spacing between description and cards - slightly more space */
    
    /* Reduce spacing in section containers after descriptions - slightly more space */
    
    /* Reduce spacing between FAQ descriptions and content - slightly more space */
    
    /* Reduce spacing between section titles and descriptions - slightly more space */
    
    /* Reduce spacing in common section patterns - slightly more space */
    
    /* Reduce spacing in feature sections - slightly more space */
    
    /* Reduce spacing between description and grid content - slightly more space */
    
    /* Reduce spacing in hero sections after descriptions - slightly more space */
    
    /* Reduce gap between Why Choose Ventu cards on mobile */
    
    /* Make large card icons smaller on mobile only */
    
    /* Make large icons smaller on mobile only */
    
    /* Mobile hero section spacing - more top padding */
    
    /* Mobile section spacing overrides - more top padding */
    
    /* Mobile container spacing - more top padding */
    
    /* Mobile text center spacing - more top padding */
    
    /* Mobile max-width container spacing - more top padding */
    
    /* Mobile headline improvements - consistent sizing */
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    /* Mobile hero title adjustments - consistent sizing */
    
    /* Mobile section title adjustments - consistent sizing */
    
    /* Mobile button size adjustments - reduced padding */
    
    /* Mobile metrics spacing - reduced gaps */
    .hero-section .sm\:flex.flex-wrap {
      gap: 0.75rem;
    }
    
    .hero-section .sm\:flex.flex-wrap > div {
      text-align: center;
    }
    
    .hero-section .sm\:flex.flex-wrap .text-2xl,
    .hero-section .sm\:flex.flex-wrap .text-3xl {
      font-size: 1.125rem;
    }
    
    .hero-section .sm\:flex.flex-wrap .text-sm {
      font-size: 0.75rem;
    }
    
    /* Mobile feature card adjustments - reduced padding */
    
    /* Mobile icon container adjustments - smaller icons */
    
    /* Mobile process step adjustments */
    
    /* Mobile FAQ adjustments */
    
    /* Mobile form adjustments */
    
  /* Mobile input adjustments */
  
  /* Prevent mobile zoom on input focus - Global fallback */
    
    /* Mobile section padding adjustments - more top padding, tight bottom padding */
    
    /* Additional mobile spacing overrides - more top padding, tight bottom padding */
    
    /* Mobile grid adjustments - reduced gaps */
    
    /* Mobile spacing utilities - significantly reduced */
    
    /* Mobile text size adjustments - consistent sizing */
    
    /* Mobile margin and padding adjustments - significantly reduced */
    
    /* Reduce gap between section descriptions and content - slightly more space */
    
    /* Reduce margin-bottom on section descriptions - slightly more space */
    
    /* Reduce margin-top on content grids that follow descriptions - slightly more space */
    
    /* Reduce spacing in text-center sections - slightly more space */
    
    /* Reduce spacing between description and cards - slightly more space */
    
    /* Reduce spacing in section containers after descriptions - slightly more space */
    
    /* Reduce spacing between FAQ descriptions and content - slightly more space */
    
    /* Reduce spacing between section titles and descriptions - slightly more space */
    
    /* Reduce spacing in common section patterns - slightly more space */
    
    /* Reduce spacing in feature sections - slightly more space */
    
    /* Reduce spacing between description and grid content - slightly more space */
    
    /* Reduce spacing in hero sections after descriptions - slightly more space */
    
    /* Reduce gap between Why Choose Ventu cards on mobile */
    
    /* Make large card icons smaller on mobile only */
    
    /* Make large icons smaller on mobile only */
    
    /* Mobile hero section spacing - more top padding */
    
    /* Mobile section spacing overrides - more top padding */
    
    /* Mobile container spacing - more top padding */
    
    /* Mobile text center spacing - more top padding */
    
    /* Mobile max-width container spacing - more top padding */
    
    /* Mobile headline improvements - consistent sizing */
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    /* Mobile hero title adjustments - consistent sizing */
    
    /* Mobile section title adjustments - consistent sizing */
    
    /* Mobile button size adjustments - reduced padding */
    
    /* Mobile metrics spacing - reduced gaps */
    .hero-section .sm\:flex.flex-wrap {
      gap: 0.75rem;
    }
    
    .hero-section .sm\:flex.flex-wrap > div {
      text-align: center;
    }
    
    .hero-section .sm\:flex.flex-wrap .text-2xl,
    .hero-section .sm\:flex.flex-wrap .text-3xl {
      font-size: 1.125rem;
    }
    
    .hero-section .sm\:flex.flex-wrap .text-sm {
      font-size: 0.75rem;
    }
    
    /* Mobile feature card adjustments - reduced padding */
    
    /* Mobile icon container adjustments - smaller icons */
    
    /* Mobile process step adjustments */
    
    /* Mobile FAQ adjustments */
    
    /* Mobile form adjustments */
    
  /* Mobile input adjustments */
  
  /* Prevent mobile zoom on input focus - Global fallback */
    
    /* Mobile section padding adjustments - more top padding, tight bottom padding */
    
    /* Additional mobile spacing overrides - more top padding, tight bottom padding */
    
    /* Mobile grid adjustments - reduced gaps */
    
    /* Mobile spacing utilities - significantly reduced */
    
    /* Mobile text size adjustments - consistent sizing */
    
    /* Mobile margin and padding adjustments - significantly reduced */
    
    /* Reduce gap between section descriptions and content - slightly more space */
    
    /* Reduce margin-bottom on section descriptions - slightly more space */
    
    /* Reduce margin-top on content grids that follow descriptions - slightly more space */
    
    /* Reduce spacing in text-center sections - slightly more space */
    
    /* Reduce spacing between description and cards - slightly more space */
    
    /* Reduce spacing in section containers after descriptions - slightly more space */
    
    /* Reduce spacing between FAQ descriptions and content - slightly more space */
    
    /* Reduce spacing between section titles and descriptions - slightly more space */
    
    /* Reduce spacing in common section patterns - slightly more space */
    
    /* Reduce spacing in feature sections - slightly more space */
    
    /* Reduce spacing between description and grid content - slightly more space */
    
    /* Reduce spacing in hero sections after descriptions - slightly more space */
    
    /* Reduce gap between Why Choose Ventu cards on mobile */
    
    /* Make large card icons smaller on mobile only */
    
    /* Make large icons smaller on mobile only */
    
    /* Mobile hero section spacing - more top padding */
    
    /* Mobile section spacing overrides - more top padding */
    
    /* Mobile container spacing - more top padding */
    
    /* Mobile text center spacing - more top padding */
    
    /* Mobile max-width container spacing - more top padding */
    
    /* Mobile headline improvements - consistent sizing */
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    /* Mobile hero title adjustments - consistent sizing */
    
    /* Mobile section title adjustments - consistent sizing */
    
    /* Mobile button size adjustments - reduced padding */
    
    /* Mobile metrics spacing - reduced gaps */
    .hero-section .sm\:flex.flex-wrap {
      gap: 0.75rem;
    }
    
    .hero-section .sm\:flex.flex-wrap > div {
      text-align: center;
    }
    
    .hero-section .sm\:flex.flex-wrap .text-2xl,
    .hero-section .sm\:flex.flex-wrap .text-3xl {
      font-size: 1.125rem;
    }
    
    .hero-section .sm\:flex.flex-wrap .text-sm {
      font-size: 0.75rem;
    }
    
    /* Mobile feature card adjustments - reduced padding */
    
    /* Mobile icon container adjustments - smaller icons */
    
    /* Mobile process step adjustments */
    
    /* Mobile FAQ adjustments */
    
    /* Mobile form adjustments */
    
  /* Mobile input adjustments */
  
  /* Prevent mobile zoom on input focus - Global fallback */
    
    /* Mobile section padding adjustments - more top padding, tight bottom padding */
    
    /* Additional mobile spacing overrides - more top padding, tight bottom padding */
    
    /* Mobile grid adjustments - reduced gaps */
    
    /* Mobile spacing utilities - significantly reduced */
    
    /* Mobile text size adjustments - consistent sizing */
    
    /* Mobile margin and padding adjustments - significantly reduced */
    
    /* Reduce gap between section descriptions and content - slightly more space */
    
    /* Reduce margin-bottom on section descriptions - slightly more space */
    
    /* Reduce margin-top on content grids that follow descriptions - slightly more space */
    
    /* Reduce spacing in text-center sections - slightly more space */
    
    /* Reduce spacing between description and cards - slightly more space */
    
    /* Reduce spacing in section containers after descriptions - slightly more space */
    
    /* Reduce spacing between FAQ descriptions and content - slightly more space */
    
    /* Reduce spacing between section titles and descriptions - slightly more space */
    
    /* Reduce spacing in common section patterns - slightly more space */
    
    /* Reduce spacing in feature sections - slightly more space */
    
    /* Reduce spacing between description and grid content - slightly more space */
    
    /* Reduce spacing in hero sections after descriptions - slightly more space */
    
    /* Reduce gap between Why Choose Ventu cards on mobile */
    
    /* Make large card icons smaller on mobile only */
    
    /* Make large icons smaller on mobile only */
    
    /* Mobile hero section spacing - more top padding */
    
    /* Mobile section spacing overrides - more top padding */
    
    /* Mobile container spacing - more top padding */
    
    /* Mobile text center spacing - more top padding */
    
    /* Mobile max-width container spacing - more top padding */
    
    /* Mobile headline improvements - consistent sizing */
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    /* Mobile hero title adjustments - consistent sizing */
    
    /* Mobile section title adjustments - consistent sizing */
    
    /* Mobile button size adjustments - reduced padding */
    
    /* Mobile metrics spacing - reduced gaps */
    
    .hero-section .flex.flex-wrap .sm\:text-2xl {
      font-size: 1.125rem;
    }
    
    /* Mobile feature card adjustments - reduced padding */
    
    /* Mobile icon container adjustments - smaller icons */
    
    /* Mobile process step adjustments */
    
    /* Mobile FAQ adjustments */
    
    /* Mobile form adjustments */
    
  /* Mobile input adjustments */
  
  /* Prevent mobile zoom on input focus - Global fallback */
    
    /* Mobile section padding adjustments - more top padding, tight bottom padding */
    
    /* Additional mobile spacing overrides - more top padding, tight bottom padding */
    
    /* Mobile grid adjustments - reduced gaps */
    
    /* Mobile spacing utilities - significantly reduced */
    
    /* Mobile text size adjustments - consistent sizing */
    
    .sm\:text-2xl {
      font-size: 1.125rem;
    }
    
    /* Mobile margin and padding adjustments - significantly reduced */
    
    /* Reduce gap between section descriptions and content - slightly more space */
    
    /* Reduce margin-bottom on section descriptions - slightly more space */
    
    /* Reduce margin-top on content grids that follow descriptions - slightly more space */
    
    /* Reduce spacing in text-center sections - slightly more space */
    
    /* Reduce spacing between description and cards - slightly more space */
    
    /* Reduce spacing in section containers after descriptions - slightly more space */
    
    /* Reduce spacing between FAQ descriptions and content - slightly more space */
    
    /* Reduce spacing between section titles and descriptions - slightly more space */
    
    /* Reduce spacing in common section patterns - slightly more space */
    
    /* Reduce spacing in feature sections - slightly more space */
    
    /* Reduce spacing between description and grid content - slightly more space */
    
    /* Reduce spacing in hero sections after descriptions - slightly more space */
    
    /* Reduce gap between Why Choose Ventu cards on mobile */
    
    /* Make large card icons smaller on mobile only */
    
    /* Make large icons smaller on mobile only */
    
    /* Mobile hero section spacing - more top padding */
    
    /* Mobile section spacing overrides - more top padding */
    
    /* Mobile container spacing - more top padding */
    
    /* Mobile text center spacing - more top padding */
    
    /* Mobile max-width container spacing - more top padding */
    
    /* Mobile headline improvements - consistent sizing */
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    /* Mobile hero title adjustments - consistent sizing */
    
    /* Mobile section title adjustments - consistent sizing */
    
    /* Mobile button size adjustments - reduced padding */
    
    /* Mobile metrics spacing - reduced gaps */
    .hero-section .sm\:flex.flex-wrap {
      gap: 0.75rem;
    }
    
    .hero-section .sm\:flex.flex-wrap > div {
      text-align: center;
    }
    
    .hero-section .sm\:flex.flex-wrap .text-2xl,
    .hero-section .sm\:flex.flex-wrap .text-3xl {
      font-size: 1.125rem;
    }
    
    .hero-section .sm\:flex.flex-wrap .text-sm {
      font-size: 0.75rem;
    }
    
    /* Mobile feature card adjustments - reduced padding */
    
    /* Mobile icon container adjustments - smaller icons */
    
    /* Mobile process step adjustments */
    
    /* Mobile FAQ adjustments */
    
    /* Mobile form adjustments */
    
  /* Mobile input adjustments */
  
  /* Prevent mobile zoom on input focus - Global fallback */
    
    /* Mobile section padding adjustments - more top padding, tight bottom padding */
    
    /* Additional mobile spacing overrides - more top padding, tight bottom padding */
    
    /* Mobile grid adjustments - reduced gaps */
    
    /* Mobile spacing utilities - significantly reduced */
    
    /* Mobile text size adjustments - consistent sizing */
    
    /* Mobile margin and padding adjustments - significantly reduced */
    
    /* Reduce gap between section descriptions and content - slightly more space */
    
    /* Reduce margin-bottom on section descriptions - slightly more space */
    
    /* Reduce margin-top on content grids that follow descriptions - slightly more space */
    
    /* Reduce spacing in text-center sections - slightly more space */
    
    /* Reduce spacing between description and cards - slightly more space */
    
    /* Reduce spacing in section containers after descriptions - slightly more space */
    
    /* Reduce spacing between FAQ descriptions and content - slightly more space */
    
    /* Reduce spacing between section titles and descriptions - slightly more space */
    
    /* Reduce spacing in common section patterns - slightly more space */
    
    /* Reduce spacing in feature sections - slightly more space */
    
    /* Reduce spacing between description and grid content - slightly more space */
    
    /* Reduce spacing in hero sections after descriptions - slightly more space */
    
    /* Reduce gap between Why Choose Ventu cards on mobile */
    
    /* Make large card icons smaller on mobile only */
    
    /* Make large icons smaller on mobile only */
    
    /* Mobile hero section spacing - more top padding */
    
    /* Mobile section spacing overrides - more top padding */
    
    /* Mobile container spacing - more top padding */
    
    /* Mobile text center spacing - more top padding */
    
    /* Mobile max-width container spacing - more top padding */
    
    /* Mobile headline improvements - consistent sizing */
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    /* Mobile hero title adjustments - consistent sizing */
    
    /* Mobile section title adjustments - consistent sizing */
    
    /* Mobile button size adjustments - reduced padding */
    
    /* Mobile metrics spacing - reduced gaps */
    
    
    .hero-section .flex.flex-wrap .sm\:text-3xl {
      font-size: 1.125rem;
    }
    
    /* Mobile feature card adjustments - reduced padding */
    
    /* Mobile icon container adjustments - smaller icons */
    
    /* Mobile process step adjustments */
    
    /* Mobile FAQ adjustments */
    
    /* Mobile form adjustments */
    
  /* Mobile input adjustments */
  
  /* Prevent mobile zoom on input focus - Global fallback */
    
    /* Mobile section padding adjustments - more top padding, tight bottom padding */
    
    /* Additional mobile spacing overrides - more top padding, tight bottom padding */
    
    /* Mobile grid adjustments - reduced gaps */
    
    /* Mobile spacing utilities - significantly reduced */
    
    /* Mobile text size adjustments - consistent sizing */
    
    .sm\:text-3xl {
      font-size: 1.25rem;
    }
    
    /* Mobile margin and padding adjustments - significantly reduced */
    
    /* Reduce gap between section descriptions and content - slightly more space */
    
    /* Reduce margin-bottom on section descriptions - slightly more space */
    
    /* Reduce margin-top on content grids that follow descriptions - slightly more space */
    
    /* Reduce spacing in text-center sections - slightly more space */
    
    /* Reduce spacing between description and cards - slightly more space */
    
    /* Reduce spacing in section containers after descriptions - slightly more space */
    
    /* Reduce spacing between FAQ descriptions and content - slightly more space */
    
    /* Reduce spacing between section titles and descriptions - slightly more space */
    
    /* Reduce spacing in common section patterns - slightly more space */
    
    /* Reduce spacing in feature sections - slightly more space */
    
    /* Reduce spacing between description and grid content - slightly more space */
    
    /* Reduce spacing in hero sections after descriptions - slightly more space */
    
    /* Reduce gap between Why Choose Ventu cards on mobile */
    
    /* Make large card icons smaller on mobile only */
    
    /* Make large icons smaller on mobile only */
    
    /* Mobile hero section spacing - more top padding */
    
    /* Mobile section spacing overrides - more top padding */
    
    /* Mobile container spacing - more top padding */
    
    /* Mobile text center spacing - more top padding */
    
    /* Mobile max-width container spacing - more top padding */
    
    /* Mobile headline improvements - consistent sizing */
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    /* Mobile hero title adjustments - consistent sizing */
    
    /* Mobile section title adjustments - consistent sizing */
    
    /* Mobile button size adjustments - reduced padding */
    
    /* Mobile metrics spacing - reduced gaps */
    .hero-section .sm\:flex.flex-wrap {
      gap: 0.75rem;
    }
    
    .hero-section .sm\:flex.flex-wrap > div {
      text-align: center;
    }
    
    .hero-section .sm\:flex.flex-wrap .text-2xl,
    .hero-section .sm\:flex.flex-wrap .text-3xl {
      font-size: 1.125rem;
    }
    
    .hero-section .sm\:flex.flex-wrap .text-sm {
      font-size: 0.75rem;
    }
    
    /* Mobile feature card adjustments - reduced padding */
    
    /* Mobile icon container adjustments - smaller icons */
    
    /* Mobile process step adjustments */
    
    /* Mobile FAQ adjustments */
    
    /* Mobile form adjustments */
    
  /* Mobile input adjustments */
  
  /* Prevent mobile zoom on input focus - Global fallback */
    
    /* Mobile section padding adjustments - more top padding, tight bottom padding */
    
    /* Additional mobile spacing overrides - more top padding, tight bottom padding */
    
    /* Mobile grid adjustments - reduced gaps */
    
    /* Mobile spacing utilities - significantly reduced */
    
    /* Mobile text size adjustments - consistent sizing */
    
    /* Mobile margin and padding adjustments - significantly reduced */
    
    /* Reduce gap between section descriptions and content - slightly more space */
    
    /* Reduce margin-bottom on section descriptions - slightly more space */
    
    /* Reduce margin-top on content grids that follow descriptions - slightly more space */
    
    /* Reduce spacing in text-center sections - slightly more space */
    
    /* Reduce spacing between description and cards - slightly more space */
    
    /* Reduce spacing in section containers after descriptions - slightly more space */
    
    /* Reduce spacing between FAQ descriptions and content - slightly more space */
    
    /* Reduce spacing between section titles and descriptions - slightly more space */
    
    /* Reduce spacing in common section patterns - slightly more space */
    
    /* Reduce spacing in feature sections - slightly more space */
    
    /* Reduce spacing between description and grid content - slightly more space */
    
    /* Reduce spacing in hero sections after descriptions - slightly more space */
    
    /* Reduce gap between Why Choose Ventu cards on mobile */
    
    /* Make large card icons smaller on mobile only */
    
    /* Make large icons smaller on mobile only */
    
    /* Mobile hero section spacing - more top padding */
    
    /* Mobile section spacing overrides - more top padding */
    
    /* Mobile container spacing - more top padding */
    
    /* Mobile text center spacing - more top padding */
    
    /* Mobile max-width container spacing - more top padding */
    
    /* Mobile headline improvements - consistent sizing */
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    /* Mobile hero title adjustments - consistent sizing */
    
    /* Mobile section title adjustments - consistent sizing */
    
    /* Mobile button size adjustments - reduced padding */
    
    /* Mobile metrics spacing - reduced gaps */
    
    .hero-section .flex.flex-wrap .sm\:text-sm {
      font-size: 0.75rem;
    }
    
    /* Mobile feature card adjustments - reduced padding */
    
    /* Mobile icon container adjustments - smaller icons */
    
    /* Mobile process step adjustments */
    
    /* Mobile FAQ adjustments */
    
    /* Mobile form adjustments */
    
  /* Mobile input adjustments */
  
  /* Prevent mobile zoom on input focus - Global fallback */
    
    /* Mobile section padding adjustments - more top padding, tight bottom padding */
    
    /* Additional mobile spacing overrides - more top padding, tight bottom padding */
    
    /* Mobile grid adjustments - reduced gaps */
    
    /* Mobile spacing utilities - significantly reduced */
    
    /* Mobile text size adjustments - consistent sizing */
    
    /* Mobile margin and padding adjustments - significantly reduced */
    
    /* Reduce gap between section descriptions and content - slightly more space */
    
    /* Reduce margin-bottom on section descriptions - slightly more space */
    
    /* Reduce margin-top on content grids that follow descriptions - slightly more space */
    
    /* Reduce spacing in text-center sections - slightly more space */
    
    /* Reduce spacing between description and cards - slightly more space */
    
    /* Reduce spacing in section containers after descriptions - slightly more space */
    
    /* Reduce spacing between FAQ descriptions and content - slightly more space */
    
    /* Reduce spacing between section titles and descriptions - slightly more space */
    
    /* Reduce spacing in common section patterns - slightly more space */
    
    /* Reduce spacing in feature sections - slightly more space */
    
    /* Reduce spacing between description and grid content - slightly more space */
    
    /* Reduce spacing in hero sections after descriptions - slightly more space */
    
    /* Reduce gap between Why Choose Ventu cards on mobile */
    
    /* Make large card icons smaller on mobile only */
    
    /* Make large icons smaller on mobile only */
    
    /* Mobile hero section spacing - more top padding */
    
    /* Mobile section spacing overrides - more top padding */
    
    /* Mobile container spacing - more top padding */
    
    /* Mobile text center spacing - more top padding */
    
    /* Mobile max-width container spacing - more top padding */
    
    /* Mobile headline improvements - consistent sizing */
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    /* Mobile hero title adjustments - consistent sizing */
    
    /* Mobile section title adjustments - consistent sizing */
    
    /* Mobile button size adjustments - reduced padding */
    
    /* Mobile metrics spacing - reduced gaps */
    
    /* Mobile feature card adjustments - reduced padding */
    
    /* Mobile icon container adjustments - smaller icons */
    
    /* Mobile process step adjustments */
    
    .process-step .sm\:h-24 {
      height: 4rem;
    }
    
    /* Mobile FAQ adjustments */
    
    /* Mobile form adjustments */
    
  /* Mobile input adjustments */
  
  /* Prevent mobile zoom on input focus - Global fallback */
    
    /* Mobile section padding adjustments - more top padding, tight bottom padding */
    
    /* Additional mobile spacing overrides - more top padding, tight bottom padding */
    
    /* Mobile grid adjustments - reduced gaps */
    
    /* Mobile spacing utilities - significantly reduced */
    
    /* Mobile text size adjustments - consistent sizing */
    
    /* Mobile margin and padding adjustments - significantly reduced */
    
    /* Reduce gap between section descriptions and content - slightly more space */
    
    /* Reduce margin-bottom on section descriptions - slightly more space */
    
    /* Reduce margin-top on content grids that follow descriptions - slightly more space */
    
    /* Reduce spacing in text-center sections - slightly more space */
    
    /* Reduce spacing between description and cards - slightly more space */
    
    /* Reduce spacing in section containers after descriptions - slightly more space */
    
    /* Reduce spacing between FAQ descriptions and content - slightly more space */
    
    /* Reduce spacing between section titles and descriptions - slightly more space */
    
    /* Reduce spacing in common section patterns - slightly more space */
    
    /* Reduce spacing in feature sections - slightly more space */
    
    /* Reduce spacing between description and grid content - slightly more space */
    
    /* Reduce spacing in hero sections after descriptions - slightly more space */
    
    /* Reduce gap between Why Choose Ventu cards on mobile */
    
    /* Make large card icons smaller on mobile only */
    .sm\:h-24
    .w-24 {
      width: 2.5rem !important; /* 40px */
      height: 2.5rem !important; /* 40px */
    }
    
    /* Make large icons smaller on mobile only */
    
    /* Mobile hero section spacing - more top padding */
    
    /* Mobile section spacing overrides - more top padding */
    
    /* Mobile container spacing - more top padding */
    
    /* Mobile text center spacing - more top padding */
    
    /* Mobile max-width container spacing - more top padding */
    
    /* Mobile headline improvements - consistent sizing */
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    /* Mobile hero title adjustments - consistent sizing */
    
    /* Mobile section title adjustments - consistent sizing */
    
    /* Mobile button size adjustments - reduced padding */
    
    /* Mobile metrics spacing - reduced gaps */
    
    /* Mobile feature card adjustments - reduced padding */
    
    /* Mobile icon container adjustments - smaller icons */
    
    /* Mobile process step adjustments */
    
    .process-step .sm\:w-10 {
      width: 2rem;
    }
    
    /* Mobile FAQ adjustments */
    
    /* Mobile form adjustments */
    
  /* Mobile input adjustments */
  
  /* Prevent mobile zoom on input focus - Global fallback */
    
    /* Mobile section padding adjustments - more top padding, tight bottom padding */
    
    /* Additional mobile spacing overrides - more top padding, tight bottom padding */
    
    /* Mobile grid adjustments - reduced gaps */
    
    /* Mobile spacing utilities - significantly reduced */
    
    /* Mobile text size adjustments - consistent sizing */
    
    /* Mobile margin and padding adjustments - significantly reduced */
    
    /* Reduce gap between section descriptions and content - slightly more space */
    
    /* Reduce margin-bottom on section descriptions - slightly more space */
    
    /* Reduce margin-top on content grids that follow descriptions - slightly more space */
    
    /* Reduce spacing in text-center sections - slightly more space */
    
    /* Reduce spacing between description and cards - slightly more space */
    
    /* Reduce spacing in section containers after descriptions - slightly more space */
    
    /* Reduce spacing between FAQ descriptions and content - slightly more space */
    
    /* Reduce spacing between section titles and descriptions - slightly more space */
    
    /* Reduce spacing in common section patterns - slightly more space */
    
    /* Reduce spacing in feature sections - slightly more space */
    
    /* Reduce spacing between description and grid content - slightly more space */
    
    /* Reduce spacing in hero sections after descriptions - slightly more space */
    
    /* Reduce gap between Why Choose Ventu cards on mobile */
    
    /* Make large card icons smaller on mobile only */
    
    /* Make large icons smaller on mobile only */
    
    /* Mobile hero section spacing - more top padding */
    
    /* Mobile section spacing overrides - more top padding */
    
    /* Mobile container spacing - more top padding */
    
    /* Mobile text center spacing - more top padding */
    
    /* Mobile max-width container spacing - more top padding */
    
    /* Mobile headline improvements - consistent sizing */
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    /* Mobile hero title adjustments - consistent sizing */
    
    /* Mobile section title adjustments - consistent sizing */
    
    /* Mobile button size adjustments - reduced padding */
    
    /* Mobile metrics spacing - reduced gaps */
    
    /* Mobile feature card adjustments - reduced padding */
    
    /* Mobile icon container adjustments - smaller icons */
    
    /* Mobile process step adjustments */
    
    .process-step .sm\:h-10 {
      height: 2rem;
    }
    
    /* Mobile FAQ adjustments */
    
    /* Mobile form adjustments */
    
  /* Mobile input adjustments */
  
  /* Prevent mobile zoom on input focus - Global fallback */
    
    /* Mobile section padding adjustments - more top padding, tight bottom padding */
    
    /* Additional mobile spacing overrides - more top padding, tight bottom padding */
    
    /* Mobile grid adjustments - reduced gaps */
    
    /* Mobile spacing utilities - significantly reduced */
    
    /* Mobile text size adjustments - consistent sizing */
    
    /* Mobile margin and padding adjustments - significantly reduced */
    
    /* Reduce gap between section descriptions and content - slightly more space */
    
    /* Reduce margin-bottom on section descriptions - slightly more space */
    
    /* Reduce margin-top on content grids that follow descriptions - slightly more space */
    
    /* Reduce spacing in text-center sections - slightly more space */
    
    /* Reduce spacing between description and cards - slightly more space */
    
    /* Reduce spacing in section containers after descriptions - slightly more space */
    
    /* Reduce spacing between FAQ descriptions and content - slightly more space */
    
    /* Reduce spacing between section titles and descriptions - slightly more space */
    
    /* Reduce spacing in common section patterns - slightly more space */
    
    /* Reduce spacing in feature sections - slightly more space */
    
    /* Reduce spacing between description and grid content - slightly more space */
    
    /* Reduce spacing in hero sections after descriptions - slightly more space */
    
    /* Reduce gap between Why Choose Ventu cards on mobile */
    
    /* Make large card icons smaller on mobile only */
    
    /* Make large icons smaller on mobile only */
    
    /* Mobile hero section spacing - more top padding */
    
    /* Mobile section spacing overrides - more top padding */
    
    /* Mobile container spacing - more top padding */
    
    /* Mobile text center spacing - more top padding */
    
    /* Mobile max-width container spacing - more top padding */
    
    /* Mobile headline improvements - consistent sizing */
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    /* Mobile hero title adjustments - consistent sizing */
    
    /* Mobile section title adjustments - consistent sizing */
    
    /* Mobile button size adjustments - reduced padding */
    
    /* Mobile metrics spacing - reduced gaps */
    
    /* Mobile feature card adjustments - reduced padding */
    
    /* Mobile icon container adjustments - smaller icons */
    
    /* Mobile process step adjustments */
    
    /* Mobile FAQ adjustments */
    .faq-section .sm\:space-y-4 > div {
      padding: 1rem;
    }
    
    /* Mobile form adjustments */
    
    .form-container .sm\:space-y-4 {
      gap: 0.75rem;
    }
    
  /* Mobile input adjustments */
  
  /* Prevent mobile zoom on input focus - Global fallback */
    
    /* Mobile section padding adjustments - more top padding, tight bottom padding */
    
    /* Additional mobile spacing overrides - more top padding, tight bottom padding */
    
    /* Mobile grid adjustments - reduced gaps */
    
    /* Mobile spacing utilities - significantly reduced */
    
    .sm\:space-y-4 > :not([hidden]) ~ :not([hidden]) {
      margin-top: 0.375rem;
    }
    
    /* Mobile text size adjustments - consistent sizing */
    
    /* Mobile margin and padding adjustments - significantly reduced */
    
    /* Reduce gap between section descriptions and content - slightly more space */
    
    /* Reduce margin-bottom on section descriptions - slightly more space */
    
    /* Reduce margin-top on content grids that follow descriptions - slightly more space */
    
    /* Reduce spacing in text-center sections - slightly more space */
    
    /* Reduce spacing between description and cards - slightly more space */
    
    /* Reduce spacing in section containers after descriptions - slightly more space */
    
    /* Reduce spacing between FAQ descriptions and content - slightly more space */
    
    /* Reduce spacing between section titles and descriptions - slightly more space */
    
    /* Reduce spacing in common section patterns - slightly more space */
    
    /* Reduce spacing in feature sections - slightly more space */
    
    /* Reduce spacing between description and grid content - slightly more space */
    
    /* Reduce spacing in hero sections after descriptions - slightly more space */
    
    /* Reduce gap between Why Choose Ventu cards on mobile */
    
    /* Make large card icons smaller on mobile only */
    
    /* Make large icons smaller on mobile only */
    
    /* Mobile hero section spacing - more top padding */
    
    /* Mobile section spacing overrides - more top padding */
    
    /* Mobile container spacing - more top padding */
    
    /* Mobile text center spacing - more top padding */
    
    /* Mobile max-width container spacing - more top padding */
    
    /* Mobile headline improvements - consistent sizing */
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    /* Mobile hero title adjustments - consistent sizing */
    
    /* Mobile section title adjustments - consistent sizing */
    
    /* Mobile button size adjustments - reduced padding */
    
    /* Mobile metrics spacing - reduced gaps */
    
    /* Mobile feature card adjustments - reduced padding */
    
    /* Mobile icon container adjustments - smaller icons */
    
    /* Mobile process step adjustments */
    
    /* Mobile FAQ adjustments */
    
    .faq-section .sm\:text-lg {
      font-size: 1rem;
    }
    
    /* Mobile form adjustments */
    
  /* Mobile input adjustments */
  
  /* Prevent mobile zoom on input focus - Global fallback */
    
    /* Mobile section padding adjustments - more top padding, tight bottom padding */
    
    /* Additional mobile spacing overrides - more top padding, tight bottom padding */
    
    /* Mobile grid adjustments - reduced gaps */
    
    /* Mobile spacing utilities - significantly reduced */
    
    /* Mobile text size adjustments - consistent sizing */
    
    /* Mobile margin and padding adjustments - significantly reduced */
    
    /* Reduce gap between section descriptions and content - slightly more space */
    
    /* Reduce margin-bottom on section descriptions - slightly more space */
    
    /* Reduce margin-top on content grids that follow descriptions - slightly more space */
    
    /* Reduce spacing in text-center sections - slightly more space */
    
    /* Reduce spacing between description and cards - slightly more space */
    
    /* Reduce spacing in section containers after descriptions - slightly more space */
    
    /* Reduce spacing between FAQ descriptions and content - slightly more space */
    
    /* Reduce spacing between section titles and descriptions - slightly more space */
    
    /* Reduce spacing in common section patterns - slightly more space */
    
    /* Reduce spacing in feature sections - slightly more space */
    
    /* Reduce spacing between description and grid content - slightly more space */
    
    /* Reduce spacing in hero sections after descriptions - slightly more space */
    
    /* Reduce gap between Why Choose Ventu cards on mobile */
    
    /* Make large card icons smaller on mobile only */
    
    /* Make large icons smaller on mobile only */
    
    /* Mobile hero section spacing - more top padding */
    
    /* Mobile section spacing overrides - more top padding */
    
    /* Mobile container spacing - more top padding */
    
    /* Mobile text center spacing - more top padding */
    
    /* Mobile max-width container spacing - more top padding */
    
    /* Mobile headline improvements - consistent sizing */
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    /* Mobile hero title adjustments - consistent sizing */
    
    /* Mobile section title adjustments - consistent sizing */
    
    /* Mobile button size adjustments - reduced padding */
    
    /* Mobile metrics spacing - reduced gaps */
    
    /* Mobile feature card adjustments - reduced padding */
    
    /* Mobile icon container adjustments - smaller icons */
    
    /* Mobile process step adjustments */
    
    /* Mobile FAQ adjustments */
    
    .faq-section .sm\:text-base {
      font-size: 0.875rem;
    }
    
    /* Mobile form adjustments */
    
  /* Mobile input adjustments */
  
  /* Prevent mobile zoom on input focus - Global fallback */
    
    /* Mobile section padding adjustments - more top padding, tight bottom padding */
    
    /* Additional mobile spacing overrides - more top padding, tight bottom padding */
    
    /* Mobile grid adjustments - reduced gaps */
    
    /* Mobile spacing utilities - significantly reduced */
    
    /* Mobile text size adjustments - consistent sizing */
    
    /* Mobile margin and padding adjustments - significantly reduced */
    
    /* Reduce gap between section descriptions and content - slightly more space */
    
    /* Reduce margin-bottom on section descriptions - slightly more space */
    
    /* Reduce margin-top on content grids that follow descriptions - slightly more space */
    
    /* Reduce spacing in text-center sections - slightly more space */
    
    /* Reduce spacing between description and cards - slightly more space */
    
    /* Reduce spacing in section containers after descriptions - slightly more space */
    
    /* Reduce spacing between FAQ descriptions and content - slightly more space */
    
    /* Reduce spacing between section titles and descriptions - slightly more space */
    
    /* Reduce spacing in common section patterns - slightly more space */
    
    /* Reduce spacing in feature sections - slightly more space */
    
    /* Reduce spacing between description and grid content - slightly more space */
    
    /* Reduce spacing in hero sections after descriptions - slightly more space */
    
    /* Reduce gap between Why Choose Ventu cards on mobile */
    
    /* Make large card icons smaller on mobile only */
    
    /* Make large icons smaller on mobile only */
    
    /* Mobile hero section spacing - more top padding */
    
    /* Mobile section spacing overrides - more top padding */
    
    /* Mobile container spacing - more top padding */
    
    /* Mobile text center spacing - more top padding */
    
    /* Mobile max-width container spacing - more top padding */
    
    /* Mobile headline improvements - consistent sizing */
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    /* Mobile hero title adjustments - consistent sizing */
    
    /* Mobile section title adjustments - consistent sizing */
    
    /* Mobile button size adjustments - reduced padding */
    
    /* Mobile metrics spacing - reduced gaps */
    
    /* Mobile feature card adjustments - reduced padding */
    
    /* Mobile icon container adjustments - smaller icons */
    
    /* Mobile process step adjustments */
    
    /* Mobile FAQ adjustments */
    
    /* Mobile form adjustments */
    
    .form-container .sm\:space-y-8 {
      gap: 1.5rem;
    }
    
  /* Mobile input adjustments */
  
  /* Prevent mobile zoom on input focus - Global fallback */
    
    /* Mobile section padding adjustments - more top padding, tight bottom padding */
    
    /* Additional mobile spacing overrides - more top padding, tight bottom padding */
    
    /* Mobile grid adjustments - reduced gaps */
    
    /* Mobile spacing utilities - significantly reduced */
    
    .sm\:space-y-8 > :not([hidden]) ~ :not([hidden]) {
      margin-top: 0.625rem;
    }
    
    /* Mobile text size adjustments - consistent sizing */
    
    /* Mobile margin and padding adjustments - significantly reduced */
    
    /* Reduce gap between section descriptions and content - slightly more space */
    
    /* Reduce margin-bottom on section descriptions - slightly more space */
    
    /* Reduce margin-top on content grids that follow descriptions - slightly more space */
    
    /* Reduce spacing in text-center sections - slightly more space */
    
    /* Reduce spacing between description and cards - slightly more space */
    
    /* Reduce spacing in section containers after descriptions - slightly more space */
    
    /* Reduce spacing between FAQ descriptions and content - slightly more space */
    
    /* Reduce spacing between section titles and descriptions - slightly more space */
    
    /* Reduce spacing in common section patterns - slightly more space */
    
    /* Reduce spacing in feature sections - slightly more space */
    
    /* Reduce spacing between description and grid content - slightly more space */
    
    /* Reduce spacing in hero sections after descriptions - slightly more space */
    
    /* Reduce gap between Why Choose Ventu cards on mobile */
    
    /* Make large card icons smaller on mobile only */
    
    /* Make large icons smaller on mobile only */
    
    /* Mobile hero section spacing - more top padding */
    
    /* Mobile section spacing overrides - more top padding */
    
    /* Mobile container spacing - more top padding */
    
    /* Mobile text center spacing - more top padding */
    
    /* Mobile max-width container spacing - more top padding */
    
    /* Mobile headline improvements - consistent sizing */
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    /* Mobile hero title adjustments - consistent sizing */
    
    /* Mobile section title adjustments - consistent sizing */
    
    /* Mobile button size adjustments - reduced padding */
    
    /* Mobile metrics spacing - reduced gaps */
    
    /* Mobile feature card adjustments - reduced padding */
    
    /* Mobile icon container adjustments - smaller icons */
    
    /* Mobile process step adjustments */
    
    /* Mobile FAQ adjustments */
    
    /* Mobile form adjustments */
    
    .form-container .sm\:space-y-6 {
      gap: 1rem;
    }
    
  /* Mobile input adjustments */
  
  /* Prevent mobile zoom on input focus - Global fallback */
    
    /* Mobile section padding adjustments - more top padding, tight bottom padding */
    
    /* Additional mobile spacing overrides - more top padding, tight bottom padding */
    
    /* Mobile grid adjustments - reduced gaps */
    
    /* Mobile spacing utilities - significantly reduced */
    
    .sm\:space-y-6 > :not([hidden]) ~ :not([hidden]) {
      margin-top: 0.5rem;
    }
    
    /* Mobile text size adjustments - consistent sizing */
    
    /* Mobile margin and padding adjustments - significantly reduced */
    
    /* Reduce gap between section descriptions and content - slightly more space */
    
    /* Reduce margin-bottom on section descriptions - slightly more space */
    
    /* Reduce margin-top on content grids that follow descriptions - slightly more space */
    
    /* Reduce spacing in text-center sections - slightly more space */
    
    /* Reduce spacing between description and cards - slightly more space */
    
    /* Reduce spacing in section containers after descriptions - slightly more space */
    
    /* Reduce spacing between FAQ descriptions and content - slightly more space */
    
    /* Reduce spacing between section titles and descriptions - slightly more space */
    
    /* Reduce spacing in common section patterns - slightly more space */
    
    /* Reduce spacing in feature sections - slightly more space */
    
    /* Reduce spacing between description and grid content - slightly more space */
    
    /* Reduce spacing in hero sections after descriptions - slightly more space */
    
    /* Reduce gap between Why Choose Ventu cards on mobile */
    
    /* Make large card icons smaller on mobile only */
    
    /* Make large icons smaller on mobile only */
    
    /* Mobile hero section spacing - more top padding */
    
    /* Mobile section spacing overrides - more top padding */
    
    /* Mobile container spacing - more top padding */
    
    /* Mobile text center spacing - more top padding */
    
    /* Mobile max-width container spacing - more top padding */
    
    /* Mobile headline improvements - consistent sizing */
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    /* Mobile hero title adjustments - consistent sizing */
    
    /* Mobile section title adjustments - consistent sizing */
    
    /* Mobile button size adjustments - reduced padding */
    
    /* Mobile metrics spacing - reduced gaps */
    
    /* Mobile feature card adjustments - reduced padding */
    
    /* Mobile icon container adjustments - smaller icons */
    
    /* Mobile process step adjustments */
    
    /* Mobile FAQ adjustments */
    .faq-section .sm\:space-y-4 > div {
      padding: 1rem;
    }
    
    /* Mobile form adjustments */
    
    .form-container .sm\:space-y-4 {
      gap: 0.75rem;
    }
    
  /* Mobile input adjustments */
  
  /* Prevent mobile zoom on input focus - Global fallback */
    
    /* Mobile section padding adjustments - more top padding, tight bottom padding */
    
    /* Additional mobile spacing overrides - more top padding, tight bottom padding */
    
    /* Mobile grid adjustments - reduced gaps */
    
    /* Mobile spacing utilities - significantly reduced */
    
    .sm\:space-y-4 > :not([hidden]) ~ :not([hidden]) {
      margin-top: 0.375rem;
    }
    
    /* Mobile text size adjustments - consistent sizing */
    
    /* Mobile margin and padding adjustments - significantly reduced */
    
    /* Reduce gap between section descriptions and content - slightly more space */
    
    /* Reduce margin-bottom on section descriptions - slightly more space */
    
    /* Reduce margin-top on content grids that follow descriptions - slightly more space */
    
    /* Reduce spacing in text-center sections - slightly more space */
    
    /* Reduce spacing between description and cards - slightly more space */
    
    /* Reduce spacing in section containers after descriptions - slightly more space */
    
    /* Reduce spacing between FAQ descriptions and content - slightly more space */
    
    /* Reduce spacing between section titles and descriptions - slightly more space */
    
    /* Reduce spacing in common section patterns - slightly more space */
    
    /* Reduce spacing in feature sections - slightly more space */
    
    /* Reduce spacing between description and grid content - slightly more space */
    
    /* Reduce spacing in hero sections after descriptions - slightly more space */
    
    /* Reduce gap between Why Choose Ventu cards on mobile */
    
    /* Make large card icons smaller on mobile only */
    
    /* Make large icons smaller on mobile only */
    
    /* Mobile hero section spacing - more top padding */
    
    /* Mobile section spacing overrides - more top padding */
    
    /* Mobile container spacing - more top padding */
    
    /* Mobile text center spacing - more top padding */
    
    /* Mobile max-width container spacing - more top padding */
    
    /* Mobile headline improvements - consistent sizing */
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    /* Mobile hero title adjustments - consistent sizing */
    
    /* Mobile section title adjustments - consistent sizing */
    
    /* Mobile button size adjustments - reduced padding */
    
    /* Mobile metrics spacing - reduced gaps */
    
    /* Mobile feature card adjustments - reduced padding */
    
    /* Mobile icon container adjustments - smaller icons */
    
    /* Mobile process step adjustments */
    
    /* Mobile FAQ adjustments */
    
    /* Mobile form adjustments */
    
  /* Mobile input adjustments */
  
  /* Prevent mobile zoom on input focus - Global fallback */
    
    /* Mobile section padding adjustments - more top padding, tight bottom padding */
    
    .sm\:py-24 {
      padding-top: 2rem;
      padding-bottom: 0.75rem;
    }
    
    /* Additional mobile spacing overrides - more top padding, tight bottom padding */
    
    /* Mobile grid adjustments - reduced gaps */
    
    /* Mobile spacing utilities - significantly reduced */
    
    /* Mobile text size adjustments - consistent sizing */
    
    /* Mobile margin and padding adjustments - significantly reduced */
    
    /* Reduce gap between section descriptions and content - slightly more space */
    
    /* Reduce margin-bottom on section descriptions - slightly more space */
    
    /* Reduce margin-top on content grids that follow descriptions - slightly more space */
    
    /* Reduce spacing in text-center sections - slightly more space */
    
    /* Reduce spacing between description and cards - slightly more space */
    
    /* Reduce spacing in section containers after descriptions - slightly more space */
    
    /* Reduce spacing between FAQ descriptions and content - slightly more space */
    
    /* Reduce spacing between section titles and descriptions - slightly more space */
    
    /* Reduce spacing in common section patterns - slightly more space */
    
    /* Reduce spacing in feature sections - slightly more space */
    
    /* Reduce spacing between description and grid content - slightly more space */
    
    /* Reduce spacing in hero sections after descriptions - slightly more space */
    
    /* Reduce gap between Why Choose Ventu cards on mobile */
    
    /* Make large card icons smaller on mobile only */
    
    /* Make large icons smaller on mobile only */
    
    /* Mobile hero section spacing - more top padding */
    
    /* Mobile section spacing overrides - more top padding */
    
    /* Mobile container spacing - more top padding */
    
    /* Mobile text center spacing - more top padding */
    
    /* Mobile max-width container spacing - more top padding */
    
    /* Mobile headline improvements - consistent sizing */
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    /* Mobile hero title adjustments - consistent sizing */
    
    /* Mobile section title adjustments - consistent sizing */
    
    /* Mobile button size adjustments - reduced padding */
    
    /* Mobile metrics spacing - reduced gaps */
    
    /* Mobile feature card adjustments - reduced padding */
    
    /* Mobile icon container adjustments - smaller icons */
    
    /* Mobile process step adjustments */
    
    /* Mobile FAQ adjustments */
    
    /* Mobile form adjustments */
    
  /* Mobile input adjustments */
  
  /* Prevent mobile zoom on input focus - Global fallback */
    
    /* Mobile section padding adjustments - more top padding, tight bottom padding */
    
    .sm\:py-12 {
      padding-top: 1.25rem;
      padding-bottom: 0.375rem;
    }
    
    /* Additional mobile spacing overrides - more top padding, tight bottom padding */
    
    /* Mobile grid adjustments - reduced gaps */
    
    /* Mobile spacing utilities - significantly reduced */
    
    /* Mobile text size adjustments - consistent sizing */
    
    /* Mobile margin and padding adjustments - significantly reduced */
    
    /* Reduce gap between section descriptions and content - slightly more space */
    
    /* Reduce margin-bottom on section descriptions - slightly more space */
    
    /* Reduce margin-top on content grids that follow descriptions - slightly more space */
    
    /* Reduce spacing in text-center sections - slightly more space */
    
    /* Reduce spacing between description and cards - slightly more space */
    
    /* Reduce spacing in section containers after descriptions - slightly more space */
    
    /* Reduce spacing between FAQ descriptions and content - slightly more space */
    
    /* Reduce spacing between section titles and descriptions - slightly more space */
    
    /* Reduce spacing in common section patterns - slightly more space */
    
    /* Reduce spacing in feature sections - slightly more space */
    
    /* Reduce spacing between description and grid content - slightly more space */
    
    /* Reduce spacing in hero sections after descriptions - slightly more space */
    
    /* Reduce gap between Why Choose Ventu cards on mobile */
    
    /* Make large card icons smaller on mobile only */
    
    /* Make large icons smaller on mobile only */
    
    /* Mobile hero section spacing - more top padding */
    
    /* Mobile section spacing overrides - more top padding */
    
    /* Mobile container spacing - more top padding */
    
    /* Mobile text center spacing - more top padding */
    
    /* Mobile max-width container spacing - more top padding */
    
    /* Mobile headline improvements - consistent sizing */
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    /* Mobile hero title adjustments - consistent sizing */
    
    /* Mobile section title adjustments - consistent sizing */
    
    /* Mobile button size adjustments - reduced padding */
    
    /* Mobile metrics spacing - reduced gaps */
    
    /* Mobile feature card adjustments - reduced padding */
    
    /* Mobile icon container adjustments - smaller icons */
    
    /* Mobile process step adjustments */
    
    /* Mobile FAQ adjustments */
    
    /* Mobile form adjustments */
    
  /* Mobile input adjustments */
  
  /* Prevent mobile zoom on input focus - Global fallback */
    
    /* Mobile section padding adjustments - more top padding, tight bottom padding */
    
    .sm\:py-8 {
      padding-top: 1rem;
      padding-bottom: 0.25rem;
    }
    
    /* Additional mobile spacing overrides - more top padding, tight bottom padding */
    
    /* Mobile grid adjustments - reduced gaps */
    
    /* Mobile spacing utilities - significantly reduced */
    
    /* Mobile text size adjustments - consistent sizing */
    
    /* Mobile margin and padding adjustments - significantly reduced */
    
    /* Reduce gap between section descriptions and content - slightly more space */
    
    /* Reduce margin-bottom on section descriptions - slightly more space */
    
    /* Reduce margin-top on content grids that follow descriptions - slightly more space */
    
    /* Reduce spacing in text-center sections - slightly more space */
    
    /* Reduce spacing between description and cards - slightly more space */
    
    /* Reduce spacing in section containers after descriptions - slightly more space */
    
    /* Reduce spacing between FAQ descriptions and content - slightly more space */
    
    /* Reduce spacing between section titles and descriptions - slightly more space */
    
    /* Reduce spacing in common section patterns - slightly more space */
    
    /* Reduce spacing in feature sections - slightly more space */
    
    /* Reduce spacing between description and grid content - slightly more space */
    
    /* Reduce spacing in hero sections after descriptions - slightly more space */
    
    /* Reduce gap between Why Choose Ventu cards on mobile */
    
    /* Make large card icons smaller on mobile only */
    
    /* Make large icons smaller on mobile only */
    
    /* Mobile hero section spacing - more top padding */
    
    /* Mobile section spacing overrides - more top padding */
    
    /* Mobile container spacing - more top padding */
    
    /* Mobile text center spacing - more top padding */
    
    /* Mobile max-width container spacing - more top padding */
    
    /* Mobile headline improvements - consistent sizing */
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    /* Mobile hero title adjustments - consistent sizing */
    
    /* Mobile section title adjustments - consistent sizing */
    
    /* Mobile button size adjustments - reduced padding */
    
    /* Mobile metrics spacing - reduced gaps */
    
    /* Mobile feature card adjustments - reduced padding */
    
    /* Mobile icon container adjustments - smaller icons */
    
    /* Mobile process step adjustments */
    
    /* Mobile FAQ adjustments */
    
    /* Mobile form adjustments */
    
  /* Mobile input adjustments */
  
  /* Prevent mobile zoom on input focus - Global fallback */
    
    /* Mobile section padding adjustments - more top padding, tight bottom padding */
    
    .sm\:py-6 {
      padding-top: 0.875rem;
      padding-bottom: 0.125rem;
    }
    
    /* Additional mobile spacing overrides - more top padding, tight bottom padding */
    
    /* Mobile grid adjustments - reduced gaps */
    
    /* Mobile spacing utilities - significantly reduced */
    
    /* Mobile text size adjustments - consistent sizing */
    
    /* Mobile margin and padding adjustments - significantly reduced */
    
    /* Reduce gap between section descriptions and content - slightly more space */
    
    /* Reduce margin-bottom on section descriptions - slightly more space */
    
    /* Reduce margin-top on content grids that follow descriptions - slightly more space */
    
    /* Reduce spacing in text-center sections - slightly more space */
    
    /* Reduce spacing between description and cards - slightly more space */
    
    /* Reduce spacing in section containers after descriptions - slightly more space */
    
    /* Reduce spacing between FAQ descriptions and content - slightly more space */
    
    /* Reduce spacing between section titles and descriptions - slightly more space */
    
    /* Reduce spacing in common section patterns - slightly more space */
    
    /* Reduce spacing in feature sections - slightly more space */
    
    /* Reduce spacing between description and grid content - slightly more space */
    
    /* Reduce spacing in hero sections after descriptions - slightly more space */
    
    /* Reduce gap between Why Choose Ventu cards on mobile */
    
    /* Make large card icons smaller on mobile only */
    
    /* Make large icons smaller on mobile only */
    
    /* Mobile hero section spacing - more top padding */
    
    /* Mobile section spacing overrides - more top padding */
    
    /* Mobile container spacing - more top padding */
    
    /* Mobile text center spacing - more top padding */
    
    /* Mobile max-width container spacing - more top padding */
    
    /* Mobile headline improvements - consistent sizing */
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    /* Mobile hero title adjustments - consistent sizing */
    
    /* Mobile section title adjustments - consistent sizing */
    
    /* Mobile button size adjustments - reduced padding */
    
    /* Mobile metrics spacing - reduced gaps */
    
    /* Mobile feature card adjustments - reduced padding */
    
    /* Mobile icon container adjustments - smaller icons */
    
    /* Mobile process step adjustments */
    
    /* Mobile FAQ adjustments */
    
    /* Mobile form adjustments */
    
  /* Mobile input adjustments */
  
  /* Prevent mobile zoom on input focus - Global fallback */
    
    /* Mobile section padding adjustments - more top padding, tight bottom padding */
    
    /* Additional mobile spacing overrides - more top padding, tight bottom padding */
    
    /* Mobile grid adjustments - reduced gaps */
    
    /* Mobile spacing utilities - significantly reduced */
    
    .sm\:space-y-10 > :not([hidden]) ~ :not([hidden]) {
      margin-top: 0.75rem;
    }
    
    /* Mobile text size adjustments - consistent sizing */
    
    /* Mobile margin and padding adjustments - significantly reduced */
    
    /* Reduce gap between section descriptions and content - slightly more space */
    
    /* Reduce margin-bottom on section descriptions - slightly more space */
    
    /* Reduce margin-top on content grids that follow descriptions - slightly more space */
    
    /* Reduce spacing in text-center sections - slightly more space */
    
    /* Reduce spacing between description and cards - slightly more space */
    
    /* Reduce spacing in section containers after descriptions - slightly more space */
    
    /* Reduce spacing between FAQ descriptions and content - slightly more space */
    
    /* Reduce spacing between section titles and descriptions - slightly more space */
    
    /* Reduce spacing in common section patterns - slightly more space */
    
    /* Reduce spacing in feature sections - slightly more space */
    
    /* Reduce spacing between description and grid content - slightly more space */
    
    /* Reduce spacing in hero sections after descriptions - slightly more space */
    
    /* Reduce gap between Why Choose Ventu cards on mobile */
    
    /* Make large card icons smaller on mobile only */
    
    /* Make large icons smaller on mobile only */
    
    /* Mobile hero section spacing - more top padding */
    
    /* Mobile section spacing overrides - more top padding */
    
    /* Mobile container spacing - more top padding */
    
    /* Mobile text center spacing - more top padding */
    
    /* Mobile max-width container spacing - more top padding */
    
    /* Mobile headline improvements - consistent sizing */
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    /* Mobile hero title adjustments - consistent sizing */
    
    /* Mobile section title adjustments - consistent sizing */
    
    /* Mobile button size adjustments - reduced padding */
    
    /* Mobile metrics spacing - reduced gaps */
    
    /* Mobile feature card adjustments - reduced padding */
    
    /* Mobile icon container adjustments - smaller icons */
    
    /* Mobile process step adjustments */
    
    /* Mobile FAQ adjustments */
    
    /* Mobile form adjustments */
    
    .form-container .sm\:space-y-8 {
      gap: 1.5rem;
    }
    
  /* Mobile input adjustments */
  
  /* Prevent mobile zoom on input focus - Global fallback */
    
    /* Mobile section padding adjustments - more top padding, tight bottom padding */
    
    /* Additional mobile spacing overrides - more top padding, tight bottom padding */
    
    /* Mobile grid adjustments - reduced gaps */
    
    /* Mobile spacing utilities - significantly reduced */
    
    .sm\:space-y-8 > :not([hidden]) ~ :not([hidden]) {
      margin-top: 0.625rem;
    }
    
    /* Mobile text size adjustments - consistent sizing */
    
    /* Mobile margin and padding adjustments - significantly reduced */
    
    /* Reduce gap between section descriptions and content - slightly more space */
    
    /* Reduce margin-bottom on section descriptions - slightly more space */
    
    /* Reduce margin-top on content grids that follow descriptions - slightly more space */
    
    /* Reduce spacing in text-center sections - slightly more space */
    
    /* Reduce spacing between description and cards - slightly more space */
    
    /* Reduce spacing in section containers after descriptions - slightly more space */
    
    /* Reduce spacing between FAQ descriptions and content - slightly more space */
    
    /* Reduce spacing between section titles and descriptions - slightly more space */
    
    /* Reduce spacing in common section patterns - slightly more space */
    
    /* Reduce spacing in feature sections - slightly more space */
    
    /* Reduce spacing between description and grid content - slightly more space */
    
    /* Reduce spacing in hero sections after descriptions - slightly more space */
    
    /* Reduce gap between Why Choose Ventu cards on mobile */
    
    /* Make large card icons smaller on mobile only */
    
    /* Make large icons smaller on mobile only */
    
    /* Mobile hero section spacing - more top padding */
    
    /* Mobile section spacing overrides - more top padding */
    
    /* Mobile container spacing - more top padding */
    
    /* Mobile text center spacing - more top padding */
    
    /* Mobile max-width container spacing - more top padding */
    
    /* Mobile headline improvements - consistent sizing */
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    /* Mobile hero title adjustments - consistent sizing */
    
    /* Mobile section title adjustments - consistent sizing */
    
    /* Mobile button size adjustments - reduced padding */
    
    /* Mobile metrics spacing - reduced gaps */
    
    /* Mobile feature card adjustments - reduced padding */
    
    /* Mobile icon container adjustments - smaller icons */
    
    /* Mobile process step adjustments */
    
    /* Mobile FAQ adjustments */
    
    /* Mobile form adjustments */
    
    .form-container .sm\:space-y-6 {
      gap: 1rem;
    }
    
  /* Mobile input adjustments */
  
  /* Prevent mobile zoom on input focus - Global fallback */
    
    /* Mobile section padding adjustments - more top padding, tight bottom padding */
    
    /* Additional mobile spacing overrides - more top padding, tight bottom padding */
    
    /* Mobile grid adjustments - reduced gaps */
    
    /* Mobile spacing utilities - significantly reduced */
    
    .sm\:space-y-6 > :not([hidden]) ~ :not([hidden]) {
      margin-top: 0.5rem;
    }
    
    /* Mobile text size adjustments - consistent sizing */
    
    /* Mobile margin and padding adjustments - significantly reduced */
    
    /* Reduce gap between section descriptions and content - slightly more space */
    
    /* Reduce margin-bottom on section descriptions - slightly more space */
    
    /* Reduce margin-top on content grids that follow descriptions - slightly more space */
    
    /* Reduce spacing in text-center sections - slightly more space */
    
    /* Reduce spacing between description and cards - slightly more space */
    
    /* Reduce spacing in section containers after descriptions - slightly more space */
    
    /* Reduce spacing between FAQ descriptions and content - slightly more space */
    
    /* Reduce spacing between section titles and descriptions - slightly more space */
    
    /* Reduce spacing in common section patterns - slightly more space */
    
    /* Reduce spacing in feature sections - slightly more space */
    
    /* Reduce spacing between description and grid content - slightly more space */
    
    /* Reduce spacing in hero sections after descriptions - slightly more space */
    
    /* Reduce gap between Why Choose Ventu cards on mobile */
    
    /* Make large card icons smaller on mobile only */
    
    /* Make large icons smaller on mobile only */
    
    /* Mobile hero section spacing - more top padding */
    
    /* Mobile section spacing overrides - more top padding */
    
    /* Mobile container spacing - more top padding */
    
    /* Mobile text center spacing - more top padding */
    
    /* Mobile max-width container spacing - more top padding */
    
    /* Mobile headline improvements - consistent sizing */
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    /* Mobile hero title adjustments - consistent sizing */
    
    /* Mobile section title adjustments - consistent sizing */
    
    /* Mobile button size adjustments - reduced padding */
    
    /* Mobile metrics spacing - reduced gaps */
    
    /* Mobile feature card adjustments - reduced padding */
    
    /* Mobile icon container adjustments - smaller icons */
    
    /* Mobile process step adjustments */
    
    /* Mobile FAQ adjustments */
    .faq-section .sm\:space-y-4 > div {
      padding: 1rem;
    }
    
    /* Mobile form adjustments */
    
    .form-container .sm\:space-y-4 {
      gap: 0.75rem;
    }
    
  /* Mobile input adjustments */
  
  /* Prevent mobile zoom on input focus - Global fallback */
    
    /* Mobile section padding adjustments - more top padding, tight bottom padding */
    
    /* Additional mobile spacing overrides - more top padding, tight bottom padding */
    
    /* Mobile grid adjustments - reduced gaps */
    
    /* Mobile spacing utilities - significantly reduced */
    
    .sm\:space-y-4 > :not([hidden]) ~ :not([hidden]) {
      margin-top: 0.375rem;
    }
    
    /* Mobile text size adjustments - consistent sizing */
    
    /* Mobile margin and padding adjustments - significantly reduced */
    
    /* Reduce gap between section descriptions and content - slightly more space */
    
    /* Reduce margin-bottom on section descriptions - slightly more space */
    
    /* Reduce margin-top on content grids that follow descriptions - slightly more space */
    
    /* Reduce spacing in text-center sections - slightly more space */
    
    /* Reduce spacing between description and cards - slightly more space */
    
    /* Reduce spacing in section containers after descriptions - slightly more space */
    
    /* Reduce spacing between FAQ descriptions and content - slightly more space */
    
    /* Reduce spacing between section titles and descriptions - slightly more space */
    
    /* Reduce spacing in common section patterns - slightly more space */
    
    /* Reduce spacing in feature sections - slightly more space */
    
    /* Reduce spacing between description and grid content - slightly more space */
    
    /* Reduce spacing in hero sections after descriptions - slightly more space */
    
    /* Reduce gap between Why Choose Ventu cards on mobile */
    
    /* Make large card icons smaller on mobile only */
    
    /* Make large icons smaller on mobile only */
    
    /* Mobile hero section spacing - more top padding */
    
    /* Mobile section spacing overrides - more top padding */
    
    /* Mobile container spacing - more top padding */
    
    /* Mobile text center spacing - more top padding */
    
    /* Mobile max-width container spacing - more top padding */
    
    /* Mobile headline improvements - consistent sizing */
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    /* Mobile hero title adjustments - consistent sizing */
    
    /* Mobile section title adjustments - consistent sizing */
    
    /* Mobile button size adjustments - reduced padding */
    
    /* Mobile metrics spacing - reduced gaps */
    
    /* Mobile feature card adjustments - reduced padding */
    
    /* Mobile icon container adjustments - smaller icons */
    
    /* Mobile process step adjustments */
    
    /* Mobile FAQ adjustments */
    
    /* Mobile form adjustments */
    
  /* Mobile input adjustments */
  
  /* Prevent mobile zoom on input focus - Global fallback */
    
    /* Mobile section padding adjustments - more top padding, tight bottom padding */
    
    /* Additional mobile spacing overrides - more top padding, tight bottom padding */
    
    /* Mobile grid adjustments - reduced gaps */
    
    /* Mobile spacing utilities - significantly reduced */
    
    .sm\:space-y-3 > :not([hidden]) ~ :not([hidden]) {
      margin-top: 0.25rem;
    }
    
    /* Mobile text size adjustments - consistent sizing */
    
    /* Mobile margin and padding adjustments - significantly reduced */
    
    /* Reduce gap between section descriptions and content - slightly more space */
    
    /* Reduce margin-bottom on section descriptions - slightly more space */
    
    /* Reduce margin-top on content grids that follow descriptions - slightly more space */
    
    /* Reduce spacing in text-center sections - slightly more space */
    
    /* Reduce spacing between description and cards - slightly more space */
    
    /* Reduce spacing in section containers after descriptions - slightly more space */
    
    /* Reduce spacing between FAQ descriptions and content - slightly more space */
    
    /* Reduce spacing between section titles and descriptions - slightly more space */
    
    /* Reduce spacing in common section patterns - slightly more space */
    
    /* Reduce spacing in feature sections - slightly more space */
    
    /* Reduce spacing between description and grid content - slightly more space */
    
    /* Reduce spacing in hero sections after descriptions - slightly more space */
    
    /* Reduce gap between Why Choose Ventu cards on mobile */
    
    /* Make large card icons smaller on mobile only */
    
    /* Make large icons smaller on mobile only */
    
    /* Mobile hero section spacing - more top padding */
    
    /* Mobile section spacing overrides - more top padding */
    
    /* Mobile container spacing - more top padding */
    
    /* Mobile text center spacing - more top padding */
    
    /* Mobile max-width container spacing - more top padding */
    
    /* Mobile headline improvements - consistent sizing */
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    /* Mobile hero title adjustments - consistent sizing */
    
    /* Mobile section title adjustments - consistent sizing */
    
    /* Mobile button size adjustments - reduced padding */
    
    /* Mobile metrics spacing - reduced gaps */
    
    /* Mobile feature card adjustments - reduced padding */
    
    /* Mobile icon container adjustments - smaller icons */
    
    /* Mobile process step adjustments */
    
    /* Mobile FAQ adjustments */
    
    /* Mobile form adjustments */
    
  /* Mobile input adjustments */
  
  /* Prevent mobile zoom on input focus - Global fallback */
    
    /* Mobile section padding adjustments - more top padding, tight bottom padding */
    
    /* Additional mobile spacing overrides - more top padding, tight bottom padding */
    
    /* Mobile grid adjustments - reduced gaps */
    
    /* Mobile spacing utilities - significantly reduced */
    
    /* Mobile text size adjustments - consistent sizing */
    .sm\:text-xl {
      font-size: 1rem;
    }
    
    /* Mobile margin and padding adjustments - significantly reduced */
    
    /* Reduce gap between section descriptions and content - slightly more space */
    
    /* Reduce margin-bottom on section descriptions - slightly more space */
    
    /* Reduce margin-top on content grids that follow descriptions - slightly more space */
    
    /* Reduce spacing in text-center sections - slightly more space */
    
    /* Reduce spacing between description and cards - slightly more space */
    
    /* Reduce spacing in section containers after descriptions - slightly more space */
    
    /* Reduce spacing between FAQ descriptions and content - slightly more space */
    
    /* Reduce spacing between section titles and descriptions - slightly more space */
    
    /* Reduce spacing in common section patterns - slightly more space */
    
    /* Reduce spacing in feature sections - slightly more space */
    
    /* Reduce spacing between description and grid content - slightly more space */
    
    /* Reduce spacing in hero sections after descriptions - slightly more space */
    
    /* Reduce gap between Why Choose Ventu cards on mobile */
    
    /* Make large card icons smaller on mobile only */
    
    /* Make large icons smaller on mobile only */
    
    /* Mobile hero section spacing - more top padding */
    
    /* Mobile section spacing overrides - more top padding */
    
    /* Mobile container spacing - more top padding */
    
    /* Mobile text center spacing - more top padding */
    
    /* Mobile max-width container spacing - more top padding */
    
    /* Mobile headline improvements - consistent sizing */
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    /* Mobile hero title adjustments - consistent sizing */
    
    /* Mobile section title adjustments - consistent sizing */
    
    /* Mobile button size adjustments - reduced padding */
    
    /* Mobile metrics spacing - reduced gaps */
    
    .hero-section .flex.flex-wrap .sm\:text-2xl {
      font-size: 1.125rem;
    }
    
    /* Mobile feature card adjustments - reduced padding */
    
    /* Mobile icon container adjustments - smaller icons */
    
    /* Mobile process step adjustments */
    
    /* Mobile FAQ adjustments */
    
    /* Mobile form adjustments */
    
  /* Mobile input adjustments */
  
  /* Prevent mobile zoom on input focus - Global fallback */
    
    /* Mobile section padding adjustments - more top padding, tight bottom padding */
    
    /* Additional mobile spacing overrides - more top padding, tight bottom padding */
    
    /* Mobile grid adjustments - reduced gaps */
    
    /* Mobile spacing utilities - significantly reduced */
    
    /* Mobile text size adjustments - consistent sizing */
    
    .sm\:text-2xl {
      font-size: 1.125rem;
    }
    
    /* Mobile margin and padding adjustments - significantly reduced */
    
    /* Reduce gap between section descriptions and content - slightly more space */
    
    /* Reduce margin-bottom on section descriptions - slightly more space */
    
    /* Reduce margin-top on content grids that follow descriptions - slightly more space */
    
    /* Reduce spacing in text-center sections - slightly more space */
    
    /* Reduce spacing between description and cards - slightly more space */
    
    /* Reduce spacing in section containers after descriptions - slightly more space */
    
    /* Reduce spacing between FAQ descriptions and content - slightly more space */
    
    /* Reduce spacing between section titles and descriptions - slightly more space */
    
    /* Reduce spacing in common section patterns - slightly more space */
    
    /* Reduce spacing in feature sections - slightly more space */
    
    /* Reduce spacing between description and grid content - slightly more space */
    
    /* Reduce spacing in hero sections after descriptions - slightly more space */
    
    /* Reduce gap between Why Choose Ventu cards on mobile */
    
    /* Make large card icons smaller on mobile only */
    
    /* Make large icons smaller on mobile only */
    
    /* Mobile hero section spacing - more top padding */
    
    /* Mobile section spacing overrides - more top padding */
    
    /* Mobile container spacing - more top padding */
    
    /* Mobile text center spacing - more top padding */
    
    /* Mobile max-width container spacing - more top padding */
    
    /* Mobile headline improvements - consistent sizing */
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    /* Mobile hero title adjustments - consistent sizing */
    
    /* Mobile section title adjustments - consistent sizing */
    
    /* Mobile button size adjustments - reduced padding */
    
    /* Mobile metrics spacing - reduced gaps */
    
    
    .hero-section .flex.flex-wrap .sm\:text-3xl {
      font-size: 1.125rem;
    }
    
    /* Mobile feature card adjustments - reduced padding */
    
    /* Mobile icon container adjustments - smaller icons */
    
    /* Mobile process step adjustments */
    
    /* Mobile FAQ adjustments */
    
    /* Mobile form adjustments */
    
  /* Mobile input adjustments */
  
  /* Prevent mobile zoom on input focus - Global fallback */
    
    /* Mobile section padding adjustments - more top padding, tight bottom padding */
    
    /* Additional mobile spacing overrides - more top padding, tight bottom padding */
    
    /* Mobile grid adjustments - reduced gaps */
    
    /* Mobile spacing utilities - significantly reduced */
    
    /* Mobile text size adjustments - consistent sizing */
    
    .sm\:text-3xl {
      font-size: 1.25rem;
    }
    
    /* Mobile margin and padding adjustments - significantly reduced */
    
    /* Reduce gap between section descriptions and content - slightly more space */
    
    /* Reduce margin-bottom on section descriptions - slightly more space */
    
    /* Reduce margin-top on content grids that follow descriptions - slightly more space */
    
    /* Reduce spacing in text-center sections - slightly more space */
    
    /* Reduce spacing between description and cards - slightly more space */
    
    /* Reduce spacing in section containers after descriptions - slightly more space */
    
    /* Reduce spacing between FAQ descriptions and content - slightly more space */
    
    /* Reduce spacing between section titles and descriptions - slightly more space */
    
    /* Reduce spacing in common section patterns - slightly more space */
    
    /* Reduce spacing in feature sections - slightly more space */
    
    /* Reduce spacing between description and grid content - slightly more space */
    
    /* Reduce spacing in hero sections after descriptions - slightly more space */
    
    /* Reduce gap between Why Choose Ventu cards on mobile */
    
    /* Make large card icons smaller on mobile only */
    
    /* Make large icons smaller on mobile only */
    
    /* Mobile hero section spacing - more top padding */
    
    /* Mobile section spacing overrides - more top padding */
    
    /* Mobile container spacing - more top padding */
    
    /* Mobile text center spacing - more top padding */
    
    /* Mobile max-width container spacing - more top padding */
    
    /* Mobile headline improvements - consistent sizing */
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    /* Mobile hero title adjustments - consistent sizing */
    
    /* Mobile section title adjustments - consistent sizing */
    
    /* Mobile button size adjustments - reduced padding */
    
    /* Mobile metrics spacing - reduced gaps */
    
    /* Mobile feature card adjustments - reduced padding */
    
    /* Mobile icon container adjustments - smaller icons */
    
    /* Mobile process step adjustments */
    
    /* Mobile FAQ adjustments */
    
    /* Mobile form adjustments */
    
  /* Mobile input adjustments */
  
  /* Prevent mobile zoom on input focus - Global fallback */
    
    /* Mobile section padding adjustments - more top padding, tight bottom padding */
    
    /* Additional mobile spacing overrides - more top padding, tight bottom padding */
    
    /* Mobile grid adjustments - reduced gaps */
    
    /* Mobile spacing utilities - significantly reduced */
    
    /* Mobile text size adjustments - consistent sizing */
    
    .sm\:text-4xl {
      font-size: 1.5rem;
    }
    
    /* Mobile margin and padding adjustments - significantly reduced */
    
    /* Reduce gap between section descriptions and content - slightly more space */
    
    /* Reduce margin-bottom on section descriptions - slightly more space */
    
    /* Reduce margin-top on content grids that follow descriptions - slightly more space */
    
    /* Reduce spacing in text-center sections - slightly more space */
    
    /* Reduce spacing between description and cards - slightly more space */
    
    /* Reduce spacing in section containers after descriptions - slightly more space */
    
    /* Reduce spacing between FAQ descriptions and content - slightly more space */
    
    /* Reduce spacing between section titles and descriptions - slightly more space */
    
    /* Reduce spacing in common section patterns - slightly more space */
    
    /* Reduce spacing in feature sections - slightly more space */
    
    /* Reduce spacing between description and grid content - slightly more space */
    
    /* Reduce spacing in hero sections after descriptions - slightly more space */
    
    /* Reduce gap between Why Choose Ventu cards on mobile */
    
    /* Make large card icons smaller on mobile only */
    
    /* Make large icons smaller on mobile only */
    
    /* Mobile hero section spacing - more top padding */
    
    /* Mobile section spacing overrides - more top padding */
    
    /* Mobile container spacing - more top padding */
    
    /* Mobile text center spacing - more top padding */
    
    /* Mobile max-width container spacing - more top padding */
    
    /* Mobile headline improvements - consistent sizing */
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    /* Mobile hero title adjustments - consistent sizing */
    
    /* Mobile section title adjustments - consistent sizing */
    
    /* Mobile button size adjustments - reduced padding */
    
    /* Mobile metrics spacing - reduced gaps */
    
    /* Mobile feature card adjustments - reduced padding */
    
    /* Mobile icon container adjustments - smaller icons */
    
    /* Mobile process step adjustments */
    
    /* Mobile FAQ adjustments */
    
    /* Mobile form adjustments */
    
  /* Mobile input adjustments */
  
  /* Prevent mobile zoom on input focus - Global fallback */
    
    /* Mobile section padding adjustments - more top padding, tight bottom padding */
    
    /* Additional mobile spacing overrides - more top padding, tight bottom padding */
    
    /* Mobile grid adjustments - reduced gaps */
    
    /* Mobile spacing utilities - significantly reduced */
    
    /* Mobile text size adjustments - consistent sizing */
    
    /* Mobile margin and padding adjustments - significantly reduced */
    
    .sm\:mb-20 {
      margin-bottom: 1.25rem;
    }
    
    /* Reduce gap between section descriptions and content - slightly more space */
    
    /* Reduce margin-bottom on section descriptions - slightly more space */
    
    /* Reduce margin-top on content grids that follow descriptions - slightly more space */
    
    /* Reduce spacing in text-center sections - slightly more space */
    
    /* Reduce spacing between description and cards - slightly more space */
    
    /* Reduce spacing in section containers after descriptions - slightly more space */
    
    /* Reduce spacing between FAQ descriptions and content - slightly more space */
    
    /* Reduce spacing between section titles and descriptions - slightly more space */
    
    /* Reduce spacing in common section patterns - slightly more space */
    
    .sm\:mb-20 {
      margin-bottom: 1rem !important;
    }
    
    /* Reduce spacing in feature sections - slightly more space */
    .sm\:mb-20
    .text-center {
      margin-bottom: 1rem !important;
    }
    
    /* Reduce spacing between description and grid content - slightly more space */
    
    /* Reduce spacing in hero sections after descriptions - slightly more space */
    
    /* Reduce gap between Why Choose Ventu cards on mobile */
    
    /* Make large card icons smaller on mobile only */
    
    /* Make large icons smaller on mobile only */
    
    /* Mobile hero section spacing - more top padding */
    
    /* Mobile section spacing overrides - more top padding */
    
    /* Mobile container spacing - more top padding */
    
    /* Mobile text center spacing - more top padding */
    
    /* Mobile max-width container spacing - more top padding */
    
    /* Mobile headline improvements - consistent sizing */
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    /* Mobile hero title adjustments - consistent sizing */
    
    /* Mobile section title adjustments - consistent sizing */
    
    /* Mobile button size adjustments - reduced padding */
    
    /* Mobile metrics spacing - reduced gaps */
    
    /* Mobile feature card adjustments - reduced padding */
    
    /* Mobile icon container adjustments - smaller icons */
    
    /* Mobile process step adjustments */
    
    /* Mobile FAQ adjustments */
    
    /* Mobile form adjustments */
    
  /* Mobile input adjustments */
  
  /* Prevent mobile zoom on input focus - Global fallback */
    
    /* Mobile section padding adjustments - more top padding, tight bottom padding */
    
    /* Additional mobile spacing overrides - more top padding, tight bottom padding */
    
    /* Mobile grid adjustments - reduced gaps */
    
    /* Mobile spacing utilities - significantly reduced */
    
    /* Mobile text size adjustments - consistent sizing */
    
    /* Mobile margin and padding adjustments - significantly reduced */
    
    .sm\:mb-8 {
      margin-bottom: 0.5rem;
    }
    
    /* Reduce gap between section descriptions and content - slightly more space */
    
    /* Reduce margin-bottom on section descriptions - slightly more space */
    
    /* Reduce margin-top on content grids that follow descriptions - slightly more space */
    
    /* Reduce spacing in text-center sections - slightly more space */
    
    /* Reduce spacing between description and cards - slightly more space */
    
    /* Reduce spacing in section containers after descriptions - slightly more space */
    
    /* Reduce spacing between FAQ descriptions and content - slightly more space */
    
    /* Reduce spacing between section titles and descriptions - slightly more space */
    
    /* Reduce spacing in common section patterns - slightly more space */
    
    /* Reduce spacing in feature sections - slightly more space */
    
    /* Reduce spacing between description and grid content - slightly more space */
    
    /* Reduce spacing in hero sections after descriptions - slightly more space */
    
    /* Reduce gap between Why Choose Ventu cards on mobile */
    
    /* Make large card icons smaller on mobile only */
    
    /* Make large icons smaller on mobile only */
    
    /* Mobile hero section spacing - more top padding */
    
    /* Mobile section spacing overrides - more top padding */
    
    /* Mobile container spacing - more top padding */
    
    /* Mobile text center spacing - more top padding */
    
    /* Mobile max-width container spacing - more top padding */
    
    /* Mobile headline improvements - consistent sizing */
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    /* Mobile hero title adjustments - consistent sizing */
    
    /* Mobile section title adjustments - consistent sizing */
    
    /* Mobile button size adjustments - reduced padding */
    
    /* Mobile metrics spacing - reduced gaps */
    
    /* Mobile feature card adjustments - reduced padding */
    
    /* Mobile icon container adjustments - smaller icons */
    
    /* Mobile process step adjustments */
    
    /* Mobile FAQ adjustments */
    
    /* Mobile form adjustments */
    
  /* Mobile input adjustments */
  
  /* Prevent mobile zoom on input focus - Global fallback */
    
    /* Mobile section padding adjustments - more top padding, tight bottom padding */
    
    /* Additional mobile spacing overrides - more top padding, tight bottom padding */
    
    /* Mobile grid adjustments - reduced gaps */
    
    /* Mobile spacing utilities - significantly reduced */
    
    /* Mobile text size adjustments - consistent sizing */
    
    /* Mobile margin and padding adjustments - significantly reduced */
    
    .sm\:mb-6 {
      margin-bottom: 0.375rem;
    }
    
    /* Reduce gap between section descriptions and content - slightly more space */
    
    /* Reduce margin-bottom on section descriptions - slightly more space */
    
    /* Reduce margin-top on content grids that follow descriptions - slightly more space */
    
    /* Reduce spacing in text-center sections - slightly more space */
    
    /* Reduce spacing between description and cards - slightly more space */
    
    /* Reduce spacing in section containers after descriptions - slightly more space */
    
    /* Reduce spacing between FAQ descriptions and content - slightly more space */
    
    /* Reduce spacing between section titles and descriptions - slightly more space */
    
    /* Reduce spacing in common section patterns - slightly more space */
    
    /* Reduce spacing in feature sections - slightly more space */
    
    /* Reduce spacing between description and grid content - slightly more space */
    
    /* Reduce spacing in hero sections after descriptions - slightly more space */
    
    /* Reduce gap between Why Choose Ventu cards on mobile */
    
    /* Make large card icons smaller on mobile only */
    
    /* Make large icons smaller on mobile only */
    
    /* Mobile hero section spacing - more top padding */
    
    /* Mobile section spacing overrides - more top padding */
    
    /* Mobile container spacing - more top padding */
    
    /* Mobile text center spacing - more top padding */
    
    /* Mobile max-width container spacing - more top padding */
    
    /* Mobile headline improvements - consistent sizing */
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    /* Mobile hero title adjustments - consistent sizing */
    
    /* Mobile section title adjustments - consistent sizing */
    
    /* Mobile button size adjustments - reduced padding */
    
    /* Mobile metrics spacing - reduced gaps */
    
    /* Mobile feature card adjustments - reduced padding */
    
    /* Mobile icon container adjustments - smaller icons */
    
    /* Mobile process step adjustments */
    
    /* Mobile FAQ adjustments */
    
    /* Mobile form adjustments */
    
  /* Mobile input adjustments */
  
  /* Prevent mobile zoom on input focus - Global fallback */
    
    /* Mobile section padding adjustments - more top padding, tight bottom padding */
    
    /* Additional mobile spacing overrides - more top padding, tight bottom padding */
    
    /* Mobile grid adjustments - reduced gaps */
    
    /* Mobile spacing utilities - significantly reduced */
    
    /* Mobile text size adjustments - consistent sizing */
    
    /* Mobile margin and padding adjustments - significantly reduced */
    
    .sm\:mb-4 {
      margin-bottom: 0.25rem;
    }
    
    /* Reduce gap between section descriptions and content - slightly more space */
    
    /* Reduce margin-bottom on section descriptions - slightly more space */
    
    /* Reduce margin-top on content grids that follow descriptions - slightly more space */
    
    /* Reduce spacing in text-center sections - slightly more space */
    
    /* Reduce spacing between description and cards - slightly more space */
    
    /* Reduce spacing in section containers after descriptions - slightly more space */
    
    /* Reduce spacing between FAQ descriptions and content - slightly more space */
    
    /* Reduce spacing between section titles and descriptions - slightly more space */
    
    /* Reduce spacing in common section patterns - slightly more space */
    
    /* Reduce spacing in feature sections - slightly more space */
    
    /* Reduce spacing between description and grid content - slightly more space */
    
    /* Reduce spacing in hero sections after descriptions - slightly more space */
    
    /* Reduce gap between Why Choose Ventu cards on mobile */
    
    /* Make large card icons smaller on mobile only */
    
    /* Make large icons smaller on mobile only */
    
    /* Mobile hero section spacing - more top padding */
    
    /* Mobile section spacing overrides - more top padding */
    
    /* Mobile container spacing - more top padding */
    
    /* Mobile text center spacing - more top padding */
    
    /* Mobile max-width container spacing - more top padding */
    
    /* Mobile headline improvements - consistent sizing */
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    /* Mobile hero title adjustments - consistent sizing */
    
    /* Mobile section title adjustments - consistent sizing */
    
    /* Mobile button size adjustments - reduced padding */
    
    /* Mobile metrics spacing - reduced gaps */
    
    /* Mobile feature card adjustments - reduced padding */
    
    /* Mobile icon container adjustments - smaller icons */
    
    /* Mobile process step adjustments */
    
    /* Mobile FAQ adjustments */
    
    /* Mobile form adjustments */
    
  /* Mobile input adjustments */
  
  /* Prevent mobile zoom on input focus - Global fallback */
    
    /* Mobile section padding adjustments - more top padding, tight bottom padding */
    
    /* Additional mobile spacing overrides - more top padding, tight bottom padding */
    
    /* Mobile grid adjustments - reduced gaps */
    
    /* Mobile spacing utilities - significantly reduced */
    
    /* Mobile text size adjustments - consistent sizing */
    
    /* Mobile margin and padding adjustments - significantly reduced */
    
    .sm\:mb-2 {
      margin-bottom: 0.125rem;
    }
    
    /* Reduce gap between section descriptions and content - slightly more space */
    
    /* Reduce margin-bottom on section descriptions - slightly more space */
    
    /* Reduce margin-top on content grids that follow descriptions - slightly more space */
    
    /* Reduce spacing in text-center sections - slightly more space */
    
    /* Reduce spacing between description and cards - slightly more space */
    
    /* Reduce spacing in section containers after descriptions - slightly more space */
    
    /* Reduce spacing between FAQ descriptions and content - slightly more space */
    
    /* Reduce spacing between section titles and descriptions - slightly more space */
    
    /* Reduce spacing in common section patterns - slightly more space */
    
    /* Reduce spacing in feature sections - slightly more space */
    
    /* Reduce spacing between description and grid content - slightly more space */
    
    /* Reduce spacing in hero sections after descriptions - slightly more space */
    
    /* Reduce gap between Why Choose Ventu cards on mobile */
    
    /* Make large card icons smaller on mobile only */
    
    /* Make large icons smaller on mobile only */
    
    /* Mobile hero section spacing - more top padding */
    
    /* Mobile section spacing overrides - more top padding */
    
    /* Mobile container spacing - more top padding */
    
    /* Mobile text center spacing - more top padding */
    
    /* Mobile max-width container spacing - more top padding */
    
    /* Mobile headline improvements - consistent sizing */
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    /* Mobile hero title adjustments - consistent sizing */
    
    /* Mobile section title adjustments - consistent sizing */
    
    /* Mobile button size adjustments - reduced padding */
    
    /* Mobile metrics spacing - reduced gaps */
    
    /* Mobile feature card adjustments - reduced padding */
    
    /* Mobile icon container adjustments - smaller icons */
    
    /* Mobile process step adjustments */
    
    /* Mobile FAQ adjustments */
    
    /* Mobile form adjustments */
    
  /* Mobile input adjustments */
  
  /* Prevent mobile zoom on input focus - Global fallback */
    
    /* Mobile section padding adjustments - more top padding, tight bottom padding */
    
    /* Additional mobile spacing overrides - more top padding, tight bottom padding */
    
    /* Mobile grid adjustments - reduced gaps */
    
    /* Mobile spacing utilities - significantly reduced */
    
    /* Mobile text size adjustments - consistent sizing */
    
    /* Mobile margin and padding adjustments - significantly reduced */
    
    .sm\:mt-2 {
      margin-top: 0.125rem;
    }
    
    /* Reduce gap between section descriptions and content - slightly more space */
    
    /* Reduce margin-bottom on section descriptions - slightly more space */
    
    /* Reduce margin-top on content grids that follow descriptions - slightly more space */
    
    /* Reduce spacing in text-center sections - slightly more space */
    
    /* Reduce spacing between description and cards - slightly more space */
    
    /* Reduce spacing in section containers after descriptions - slightly more space */
    
    /* Reduce spacing between FAQ descriptions and content - slightly more space */
    
    /* Reduce spacing between section titles and descriptions - slightly more space */
    
    /* Reduce spacing in common section patterns - slightly more space */
    
    /* Reduce spacing in feature sections - slightly more space */
    
    /* Reduce spacing between description and grid content - slightly more space */
    
    /* Reduce spacing in hero sections after descriptions - slightly more space */
    
    /* Reduce gap between Why Choose Ventu cards on mobile */
    
    /* Make large card icons smaller on mobile only */
    
    /* Make large icons smaller on mobile only */
    
    /* Mobile hero section spacing - more top padding */
    
    /* Mobile section spacing overrides - more top padding */
    
    /* Mobile container spacing - more top padding */
    
    /* Mobile text center spacing - more top padding */
    
    /* Mobile max-width container spacing - more top padding */
    
    /* Mobile headline improvements - consistent sizing */
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    /* Mobile hero title adjustments - consistent sizing */
    
    /* Mobile section title adjustments - consistent sizing */
    
    /* Mobile button size adjustments - reduced padding */
    
    /* Mobile metrics spacing - reduced gaps */
    
    /* Mobile feature card adjustments - reduced padding */
    
    /* Mobile icon container adjustments - smaller icons */
    
    /* Mobile process step adjustments */
    
    /* Mobile FAQ adjustments */
    
    /* Mobile form adjustments */
    
  /* Mobile input adjustments */
  
  /* Prevent mobile zoom on input focus - Global fallback */
    
    /* Mobile section padding adjustments - more top padding, tight bottom padding */
    
    /* Additional mobile spacing overrides - more top padding, tight bottom padding */
    
    /* Mobile grid adjustments - reduced gaps */
    
    /* Mobile spacing utilities - significantly reduced */
    
    /* Mobile text size adjustments - consistent sizing */
    
    /* Mobile margin and padding adjustments - significantly reduced */
    
    .sm\:pt-12 {
      padding-top: 1.5rem;
    }
    
    /* Reduce gap between section descriptions and content - slightly more space */
    
    /* Reduce margin-bottom on section descriptions - slightly more space */
    
    /* Reduce margin-top on content grids that follow descriptions - slightly more space */
    
    /* Reduce spacing in text-center sections - slightly more space */
    
    /* Reduce spacing between description and cards - slightly more space */
    
    /* Reduce spacing in section containers after descriptions - slightly more space */
    
    /* Reduce spacing between FAQ descriptions and content - slightly more space */
    
    /* Reduce spacing between section titles and descriptions - slightly more space */
    
    /* Reduce spacing in common section patterns - slightly more space */
    
    /* Reduce spacing in feature sections - slightly more space */
    
    /* Reduce spacing between description and grid content - slightly more space */
    
    /* Reduce spacing in hero sections after descriptions - slightly more space */
    
    /* Reduce gap between Why Choose Ventu cards on mobile */
    
    /* Make large card icons smaller on mobile only */
    
    /* Make large icons smaller on mobile only */
    
    /* Mobile hero section spacing - more top padding */
    
    /* Mobile section spacing overrides - more top padding */
    
    /* Mobile container spacing - more top padding */
    
    /* Mobile text center spacing - more top padding */
    
    /* Mobile max-width container spacing - more top padding */
    
    /* Mobile headline improvements - consistent sizing */
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    /* Mobile hero title adjustments - consistent sizing */
    
    /* Mobile section title adjustments - consistent sizing */
    
    /* Mobile button size adjustments - reduced padding */
    
    /* Mobile metrics spacing - reduced gaps */
    
    /* Mobile feature card adjustments - reduced padding */
    
    /* Mobile icon container adjustments - smaller icons */
    
    /* Mobile process step adjustments */
    
    /* Mobile FAQ adjustments */
    
    /* Mobile form adjustments */
    
  /* Mobile input adjustments */
  
  /* Prevent mobile zoom on input focus - Global fallback */
    
    /* Mobile section padding adjustments - more top padding, tight bottom padding */
    
    /* Additional mobile spacing overrides - more top padding, tight bottom padding */
    
    /* Mobile grid adjustments - reduced gaps */
    
    /* Mobile spacing utilities - significantly reduced */
    
    /* Mobile text size adjustments - consistent sizing */
    
    /* Mobile margin and padding adjustments - significantly reduced */
    
    .sm\:pt-10 {
      padding-top: 1.25rem;
    }
    
    /* Reduce gap between section descriptions and content - slightly more space */
    
    /* Reduce margin-bottom on section descriptions - slightly more space */
    
    /* Reduce margin-top on content grids that follow descriptions - slightly more space */
    
    /* Reduce spacing in text-center sections - slightly more space */
    
    /* Reduce spacing between description and cards - slightly more space */
    
    /* Reduce spacing in section containers after descriptions - slightly more space */
    
    /* Reduce spacing between FAQ descriptions and content - slightly more space */
    
    /* Reduce spacing between section titles and descriptions - slightly more space */
    
    /* Reduce spacing in common section patterns - slightly more space */
    
    /* Reduce spacing in feature sections - slightly more space */
    
    /* Reduce spacing between description and grid content - slightly more space */
    
    /* Reduce spacing in hero sections after descriptions - slightly more space */
    
    /* Reduce gap between Why Choose Ventu cards on mobile */
    
    /* Make large card icons smaller on mobile only */
    
    /* Make large icons smaller on mobile only */
    
    /* Mobile hero section spacing - more top padding */
    
    /* Mobile section spacing overrides - more top padding */
    
    /* Mobile container spacing - more top padding */
    
    /* Mobile text center spacing - more top padding */
    
    /* Mobile max-width container spacing - more top padding */
    
    /* Mobile headline improvements - consistent sizing */
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    /* Mobile hero title adjustments - consistent sizing */
    
    /* Mobile section title adjustments - consistent sizing */
    
    /* Mobile button size adjustments - reduced padding */
    
    /* Mobile metrics spacing - reduced gaps */
    
    /* Mobile feature card adjustments - reduced padding */
    
    /* Mobile icon container adjustments - smaller icons */
    
    /* Mobile process step adjustments */
    
    /* Mobile FAQ adjustments */
    
    /* Mobile form adjustments */
    
  /* Mobile input adjustments */
  
  /* Prevent mobile zoom on input focus - Global fallback */
    
    /* Mobile section padding adjustments - more top padding, tight bottom padding */
    
    /* Additional mobile spacing overrides - more top padding, tight bottom padding */
    
    /* Mobile grid adjustments - reduced gaps */
    
    /* Mobile spacing utilities - significantly reduced */
    
    /* Mobile text size adjustments - consistent sizing */
    
    /* Mobile margin and padding adjustments - significantly reduced */
    
    .sm\:pt-8 {
      padding-top: 1rem;
    }
    
    /* Reduce gap between section descriptions and content - slightly more space */
    
    /* Reduce margin-bottom on section descriptions - slightly more space */
    
    /* Reduce margin-top on content grids that follow descriptions - slightly more space */
    
    /* Reduce spacing in text-center sections - slightly more space */
    
    /* Reduce spacing between description and cards - slightly more space */
    
    /* Reduce spacing in section containers after descriptions - slightly more space */
    
    /* Reduce spacing between FAQ descriptions and content - slightly more space */
    
    /* Reduce spacing between section titles and descriptions - slightly more space */
    
    /* Reduce spacing in common section patterns - slightly more space */
    
    /* Reduce spacing in feature sections - slightly more space */
    
    /* Reduce spacing between description and grid content - slightly more space */
    
    /* Reduce spacing in hero sections after descriptions - slightly more space */
    
    /* Reduce gap between Why Choose Ventu cards on mobile */
    
    /* Make large card icons smaller on mobile only */
    
    /* Make large icons smaller on mobile only */
    
    /* Mobile hero section spacing - more top padding */
    
    /* Mobile section spacing overrides - more top padding */
    
    /* Mobile container spacing - more top padding */
    
    /* Mobile text center spacing - more top padding */
    
    /* Mobile max-width container spacing - more top padding */
    
    /* Mobile headline improvements - consistent sizing */
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    /* Mobile hero title adjustments - consistent sizing */
    
    /* Mobile section title adjustments - consistent sizing */
    
    /* Mobile button size adjustments - reduced padding */
    
    /* Mobile metrics spacing - reduced gaps */
    
    /* Mobile feature card adjustments - reduced padding */
    
    /* Mobile icon container adjustments - smaller icons */
    
    /* Mobile process step adjustments */
    
    /* Mobile FAQ adjustments */
    
    /* Mobile form adjustments */
    
  /* Mobile input adjustments */
  
  /* Prevent mobile zoom on input focus - Global fallback */
    
    /* Mobile section padding adjustments - more top padding, tight bottom padding */
    
    /* Additional mobile spacing overrides - more top padding, tight bottom padding */
    
    /* Mobile grid adjustments - reduced gaps */
    
    /* Mobile spacing utilities - significantly reduced */
    
    /* Mobile text size adjustments - consistent sizing */
    
    /* Mobile margin and padding adjustments - significantly reduced */
    
    .sm\:pt-6 {
      padding-top: 0.875rem;
    }
    
    /* Reduce gap between section descriptions and content - slightly more space */
    
    /* Reduce margin-bottom on section descriptions - slightly more space */
    
    /* Reduce margin-top on content grids that follow descriptions - slightly more space */
    
    /* Reduce spacing in text-center sections - slightly more space */
    
    /* Reduce spacing between description and cards - slightly more space */
    
    /* Reduce spacing in section containers after descriptions - slightly more space */
    
    /* Reduce spacing between FAQ descriptions and content - slightly more space */
    
    /* Reduce spacing between section titles and descriptions - slightly more space */
    
    /* Reduce spacing in common section patterns - slightly more space */
    
    /* Reduce spacing in feature sections - slightly more space */
    
    /* Reduce spacing between description and grid content - slightly more space */
    
    /* Reduce spacing in hero sections after descriptions - slightly more space */
    
    /* Reduce gap between Why Choose Ventu cards on mobile */
    
    /* Make large card icons smaller on mobile only */
    
    /* Make large icons smaller on mobile only */
    
    /* Mobile hero section spacing - more top padding */
    
    /* Mobile section spacing overrides - more top padding */
    
    /* Mobile container spacing - more top padding */
    
    /* Mobile text center spacing - more top padding */
    
    /* Mobile max-width container spacing - more top padding */
    
    /* Mobile headline improvements - consistent sizing */
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    /* Mobile hero title adjustments - consistent sizing */
    
    /* Mobile section title adjustments - consistent sizing */
    
    /* Mobile button size adjustments - reduced padding */
    
    /* Mobile metrics spacing - reduced gaps */
    
    /* Mobile feature card adjustments - reduced padding */
    
    /* Mobile icon container adjustments - smaller icons */
    
    /* Mobile process step adjustments */
    
    /* Mobile FAQ adjustments */
    
    /* Mobile form adjustments */
    
  /* Mobile input adjustments */
  
  /* Prevent mobile zoom on input focus - Global fallback */
    
    /* Mobile section padding adjustments - more top padding, tight bottom padding */
    
    /* Additional mobile spacing overrides - more top padding, tight bottom padding */
    
    /* Mobile grid adjustments - reduced gaps */
    
    /* Mobile spacing utilities - significantly reduced */
    
    /* Mobile text size adjustments - consistent sizing */
    
    /* Mobile margin and padding adjustments - significantly reduced */
    
    .sm\:pt-4 {
      padding-top: 0.75rem;
    }
    
    /* Reduce gap between section descriptions and content - slightly more space */
    
    /* Reduce margin-bottom on section descriptions - slightly more space */
    
    /* Reduce margin-top on content grids that follow descriptions - slightly more space */
    
    /* Reduce spacing in text-center sections - slightly more space */
    
    /* Reduce spacing between description and cards - slightly more space */
    
    /* Reduce spacing in section containers after descriptions - slightly more space */
    
    /* Reduce spacing between FAQ descriptions and content - slightly more space */
    
    /* Reduce spacing between section titles and descriptions - slightly more space */
    
    /* Reduce spacing in common section patterns - slightly more space */
    
    /* Reduce spacing in feature sections - slightly more space */
    
    /* Reduce spacing between description and grid content - slightly more space */
    
    /* Reduce spacing in hero sections after descriptions - slightly more space */
    
    /* Reduce gap between Why Choose Ventu cards on mobile */
    
    /* Make large card icons smaller on mobile only */
    
    /* Make large icons smaller on mobile only */
    
    /* Mobile hero section spacing - more top padding */
    
    /* Mobile section spacing overrides - more top padding */
    
    /* Mobile container spacing - more top padding */
    
    /* Mobile text center spacing - more top padding */
    
    /* Mobile max-width container spacing - more top padding */
    
    /* Mobile headline improvements - consistent sizing */
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    /* Mobile hero title adjustments - consistent sizing */
    
    /* Mobile section title adjustments - consistent sizing */
    
    /* Mobile button size adjustments - reduced padding */
    
    /* Mobile metrics spacing - reduced gaps */
    
    /* Mobile feature card adjustments - reduced padding */
    
    /* Mobile icon container adjustments - smaller icons */
    
    /* Mobile process step adjustments */
    
    /* Mobile FAQ adjustments */
    
    /* Mobile form adjustments */
    
  /* Mobile input adjustments */
  
  /* Prevent mobile zoom on input focus - Global fallback */
    
    /* Mobile section padding adjustments - more top padding, tight bottom padding */
    
    /* Additional mobile spacing overrides - more top padding, tight bottom padding */
    
    /* Mobile grid adjustments - reduced gaps */
    
    /* Mobile spacing utilities - significantly reduced */
    
    /* Mobile text size adjustments - consistent sizing */
    
    /* Mobile margin and padding adjustments - significantly reduced */
    
    .sm\:pt-2 {
      padding-top: 0.5rem;
    }
    
    /* Reduce gap between section descriptions and content - slightly more space */
    
    /* Reduce margin-bottom on section descriptions - slightly more space */
    
    /* Reduce margin-top on content grids that follow descriptions - slightly more space */
    
    /* Reduce spacing in text-center sections - slightly more space */
    
    /* Reduce spacing between description and cards - slightly more space */
    
    /* Reduce spacing in section containers after descriptions - slightly more space */
    
    /* Reduce spacing between FAQ descriptions and content - slightly more space */
    
    /* Reduce spacing between section titles and descriptions - slightly more space */
    
    /* Reduce spacing in common section patterns - slightly more space */
    
    /* Reduce spacing in feature sections - slightly more space */
    
    /* Reduce spacing between description and grid content - slightly more space */
    
    /* Reduce spacing in hero sections after descriptions - slightly more space */
    
    /* Reduce gap between Why Choose Ventu cards on mobile */
    
    /* Make large card icons smaller on mobile only */
    
    /* Make large icons smaller on mobile only */
    
    /* Mobile hero section spacing - more top padding */
    
    /* Mobile section spacing overrides - more top padding */
    
    /* Mobile container spacing - more top padding */
    
    /* Mobile text center spacing - more top padding */
    
    /* Mobile max-width container spacing - more top padding */
    
    /* Mobile headline improvements - consistent sizing */
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    /* Mobile hero title adjustments - consistent sizing */
    
    /* Mobile section title adjustments - consistent sizing */
    
    /* Mobile button size adjustments - reduced padding */
    
    /* Mobile metrics spacing - reduced gaps */
    
    /* Mobile feature card adjustments - reduced padding */
    
    /* Mobile icon container adjustments - smaller icons */
    
    /* Mobile process step adjustments */
    
    /* Mobile FAQ adjustments */
    
    /* Mobile form adjustments */
    
  /* Mobile input adjustments */
  
  /* Prevent mobile zoom on input focus - Global fallback */
    
    /* Mobile section padding adjustments - more top padding, tight bottom padding */
    
    /* Additional mobile spacing overrides - more top padding, tight bottom padding */
    
    /* Mobile grid adjustments - reduced gaps */
    
    /* Mobile spacing utilities - significantly reduced */
    
    /* Mobile text size adjustments - consistent sizing */
    
    /* Mobile margin and padding adjustments - significantly reduced */
    
    .sm\:pb-8 {
      padding-bottom: 0.5rem;
    }
    
    /* Reduce gap between section descriptions and content - slightly more space */
    
    /* Reduce margin-bottom on section descriptions - slightly more space */
    
    /* Reduce margin-top on content grids that follow descriptions - slightly more space */
    
    /* Reduce spacing in text-center sections - slightly more space */
    
    /* Reduce spacing between description and cards - slightly more space */
    
    /* Reduce spacing in section containers after descriptions - slightly more space */
    
    /* Reduce spacing between FAQ descriptions and content - slightly more space */
    
    /* Reduce spacing between section titles and descriptions - slightly more space */
    
    /* Reduce spacing in common section patterns - slightly more space */
    
    /* Reduce spacing in feature sections - slightly more space */
    
    /* Reduce spacing between description and grid content - slightly more space */
    
    /* Reduce spacing in hero sections after descriptions - slightly more space */
    
    /* Reduce gap between Why Choose Ventu cards on mobile */
    
    /* Make large card icons smaller on mobile only */
    
    /* Make large icons smaller on mobile only */
    
    /* Mobile hero section spacing - more top padding */
    
    /* Mobile section spacing overrides - more top padding */
    
    /* Mobile container spacing - more top padding */
    
    /* Mobile text center spacing - more top padding */
    
    /* Mobile max-width container spacing - more top padding */
    
    /* Mobile headline improvements - consistent sizing */
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    /* Mobile hero title adjustments - consistent sizing */
    
    /* Mobile section title adjustments - consistent sizing */
    
    /* Mobile button size adjustments - reduced padding */
    
    /* Mobile metrics spacing - reduced gaps */
    
    /* Mobile feature card adjustments - reduced padding */
    
    /* Mobile icon container adjustments - smaller icons */
    
    /* Mobile process step adjustments */
    
    /* Mobile FAQ adjustments */
    
    /* Mobile form adjustments */
    
  /* Mobile input adjustments */
  
  /* Prevent mobile zoom on input focus - Global fallback */
    
    /* Mobile section padding adjustments - more top padding, tight bottom padding */
    
    /* Additional mobile spacing overrides - more top padding, tight bottom padding */
    
    /* Mobile grid adjustments - reduced gaps */
    
    /* Mobile spacing utilities - significantly reduced */
    
    /* Mobile text size adjustments - consistent sizing */
    
    /* Mobile margin and padding adjustments - significantly reduced */
    
    .sm\:pb-6 {
      padding-bottom: 0.375rem;
    }
    
    /* Reduce gap between section descriptions and content - slightly more space */
    
    /* Reduce margin-bottom on section descriptions - slightly more space */
    
    /* Reduce margin-top on content grids that follow descriptions - slightly more space */
    
    /* Reduce spacing in text-center sections - slightly more space */
    
    /* Reduce spacing between description and cards - slightly more space */
    
    /* Reduce spacing in section containers after descriptions - slightly more space */
    
    /* Reduce spacing between FAQ descriptions and content - slightly more space */
    
    /* Reduce spacing between section titles and descriptions - slightly more space */
    
    /* Reduce spacing in common section patterns - slightly more space */
    
    /* Reduce spacing in feature sections - slightly more space */
    
    /* Reduce spacing between description and grid content - slightly more space */
    
    /* Reduce spacing in hero sections after descriptions - slightly more space */
    
    /* Reduce gap between Why Choose Ventu cards on mobile */
    
    /* Make large card icons smaller on mobile only */
    
    /* Make large icons smaller on mobile only */
    
    /* Mobile hero section spacing - more top padding */
    
    /* Mobile section spacing overrides - more top padding */
    
    /* Mobile container spacing - more top padding */
    
    /* Mobile text center spacing - more top padding */
    
    /* Mobile max-width container spacing - more top padding */
    
    /* Mobile headline improvements - consistent sizing */
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    /* Mobile hero title adjustments - consistent sizing */
    
    /* Mobile section title adjustments - consistent sizing */
    
    /* Mobile button size adjustments - reduced padding */
    
    /* Mobile metrics spacing - reduced gaps */
    
    /* Mobile feature card adjustments - reduced padding */
    
    /* Mobile icon container adjustments - smaller icons */
    
    /* Mobile process step adjustments */
    
    /* Mobile FAQ adjustments */
    
    /* Mobile form adjustments */
    
  /* Mobile input adjustments */
  
  /* Prevent mobile zoom on input focus - Global fallback */
    
    /* Mobile section padding adjustments - more top padding, tight bottom padding */
    
    /* Additional mobile spacing overrides - more top padding, tight bottom padding */
    
    /* Mobile grid adjustments - reduced gaps */
    
    /* Mobile spacing utilities - significantly reduced */
    
    /* Mobile text size adjustments - consistent sizing */
    
    /* Mobile margin and padding adjustments - significantly reduced */
    
    .sm\:pb-4 {
      padding-bottom: 0.25rem;
    }
    
    /* Reduce gap between section descriptions and content - slightly more space */
    
    /* Reduce margin-bottom on section descriptions - slightly more space */
    
    /* Reduce margin-top on content grids that follow descriptions - slightly more space */
    
    /* Reduce spacing in text-center sections - slightly more space */
    
    /* Reduce spacing between description and cards - slightly more space */
    
    /* Reduce spacing in section containers after descriptions - slightly more space */
    
    /* Reduce spacing between FAQ descriptions and content - slightly more space */
    
    /* Reduce spacing between section titles and descriptions - slightly more space */
    
    /* Reduce spacing in common section patterns - slightly more space */
    
    /* Reduce spacing in feature sections - slightly more space */
    
    /* Reduce spacing between description and grid content - slightly more space */
    
    /* Reduce spacing in hero sections after descriptions - slightly more space */
    
    /* Reduce gap between Why Choose Ventu cards on mobile */
    
    /* Make large card icons smaller on mobile only */
    
    /* Make large icons smaller on mobile only */
    
    /* Mobile hero section spacing - more top padding */
    
    /* Mobile section spacing overrides - more top padding */
    
    /* Mobile container spacing - more top padding */
    
    /* Mobile text center spacing - more top padding */
    
    /* Mobile max-width container spacing - more top padding */
    
    /* Mobile headline improvements - consistent sizing */
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    /* Mobile hero title adjustments - consistent sizing */
    
    /* Mobile section title adjustments - consistent sizing */
    
    /* Mobile button size adjustments - reduced padding */
    
    /* Mobile metrics spacing - reduced gaps */
    
    /* Mobile feature card adjustments - reduced padding */
    
    /* Mobile icon container adjustments - smaller icons */
    
    /* Mobile process step adjustments */
    
    /* Mobile FAQ adjustments */
    
    /* Mobile form adjustments */
    
  /* Mobile input adjustments */
  
  /* Prevent mobile zoom on input focus - Global fallback */
    
    /* Mobile section padding adjustments - more top padding, tight bottom padding */
    
    /* Additional mobile spacing overrides - more top padding, tight bottom padding */
    
    /* Mobile grid adjustments - reduced gaps */
    
    /* Mobile spacing utilities - significantly reduced */
    
    /* Mobile text size adjustments - consistent sizing */
    
    /* Mobile margin and padding adjustments - significantly reduced */
    
    /* Reduce gap between section descriptions and content - slightly more space */
    
    /* Reduce margin-bottom on section descriptions - slightly more space */
    
    /* Reduce margin-top on content grids that follow descriptions - slightly more space */
    
    /* Reduce spacing in text-center sections - slightly more space */
    
    /* Reduce spacing between description and cards - slightly more space */
    
    /* Reduce spacing in section containers after descriptions - slightly more space */
    
    /* Reduce spacing between FAQ descriptions and content - slightly more space */
    
    .scroll-animate + .sm\:max-w-2xl {
      margin-top: 1rem !important;
    }
    
    /* Reduce spacing between section titles and descriptions - slightly more space */
    
    /* Reduce spacing in common section patterns - slightly more space */
    
    /* Reduce spacing in feature sections - slightly more space */
    
    /* Reduce spacing between description and grid content - slightly more space */
    
    /* Reduce spacing in hero sections after descriptions - slightly more space */
    
    /* Reduce gap between Why Choose Ventu cards on mobile */
    
    /* Make large card icons smaller on mobile only */
    
    /* Make large icons smaller on mobile only */
    
    /* Mobile hero section spacing - more top padding */
    
    /* Mobile section spacing overrides - more top padding */
    
    /* Mobile container spacing - more top padding */
    
    /* Mobile text center spacing - more top padding */
    
    /* Mobile max-width container spacing - more top padding */
    
    /* Mobile headline improvements - consistent sizing */
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    /* Mobile hero title adjustments - consistent sizing */
    
    /* Mobile section title adjustments - consistent sizing */
    
    /* Mobile button size adjustments - reduced padding */
    
    /* Mobile metrics spacing - reduced gaps */
    
    /* Mobile feature card adjustments - reduced padding */
    
    /* Mobile icon container adjustments - smaller icons */
    
    /* Mobile process step adjustments */
    
    /* Mobile FAQ adjustments */
    
    /* Mobile form adjustments */
    
  /* Mobile input adjustments */
  
  /* Prevent mobile zoom on input focus - Global fallback */
    
    /* Mobile section padding adjustments - more top padding, tight bottom padding */
    
    /* Additional mobile spacing overrides - more top padding, tight bottom padding */
    
    /* Mobile grid adjustments - reduced gaps */
    
    /* Mobile spacing utilities - significantly reduced */
    
    /* Mobile text size adjustments - consistent sizing */
    
    /* Mobile margin and padding adjustments - significantly reduced */
    
    .sm\:mb-20 {
      margin-bottom: 1.25rem;
    }
    
    /* Reduce gap between section descriptions and content - slightly more space */
    
    /* Reduce margin-bottom on section descriptions - slightly more space */
    
    /* Reduce margin-top on content grids that follow descriptions - slightly more space */
    
    /* Reduce spacing in text-center sections - slightly more space */
    
    /* Reduce spacing between description and cards - slightly more space */
    
    /* Reduce spacing in section containers after descriptions - slightly more space */
    
    /* Reduce spacing between FAQ descriptions and content - slightly more space */
    
    /* Reduce spacing between section titles and descriptions - slightly more space */
    
    /* Reduce spacing in common section patterns - slightly more space */
    
    .sm\:mb-20 {
      margin-bottom: 1rem !important;
    }
    
    /* Reduce spacing in feature sections - slightly more space */
    .sm\:mb-20
    .text-center {
      margin-bottom: 1rem !important;
    }
    
    /* Reduce spacing between description and grid content - slightly more space */
    
    /* Reduce spacing in hero sections after descriptions - slightly more space */
    
    /* Reduce gap between Why Choose Ventu cards on mobile */
    
    /* Make large card icons smaller on mobile only */
    
    /* Make large icons smaller on mobile only */
    
    /* Mobile hero section spacing - more top padding */
    
    /* Mobile section spacing overrides - more top padding */
    
    /* Mobile container spacing - more top padding */
    
    /* Mobile text center spacing - more top padding */
    
    /* Mobile max-width container spacing - more top padding */
    
    /* Mobile headline improvements - consistent sizing */
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    /* Mobile hero title adjustments - consistent sizing */
    
    /* Mobile section title adjustments - consistent sizing */
    
    /* Mobile button size adjustments - reduced padding */
    
    /* Mobile metrics spacing - reduced gaps */
    
    /* Mobile feature card adjustments - reduced padding */
    
    /* Mobile icon container adjustments - smaller icons */
    
    /* Mobile process step adjustments */
    
    /* Mobile FAQ adjustments */
    
    /* Mobile form adjustments */
    
  /* Mobile input adjustments */
  
  /* Prevent mobile zoom on input focus - Global fallback */
    
    /* Mobile section padding adjustments - more top padding, tight bottom padding */
    
    /* Additional mobile spacing overrides - more top padding, tight bottom padding */
    
    /* Mobile grid adjustments - reduced gaps */
    
    /* Mobile spacing utilities - significantly reduced */
    
    /* Mobile text size adjustments - consistent sizing */
    
    /* Mobile margin and padding adjustments - significantly reduced */
    
    .sm\:mb-20 {
      margin-bottom: 1.25rem;
    }
    
    /* Reduce gap between section descriptions and content - slightly more space */
    
    /* Reduce margin-bottom on section descriptions - slightly more space */
    
    /* Reduce margin-top on content grids that follow descriptions - slightly more space */
    
    /* Reduce spacing in text-center sections - slightly more space */
    
    /* Reduce spacing between description and cards - slightly more space */
    
    /* Reduce spacing in section containers after descriptions - slightly more space */
    
    /* Reduce spacing between FAQ descriptions and content - slightly more space */
    
    /* Reduce spacing between section titles and descriptions - slightly more space */
    
    /* Reduce spacing in common section patterns - slightly more space */
    
    .sm\:mb-20 {
      margin-bottom: 1rem !important;
    }
    
    /* Reduce spacing in feature sections - slightly more space */
    .sm\:mb-20
    .text-center {
      margin-bottom: 1rem !important;
    }
    
    /* Reduce spacing between description and grid content - slightly more space */
    
    /* Reduce spacing in hero sections after descriptions - slightly more space */
    
    /* Reduce gap between Why Choose Ventu cards on mobile */
    
    /* Make large card icons smaller on mobile only */
    
    /* Make large icons smaller on mobile only */
    
    /* Mobile hero section spacing - more top padding */
    
    /* Mobile section spacing overrides - more top padding */
    
    /* Mobile container spacing - more top padding */
    
    /* Mobile text center spacing - more top padding */
    
    /* Mobile max-width container spacing - more top padding */
    
    /* Mobile headline improvements - consistent sizing */
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    /* Mobile hero title adjustments - consistent sizing */
    
    /* Mobile section title adjustments - consistent sizing */
    
    /* Mobile button size adjustments - reduced padding */
    
    /* Mobile metrics spacing - reduced gaps */
    
    /* Mobile feature card adjustments - reduced padding */
    
    /* Mobile icon container adjustments - smaller icons */
    
    /* Mobile process step adjustments */
    
    /* Mobile FAQ adjustments */
    
    /* Mobile form adjustments */
    
  /* Mobile input adjustments */
  
  /* Prevent mobile zoom on input focus - Global fallback */
    
    /* Mobile section padding adjustments - more top padding, tight bottom padding */
    
    /* Additional mobile spacing overrides - more top padding, tight bottom padding */
    
    /* Mobile grid adjustments - reduced gaps */
    
    /* Mobile spacing utilities - significantly reduced */
    
    /* Mobile text size adjustments - consistent sizing */
    
    /* Mobile margin and padding adjustments - significantly reduced */
    
    /* Reduce gap between section descriptions and content - slightly more space */
    
    /* Reduce margin-bottom on section descriptions - slightly more space */
    
    /* Reduce margin-top on content grids that follow descriptions - slightly more space */
    
    /* Reduce spacing in text-center sections - slightly more space */
    
    /* Reduce spacing between description and cards - slightly more space */
    
    /* Reduce spacing in section containers after descriptions - slightly more space */
    
    /* Reduce spacing between FAQ descriptions and content - slightly more space */
    
    /* Reduce spacing between section titles and descriptions - slightly more space */
    
    /* Reduce spacing in common section patterns - slightly more space */
    
    /* Reduce spacing in feature sections - slightly more space */
    
    /* Reduce spacing between description and grid content - slightly more space */
    
    /* Reduce spacing in hero sections after descriptions - slightly more space */
    
    /* Reduce gap between Why Choose Ventu cards on mobile */
    .sm\:gap-8.grid {
      gap: 1.25rem !important; /* Reduce from 2rem to 1.25rem */
    }
    
    /* Make large card icons smaller on mobile only */
    
    /* Make large icons smaller on mobile only */
    
    /* Mobile hero section spacing - more top padding */
    
    /* Mobile section spacing overrides - more top padding */
    
    /* Mobile container spacing - more top padding */
    
    /* Mobile text center spacing - more top padding */
    
    /* Mobile max-width container spacing - more top padding */
    
    /* Mobile headline improvements - consistent sizing */
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    /* Mobile hero title adjustments - consistent sizing */
    
    /* Mobile section title adjustments - consistent sizing */
    
    /* Mobile button size adjustments - reduced padding */
    
    /* Mobile metrics spacing - reduced gaps */
    
    /* Mobile feature card adjustments - reduced padding */
    
    /* Mobile icon container adjustments - smaller icons */
    
    /* Mobile process step adjustments */
    
    /* Mobile FAQ adjustments */
    
    /* Mobile form adjustments */
    
  /* Mobile input adjustments */
  
  /* Prevent mobile zoom on input focus - Global fallback */
    
    /* Mobile section padding adjustments - more top padding, tight bottom padding */
    
    /* Additional mobile spacing overrides - more top padding, tight bottom padding */
    
    /* Mobile grid adjustments - reduced gaps */
    
    /* Mobile spacing utilities - significantly reduced */
    
    /* Mobile text size adjustments - consistent sizing */
    
    /* Mobile margin and padding adjustments - significantly reduced */
    
    /* Reduce gap between section descriptions and content - slightly more space */
    
    /* Reduce margin-bottom on section descriptions - slightly more space */
    
    /* Reduce margin-top on content grids that follow descriptions - slightly more space */
    
    /* Reduce spacing in text-center sections - slightly more space */
    
    /* Reduce spacing between description and cards - slightly more space */
    
    /* Reduce spacing in section containers after descriptions - slightly more space */
    
    /* Reduce spacing between FAQ descriptions and content - slightly more space */
    
    /* Reduce spacing between section titles and descriptions - slightly more space */
    
    /* Reduce spacing in common section patterns - slightly more space */
    
    /* Reduce spacing in feature sections - slightly more space */
    
    /* Reduce spacing between description and grid content - slightly more space */
    
    /* Reduce spacing in hero sections after descriptions - slightly more space */
    
    /* Reduce gap between Why Choose Ventu cards on mobile */
    
    /* Make large card icons smaller on mobile only */
    .sm\:w-16.h-16.sm\\:w-20.sm\\:h-20.lg\\:w-24.lg\\:h-24 {
      width: 2.5rem !important; /* 40px */
      height: 2.5rem !important; /* 40px */
    }
    
    /* Make large icons smaller on mobile only */
    
    /* Mobile hero section spacing - more top padding */
    
    /* Mobile section spacing overrides - more top padding */
    
    /* Mobile container spacing - more top padding */
    
    /* Mobile text center spacing - more top padding */
    
    /* Mobile max-width container spacing - more top padding */
    
    /* Mobile headline improvements - consistent sizing */
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    /* Mobile hero title adjustments - consistent sizing */
    
    /* Mobile section title adjustments - consistent sizing */
    
    /* Mobile button size adjustments - reduced padding */
    
    /* Mobile metrics spacing - reduced gaps */
    
    /* Mobile feature card adjustments - reduced padding */
    
    /* Mobile icon container adjustments - smaller icons */
    
    /* Mobile process step adjustments */
    
    /* Mobile FAQ adjustments */
    
    /* Mobile form adjustments */
    
  /* Mobile input adjustments */
  
  /* Prevent mobile zoom on input focus - Global fallback */
    
    /* Mobile section padding adjustments - more top padding, tight bottom padding */
    
    /* Additional mobile spacing overrides - more top padding, tight bottom padding */
    
    /* Mobile grid adjustments - reduced gaps */
    
    /* Mobile spacing utilities - significantly reduced */
    
    /* Mobile text size adjustments - consistent sizing */
    
    /* Mobile margin and padding adjustments - significantly reduced */
    
    /* Reduce gap between section descriptions and content - slightly more space */
    
    /* Reduce margin-bottom on section descriptions - slightly more space */
    
    /* Reduce margin-top on content grids that follow descriptions - slightly more space */
    
    /* Reduce spacing in text-center sections - slightly more space */
    
    /* Reduce spacing between description and cards - slightly more space */
    
    /* Reduce spacing in section containers after descriptions - slightly more space */
    
    /* Reduce spacing between FAQ descriptions and content - slightly more space */
    
    /* Reduce spacing between section titles and descriptions - slightly more space */
    
    /* Reduce spacing in common section patterns - slightly more space */
    
    /* Reduce spacing in feature sections - slightly more space */
    
    /* Reduce spacing between description and grid content - slightly more space */
    
    /* Reduce spacing in hero sections after descriptions - slightly more space */
    
    /* Reduce gap between Why Choose Ventu cards on mobile */
    
    /* Make large card icons smaller on mobile only */
    .sm\:h-16.w-16.sm\\:w-20.sm\\:h-20.lg\\:w-24.lg\\:h-24 {
      width: 2.5rem !important; /* 40px */
      height: 2.5rem !important; /* 40px */
    }
    
    /* Make large icons smaller on mobile only */
    
    /* Mobile hero section spacing - more top padding */
    
    /* Mobile section spacing overrides - more top padding */
    
    /* Mobile container spacing - more top padding */
    
    /* Mobile text center spacing - more top padding */
    
    /* Mobile max-width container spacing - more top padding */
    
    /* Mobile headline improvements - consistent sizing */
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    /* Mobile hero title adjustments - consistent sizing */
    
    /* Mobile section title adjustments - consistent sizing */
    
    /* Mobile button size adjustments - reduced padding */
    
    /* Mobile metrics spacing - reduced gaps */
    
    /* Mobile feature card adjustments - reduced padding */
    
    /* Mobile icon container adjustments - smaller icons */
    
    /* Mobile process step adjustments */
    
    .process-step .sm\:h-24 {
      height: 4rem;
    }
    
    /* Mobile FAQ adjustments */
    
    /* Mobile form adjustments */
    
  /* Mobile input adjustments */
  
  /* Prevent mobile zoom on input focus - Global fallback */
    
    /* Mobile section padding adjustments - more top padding, tight bottom padding */
    
    /* Additional mobile spacing overrides - more top padding, tight bottom padding */
    
    /* Mobile grid adjustments - reduced gaps */
    
    /* Mobile spacing utilities - significantly reduced */
    
    /* Mobile text size adjustments - consistent sizing */
    
    /* Mobile margin and padding adjustments - significantly reduced */
    
    /* Reduce gap between section descriptions and content - slightly more space */
    
    /* Reduce margin-bottom on section descriptions - slightly more space */
    
    /* Reduce margin-top on content grids that follow descriptions - slightly more space */
    
    /* Reduce spacing in text-center sections - slightly more space */
    
    /* Reduce spacing between description and cards - slightly more space */
    
    /* Reduce spacing in section containers after descriptions - slightly more space */
    
    /* Reduce spacing between FAQ descriptions and content - slightly more space */
    
    /* Reduce spacing between section titles and descriptions - slightly more space */
    
    /* Reduce spacing in common section patterns - slightly more space */
    
    /* Reduce spacing in feature sections - slightly more space */
    
    /* Reduce spacing between description and grid content - slightly more space */
    
    /* Reduce spacing in hero sections after descriptions - slightly more space */
    
    /* Reduce gap between Why Choose Ventu cards on mobile */
    
    /* Make large card icons smaller on mobile only */
    .sm\:h-24
    .w-24 {
      width: 2.5rem !important; /* 40px */
      height: 2.5rem !important; /* 40px */
    }
    
    /* Make large icons smaller on mobile only */
    
    /* Mobile hero section spacing - more top padding */
    
    /* Mobile section spacing overrides - more top padding */
    
    /* Mobile container spacing - more top padding */
    
    /* Mobile text center spacing - more top padding */
    
    /* Mobile max-width container spacing - more top padding */
    
    /* Mobile headline improvements - consistent sizing */
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    /* Mobile hero title adjustments - consistent sizing */
    
    /* Mobile section title adjustments - consistent sizing */
    
    /* Mobile button size adjustments - reduced padding */
    
    /* Mobile metrics spacing - reduced gaps */
    
    /* Mobile feature card adjustments - reduced padding */
    
    /* Mobile icon container adjustments - smaller icons */
    
    /* Mobile process step adjustments */
    
    /* Mobile FAQ adjustments */
    
    /* Mobile form adjustments */
    
  /* Mobile input adjustments */
  
  /* Prevent mobile zoom on input focus - Global fallback */
    
    /* Mobile section padding adjustments - more top padding, tight bottom padding */
    
    /* Additional mobile spacing overrides - more top padding, tight bottom padding */
    
    /* Mobile grid adjustments - reduced gaps */
    
    /* Mobile spacing utilities - significantly reduced */
    
    /* Mobile text size adjustments - consistent sizing */
    
    /* Mobile margin and padding adjustments - significantly reduced */
    
    /* Reduce gap between section descriptions and content - slightly more space */
    
    /* Reduce margin-bottom on section descriptions - slightly more space */
    
    /* Reduce margin-top on content grids that follow descriptions - slightly more space */
    
    /* Reduce spacing in text-center sections - slightly more space */
    
    /* Reduce spacing between description and cards - slightly more space */
    
    /* Reduce spacing in section containers after descriptions - slightly more space */
    
    /* Reduce spacing between FAQ descriptions and content - slightly more space */
    
    /* Reduce spacing between section titles and descriptions - slightly more space */
    
    /* Reduce spacing in common section patterns - slightly more space */
    
    /* Reduce spacing in feature sections - slightly more space */
    
    /* Reduce spacing between description and grid content - slightly more space */
    
    /* Reduce spacing in hero sections after descriptions - slightly more space */
    
    /* Reduce gap between Why Choose Ventu cards on mobile */
    
    /* Make large card icons smaller on mobile only */
    
    /* Make large icons smaller on mobile only */
    .sm\:h-8.w-8.sm\\:h-10.sm\\:w-10.lg\\:h-12.lg\\:w-12 {
      width: 1.25rem !important; /* 20px */
      height: 1.25rem !important; /* 20px */
    }
    
    /* Mobile hero section spacing - more top padding */
    
    /* Mobile section spacing overrides - more top padding */
    
    /* Mobile container spacing - more top padding */
    
    /* Mobile text center spacing - more top padding */
    
    /* Mobile max-width container spacing - more top padding */
    
    /* Mobile headline improvements - consistent sizing */
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    /* Mobile hero title adjustments - consistent sizing */
    
    /* Mobile section title adjustments - consistent sizing */
    
    /* Mobile button size adjustments - reduced padding */
    
    /* Mobile metrics spacing - reduced gaps */
    
    /* Mobile feature card adjustments - reduced padding */
    
    /* Mobile icon container adjustments - smaller icons */
    
    /* Mobile process step adjustments */
    
    /* Mobile FAQ adjustments */
    
    /* Mobile form adjustments */
    
  /* Mobile input adjustments */
  
  /* Prevent mobile zoom on input focus - Global fallback */
    
    /* Mobile section padding adjustments - more top padding, tight bottom padding */
    
    /* Additional mobile spacing overrides - more top padding, tight bottom padding */
    
    /* Mobile grid adjustments - reduced gaps */
    
    /* Mobile spacing utilities - significantly reduced */
    
    /* Mobile text size adjustments - consistent sizing */
    
    /* Mobile margin and padding adjustments - significantly reduced */
    
    /* Reduce gap between section descriptions and content - slightly more space */
    
    /* Reduce margin-bottom on section descriptions - slightly more space */
    
    /* Reduce margin-top on content grids that follow descriptions - slightly more space */
    
    /* Reduce spacing in text-center sections - slightly more space */
    
    /* Reduce spacing between description and cards - slightly more space */
    
    /* Reduce spacing in section containers after descriptions - slightly more space */
    
    /* Reduce spacing between FAQ descriptions and content - slightly more space */
    
    /* Reduce spacing between section titles and descriptions - slightly more space */
    
    /* Reduce spacing in common section patterns - slightly more space */
    
    /* Reduce spacing in feature sections - slightly more space */
    
    /* Reduce spacing between description and grid content - slightly more space */
    
    /* Reduce spacing in hero sections after descriptions - slightly more space */
    
    /* Reduce gap between Why Choose Ventu cards on mobile */
    
    /* Make large card icons smaller on mobile only */
    
    /* Make large icons smaller on mobile only */
    .sm\:h-12.w-12 {
      width: 1.25rem !important; /* 20px */
      height: 1.25rem !important; /* 20px */
    }
    
    /* Mobile hero section spacing - more top padding */
    
    /* Mobile section spacing overrides - more top padding */
    
    /* Mobile container spacing - more top padding */
    
    /* Mobile text center spacing - more top padding */
    
    /* Mobile max-width container spacing - more top padding */
    
    /* Mobile headline improvements - consistent sizing */
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    /* Mobile hero title adjustments - consistent sizing */
    
    /* Mobile section title adjustments - consistent sizing */
    
    /* Mobile button size adjustments - reduced padding */
    
    /* Mobile metrics spacing - reduced gaps */
    
    /* Mobile feature card adjustments - reduced padding */
    
    /* Mobile icon container adjustments - smaller icons */
    
    /* Mobile process step adjustments */
    
    /* Mobile FAQ adjustments */
    
    /* Mobile form adjustments */
    
  /* Mobile input adjustments */
  
  /* Prevent mobile zoom on input focus - Global fallback */
    
    /* Mobile section padding adjustments - more top padding, tight bottom padding */
    
    /* Additional mobile spacing overrides - more top padding, tight bottom padding */
    
    /* Mobile grid adjustments - reduced gaps */
    
    /* Mobile spacing utilities - significantly reduced */
    
    /* Mobile text size adjustments - consistent sizing */
    
    /* Mobile margin and padding adjustments - significantly reduced */
    
    /* Reduce gap between section descriptions and content - slightly more space */
    
    /* Reduce margin-bottom on section descriptions - slightly more space */
    
    /* Reduce margin-top on content grids that follow descriptions - slightly more space */
    
    /* Reduce spacing in text-center sections - slightly more space */
    
    /* Reduce spacing between description and cards - slightly more space */
    
    /* Reduce spacing in section containers after descriptions - slightly more space */
    
    /* Reduce spacing between FAQ descriptions and content - slightly more space */
    
    /* Reduce spacing between section titles and descriptions - slightly more space */
    
    /* Reduce spacing in common section patterns - slightly more space */
    
    /* Reduce spacing in feature sections - slightly more space */
    
    /* Reduce spacing between description and grid content - slightly more space */
    
    /* Reduce spacing in hero sections after descriptions - slightly more space */
    
    /* Reduce gap between Why Choose Ventu cards on mobile */
    
    /* Make large card icons smaller on mobile only */
    
    /* Make large icons smaller on mobile only */
    .sm\:w-12
    .h-12 {
      width: 1.25rem !important; /* 20px */
      height: 1.25rem !important; /* 20px */
    }
  }
}
@media (min-width: 768px){
  @media (max-width: 768px) {
    
    /* Mobile hero section spacing - more top padding */
    
    /* Mobile section spacing overrides - more top padding */
    
    /* Mobile container spacing - more top padding */
    
    /* Mobile text center spacing - more top padding */
    
    /* Mobile max-width container spacing - more top padding */
    
    /* Mobile headline improvements - consistent sizing */
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    /* Mobile hero title adjustments - consistent sizing */
    
    /* Mobile section title adjustments - consistent sizing */
    
    /* Mobile button size adjustments - reduced padding */
    
    /* Mobile metrics spacing - reduced gaps */
    .hero-section .md\:flex.flex-wrap {
      gap: 0.75rem;
    }
    
    .hero-section .md\:flex.flex-wrap > div {
      text-align: center;
    }
    
    .hero-section .md\:flex.flex-wrap .text-2xl,
    .hero-section .md\:flex.flex-wrap .text-3xl {
      font-size: 1.125rem;
    }
    
    .hero-section .md\:flex.flex-wrap .text-sm {
      font-size: 0.75rem;
    }
    
    /* Mobile feature card adjustments - reduced padding */
    
    /* Mobile icon container adjustments - smaller icons */
    
    /* Mobile process step adjustments */
    
    /* Mobile FAQ adjustments */
    
    /* Mobile form adjustments */
    
  /* Mobile input adjustments */
  
  /* Prevent mobile zoom on input focus - Global fallback */
    
    /* Mobile section padding adjustments - more top padding, tight bottom padding */
    
    /* Additional mobile spacing overrides - more top padding, tight bottom padding */
    
    /* Mobile grid adjustments - reduced gaps */
    
    /* Mobile spacing utilities - significantly reduced */
    
    /* Mobile text size adjustments - consistent sizing */
    
    /* Mobile margin and padding adjustments - significantly reduced */
    
    /* Reduce gap between section descriptions and content - slightly more space */
    
    /* Reduce margin-bottom on section descriptions - slightly more space */
    
    /* Reduce margin-top on content grids that follow descriptions - slightly more space */
    
    /* Reduce spacing in text-center sections - slightly more space */
    
    /* Reduce spacing between description and cards - slightly more space */
    
    /* Reduce spacing in section containers after descriptions - slightly more space */
    
    /* Reduce spacing between FAQ descriptions and content - slightly more space */
    
    /* Reduce spacing between section titles and descriptions - slightly more space */
    
    /* Reduce spacing in common section patterns - slightly more space */
    
    /* Reduce spacing in feature sections - slightly more space */
    
    /* Reduce spacing between description and grid content - slightly more space */
    
    /* Reduce spacing in hero sections after descriptions - slightly more space */
    
    /* Reduce gap between Why Choose Ventu cards on mobile */
    
    /* Make large card icons smaller on mobile only */
    
    /* Make large icons smaller on mobile only */
    
    /* Mobile hero section spacing - more top padding */
    
    /* Mobile section spacing overrides - more top padding */
    
    /* Mobile container spacing - more top padding */
    
    /* Mobile text center spacing - more top padding */
    
    /* Mobile max-width container spacing - more top padding */
    
    /* Mobile headline improvements - consistent sizing */
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    /* Mobile hero title adjustments - consistent sizing */
    
    /* Mobile section title adjustments - consistent sizing */
    
    /* Mobile button size adjustments - reduced padding */
    
    /* Mobile metrics spacing - reduced gaps */
    .hero-section .md\:flex.flex-wrap {
      gap: 0.75rem;
    }
    
    .hero-section .md\:flex.flex-wrap > div {
      text-align: center;
    }
    
    .hero-section .md\:flex.flex-wrap .text-2xl,
    .hero-section .md\:flex.flex-wrap .text-3xl {
      font-size: 1.125rem;
    }
    
    .hero-section .md\:flex.flex-wrap .text-sm {
      font-size: 0.75rem;
    }
    
    /* Mobile feature card adjustments - reduced padding */
    
    /* Mobile icon container adjustments - smaller icons */
    
    /* Mobile process step adjustments */
    
    /* Mobile FAQ adjustments */
    
    /* Mobile form adjustments */
    
  /* Mobile input adjustments */
  
  /* Prevent mobile zoom on input focus - Global fallback */
    
    /* Mobile section padding adjustments - more top padding, tight bottom padding */
    
    /* Additional mobile spacing overrides - more top padding, tight bottom padding */
    
    /* Mobile grid adjustments - reduced gaps */
    
    /* Mobile spacing utilities - significantly reduced */
    
    /* Mobile text size adjustments - consistent sizing */
    
    /* Mobile margin and padding adjustments - significantly reduced */
    
    /* Reduce gap between section descriptions and content - slightly more space */
    
    /* Reduce margin-bottom on section descriptions - slightly more space */
    
    /* Reduce margin-top on content grids that follow descriptions - slightly more space */
    
    /* Reduce spacing in text-center sections - slightly more space */
    
    /* Reduce spacing between description and cards - slightly more space */
    
    /* Reduce spacing in section containers after descriptions - slightly more space */
    
    /* Reduce spacing between FAQ descriptions and content - slightly more space */
    
    /* Reduce spacing between section titles and descriptions - slightly more space */
    
    /* Reduce spacing in common section patterns - slightly more space */
    
    /* Reduce spacing in feature sections - slightly more space */
    
    /* Reduce spacing between description and grid content - slightly more space */
    
    /* Reduce spacing in hero sections after descriptions - slightly more space */
    
    /* Reduce gap between Why Choose Ventu cards on mobile */
    
    /* Make large card icons smaller on mobile only */
    
    /* Make large icons smaller on mobile only */
    
    /* Mobile hero section spacing - more top padding */
    
    /* Mobile section spacing overrides - more top padding */
    
    /* Mobile container spacing - more top padding */
    
    /* Mobile text center spacing - more top padding */
    
    /* Mobile max-width container spacing - more top padding */
    
    /* Mobile headline improvements - consistent sizing */
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    /* Mobile hero title adjustments - consistent sizing */
    
    /* Mobile section title adjustments - consistent sizing */
    
    /* Mobile button size adjustments - reduced padding */
    
    /* Mobile metrics spacing - reduced gaps */
    .hero-section .md\:flex.flex-wrap {
      gap: 0.75rem;
    }
    
    .hero-section .md\:flex.flex-wrap > div {
      text-align: center;
    }
    
    .hero-section .md\:flex.flex-wrap .text-2xl,
    .hero-section .md\:flex.flex-wrap .text-3xl {
      font-size: 1.125rem;
    }
    
    .hero-section .md\:flex.flex-wrap .text-sm {
      font-size: 0.75rem;
    }
    
    /* Mobile feature card adjustments - reduced padding */
    
    /* Mobile icon container adjustments - smaller icons */
    
    /* Mobile process step adjustments */
    
    /* Mobile FAQ adjustments */
    
    /* Mobile form adjustments */
    
  /* Mobile input adjustments */
  
  /* Prevent mobile zoom on input focus - Global fallback */
    
    /* Mobile section padding adjustments - more top padding, tight bottom padding */
    
    /* Additional mobile spacing overrides - more top padding, tight bottom padding */
    
    /* Mobile grid adjustments - reduced gaps */
    
    /* Mobile spacing utilities - significantly reduced */
    
    /* Mobile text size adjustments - consistent sizing */
    
    /* Mobile margin and padding adjustments - significantly reduced */
    
    /* Reduce gap between section descriptions and content - slightly more space */
    
    /* Reduce margin-bottom on section descriptions - slightly more space */
    
    /* Reduce margin-top on content grids that follow descriptions - slightly more space */
    
    /* Reduce spacing in text-center sections - slightly more space */
    
    /* Reduce spacing between description and cards - slightly more space */
    
    /* Reduce spacing in section containers after descriptions - slightly more space */
    
    /* Reduce spacing between FAQ descriptions and content - slightly more space */
    
    /* Reduce spacing between section titles and descriptions - slightly more space */
    
    /* Reduce spacing in common section patterns - slightly more space */
    
    /* Reduce spacing in feature sections - slightly more space */
    
    /* Reduce spacing between description and grid content - slightly more space */
    
    /* Reduce spacing in hero sections after descriptions - slightly more space */
    
    /* Reduce gap between Why Choose Ventu cards on mobile */
    
    /* Make large card icons smaller on mobile only */
    
    /* Make large icons smaller on mobile only */
    
    /* Mobile hero section spacing - more top padding */
    
    /* Mobile section spacing overrides - more top padding */
    
    /* Mobile container spacing - more top padding */
    
    /* Mobile text center spacing - more top padding */
    
    /* Mobile max-width container spacing - more top padding */
    
    /* Mobile headline improvements - consistent sizing */
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    /* Mobile hero title adjustments - consistent sizing */
    
    /* Mobile section title adjustments - consistent sizing */
    
    /* Mobile button size adjustments - reduced padding */
    
    /* Mobile metrics spacing - reduced gaps */
    .hero-section .md\:flex.flex-wrap {
      gap: 0.75rem;
    }
    
    .hero-section .md\:flex.flex-wrap > div {
      text-align: center;
    }
    
    .hero-section .md\:flex.flex-wrap .text-2xl,
    .hero-section .md\:flex.flex-wrap .text-3xl {
      font-size: 1.125rem;
    }
    
    .hero-section .md\:flex.flex-wrap .text-sm {
      font-size: 0.75rem;
    }
    
    /* Mobile feature card adjustments - reduced padding */
    
    /* Mobile icon container adjustments - smaller icons */
    
    /* Mobile process step adjustments */
    
    /* Mobile FAQ adjustments */
    
    /* Mobile form adjustments */
    
  /* Mobile input adjustments */
  
  /* Prevent mobile zoom on input focus - Global fallback */
    
    /* Mobile section padding adjustments - more top padding, tight bottom padding */
    
    /* Additional mobile spacing overrides - more top padding, tight bottom padding */
    
    /* Mobile grid adjustments - reduced gaps */
    
    /* Mobile spacing utilities - significantly reduced */
    
    /* Mobile text size adjustments - consistent sizing */
    
    /* Mobile margin and padding adjustments - significantly reduced */
    
    /* Reduce gap between section descriptions and content - slightly more space */
    
    /* Reduce margin-bottom on section descriptions - slightly more space */
    
    /* Reduce margin-top on content grids that follow descriptions - slightly more space */
    
    /* Reduce spacing in text-center sections - slightly more space */
    
    /* Reduce spacing between description and cards - slightly more space */
    
    /* Reduce spacing in section containers after descriptions - slightly more space */
    
    /* Reduce spacing between FAQ descriptions and content - slightly more space */
    
    /* Reduce spacing between section titles and descriptions - slightly more space */
    
    /* Reduce spacing in common section patterns - slightly more space */
    
    /* Reduce spacing in feature sections - slightly more space */
    
    /* Reduce spacing between description and grid content - slightly more space */
    
    /* Reduce spacing in hero sections after descriptions - slightly more space */
    
    /* Reduce gap between Why Choose Ventu cards on mobile */
    
    /* Make large card icons smaller on mobile only */
    
    /* Make large icons smaller on mobile only */
    
    /* Mobile hero section spacing - more top padding */
    
    /* Mobile section spacing overrides - more top padding */
    
    /* Mobile container spacing - more top padding */
    
    /* Mobile text center spacing - more top padding */
    
    /* Mobile max-width container spacing - more top padding */
    
    /* Mobile headline improvements - consistent sizing */
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    /* Mobile hero title adjustments - consistent sizing */
    
    /* Mobile section title adjustments - consistent sizing */
    
    /* Mobile button size adjustments - reduced padding */
    
    /* Mobile metrics spacing - reduced gaps */
    
    
    .hero-section .flex.flex-wrap .md\:text-3xl {
      font-size: 1.125rem;
    }
    
    /* Mobile feature card adjustments - reduced padding */
    
    /* Mobile icon container adjustments - smaller icons */
    
    /* Mobile process step adjustments */
    
    /* Mobile FAQ adjustments */
    
    /* Mobile form adjustments */
    
  /* Mobile input adjustments */
  
  /* Prevent mobile zoom on input focus - Global fallback */
    
    /* Mobile section padding adjustments - more top padding, tight bottom padding */
    
    /* Additional mobile spacing overrides - more top padding, tight bottom padding */
    
    /* Mobile grid adjustments - reduced gaps */
    
    /* Mobile spacing utilities - significantly reduced */
    
    /* Mobile text size adjustments - consistent sizing */
    
    .md\:text-3xl {
      font-size: 1.25rem;
    }
    
    /* Mobile margin and padding adjustments - significantly reduced */
    
    /* Reduce gap between section descriptions and content - slightly more space */
    
    /* Reduce margin-bottom on section descriptions - slightly more space */
    
    /* Reduce margin-top on content grids that follow descriptions - slightly more space */
    
    /* Reduce spacing in text-center sections - slightly more space */
    
    /* Reduce spacing between description and cards - slightly more space */
    
    /* Reduce spacing in section containers after descriptions - slightly more space */
    
    /* Reduce spacing between FAQ descriptions and content - slightly more space */
    
    /* Reduce spacing between section titles and descriptions - slightly more space */
    
    /* Reduce spacing in common section patterns - slightly more space */
    
    /* Reduce spacing in feature sections - slightly more space */
    
    /* Reduce spacing between description and grid content - slightly more space */
    
    /* Reduce spacing in hero sections after descriptions - slightly more space */
    
    /* Reduce gap between Why Choose Ventu cards on mobile */
    
    /* Make large card icons smaller on mobile only */
    
    /* Make large icons smaller on mobile only */
    
    /* Mobile hero section spacing - more top padding */
    
    /* Mobile section spacing overrides - more top padding */
    
    /* Mobile container spacing - more top padding */
    
    /* Mobile text center spacing - more top padding */
    
    /* Mobile max-width container spacing - more top padding */
    
    /* Mobile headline improvements - consistent sizing */
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    /* Mobile hero title adjustments - consistent sizing */
    
    /* Mobile section title adjustments - consistent sizing */
    
    /* Mobile button size adjustments - reduced padding */
    
    /* Mobile metrics spacing - reduced gaps */
    .hero-section .md\:flex.flex-wrap {
      gap: 0.75rem;
    }
    
    .hero-section .md\:flex.flex-wrap > div {
      text-align: center;
    }
    
    .hero-section .md\:flex.flex-wrap .text-2xl,
    .hero-section .md\:flex.flex-wrap .text-3xl {
      font-size: 1.125rem;
    }
    
    .hero-section .md\:flex.flex-wrap .text-sm {
      font-size: 0.75rem;
    }
    
    /* Mobile feature card adjustments - reduced padding */
    
    /* Mobile icon container adjustments - smaller icons */
    
    /* Mobile process step adjustments */
    
    /* Mobile FAQ adjustments */
    
    /* Mobile form adjustments */
    
  /* Mobile input adjustments */
  
  /* Prevent mobile zoom on input focus - Global fallback */
    
    /* Mobile section padding adjustments - more top padding, tight bottom padding */
    
    /* Additional mobile spacing overrides - more top padding, tight bottom padding */
    
    /* Mobile grid adjustments - reduced gaps */
    
    /* Mobile spacing utilities - significantly reduced */
    
    /* Mobile text size adjustments - consistent sizing */
    
    /* Mobile margin and padding adjustments - significantly reduced */
    
    /* Reduce gap between section descriptions and content - slightly more space */
    
    /* Reduce margin-bottom on section descriptions - slightly more space */
    
    /* Reduce margin-top on content grids that follow descriptions - slightly more space */
    
    /* Reduce spacing in text-center sections - slightly more space */
    
    /* Reduce spacing between description and cards - slightly more space */
    
    /* Reduce spacing in section containers after descriptions - slightly more space */
    
    /* Reduce spacing between FAQ descriptions and content - slightly more space */
    
    /* Reduce spacing between section titles and descriptions - slightly more space */
    
    /* Reduce spacing in common section patterns - slightly more space */
    
    /* Reduce spacing in feature sections - slightly more space */
    
    /* Reduce spacing between description and grid content - slightly more space */
    
    /* Reduce spacing in hero sections after descriptions - slightly more space */
    
    /* Reduce gap between Why Choose Ventu cards on mobile */
    
    /* Make large card icons smaller on mobile only */
    
    /* Make large icons smaller on mobile only */
    
    /* Mobile hero section spacing - more top padding */
    
    /* Mobile section spacing overrides - more top padding */
    
    /* Mobile container spacing - more top padding */
    
    /* Mobile text center spacing - more top padding */
    
    /* Mobile max-width container spacing - more top padding */
    
    /* Mobile headline improvements - consistent sizing */
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    /* Mobile hero title adjustments - consistent sizing */
    
    /* Mobile section title adjustments - consistent sizing */
    
    /* Mobile button size adjustments - reduced padding */
    
    /* Mobile metrics spacing - reduced gaps */
    
    .hero-section .flex.flex-wrap .md\:text-sm {
      font-size: 0.75rem;
    }
    
    /* Mobile feature card adjustments - reduced padding */
    
    /* Mobile icon container adjustments - smaller icons */
    
    /* Mobile process step adjustments */
    
    /* Mobile FAQ adjustments */
    
    /* Mobile form adjustments */
    
  /* Mobile input adjustments */
  
  /* Prevent mobile zoom on input focus - Global fallback */
    
    /* Mobile section padding adjustments - more top padding, tight bottom padding */
    
    /* Additional mobile spacing overrides - more top padding, tight bottom padding */
    
    /* Mobile grid adjustments - reduced gaps */
    
    /* Mobile spacing utilities - significantly reduced */
    
    /* Mobile text size adjustments - consistent sizing */
    
    /* Mobile margin and padding adjustments - significantly reduced */
    
    /* Reduce gap between section descriptions and content - slightly more space */
    
    /* Reduce margin-bottom on section descriptions - slightly more space */
    
    /* Reduce margin-top on content grids that follow descriptions - slightly more space */
    
    /* Reduce spacing in text-center sections - slightly more space */
    
    /* Reduce spacing between description and cards - slightly more space */
    
    /* Reduce spacing in section containers after descriptions - slightly more space */
    
    /* Reduce spacing between FAQ descriptions and content - slightly more space */
    
    /* Reduce spacing between section titles and descriptions - slightly more space */
    
    /* Reduce spacing in common section patterns - slightly more space */
    
    /* Reduce spacing in feature sections - slightly more space */
    
    /* Reduce spacing between description and grid content - slightly more space */
    
    /* Reduce spacing in hero sections after descriptions - slightly more space */
    
    /* Reduce gap between Why Choose Ventu cards on mobile */
    
    /* Make large card icons smaller on mobile only */
    
    /* Make large icons smaller on mobile only */
    
    /* Mobile hero section spacing - more top padding */
    
    /* Mobile section spacing overrides - more top padding */
    
    /* Mobile container spacing - more top padding */
    
    /* Mobile text center spacing - more top padding */
    
    /* Mobile max-width container spacing - more top padding */
    
    /* Mobile headline improvements - consistent sizing */
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    /* Mobile hero title adjustments - consistent sizing */
    
    /* Mobile section title adjustments - consistent sizing */
    
    /* Mobile button size adjustments - reduced padding */
    
    /* Mobile metrics spacing - reduced gaps */
    
    /* Mobile feature card adjustments - reduced padding */
    
    /* Mobile icon container adjustments - smaller icons */
    
    /* Mobile process step adjustments */
    
    /* Mobile FAQ adjustments */
    
    .faq-section .md\:text-lg {
      font-size: 1rem;
    }
    
    /* Mobile form adjustments */
    
  /* Mobile input adjustments */
  
  /* Prevent mobile zoom on input focus - Global fallback */
    
    /* Mobile section padding adjustments - more top padding, tight bottom padding */
    
    /* Additional mobile spacing overrides - more top padding, tight bottom padding */
    
    /* Mobile grid adjustments - reduced gaps */
    
    /* Mobile spacing utilities - significantly reduced */
    
    /* Mobile text size adjustments - consistent sizing */
    
    /* Mobile margin and padding adjustments - significantly reduced */
    
    /* Reduce gap between section descriptions and content - slightly more space */
    
    /* Reduce margin-bottom on section descriptions - slightly more space */
    
    /* Reduce margin-top on content grids that follow descriptions - slightly more space */
    
    /* Reduce spacing in text-center sections - slightly more space */
    
    /* Reduce spacing between description and cards - slightly more space */
    
    /* Reduce spacing in section containers after descriptions - slightly more space */
    
    /* Reduce spacing between FAQ descriptions and content - slightly more space */
    
    /* Reduce spacing between section titles and descriptions - slightly more space */
    
    /* Reduce spacing in common section patterns - slightly more space */
    
    /* Reduce spacing in feature sections - slightly more space */
    
    /* Reduce spacing between description and grid content - slightly more space */
    
    /* Reduce spacing in hero sections after descriptions - slightly more space */
    
    /* Reduce gap between Why Choose Ventu cards on mobile */
    
    /* Make large card icons smaller on mobile only */
    
    /* Make large icons smaller on mobile only */
    
    /* Mobile hero section spacing - more top padding */
    
    /* Mobile section spacing overrides - more top padding */
    
    /* Mobile container spacing - more top padding */
    
    /* Mobile text center spacing - more top padding */
    
    /* Mobile max-width container spacing - more top padding */
    
    /* Mobile headline improvements - consistent sizing */
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    /* Mobile hero title adjustments - consistent sizing */
    
    /* Mobile section title adjustments - consistent sizing */
    
    /* Mobile button size adjustments - reduced padding */
    
    /* Mobile metrics spacing - reduced gaps */
    
    /* Mobile feature card adjustments - reduced padding */
    
    /* Mobile icon container adjustments - smaller icons */
    
    /* Mobile process step adjustments */
    
    /* Mobile FAQ adjustments */
    
    .faq-section .md\:text-base {
      font-size: 0.875rem;
    }
    
    /* Mobile form adjustments */
    
  /* Mobile input adjustments */
  
  /* Prevent mobile zoom on input focus - Global fallback */
    
    /* Mobile section padding adjustments - more top padding, tight bottom padding */
    
    /* Additional mobile spacing overrides - more top padding, tight bottom padding */
    
    /* Mobile grid adjustments - reduced gaps */
    
    /* Mobile spacing utilities - significantly reduced */
    
    /* Mobile text size adjustments - consistent sizing */
    
    /* Mobile margin and padding adjustments - significantly reduced */
    
    /* Reduce gap between section descriptions and content - slightly more space */
    
    /* Reduce margin-bottom on section descriptions - slightly more space */
    
    /* Reduce margin-top on content grids that follow descriptions - slightly more space */
    
    /* Reduce spacing in text-center sections - slightly more space */
    
    /* Reduce spacing between description and cards - slightly more space */
    
    /* Reduce spacing in section containers after descriptions - slightly more space */
    
    /* Reduce spacing between FAQ descriptions and content - slightly more space */
    
    /* Reduce spacing between section titles and descriptions - slightly more space */
    
    /* Reduce spacing in common section patterns - slightly more space */
    
    /* Reduce spacing in feature sections - slightly more space */
    
    /* Reduce spacing between description and grid content - slightly more space */
    
    /* Reduce spacing in hero sections after descriptions - slightly more space */
    
    /* Reduce gap between Why Choose Ventu cards on mobile */
    
    /* Make large card icons smaller on mobile only */
    
    /* Make large icons smaller on mobile only */
    
    /* Mobile hero section spacing - more top padding */
    
    /* Mobile section spacing overrides - more top padding */
    
    /* Mobile container spacing - more top padding */
    
    /* Mobile text center spacing - more top padding */
    
    /* Mobile max-width container spacing - more top padding */
    
    /* Mobile headline improvements - consistent sizing */
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    /* Mobile hero title adjustments - consistent sizing */
    
    /* Mobile section title adjustments - consistent sizing */
    
    /* Mobile button size adjustments - reduced padding */
    
    /* Mobile metrics spacing - reduced gaps */
    
    /* Mobile feature card adjustments - reduced padding */
    
    /* Mobile icon container adjustments - smaller icons */
    
    /* Mobile process step adjustments */
    
    /* Mobile FAQ adjustments */
    
    /* Mobile form adjustments */
    
    .form-container .md\:space-y-6 {
      gap: 1rem;
    }
    
  /* Mobile input adjustments */
  
  /* Prevent mobile zoom on input focus - Global fallback */
    
    /* Mobile section padding adjustments - more top padding, tight bottom padding */
    
    /* Additional mobile spacing overrides - more top padding, tight bottom padding */
    
    /* Mobile grid adjustments - reduced gaps */
    
    /* Mobile spacing utilities - significantly reduced */
    
    .md\:space-y-6 > :not([hidden]) ~ :not([hidden]) {
      margin-top: 0.5rem;
    }
    
    /* Mobile text size adjustments - consistent sizing */
    
    /* Mobile margin and padding adjustments - significantly reduced */
    
    /* Reduce gap between section descriptions and content - slightly more space */
    
    /* Reduce margin-bottom on section descriptions - slightly more space */
    
    /* Reduce margin-top on content grids that follow descriptions - slightly more space */
    
    /* Reduce spacing in text-center sections - slightly more space */
    
    /* Reduce spacing between description and cards - slightly more space */
    
    /* Reduce spacing in section containers after descriptions - slightly more space */
    
    /* Reduce spacing between FAQ descriptions and content - slightly more space */
    
    /* Reduce spacing between section titles and descriptions - slightly more space */
    
    /* Reduce spacing in common section patterns - slightly more space */
    
    /* Reduce spacing in feature sections - slightly more space */
    
    /* Reduce spacing between description and grid content - slightly more space */
    
    /* Reduce spacing in hero sections after descriptions - slightly more space */
    
    /* Reduce gap between Why Choose Ventu cards on mobile */
    
    /* Make large card icons smaller on mobile only */
    
    /* Make large icons smaller on mobile only */
    
    /* Mobile hero section spacing - more top padding */
    
    /* Mobile section spacing overrides - more top padding */
    
    /* Mobile container spacing - more top padding */
    
    /* Mobile text center spacing - more top padding */
    
    /* Mobile max-width container spacing - more top padding */
    
    /* Mobile headline improvements - consistent sizing */
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    /* Mobile hero title adjustments - consistent sizing */
    
    /* Mobile section title adjustments - consistent sizing */
    
    /* Mobile button size adjustments - reduced padding */
    
    /* Mobile metrics spacing - reduced gaps */
    
    /* Mobile feature card adjustments - reduced padding */
    
    /* Mobile icon container adjustments - smaller icons */
    
    /* Mobile process step adjustments */
    
    /* Mobile FAQ adjustments */
    
    /* Mobile form adjustments */
    
  /* Mobile input adjustments */
  
  /* Prevent mobile zoom on input focus - Global fallback */
    
    /* Mobile section padding adjustments - more top padding, tight bottom padding */
    .md\:py-32 {
      padding-top: 2.5rem;
      padding-bottom: 1rem;
    }
    
    /* Additional mobile spacing overrides - more top padding, tight bottom padding */
    
    /* Mobile grid adjustments - reduced gaps */
    
    /* Mobile spacing utilities - significantly reduced */
    
    /* Mobile text size adjustments - consistent sizing */
    
    /* Mobile margin and padding adjustments - significantly reduced */
    
    /* Reduce gap between section descriptions and content - slightly more space */
    
    /* Reduce margin-bottom on section descriptions - slightly more space */
    
    /* Reduce margin-top on content grids that follow descriptions - slightly more space */
    
    /* Reduce spacing in text-center sections - slightly more space */
    
    /* Reduce spacing between description and cards - slightly more space */
    
    /* Reduce spacing in section containers after descriptions - slightly more space */
    
    /* Reduce spacing between FAQ descriptions and content - slightly more space */
    
    /* Reduce spacing between section titles and descriptions - slightly more space */
    
    /* Reduce spacing in common section patterns - slightly more space */
    
    /* Reduce spacing in feature sections - slightly more space */
    
    /* Reduce spacing between description and grid content - slightly more space */
    
    /* Reduce spacing in hero sections after descriptions - slightly more space */
    
    /* Reduce gap between Why Choose Ventu cards on mobile */
    
    /* Make large card icons smaller on mobile only */
    
    /* Make large icons smaller on mobile only */
    
    /* Mobile hero section spacing - more top padding */
    
    /* Mobile section spacing overrides - more top padding */
    
    /* Mobile container spacing - more top padding */
    
    /* Mobile text center spacing - more top padding */
    
    /* Mobile max-width container spacing - more top padding */
    
    /* Mobile headline improvements - consistent sizing */
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    /* Mobile hero title adjustments - consistent sizing */
    
    /* Mobile section title adjustments - consistent sizing */
    
    /* Mobile button size adjustments - reduced padding */
    
    /* Mobile metrics spacing - reduced gaps */
    
    /* Mobile feature card adjustments - reduced padding */
    
    /* Mobile icon container adjustments - smaller icons */
    
    /* Mobile process step adjustments */
    
    /* Mobile FAQ adjustments */
    
    /* Mobile form adjustments */
    
  /* Mobile input adjustments */
  
  /* Prevent mobile zoom on input focus - Global fallback */
    
    /* Mobile section padding adjustments - more top padding, tight bottom padding */
    
    .md\:py-24 {
      padding-top: 2rem;
      padding-bottom: 0.75rem;
    }
    
    /* Additional mobile spacing overrides - more top padding, tight bottom padding */
    
    /* Mobile grid adjustments - reduced gaps */
    
    /* Mobile spacing utilities - significantly reduced */
    
    /* Mobile text size adjustments - consistent sizing */
    
    /* Mobile margin and padding adjustments - significantly reduced */
    
    /* Reduce gap between section descriptions and content - slightly more space */
    
    /* Reduce margin-bottom on section descriptions - slightly more space */
    
    /* Reduce margin-top on content grids that follow descriptions - slightly more space */
    
    /* Reduce spacing in text-center sections - slightly more space */
    
    /* Reduce spacing between description and cards - slightly more space */
    
    /* Reduce spacing in section containers after descriptions - slightly more space */
    
    /* Reduce spacing between FAQ descriptions and content - slightly more space */
    
    /* Reduce spacing between section titles and descriptions - slightly more space */
    
    /* Reduce spacing in common section patterns - slightly more space */
    
    /* Reduce spacing in feature sections - slightly more space */
    
    /* Reduce spacing between description and grid content - slightly more space */
    
    /* Reduce spacing in hero sections after descriptions - slightly more space */
    
    /* Reduce gap between Why Choose Ventu cards on mobile */
    
    /* Make large card icons smaller on mobile only */
    
    /* Make large icons smaller on mobile only */
    
    /* Mobile hero section spacing - more top padding */
    
    /* Mobile section spacing overrides - more top padding */
    
    /* Mobile container spacing - more top padding */
    
    /* Mobile text center spacing - more top padding */
    
    /* Mobile max-width container spacing - more top padding */
    
    /* Mobile headline improvements - consistent sizing */
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    /* Mobile hero title adjustments - consistent sizing */
    
    /* Mobile section title adjustments - consistent sizing */
    
    /* Mobile button size adjustments - reduced padding */
    
    /* Mobile metrics spacing - reduced gaps */
    
    /* Mobile feature card adjustments - reduced padding */
    
    /* Mobile icon container adjustments - smaller icons */
    
    /* Mobile process step adjustments */
    
    /* Mobile FAQ adjustments */
    
    /* Mobile form adjustments */
    
  /* Mobile input adjustments */
  
  /* Prevent mobile zoom on input focus - Global fallback */
    
    /* Mobile section padding adjustments - more top padding, tight bottom padding */
    
    .md\:py-16 {
      padding-top: 1.5rem;
      padding-bottom: 0.5rem;
    }
    
    /* Additional mobile spacing overrides - more top padding, tight bottom padding */
    
    /* Mobile grid adjustments - reduced gaps */
    
    /* Mobile spacing utilities - significantly reduced */
    
    /* Mobile text size adjustments - consistent sizing */
    
    /* Mobile margin and padding adjustments - significantly reduced */
    
    /* Reduce gap between section descriptions and content - slightly more space */
    
    /* Reduce margin-bottom on section descriptions - slightly more space */
    
    /* Reduce margin-top on content grids that follow descriptions - slightly more space */
    
    /* Reduce spacing in text-center sections - slightly more space */
    
    /* Reduce spacing between description and cards - slightly more space */
    
    /* Reduce spacing in section containers after descriptions - slightly more space */
    
    /* Reduce spacing between FAQ descriptions and content - slightly more space */
    
    /* Reduce spacing between section titles and descriptions - slightly more space */
    
    /* Reduce spacing in common section patterns - slightly more space */
    
    /* Reduce spacing in feature sections - slightly more space */
    
    /* Reduce spacing between description and grid content - slightly more space */
    
    /* Reduce spacing in hero sections after descriptions - slightly more space */
    
    /* Reduce gap between Why Choose Ventu cards on mobile */
    
    /* Make large card icons smaller on mobile only */
    
    /* Make large icons smaller on mobile only */
    
    /* Mobile hero section spacing - more top padding */
    
    /* Mobile section spacing overrides - more top padding */
    
    /* Mobile container spacing - more top padding */
    
    /* Mobile text center spacing - more top padding */
    
    /* Mobile max-width container spacing - more top padding */
    
    /* Mobile headline improvements - consistent sizing */
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    /* Mobile hero title adjustments - consistent sizing */
    
    /* Mobile section title adjustments - consistent sizing */
    
    /* Mobile button size adjustments - reduced padding */
    
    /* Mobile metrics spacing - reduced gaps */
    
    /* Mobile feature card adjustments - reduced padding */
    
    /* Mobile icon container adjustments - smaller icons */
    
    /* Mobile process step adjustments */
    
    /* Mobile FAQ adjustments */
    
    /* Mobile form adjustments */
    
  /* Mobile input adjustments */
  
  /* Prevent mobile zoom on input focus - Global fallback */
    
    /* Mobile section padding adjustments - more top padding, tight bottom padding */
    
    .md\:py-12 {
      padding-top: 1.25rem;
      padding-bottom: 0.375rem;
    }
    
    /* Additional mobile spacing overrides - more top padding, tight bottom padding */
    
    /* Mobile grid adjustments - reduced gaps */
    
    /* Mobile spacing utilities - significantly reduced */
    
    /* Mobile text size adjustments - consistent sizing */
    
    /* Mobile margin and padding adjustments - significantly reduced */
    
    /* Reduce gap between section descriptions and content - slightly more space */
    
    /* Reduce margin-bottom on section descriptions - slightly more space */
    
    /* Reduce margin-top on content grids that follow descriptions - slightly more space */
    
    /* Reduce spacing in text-center sections - slightly more space */
    
    /* Reduce spacing between description and cards - slightly more space */
    
    /* Reduce spacing in section containers after descriptions - slightly more space */
    
    /* Reduce spacing between FAQ descriptions and content - slightly more space */
    
    /* Reduce spacing between section titles and descriptions - slightly more space */
    
    /* Reduce spacing in common section patterns - slightly more space */
    
    /* Reduce spacing in feature sections - slightly more space */
    
    /* Reduce spacing between description and grid content - slightly more space */
    
    /* Reduce spacing in hero sections after descriptions - slightly more space */
    
    /* Reduce gap between Why Choose Ventu cards on mobile */
    
    /* Make large card icons smaller on mobile only */
    
    /* Make large icons smaller on mobile only */
    
    /* Mobile hero section spacing - more top padding */
    
    /* Mobile section spacing overrides - more top padding */
    
    /* Mobile container spacing - more top padding */
    
    /* Mobile text center spacing - more top padding */
    
    /* Mobile max-width container spacing - more top padding */
    
    /* Mobile headline improvements - consistent sizing */
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    /* Mobile hero title adjustments - consistent sizing */
    
    /* Mobile section title adjustments - consistent sizing */
    
    /* Mobile button size adjustments - reduced padding */
    
    /* Mobile metrics spacing - reduced gaps */
    
    /* Mobile feature card adjustments - reduced padding */
    
    /* Mobile icon container adjustments - smaller icons */
    
    /* Mobile process step adjustments */
    
    /* Mobile FAQ adjustments */
    
    /* Mobile form adjustments */
    
  /* Mobile input adjustments */
  
  /* Prevent mobile zoom on input focus - Global fallback */
    
    /* Mobile section padding adjustments - more top padding, tight bottom padding */
    
    .md\:py-8 {
      padding-top: 1rem;
      padding-bottom: 0.25rem;
    }
    
    /* Additional mobile spacing overrides - more top padding, tight bottom padding */
    
    /* Mobile grid adjustments - reduced gaps */
    
    /* Mobile spacing utilities - significantly reduced */
    
    /* Mobile text size adjustments - consistent sizing */
    
    /* Mobile margin and padding adjustments - significantly reduced */
    
    /* Reduce gap between section descriptions and content - slightly more space */
    
    /* Reduce margin-bottom on section descriptions - slightly more space */
    
    /* Reduce margin-top on content grids that follow descriptions - slightly more space */
    
    /* Reduce spacing in text-center sections - slightly more space */
    
    /* Reduce spacing between description and cards - slightly more space */
    
    /* Reduce spacing in section containers after descriptions - slightly more space */
    
    /* Reduce spacing between FAQ descriptions and content - slightly more space */
    
    /* Reduce spacing between section titles and descriptions - slightly more space */
    
    /* Reduce spacing in common section patterns - slightly more space */
    
    /* Reduce spacing in feature sections - slightly more space */
    
    /* Reduce spacing between description and grid content - slightly more space */
    
    /* Reduce spacing in hero sections after descriptions - slightly more space */
    
    /* Reduce gap between Why Choose Ventu cards on mobile */
    
    /* Make large card icons smaller on mobile only */
    
    /* Make large icons smaller on mobile only */
    
    /* Mobile hero section spacing - more top padding */
    
    /* Mobile section spacing overrides - more top padding */
    
    /* Mobile container spacing - more top padding */
    
    /* Mobile text center spacing - more top padding */
    
    /* Mobile max-width container spacing - more top padding */
    
    /* Mobile headline improvements - consistent sizing */
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    /* Mobile hero title adjustments - consistent sizing */
    
    /* Mobile section title adjustments - consistent sizing */
    
    /* Mobile button size adjustments - reduced padding */
    
    /* Mobile metrics spacing - reduced gaps */
    
    /* Mobile feature card adjustments - reduced padding */
    
    /* Mobile icon container adjustments - smaller icons */
    
    /* Mobile process step adjustments */
    
    /* Mobile FAQ adjustments */
    
    /* Mobile form adjustments */
    
  /* Mobile input adjustments */
  
  /* Prevent mobile zoom on input focus - Global fallback */
    
    /* Mobile section padding adjustments - more top padding, tight bottom padding */
    
    /* Additional mobile spacing overrides - more top padding, tight bottom padding */
    
    /* Mobile grid adjustments - reduced gaps */
    .md\:grid.grid-cols-1.md\\:grid-cols-2.lg\\:grid-cols-3 {
      gap: 1rem;
    }
    
    .md\:grid.grid-cols-1.md\\:grid-cols-3 {
      gap: 1rem;
    }
    
    .md\:grid.grid-cols-1.md\\:grid-cols-2 {
      gap: 1rem;
    }
    
    /* Mobile spacing utilities - significantly reduced */
    
    /* Mobile text size adjustments - consistent sizing */
    
    /* Mobile margin and padding adjustments - significantly reduced */
    
    /* Reduce gap between section descriptions and content - slightly more space */
    
    /* Reduce margin-bottom on section descriptions - slightly more space */
    
    /* Reduce margin-top on content grids that follow descriptions - slightly more space */
    .md\:grid {
      margin-top: 1rem !important;
    }
    
    /* Reduce spacing in text-center sections - slightly more space */
    
    /* Reduce spacing between description and cards - slightly more space */
    .text-center + .md\:grid,
    .scroll-animate + .md\:grid,
    p + .md\:grid {
      margin-top: 0.75rem !important;
    }
    
    /* Reduce spacing in section containers after descriptions - slightly more space */
    
    /* Reduce spacing between FAQ descriptions and content - slightly more space */
    
    /* Reduce spacing between section titles and descriptions - slightly more space */
    
    /* Reduce spacing in common section patterns - slightly more space */
    
    /* Reduce spacing in feature sections - slightly more space */
    
    /* Reduce spacing between description and grid content - slightly more space */
    .scroll-animate + div > .md\:grid,
    .text-center + div > .md\:grid {
      margin-top: 0.75rem !important;
    }
    
    /* Reduce spacing in hero sections after descriptions - slightly more space */
    
    /* Reduce gap between Why Choose Ventu cards on mobile */
    .md\:grid.gap-8 {
      gap: 1.25rem !important; /* Reduce from 2rem to 1.25rem */
    }
    
    /* Make large card icons smaller on mobile only */
    
    /* Make large icons smaller on mobile only */
    
    /* Mobile hero section spacing - more top padding */
    
    /* Mobile section spacing overrides - more top padding */
    
    /* Mobile container spacing - more top padding */
    
    /* Mobile text center spacing - more top padding */
    
    /* Mobile max-width container spacing - more top padding */
    
    /* Mobile headline improvements - consistent sizing */
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    /* Mobile hero title adjustments - consistent sizing */
    
    /* Mobile section title adjustments - consistent sizing */
    
    /* Mobile button size adjustments - reduced padding */
    
    /* Mobile metrics spacing - reduced gaps */
    
    /* Mobile feature card adjustments - reduced padding */
    
    /* Mobile icon container adjustments - smaller icons */
    
    /* Mobile process step adjustments */
    
    /* Mobile FAQ adjustments */
    
    /* Mobile form adjustments */
    
  /* Mobile input adjustments */
  
  /* Prevent mobile zoom on input focus - Global fallback */
    
    /* Mobile section padding adjustments - more top padding, tight bottom padding */
    
    /* Additional mobile spacing overrides - more top padding, tight bottom padding */
    
    /* Mobile grid adjustments - reduced gaps */
    .md\:grid.grid-cols-1.md\\:grid-cols-2.lg\\:grid-cols-3 {
      gap: 1rem;
    }
    
    .md\:grid.grid-cols-1.md\\:grid-cols-3 {
      gap: 1rem;
    }
    
    .md\:grid.grid-cols-1.md\\:grid-cols-2 {
      gap: 1rem;
    }
    
    /* Mobile spacing utilities - significantly reduced */
    
    /* Mobile text size adjustments - consistent sizing */
    
    /* Mobile margin and padding adjustments - significantly reduced */
    
    /* Reduce gap between section descriptions and content - slightly more space */
    
    /* Reduce margin-bottom on section descriptions - slightly more space */
    
    /* Reduce margin-top on content grids that follow descriptions - slightly more space */
    .md\:grid {
      margin-top: 1rem !important;
    }
    
    /* Reduce spacing in text-center sections - slightly more space */
    
    /* Reduce spacing between description and cards - slightly more space */
    .text-center + .md\:grid,
    .scroll-animate + .md\:grid,
    p + .md\:grid {
      margin-top: 0.75rem !important;
    }
    
    /* Reduce spacing in section containers after descriptions - slightly more space */
    
    /* Reduce spacing between FAQ descriptions and content - slightly more space */
    
    /* Reduce spacing between section titles and descriptions - slightly more space */
    
    /* Reduce spacing in common section patterns - slightly more space */
    
    /* Reduce spacing in feature sections - slightly more space */
    
    /* Reduce spacing between description and grid content - slightly more space */
    .scroll-animate + div > .md\:grid,
    .text-center + div > .md\:grid {
      margin-top: 0.75rem !important;
    }
    
    /* Reduce spacing in hero sections after descriptions - slightly more space */
    
    /* Reduce gap between Why Choose Ventu cards on mobile */
    .md\:grid.gap-8 {
      gap: 1.25rem !important; /* Reduce from 2rem to 1.25rem */
    }
    
    /* Make large card icons smaller on mobile only */
    
    /* Make large icons smaller on mobile only */
    
    /* Mobile hero section spacing - more top padding */
    
    /* Mobile section spacing overrides - more top padding */
    
    /* Mobile container spacing - more top padding */
    
    /* Mobile text center spacing - more top padding */
    
    /* Mobile max-width container spacing - more top padding */
    
    /* Mobile headline improvements - consistent sizing */
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    /* Mobile hero title adjustments - consistent sizing */
    
    /* Mobile section title adjustments - consistent sizing */
    
    /* Mobile button size adjustments - reduced padding */
    
    /* Mobile metrics spacing - reduced gaps */
    
    /* Mobile feature card adjustments - reduced padding */
    
    /* Mobile icon container adjustments - smaller icons */
    
    /* Mobile process step adjustments */
    
    /* Mobile FAQ adjustments */
    
    /* Mobile form adjustments */
    
  /* Mobile input adjustments */
  
  /* Prevent mobile zoom on input focus - Global fallback */
    
    /* Mobile section padding adjustments - more top padding, tight bottom padding */
    
    /* Additional mobile spacing overrides - more top padding, tight bottom padding */
    
    /* Mobile grid adjustments - reduced gaps */
    .md\:grid.grid-cols-1.md\\:grid-cols-2.lg\\:grid-cols-3 {
      gap: 1rem;
    }
    
    .md\:grid.grid-cols-1.md\\:grid-cols-3 {
      gap: 1rem;
    }
    
    .md\:grid.grid-cols-1.md\\:grid-cols-2 {
      gap: 1rem;
    }
    
    /* Mobile spacing utilities - significantly reduced */
    
    /* Mobile text size adjustments - consistent sizing */
    
    /* Mobile margin and padding adjustments - significantly reduced */
    
    /* Reduce gap between section descriptions and content - slightly more space */
    
    /* Reduce margin-bottom on section descriptions - slightly more space */
    
    /* Reduce margin-top on content grids that follow descriptions - slightly more space */
    .md\:grid {
      margin-top: 1rem !important;
    }
    
    /* Reduce spacing in text-center sections - slightly more space */
    
    /* Reduce spacing between description and cards - slightly more space */
    .text-center + .md\:grid,
    .scroll-animate + .md\:grid,
    p + .md\:grid {
      margin-top: 0.75rem !important;
    }
    
    /* Reduce spacing in section containers after descriptions - slightly more space */
    
    /* Reduce spacing between FAQ descriptions and content - slightly more space */
    
    /* Reduce spacing between section titles and descriptions - slightly more space */
    
    /* Reduce spacing in common section patterns - slightly more space */
    
    /* Reduce spacing in feature sections - slightly more space */
    
    /* Reduce spacing between description and grid content - slightly more space */
    .scroll-animate + div > .md\:grid,
    .text-center + div > .md\:grid {
      margin-top: 0.75rem !important;
    }
    
    /* Reduce spacing in hero sections after descriptions - slightly more space */
    
    /* Reduce gap between Why Choose Ventu cards on mobile */
    .md\:grid.gap-8 {
      gap: 1.25rem !important; /* Reduce from 2rem to 1.25rem */
    }
    
    /* Make large card icons smaller on mobile only */
    
    /* Make large icons smaller on mobile only */
    
    /* Mobile hero section spacing - more top padding */
    
    /* Mobile section spacing overrides - more top padding */
    
    /* Mobile container spacing - more top padding */
    
    /* Mobile text center spacing - more top padding */
    
    /* Mobile max-width container spacing - more top padding */
    
    /* Mobile headline improvements - consistent sizing */
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    /* Mobile hero title adjustments - consistent sizing */
    
    /* Mobile section title adjustments - consistent sizing */
    
    /* Mobile button size adjustments - reduced padding */
    
    /* Mobile metrics spacing - reduced gaps */
    
    /* Mobile feature card adjustments - reduced padding */
    
    /* Mobile icon container adjustments - smaller icons */
    
    /* Mobile process step adjustments */
    
    /* Mobile FAQ adjustments */
    
    /* Mobile form adjustments */
    
  /* Mobile input adjustments */
  
  /* Prevent mobile zoom on input focus - Global fallback */
    
    /* Mobile section padding adjustments - more top padding, tight bottom padding */
    
    /* Additional mobile spacing overrides - more top padding, tight bottom padding */
    
    /* Mobile grid adjustments - reduced gaps */
    
    /* Mobile spacing utilities - significantly reduced */
    .md\:space-y-12 > :not([hidden]) ~ :not([hidden]) {
      margin-top: 1rem;
    }
    
    /* Mobile text size adjustments - consistent sizing */
    
    /* Mobile margin and padding adjustments - significantly reduced */
    
    /* Reduce gap between section descriptions and content - slightly more space */
    
    /* Reduce margin-bottom on section descriptions - slightly more space */
    
    /* Reduce margin-top on content grids that follow descriptions - slightly more space */
    
    /* Reduce spacing in text-center sections - slightly more space */
    
    /* Reduce spacing between description and cards - slightly more space */
    
    /* Reduce spacing in section containers after descriptions - slightly more space */
    
    /* Reduce spacing between FAQ descriptions and content - slightly more space */
    
    /* Reduce spacing between section titles and descriptions - slightly more space */
    
    /* Reduce spacing in common section patterns - slightly more space */
    
    /* Reduce spacing in feature sections - slightly more space */
    
    /* Reduce spacing between description and grid content - slightly more space */
    
    /* Reduce spacing in hero sections after descriptions - slightly more space */
    
    /* Reduce gap between Why Choose Ventu cards on mobile */
    
    /* Make large card icons smaller on mobile only */
    
    /* Make large icons smaller on mobile only */
    
    /* Mobile hero section spacing - more top padding */
    
    /* Mobile section spacing overrides - more top padding */
    
    /* Mobile container spacing - more top padding */
    
    /* Mobile text center spacing - more top padding */
    
    /* Mobile max-width container spacing - more top padding */
    
    /* Mobile headline improvements - consistent sizing */
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    /* Mobile hero title adjustments - consistent sizing */
    
    /* Mobile section title adjustments - consistent sizing */
    
    /* Mobile button size adjustments - reduced padding */
    
    /* Mobile metrics spacing - reduced gaps */
    
    /* Mobile feature card adjustments - reduced padding */
    
    /* Mobile icon container adjustments - smaller icons */
    
    /* Mobile process step adjustments */
    
    /* Mobile FAQ adjustments */
    
    /* Mobile form adjustments */
    
    .form-container .md\:space-y-6 {
      gap: 1rem;
    }
    
  /* Mobile input adjustments */
  
  /* Prevent mobile zoom on input focus - Global fallback */
    
    /* Mobile section padding adjustments - more top padding, tight bottom padding */
    
    /* Additional mobile spacing overrides - more top padding, tight bottom padding */
    
    /* Mobile grid adjustments - reduced gaps */
    
    /* Mobile spacing utilities - significantly reduced */
    
    .md\:space-y-6 > :not([hidden]) ~ :not([hidden]) {
      margin-top: 0.5rem;
    }
    
    /* Mobile text size adjustments - consistent sizing */
    
    /* Mobile margin and padding adjustments - significantly reduced */
    
    /* Reduce gap between section descriptions and content - slightly more space */
    
    /* Reduce margin-bottom on section descriptions - slightly more space */
    
    /* Reduce margin-top on content grids that follow descriptions - slightly more space */
    
    /* Reduce spacing in text-center sections - slightly more space */
    
    /* Reduce spacing between description and cards - slightly more space */
    
    /* Reduce spacing in section containers after descriptions - slightly more space */
    
    /* Reduce spacing between FAQ descriptions and content - slightly more space */
    
    /* Reduce spacing between section titles and descriptions - slightly more space */
    
    /* Reduce spacing in common section patterns - slightly more space */
    
    /* Reduce spacing in feature sections - slightly more space */
    
    /* Reduce spacing between description and grid content - slightly more space */
    
    /* Reduce spacing in hero sections after descriptions - slightly more space */
    
    /* Reduce gap between Why Choose Ventu cards on mobile */
    
    /* Make large card icons smaller on mobile only */
    
    /* Make large icons smaller on mobile only */
    
    /* Mobile hero section spacing - more top padding */
    
    /* Mobile section spacing overrides - more top padding */
    
    /* Mobile container spacing - more top padding */
    
    /* Mobile text center spacing - more top padding */
    
    /* Mobile max-width container spacing - more top padding */
    
    /* Mobile headline improvements - consistent sizing */
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    /* Mobile hero title adjustments - consistent sizing */
    
    /* Mobile section title adjustments - consistent sizing */
    
    /* Mobile button size adjustments - reduced padding */
    
    /* Mobile metrics spacing - reduced gaps */
    
    /* Mobile feature card adjustments - reduced padding */
    
    /* Mobile icon container adjustments - smaller icons */
    
    /* Mobile process step adjustments */
    
    /* Mobile FAQ adjustments */
    
    /* Mobile form adjustments */
    
  /* Mobile input adjustments */
  
  /* Prevent mobile zoom on input focus - Global fallback */
    
    /* Mobile section padding adjustments - more top padding, tight bottom padding */
    
    /* Additional mobile spacing overrides - more top padding, tight bottom padding */
    
    /* Mobile grid adjustments - reduced gaps */
    
    /* Mobile spacing utilities - significantly reduced */
    
    /* Mobile text size adjustments - consistent sizing */
    .md\:text-xl {
      font-size: 1rem;
    }
    
    /* Mobile margin and padding adjustments - significantly reduced */
    
    /* Reduce gap between section descriptions and content - slightly more space */
    
    /* Reduce margin-bottom on section descriptions - slightly more space */
    
    /* Reduce margin-top on content grids that follow descriptions - slightly more space */
    
    /* Reduce spacing in text-center sections - slightly more space */
    
    /* Reduce spacing between description and cards - slightly more space */
    
    /* Reduce spacing in section containers after descriptions - slightly more space */
    
    /* Reduce spacing between FAQ descriptions and content - slightly more space */
    
    /* Reduce spacing between section titles and descriptions - slightly more space */
    
    /* Reduce spacing in common section patterns - slightly more space */
    
    /* Reduce spacing in feature sections - slightly more space */
    
    /* Reduce spacing between description and grid content - slightly more space */
    
    /* Reduce spacing in hero sections after descriptions - slightly more space */
    
    /* Reduce gap between Why Choose Ventu cards on mobile */
    
    /* Make large card icons smaller on mobile only */
    
    /* Make large icons smaller on mobile only */
    
    /* Mobile hero section spacing - more top padding */
    
    /* Mobile section spacing overrides - more top padding */
    
    /* Mobile container spacing - more top padding */
    
    /* Mobile text center spacing - more top padding */
    
    /* Mobile max-width container spacing - more top padding */
    
    /* Mobile headline improvements - consistent sizing */
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    /* Mobile hero title adjustments - consistent sizing */
    
    /* Mobile section title adjustments - consistent sizing */
    
    /* Mobile button size adjustments - reduced padding */
    
    /* Mobile metrics spacing - reduced gaps */
    
    
    .hero-section .flex.flex-wrap .md\:text-3xl {
      font-size: 1.125rem;
    }
    
    /* Mobile feature card adjustments - reduced padding */
    
    /* Mobile icon container adjustments - smaller icons */
    
    /* Mobile process step adjustments */
    
    /* Mobile FAQ adjustments */
    
    /* Mobile form adjustments */
    
  /* Mobile input adjustments */
  
  /* Prevent mobile zoom on input focus - Global fallback */
    
    /* Mobile section padding adjustments - more top padding, tight bottom padding */
    
    /* Additional mobile spacing overrides - more top padding, tight bottom padding */
    
    /* Mobile grid adjustments - reduced gaps */
    
    /* Mobile spacing utilities - significantly reduced */
    
    /* Mobile text size adjustments - consistent sizing */
    
    .md\:text-3xl {
      font-size: 1.25rem;
    }
    
    /* Mobile margin and padding adjustments - significantly reduced */
    
    /* Reduce gap between section descriptions and content - slightly more space */
    
    /* Reduce margin-bottom on section descriptions - slightly more space */
    
    /* Reduce margin-top on content grids that follow descriptions - slightly more space */
    
    /* Reduce spacing in text-center sections - slightly more space */
    
    /* Reduce spacing between description and cards - slightly more space */
    
    /* Reduce spacing in section containers after descriptions - slightly more space */
    
    /* Reduce spacing between FAQ descriptions and content - slightly more space */
    
    /* Reduce spacing between section titles and descriptions - slightly more space */
    
    /* Reduce spacing in common section patterns - slightly more space */
    
    /* Reduce spacing in feature sections - slightly more space */
    
    /* Reduce spacing between description and grid content - slightly more space */
    
    /* Reduce spacing in hero sections after descriptions - slightly more space */
    
    /* Reduce gap between Why Choose Ventu cards on mobile */
    
    /* Make large card icons smaller on mobile only */
    
    /* Make large icons smaller on mobile only */
    
    /* Mobile hero section spacing - more top padding */
    
    /* Mobile section spacing overrides - more top padding */
    
    /* Mobile container spacing - more top padding */
    
    /* Mobile text center spacing - more top padding */
    
    /* Mobile max-width container spacing - more top padding */
    
    /* Mobile headline improvements - consistent sizing */
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    /* Mobile hero title adjustments - consistent sizing */
    
    /* Mobile section title adjustments - consistent sizing */
    
    /* Mobile button size adjustments - reduced padding */
    
    /* Mobile metrics spacing - reduced gaps */
    
    /* Mobile feature card adjustments - reduced padding */
    
    /* Mobile icon container adjustments - smaller icons */
    
    /* Mobile process step adjustments */
    
    /* Mobile FAQ adjustments */
    
    /* Mobile form adjustments */
    
  /* Mobile input adjustments */
  
  /* Prevent mobile zoom on input focus - Global fallback */
    
    /* Mobile section padding adjustments - more top padding, tight bottom padding */
    
    /* Additional mobile spacing overrides - more top padding, tight bottom padding */
    
    /* Mobile grid adjustments - reduced gaps */
    
    /* Mobile spacing utilities - significantly reduced */
    
    /* Mobile text size adjustments - consistent sizing */
    
    .md\:text-4xl {
      font-size: 1.5rem;
    }
    
    /* Mobile margin and padding adjustments - significantly reduced */
    
    /* Reduce gap between section descriptions and content - slightly more space */
    
    /* Reduce margin-bottom on section descriptions - slightly more space */
    
    /* Reduce margin-top on content grids that follow descriptions - slightly more space */
    
    /* Reduce spacing in text-center sections - slightly more space */
    
    /* Reduce spacing between description and cards - slightly more space */
    
    /* Reduce spacing in section containers after descriptions - slightly more space */
    
    /* Reduce spacing between FAQ descriptions and content - slightly more space */
    
    /* Reduce spacing between section titles and descriptions - slightly more space */
    
    /* Reduce spacing in common section patterns - slightly more space */
    
    /* Reduce spacing in feature sections - slightly more space */
    
    /* Reduce spacing between description and grid content - slightly more space */
    
    /* Reduce spacing in hero sections after descriptions - slightly more space */
    
    /* Reduce gap between Why Choose Ventu cards on mobile */
    
    /* Make large card icons smaller on mobile only */
    
    /* Make large icons smaller on mobile only */
    
    /* Mobile hero section spacing - more top padding */
    
    /* Mobile section spacing overrides - more top padding */
    
    /* Mobile container spacing - more top padding */
    
    /* Mobile text center spacing - more top padding */
    
    /* Mobile max-width container spacing - more top padding */
    
    /* Mobile headline improvements - consistent sizing */
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    /* Mobile hero title adjustments - consistent sizing */
    
    /* Mobile section title adjustments - consistent sizing */
    
    /* Mobile button size adjustments - reduced padding */
    
    /* Mobile metrics spacing - reduced gaps */
    
    /* Mobile feature card adjustments - reduced padding */
    
    /* Mobile icon container adjustments - smaller icons */
    
    /* Mobile process step adjustments */
    
    /* Mobile FAQ adjustments */
    
    /* Mobile form adjustments */
    
  /* Mobile input adjustments */
  
  /* Prevent mobile zoom on input focus - Global fallback */
    
    /* Mobile section padding adjustments - more top padding, tight bottom padding */
    
    /* Additional mobile spacing overrides - more top padding, tight bottom padding */
    
    /* Mobile grid adjustments - reduced gaps */
    
    /* Mobile spacing utilities - significantly reduced */
    
    /* Mobile text size adjustments - consistent sizing */
    
    .md\:text-5xl {
      font-size: 1.875rem;
    }
    
    /* Mobile margin and padding adjustments - significantly reduced */
    
    /* Reduce gap between section descriptions and content - slightly more space */
    
    /* Reduce margin-bottom on section descriptions - slightly more space */
    
    /* Reduce margin-top on content grids that follow descriptions - slightly more space */
    
    /* Reduce spacing in text-center sections - slightly more space */
    
    /* Reduce spacing between description and cards - slightly more space */
    
    /* Reduce spacing in section containers after descriptions - slightly more space */
    
    /* Reduce spacing between FAQ descriptions and content - slightly more space */
    
    /* Reduce spacing between section titles and descriptions - slightly more space */
    
    /* Reduce spacing in common section patterns - slightly more space */
    
    /* Reduce spacing in feature sections - slightly more space */
    
    /* Reduce spacing between description and grid content - slightly more space */
    
    /* Reduce spacing in hero sections after descriptions - slightly more space */
    
    /* Reduce gap between Why Choose Ventu cards on mobile */
    
    /* Make large card icons smaller on mobile only */
    
    /* Make large icons smaller on mobile only */
    
    /* Mobile hero section spacing - more top padding */
    
    /* Mobile section spacing overrides - more top padding */
    
    /* Mobile container spacing - more top padding */
    
    /* Mobile text center spacing - more top padding */
    
    /* Mobile max-width container spacing - more top padding */
    
    /* Mobile headline improvements - consistent sizing */
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    /* Mobile hero title adjustments - consistent sizing */
    
    /* Mobile section title adjustments - consistent sizing */
    
    /* Mobile button size adjustments - reduced padding */
    
    /* Mobile metrics spacing - reduced gaps */
    
    /* Mobile feature card adjustments - reduced padding */
    
    /* Mobile icon container adjustments - smaller icons */
    
    /* Mobile process step adjustments */
    
    /* Mobile FAQ adjustments */
    
    /* Mobile form adjustments */
    
  /* Mobile input adjustments */
  
  /* Prevent mobile zoom on input focus - Global fallback */
    
    /* Mobile section padding adjustments - more top padding, tight bottom padding */
    
    /* Additional mobile spacing overrides - more top padding, tight bottom padding */
    
    /* Mobile grid adjustments - reduced gaps */
    .md\:grid.grid-cols-1.md\\:grid-cols-2.lg\\:grid-cols-3 {
      gap: 1rem;
    }
    
    .md\:grid.grid-cols-1.md\\:grid-cols-3 {
      gap: 1rem;
    }
    
    .md\:grid.grid-cols-1.md\\:grid-cols-2 {
      gap: 1rem;
    }
    
    /* Mobile spacing utilities - significantly reduced */
    
    /* Mobile text size adjustments - consistent sizing */
    
    /* Mobile margin and padding adjustments - significantly reduced */
    
    /* Reduce gap between section descriptions and content - slightly more space */
    
    /* Reduce margin-bottom on section descriptions - slightly more space */
    
    /* Reduce margin-top on content grids that follow descriptions - slightly more space */
    .md\:grid {
      margin-top: 1rem !important;
    }
    
    /* Reduce spacing in text-center sections - slightly more space */
    
    /* Reduce spacing between description and cards - slightly more space */
    .text-center + .md\:grid,
    .scroll-animate + .md\:grid,
    p + .md\:grid {
      margin-top: 0.75rem !important;
    }
    
    /* Reduce spacing in section containers after descriptions - slightly more space */
    
    /* Reduce spacing between FAQ descriptions and content - slightly more space */
    
    /* Reduce spacing between section titles and descriptions - slightly more space */
    
    /* Reduce spacing in common section patterns - slightly more space */
    
    /* Reduce spacing in feature sections - slightly more space */
    
    /* Reduce spacing between description and grid content - slightly more space */
    .scroll-animate + div > .md\:grid,
    .text-center + div > .md\:grid {
      margin-top: 0.75rem !important;
    }
    
    /* Reduce spacing in hero sections after descriptions - slightly more space */
    
    /* Reduce gap between Why Choose Ventu cards on mobile */
    .md\:grid.gap-8 {
      gap: 1.25rem !important; /* Reduce from 2rem to 1.25rem */
    }
    
    /* Make large card icons smaller on mobile only */
    
    /* Make large icons smaller on mobile only */
    
    /* Mobile hero section spacing - more top padding */
    
    /* Mobile section spacing overrides - more top padding */
    
    /* Mobile container spacing - more top padding */
    
    /* Mobile text center spacing - more top padding */
    
    /* Mobile max-width container spacing - more top padding */
    
    /* Mobile headline improvements - consistent sizing */
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    /* Mobile hero title adjustments - consistent sizing */
    
    /* Mobile section title adjustments - consistent sizing */
    
    /* Mobile button size adjustments - reduced padding */
    
    /* Mobile metrics spacing - reduced gaps */
    
    /* Mobile feature card adjustments - reduced padding */
    
    /* Mobile icon container adjustments - smaller icons */
    
    /* Mobile process step adjustments */
    
    /* Mobile FAQ adjustments */
    
    /* Mobile form adjustments */
    
  /* Mobile input adjustments */
  
  /* Prevent mobile zoom on input focus - Global fallback */
    
    /* Mobile section padding adjustments - more top padding, tight bottom padding */
    
    /* Additional mobile spacing overrides - more top padding, tight bottom padding */
    
    /* Mobile grid adjustments - reduced gaps */
    .md\:grid.grid-cols-1.md\\:grid-cols-2.lg\\:grid-cols-3 {
      gap: 1rem;
    }
    
    .md\:grid.grid-cols-1.md\\:grid-cols-3 {
      gap: 1rem;
    }
    
    .md\:grid.grid-cols-1.md\\:grid-cols-2 {
      gap: 1rem;
    }
    
    /* Mobile spacing utilities - significantly reduced */
    
    /* Mobile text size adjustments - consistent sizing */
    
    /* Mobile margin and padding adjustments - significantly reduced */
    
    /* Reduce gap between section descriptions and content - slightly more space */
    
    /* Reduce margin-bottom on section descriptions - slightly more space */
    
    /* Reduce margin-top on content grids that follow descriptions - slightly more space */
    .md\:grid {
      margin-top: 1rem !important;
    }
    
    /* Reduce spacing in text-center sections - slightly more space */
    
    /* Reduce spacing between description and cards - slightly more space */
    .text-center + .md\:grid,
    .scroll-animate + .md\:grid,
    p + .md\:grid {
      margin-top: 0.75rem !important;
    }
    
    /* Reduce spacing in section containers after descriptions - slightly more space */
    
    /* Reduce spacing between FAQ descriptions and content - slightly more space */
    
    /* Reduce spacing between section titles and descriptions - slightly more space */
    
    /* Reduce spacing in common section patterns - slightly more space */
    
    /* Reduce spacing in feature sections - slightly more space */
    
    /* Reduce spacing between description and grid content - slightly more space */
    .scroll-animate + div > .md\:grid,
    .text-center + div > .md\:grid {
      margin-top: 0.75rem !important;
    }
    
    /* Reduce spacing in hero sections after descriptions - slightly more space */
    
    /* Reduce gap between Why Choose Ventu cards on mobile */
    .md\:grid.gap-8 {
      gap: 1.25rem !important; /* Reduce from 2rem to 1.25rem */
    }
    
    /* Make large card icons smaller on mobile only */
    
    /* Make large icons smaller on mobile only */
    
    /* Mobile hero section spacing - more top padding */
    
    /* Mobile section spacing overrides - more top padding */
    
    /* Mobile container spacing - more top padding */
    
    /* Mobile text center spacing - more top padding */
    
    /* Mobile max-width container spacing - more top padding */
    
    /* Mobile headline improvements - consistent sizing */
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    /* Mobile hero title adjustments - consistent sizing */
    
    /* Mobile section title adjustments - consistent sizing */
    
    /* Mobile button size adjustments - reduced padding */
    
    /* Mobile metrics spacing - reduced gaps */
    
    /* Mobile feature card adjustments - reduced padding */
    
    /* Mobile icon container adjustments - smaller icons */
    
    /* Mobile process step adjustments */
    
    /* Mobile FAQ adjustments */
    
    /* Mobile form adjustments */
    
  /* Mobile input adjustments */
  
  /* Prevent mobile zoom on input focus - Global fallback */
    
    /* Mobile section padding adjustments - more top padding, tight bottom padding */
    
    /* Additional mobile spacing overrides - more top padding, tight bottom padding */
    
    /* Mobile grid adjustments - reduced gaps */
    .md\:grid.grid-cols-1.md\\:grid-cols-2.lg\\:grid-cols-3 {
      gap: 1rem;
    }
    
    .md\:grid.grid-cols-1.md\\:grid-cols-3 {
      gap: 1rem;
    }
    
    .md\:grid.grid-cols-1.md\\:grid-cols-2 {
      gap: 1rem;
    }
    
    /* Mobile spacing utilities - significantly reduced */
    
    /* Mobile text size adjustments - consistent sizing */
    
    /* Mobile margin and padding adjustments - significantly reduced */
    
    /* Reduce gap between section descriptions and content - slightly more space */
    
    /* Reduce margin-bottom on section descriptions - slightly more space */
    
    /* Reduce margin-top on content grids that follow descriptions - slightly more space */
    .md\:grid {
      margin-top: 1rem !important;
    }
    
    /* Reduce spacing in text-center sections - slightly more space */
    
    /* Reduce spacing between description and cards - slightly more space */
    .text-center + .md\:grid,
    .scroll-animate + .md\:grid,
    p + .md\:grid {
      margin-top: 0.75rem !important;
    }
    
    /* Reduce spacing in section containers after descriptions - slightly more space */
    
    /* Reduce spacing between FAQ descriptions and content - slightly more space */
    
    /* Reduce spacing between section titles and descriptions - slightly more space */
    
    /* Reduce spacing in common section patterns - slightly more space */
    
    /* Reduce spacing in feature sections - slightly more space */
    
    /* Reduce spacing between description and grid content - slightly more space */
    .scroll-animate + div > .md\:grid,
    .text-center + div > .md\:grid {
      margin-top: 0.75rem !important;
    }
    
    /* Reduce spacing in hero sections after descriptions - slightly more space */
    
    /* Reduce gap between Why Choose Ventu cards on mobile */
    .md\:grid.gap-8 {
      gap: 1.25rem !important; /* Reduce from 2rem to 1.25rem */
    }
    
    /* Make large card icons smaller on mobile only */
    
    /* Make large icons smaller on mobile only */
    
    /* Mobile hero section spacing - more top padding */
    
    /* Mobile section spacing overrides - more top padding */
    
    /* Mobile container spacing - more top padding */
    
    /* Mobile text center spacing - more top padding */
    
    /* Mobile max-width container spacing - more top padding */
    
    /* Mobile headline improvements - consistent sizing */
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    /* Mobile hero title adjustments - consistent sizing */
    
    /* Mobile section title adjustments - consistent sizing */
    
    /* Mobile button size adjustments - reduced padding */
    
    /* Mobile metrics spacing - reduced gaps */
    
    /* Mobile feature card adjustments - reduced padding */
    
    /* Mobile icon container adjustments - smaller icons */
    
    /* Mobile process step adjustments */
    
    /* Mobile FAQ adjustments */
    
    /* Mobile form adjustments */
    
  /* Mobile input adjustments */
  
  /* Prevent mobile zoom on input focus - Global fallback */
    
    /* Mobile section padding adjustments - more top padding, tight bottom padding */
    
    /* Additional mobile spacing overrides - more top padding, tight bottom padding */
    
    /* Mobile grid adjustments - reduced gaps */
    .md\:grid.grid-cols-1.md\\:grid-cols-2.lg\\:grid-cols-3 {
      gap: 1rem;
    }
    
    .md\:grid.grid-cols-1.md\\:grid-cols-3 {
      gap: 1rem;
    }
    
    .md\:grid.grid-cols-1.md\\:grid-cols-2 {
      gap: 1rem;
    }
    
    /* Mobile spacing utilities - significantly reduced */
    
    /* Mobile text size adjustments - consistent sizing */
    
    /* Mobile margin and padding adjustments - significantly reduced */
    
    /* Reduce gap between section descriptions and content - slightly more space */
    
    /* Reduce margin-bottom on section descriptions - slightly more space */
    
    /* Reduce margin-top on content grids that follow descriptions - slightly more space */
    .md\:grid {
      margin-top: 1rem !important;
    }
    
    /* Reduce spacing in text-center sections - slightly more space */
    
    /* Reduce spacing between description and cards - slightly more space */
    .text-center + .md\:grid,
    .scroll-animate + .md\:grid,
    p + .md\:grid {
      margin-top: 0.75rem !important;
    }
    
    /* Reduce spacing in section containers after descriptions - slightly more space */
    
    /* Reduce spacing between FAQ descriptions and content - slightly more space */
    
    /* Reduce spacing between section titles and descriptions - slightly more space */
    
    /* Reduce spacing in common section patterns - slightly more space */
    
    /* Reduce spacing in feature sections - slightly more space */
    
    /* Reduce spacing between description and grid content - slightly more space */
    .scroll-animate + div > .md\:grid,
    .text-center + div > .md\:grid {
      margin-top: 0.75rem !important;
    }
    
    /* Reduce spacing in hero sections after descriptions - slightly more space */
    
    /* Reduce gap between Why Choose Ventu cards on mobile */
    .md\:grid.gap-8 {
      gap: 1.25rem !important; /* Reduce from 2rem to 1.25rem */
    }
    
    /* Make large card icons smaller on mobile only */
    
    /* Make large icons smaller on mobile only */
    
    /* Mobile hero section spacing - more top padding */
    
    /* Mobile section spacing overrides - more top padding */
    
    /* Mobile container spacing - more top padding */
    
    /* Mobile text center spacing - more top padding */
    
    /* Mobile max-width container spacing - more top padding */
    
    /* Mobile headline improvements - consistent sizing */
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    /* Mobile hero title adjustments - consistent sizing */
    
    /* Mobile section title adjustments - consistent sizing */
    
    /* Mobile button size adjustments - reduced padding */
    
    /* Mobile metrics spacing - reduced gaps */
    
    /* Mobile feature card adjustments - reduced padding */
    
    /* Mobile icon container adjustments - smaller icons */
    
    /* Mobile process step adjustments */
    
    /* Mobile FAQ adjustments */
    
    /* Mobile form adjustments */
    
  /* Mobile input adjustments */
  
  /* Prevent mobile zoom on input focus - Global fallback */
    
    /* Mobile section padding adjustments - more top padding, tight bottom padding */
    
    /* Additional mobile spacing overrides - more top padding, tight bottom padding */
    
    /* Mobile grid adjustments - reduced gaps */
    .md\:grid.grid-cols-1.md\\:grid-cols-2.lg\\:grid-cols-3 {
      gap: 1rem;
    }
    
    .md\:grid.grid-cols-1.md\\:grid-cols-3 {
      gap: 1rem;
    }
    
    .md\:grid.grid-cols-1.md\\:grid-cols-2 {
      gap: 1rem;
    }
    
    /* Mobile spacing utilities - significantly reduced */
    
    /* Mobile text size adjustments - consistent sizing */
    
    /* Mobile margin and padding adjustments - significantly reduced */
    
    /* Reduce gap between section descriptions and content - slightly more space */
    
    /* Reduce margin-bottom on section descriptions - slightly more space */
    
    /* Reduce margin-top on content grids that follow descriptions - slightly more space */
    .md\:grid {
      margin-top: 1rem !important;
    }
    
    /* Reduce spacing in text-center sections - slightly more space */
    
    /* Reduce spacing between description and cards - slightly more space */
    .text-center + .md\:grid,
    .scroll-animate + .md\:grid,
    p + .md\:grid {
      margin-top: 0.75rem !important;
    }
    
    /* Reduce spacing in section containers after descriptions - slightly more space */
    
    /* Reduce spacing between FAQ descriptions and content - slightly more space */
    
    /* Reduce spacing between section titles and descriptions - slightly more space */
    
    /* Reduce spacing in common section patterns - slightly more space */
    
    /* Reduce spacing in feature sections - slightly more space */
    
    /* Reduce spacing between description and grid content - slightly more space */
    .scroll-animate + div > .md\:grid,
    .text-center + div > .md\:grid {
      margin-top: 0.75rem !important;
    }
    
    /* Reduce spacing in hero sections after descriptions - slightly more space */
    
    /* Reduce gap between Why Choose Ventu cards on mobile */
    .md\:grid.gap-8 {
      gap: 1.25rem !important; /* Reduce from 2rem to 1.25rem */
    }
    
    /* Make large card icons smaller on mobile only */
    
    /* Make large icons smaller on mobile only */
    
    /* Mobile hero section spacing - more top padding */
    
    /* Mobile section spacing overrides - more top padding */
    
    /* Mobile container spacing - more top padding */
    
    /* Mobile text center spacing - more top padding */
    
    /* Mobile max-width container spacing - more top padding */
    
    /* Mobile headline improvements - consistent sizing */
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    /* Mobile hero title adjustments - consistent sizing */
    
    /* Mobile section title adjustments - consistent sizing */
    
    /* Mobile button size adjustments - reduced padding */
    
    /* Mobile metrics spacing - reduced gaps */
    
    /* Mobile feature card adjustments - reduced padding */
    
    /* Mobile icon container adjustments - smaller icons */
    
    /* Mobile process step adjustments */
    
    /* Mobile FAQ adjustments */
    
    /* Mobile form adjustments */
    
  /* Mobile input adjustments */
  
  /* Prevent mobile zoom on input focus - Global fallback */
    
    /* Mobile section padding adjustments - more top padding, tight bottom padding */
    
    /* Additional mobile spacing overrides - more top padding, tight bottom padding */
    
    /* Mobile grid adjustments - reduced gaps */
    .md\:grid.grid-cols-1.md\\:grid-cols-2.lg\\:grid-cols-3 {
      gap: 1rem;
    }
    
    .md\:grid.grid-cols-1.md\\:grid-cols-3 {
      gap: 1rem;
    }
    
    .md\:grid.grid-cols-1.md\\:grid-cols-2 {
      gap: 1rem;
    }
    
    /* Mobile spacing utilities - significantly reduced */
    
    /* Mobile text size adjustments - consistent sizing */
    
    /* Mobile margin and padding adjustments - significantly reduced */
    
    /* Reduce gap between section descriptions and content - slightly more space */
    
    /* Reduce margin-bottom on section descriptions - slightly more space */
    
    /* Reduce margin-top on content grids that follow descriptions - slightly more space */
    .md\:grid {
      margin-top: 1rem !important;
    }
    
    /* Reduce spacing in text-center sections - slightly more space */
    
    /* Reduce spacing between description and cards - slightly more space */
    .text-center + .md\:grid,
    .scroll-animate + .md\:grid,
    p + .md\:grid {
      margin-top: 0.75rem !important;
    }
    
    /* Reduce spacing in section containers after descriptions - slightly more space */
    
    /* Reduce spacing between FAQ descriptions and content - slightly more space */
    
    /* Reduce spacing between section titles and descriptions - slightly more space */
    
    /* Reduce spacing in common section patterns - slightly more space */
    
    /* Reduce spacing in feature sections - slightly more space */
    
    /* Reduce spacing between description and grid content - slightly more space */
    .scroll-animate + div > .md\:grid,
    .text-center + div > .md\:grid {
      margin-top: 0.75rem !important;
    }
    
    /* Reduce spacing in hero sections after descriptions - slightly more space */
    
    /* Reduce gap between Why Choose Ventu cards on mobile */
    .md\:grid.gap-8 {
      gap: 1.25rem !important; /* Reduce from 2rem to 1.25rem */
    }
    
    /* Make large card icons smaller on mobile only */
    
    /* Make large icons smaller on mobile only */
    
    /* Mobile hero section spacing - more top padding */
    
    /* Mobile section spacing overrides - more top padding */
    
    /* Mobile container spacing - more top padding */
    
    /* Mobile text center spacing - more top padding */
    
    /* Mobile max-width container spacing - more top padding */
    
    /* Mobile headline improvements - consistent sizing */
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    /* Mobile hero title adjustments - consistent sizing */
    
    /* Mobile section title adjustments - consistent sizing */
    
    /* Mobile button size adjustments - reduced padding */
    
    /* Mobile metrics spacing - reduced gaps */
    
    /* Mobile feature card adjustments - reduced padding */
    
    /* Mobile icon container adjustments - smaller icons */
    
    /* Mobile process step adjustments */
    
    /* Mobile FAQ adjustments */
    
    /* Mobile form adjustments */
    
  /* Mobile input adjustments */
  
  /* Prevent mobile zoom on input focus - Global fallback */
    
    /* Mobile section padding adjustments - more top padding, tight bottom padding */
    
    /* Additional mobile spacing overrides - more top padding, tight bottom padding */
    
    /* Mobile grid adjustments - reduced gaps */
    .md\:grid.grid-cols-1.md\\:grid-cols-2.lg\\:grid-cols-3 {
      gap: 1rem;
    }
    
    .md\:grid.grid-cols-1.md\\:grid-cols-3 {
      gap: 1rem;
    }
    
    .md\:grid.grid-cols-1.md\\:grid-cols-2 {
      gap: 1rem;
    }
    
    /* Mobile spacing utilities - significantly reduced */
    
    /* Mobile text size adjustments - consistent sizing */
    
    /* Mobile margin and padding adjustments - significantly reduced */
    
    /* Reduce gap between section descriptions and content - slightly more space */
    
    /* Reduce margin-bottom on section descriptions - slightly more space */
    
    /* Reduce margin-top on content grids that follow descriptions - slightly more space */
    .md\:grid {
      margin-top: 1rem !important;
    }
    
    /* Reduce spacing in text-center sections - slightly more space */
    
    /* Reduce spacing between description and cards - slightly more space */
    .text-center + .md\:grid,
    .scroll-animate + .md\:grid,
    p + .md\:grid {
      margin-top: 0.75rem !important;
    }
    
    /* Reduce spacing in section containers after descriptions - slightly more space */
    
    /* Reduce spacing between FAQ descriptions and content - slightly more space */
    
    /* Reduce spacing between section titles and descriptions - slightly more space */
    
    /* Reduce spacing in common section patterns - slightly more space */
    
    /* Reduce spacing in feature sections - slightly more space */
    
    /* Reduce spacing between description and grid content - slightly more space */
    .scroll-animate + div > .md\:grid,
    .text-center + div > .md\:grid {
      margin-top: 0.75rem !important;
    }
    
    /* Reduce spacing in hero sections after descriptions - slightly more space */
    
    /* Reduce gap between Why Choose Ventu cards on mobile */
    .md\:grid.gap-8 {
      gap: 1.25rem !important; /* Reduce from 2rem to 1.25rem */
    }
    
    /* Make large card icons smaller on mobile only */
    
    /* Make large icons smaller on mobile only */
    
    /* Mobile hero section spacing - more top padding */
    
    /* Mobile section spacing overrides - more top padding */
    
    /* Mobile container spacing - more top padding */
    
    /* Mobile text center spacing - more top padding */
    
    /* Mobile max-width container spacing - more top padding */
    
    /* Mobile headline improvements - consistent sizing */
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    /* Mobile hero title adjustments - consistent sizing */
    
    /* Mobile section title adjustments - consistent sizing */
    
    /* Mobile button size adjustments - reduced padding */
    
    /* Mobile metrics spacing - reduced gaps */
    
    /* Mobile feature card adjustments - reduced padding */
    
    /* Mobile icon container adjustments - smaller icons */
    
    /* Mobile process step adjustments */
    
    /* Mobile FAQ adjustments */
    
    /* Mobile form adjustments */
    
  /* Mobile input adjustments */
  
  /* Prevent mobile zoom on input focus - Global fallback */
    
    /* Mobile section padding adjustments - more top padding, tight bottom padding */
    
    /* Additional mobile spacing overrides - more top padding, tight bottom padding */
    
    /* Mobile grid adjustments - reduced gaps */
    
    /* Mobile spacing utilities - significantly reduced */
    
    /* Mobile text size adjustments - consistent sizing */
    
    /* Mobile margin and padding adjustments - significantly reduced */
    
    /* Reduce gap between section descriptions and content - slightly more space */
    
    /* Reduce margin-bottom on section descriptions - slightly more space */
    
    /* Reduce margin-top on content grids that follow descriptions - slightly more space */
    
    /* Reduce spacing in text-center sections - slightly more space */
    
    /* Reduce spacing between description and cards - slightly more space */
    
    /* Reduce spacing in section containers after descriptions - slightly more space */
    
    /* Reduce spacing between FAQ descriptions and content - slightly more space */
    
    /* Reduce spacing between section titles and descriptions - slightly more space */
    
    /* Reduce spacing in common section patterns - slightly more space */
    
    /* Reduce spacing in feature sections - slightly more space */
    
    /* Reduce spacing between description and grid content - slightly more space */
    
    /* Reduce spacing in hero sections after descriptions - slightly more space */
    
    /* Reduce gap between Why Choose Ventu cards on mobile */
    
    /* Make large card icons smaller on mobile only */
    .md\:w-16.h-16.sm\\:w-20.sm\\:h-20.lg\\:w-24.lg\\:h-24 {
      width: 2.5rem !important; /* 40px */
      height: 2.5rem !important; /* 40px */
    }
    
    /* Make large icons smaller on mobile only */
    
    /* Mobile hero section spacing - more top padding */
    
    /* Mobile section spacing overrides - more top padding */
    
    /* Mobile container spacing - more top padding */
    
    /* Mobile text center spacing - more top padding */
    
    /* Mobile max-width container spacing - more top padding */
    
    /* Mobile headline improvements - consistent sizing */
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    /* Mobile hero title adjustments - consistent sizing */
    
    /* Mobile section title adjustments - consistent sizing */
    
    /* Mobile button size adjustments - reduced padding */
    
    /* Mobile metrics spacing - reduced gaps */
    
    /* Mobile feature card adjustments - reduced padding */
    
    /* Mobile icon container adjustments - smaller icons */
    
    /* Mobile process step adjustments */
    
    /* Mobile FAQ adjustments */
    
    /* Mobile form adjustments */
    
  /* Mobile input adjustments */
  
  /* Prevent mobile zoom on input focus - Global fallback */
    
    /* Mobile section padding adjustments - more top padding, tight bottom padding */
    
    /* Additional mobile spacing overrides - more top padding, tight bottom padding */
    
    /* Mobile grid adjustments - reduced gaps */
    
    /* Mobile spacing utilities - significantly reduced */
    
    /* Mobile text size adjustments - consistent sizing */
    
    /* Mobile margin and padding adjustments - significantly reduced */
    
    /* Reduce gap between section descriptions and content - slightly more space */
    
    /* Reduce margin-bottom on section descriptions - slightly more space */
    
    /* Reduce margin-top on content grids that follow descriptions - slightly more space */
    
    /* Reduce spacing in text-center sections - slightly more space */
    
    /* Reduce spacing between description and cards - slightly more space */
    
    /* Reduce spacing in section containers after descriptions - slightly more space */
    
    /* Reduce spacing between FAQ descriptions and content - slightly more space */
    
    /* Reduce spacing between section titles and descriptions - slightly more space */
    
    /* Reduce spacing in common section patterns - slightly more space */
    
    /* Reduce spacing in feature sections - slightly more space */
    
    /* Reduce spacing between description and grid content - slightly more space */
    
    /* Reduce spacing in hero sections after descriptions - slightly more space */
    
    /* Reduce gap between Why Choose Ventu cards on mobile */
    
    /* Make large card icons smaller on mobile only */
    .md\:h-16.w-16.sm\\:w-20.sm\\:h-20.lg\\:w-24.lg\\:h-24 {
      width: 2.5rem !important; /* 40px */
      height: 2.5rem !important; /* 40px */
    }
    
    /* Make large icons smaller on mobile only */
  }
}
@media (min-width: 1024px){
  @media (max-width: 768px) {
    
    /* Mobile hero section spacing - more top padding */
    
    /* Mobile section spacing overrides - more top padding */
    
    /* Mobile container spacing - more top padding */
    
    /* Mobile text center spacing - more top padding */
    
    /* Mobile max-width container spacing - more top padding */
    
    /* Mobile headline improvements - consistent sizing */
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    /* Mobile hero title adjustments - consistent sizing */
    
    /* Mobile section title adjustments - consistent sizing */
    
    /* Mobile button size adjustments - reduced padding */
    
    /* Mobile metrics spacing - reduced gaps */
    
    .hero-section .flex.flex-wrap .lg\:text-2xl {
      font-size: 1.125rem;
    }
    
    /* Mobile feature card adjustments - reduced padding */
    
    /* Mobile icon container adjustments - smaller icons */
    
    /* Mobile process step adjustments */
    
    /* Mobile FAQ adjustments */
    
    /* Mobile form adjustments */
    
  /* Mobile input adjustments */
  
  /* Prevent mobile zoom on input focus - Global fallback */
    
    /* Mobile section padding adjustments - more top padding, tight bottom padding */
    
    /* Additional mobile spacing overrides - more top padding, tight bottom padding */
    
    /* Mobile grid adjustments - reduced gaps */
    
    /* Mobile spacing utilities - significantly reduced */
    
    /* Mobile text size adjustments - consistent sizing */
    
    .lg\:text-2xl {
      font-size: 1.125rem;
    }
    
    /* Mobile margin and padding adjustments - significantly reduced */
    
    /* Reduce gap between section descriptions and content - slightly more space */
    
    /* Reduce margin-bottom on section descriptions - slightly more space */
    
    /* Reduce margin-top on content grids that follow descriptions - slightly more space */
    
    /* Reduce spacing in text-center sections - slightly more space */
    
    /* Reduce spacing between description and cards - slightly more space */
    
    /* Reduce spacing in section containers after descriptions - slightly more space */
    
    /* Reduce spacing between FAQ descriptions and content - slightly more space */
    
    /* Reduce spacing between section titles and descriptions - slightly more space */
    
    /* Reduce spacing in common section patterns - slightly more space */
    
    /* Reduce spacing in feature sections - slightly more space */
    
    /* Reduce spacing between description and grid content - slightly more space */
    
    /* Reduce spacing in hero sections after descriptions - slightly more space */
    
    /* Reduce gap between Why Choose Ventu cards on mobile */
    
    /* Make large card icons smaller on mobile only */
    
    /* Make large icons smaller on mobile only */
    
    /* Mobile hero section spacing - more top padding */
    
    /* Mobile section spacing overrides - more top padding */
    
    /* Mobile container spacing - more top padding */
    
    /* Mobile text center spacing - more top padding */
    
    /* Mobile max-width container spacing - more top padding */
    
    /* Mobile headline improvements - consistent sizing */
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    /* Mobile hero title adjustments - consistent sizing */
    
    /* Mobile section title adjustments - consistent sizing */
    
    /* Mobile button size adjustments - reduced padding */
    
    /* Mobile metrics spacing - reduced gaps */
    
    /* Mobile feature card adjustments - reduced padding */
    
    /* Mobile icon container adjustments - smaller icons */
    
    /* Mobile process step adjustments */
    .process-step .lg\:w-24 {
      width: 4rem;
    }
    
    /* Mobile FAQ adjustments */
    
    /* Mobile form adjustments */
    
  /* Mobile input adjustments */
  
  /* Prevent mobile zoom on input focus - Global fallback */
    
    /* Mobile section padding adjustments - more top padding, tight bottom padding */
    
    /* Additional mobile spacing overrides - more top padding, tight bottom padding */
    
    /* Mobile grid adjustments - reduced gaps */
    
    /* Mobile spacing utilities - significantly reduced */
    
    /* Mobile text size adjustments - consistent sizing */
    
    /* Mobile margin and padding adjustments - significantly reduced */
    
    /* Reduce gap between section descriptions and content - slightly more space */
    
    /* Reduce margin-bottom on section descriptions - slightly more space */
    
    /* Reduce margin-top on content grids that follow descriptions - slightly more space */
    
    /* Reduce spacing in text-center sections - slightly more space */
    
    /* Reduce spacing between description and cards - slightly more space */
    
    /* Reduce spacing in section containers after descriptions - slightly more space */
    
    /* Reduce spacing between FAQ descriptions and content - slightly more space */
    
    /* Reduce spacing between section titles and descriptions - slightly more space */
    
    /* Reduce spacing in common section patterns - slightly more space */
    
    /* Reduce spacing in feature sections - slightly more space */
    
    /* Reduce spacing between description and grid content - slightly more space */
    
    /* Reduce spacing in hero sections after descriptions - slightly more space */
    
    /* Reduce gap between Why Choose Ventu cards on mobile */
    
    /* Make large card icons smaller on mobile only */
    .lg\:w-24.h-24 {
      width: 2.5rem !important; /* 40px */
      height: 2.5rem !important; /* 40px */
    }
    
    /* Make large icons smaller on mobile only */
    
    /* Mobile hero section spacing - more top padding */
    
    /* Mobile section spacing overrides - more top padding */
    
    /* Mobile container spacing - more top padding */
    
    /* Mobile text center spacing - more top padding */
    
    /* Mobile max-width container spacing - more top padding */
    
    /* Mobile headline improvements - consistent sizing */
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    /* Mobile hero title adjustments - consistent sizing */
    
    /* Mobile section title adjustments - consistent sizing */
    
    /* Mobile button size adjustments - reduced padding */
    
    /* Mobile metrics spacing - reduced gaps */
    
    /* Mobile feature card adjustments - reduced padding */
    
    /* Mobile icon container adjustments - smaller icons */
    
    /* Mobile process step adjustments */
    
    .process-step .lg\:h-24 {
      height: 4rem;
    }
    
    /* Mobile FAQ adjustments */
    
    /* Mobile form adjustments */
    
  /* Mobile input adjustments */
  
  /* Prevent mobile zoom on input focus - Global fallback */
    
    /* Mobile section padding adjustments - more top padding, tight bottom padding */
    
    /* Additional mobile spacing overrides - more top padding, tight bottom padding */
    
    /* Mobile grid adjustments - reduced gaps */
    
    /* Mobile spacing utilities - significantly reduced */
    
    /* Mobile text size adjustments - consistent sizing */
    
    /* Mobile margin and padding adjustments - significantly reduced */
    
    /* Reduce gap between section descriptions and content - slightly more space */
    
    /* Reduce margin-bottom on section descriptions - slightly more space */
    
    /* Reduce margin-top on content grids that follow descriptions - slightly more space */
    
    /* Reduce spacing in text-center sections - slightly more space */
    
    /* Reduce spacing between description and cards - slightly more space */
    
    /* Reduce spacing in section containers after descriptions - slightly more space */
    
    /* Reduce spacing between FAQ descriptions and content - slightly more space */
    
    /* Reduce spacing between section titles and descriptions - slightly more space */
    
    /* Reduce spacing in common section patterns - slightly more space */
    
    /* Reduce spacing in feature sections - slightly more space */
    
    /* Reduce spacing between description and grid content - slightly more space */
    
    /* Reduce spacing in hero sections after descriptions - slightly more space */
    
    /* Reduce gap between Why Choose Ventu cards on mobile */
    
    /* Make large card icons smaller on mobile only */
    .lg\:h-24
    .w-24 {
      width: 2.5rem !important; /* 40px */
      height: 2.5rem !important; /* 40px */
    }
    
    /* Make large icons smaller on mobile only */
    
    /* Mobile hero section spacing - more top padding */
    
    /* Mobile section spacing overrides - more top padding */
    
    /* Mobile container spacing - more top padding */
    
    /* Mobile text center spacing - more top padding */
    
    /* Mobile max-width container spacing - more top padding */
    
    /* Mobile headline improvements - consistent sizing */
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    /* Mobile hero title adjustments - consistent sizing */
    
    /* Mobile section title adjustments - consistent sizing */
    
    /* Mobile button size adjustments - reduced padding */
    
    /* Mobile metrics spacing - reduced gaps */
    
    /* Mobile feature card adjustments - reduced padding */
    
    /* Mobile icon container adjustments - smaller icons */
    
    /* Mobile process step adjustments */
    
    /* Mobile FAQ adjustments */
    
    .faq-section .lg\:text-lg {
      font-size: 1rem;
    }
    
    /* Mobile form adjustments */
    
  /* Mobile input adjustments */
  
  /* Prevent mobile zoom on input focus - Global fallback */
    
    /* Mobile section padding adjustments - more top padding, tight bottom padding */
    
    /* Additional mobile spacing overrides - more top padding, tight bottom padding */
    
    /* Mobile grid adjustments - reduced gaps */
    
    /* Mobile spacing utilities - significantly reduced */
    
    /* Mobile text size adjustments - consistent sizing */
    
    /* Mobile margin and padding adjustments - significantly reduced */
    
    /* Reduce gap between section descriptions and content - slightly more space */
    
    /* Reduce margin-bottom on section descriptions - slightly more space */
    
    /* Reduce margin-top on content grids that follow descriptions - slightly more space */
    
    /* Reduce spacing in text-center sections - slightly more space */
    
    /* Reduce spacing between description and cards - slightly more space */
    
    /* Reduce spacing in section containers after descriptions - slightly more space */
    
    /* Reduce spacing between FAQ descriptions and content - slightly more space */
    
    /* Reduce spacing between section titles and descriptions - slightly more space */
    
    /* Reduce spacing in common section patterns - slightly more space */
    
    /* Reduce spacing in feature sections - slightly more space */
    
    /* Reduce spacing between description and grid content - slightly more space */
    
    /* Reduce spacing in hero sections after descriptions - slightly more space */
    
    /* Reduce gap between Why Choose Ventu cards on mobile */
    
    /* Make large card icons smaller on mobile only */
    
    /* Make large icons smaller on mobile only */
    
    /* Mobile hero section spacing - more top padding */
    
    /* Mobile section spacing overrides - more top padding */
    
    /* Mobile container spacing - more top padding */
    
    /* Mobile text center spacing - more top padding */
    
    /* Mobile max-width container spacing - more top padding */
    
    /* Mobile headline improvements - consistent sizing */
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    /* Mobile hero title adjustments - consistent sizing */
    
    /* Mobile section title adjustments - consistent sizing */
    
    /* Mobile button size adjustments - reduced padding */
    
    /* Mobile metrics spacing - reduced gaps */
    
    /* Mobile feature card adjustments - reduced padding */
    
    /* Mobile icon container adjustments - smaller icons */
    
    /* Mobile process step adjustments */
    
    /* Mobile FAQ adjustments */
    
    /* Mobile form adjustments */
    
    .form-container .lg\:space-y-8 {
      gap: 1.5rem;
    }
    
  /* Mobile input adjustments */
  
  /* Prevent mobile zoom on input focus - Global fallback */
    
    /* Mobile section padding adjustments - more top padding, tight bottom padding */
    
    /* Additional mobile spacing overrides - more top padding, tight bottom padding */
    
    /* Mobile grid adjustments - reduced gaps */
    
    /* Mobile spacing utilities - significantly reduced */
    
    .lg\:space-y-8 > :not([hidden]) ~ :not([hidden]) {
      margin-top: 0.625rem;
    }
    
    /* Mobile text size adjustments - consistent sizing */
    
    /* Mobile margin and padding adjustments - significantly reduced */
    
    /* Reduce gap between section descriptions and content - slightly more space */
    
    /* Reduce margin-bottom on section descriptions - slightly more space */
    
    /* Reduce margin-top on content grids that follow descriptions - slightly more space */
    
    /* Reduce spacing in text-center sections - slightly more space */
    
    /* Reduce spacing between description and cards - slightly more space */
    
    /* Reduce spacing in section containers after descriptions - slightly more space */
    
    /* Reduce spacing between FAQ descriptions and content - slightly more space */
    
    /* Reduce spacing between section titles and descriptions - slightly more space */
    
    /* Reduce spacing in common section patterns - slightly more space */
    
    /* Reduce spacing in feature sections - slightly more space */
    
    /* Reduce spacing between description and grid content - slightly more space */
    
    /* Reduce spacing in hero sections after descriptions - slightly more space */
    
    /* Reduce gap between Why Choose Ventu cards on mobile */
    
    /* Make large card icons smaller on mobile only */
    
    /* Make large icons smaller on mobile only */
    
    /* Mobile hero section spacing - more top padding */
    
    /* Mobile section spacing overrides - more top padding */
    
    /* Mobile container spacing - more top padding */
    
    /* Mobile text center spacing - more top padding */
    
    /* Mobile max-width container spacing - more top padding */
    
    /* Mobile headline improvements - consistent sizing */
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    /* Mobile hero title adjustments - consistent sizing */
    
    /* Mobile section title adjustments - consistent sizing */
    
    /* Mobile button size adjustments - reduced padding */
    
    /* Mobile metrics spacing - reduced gaps */
    
    /* Mobile feature card adjustments - reduced padding */
    
    /* Mobile icon container adjustments - smaller icons */
    
    /* Mobile process step adjustments */
    
    /* Mobile FAQ adjustments */
    
    /* Mobile form adjustments */
    
  /* Mobile input adjustments */
  
  /* Prevent mobile zoom on input focus - Global fallback */
    
    /* Mobile section padding adjustments - more top padding, tight bottom padding */
    
    /* Additional mobile spacing overrides - more top padding, tight bottom padding */
    
    /* Mobile grid adjustments - reduced gaps */
    
    /* Mobile spacing utilities - significantly reduced */
    .lg\:space-y-12 > :not([hidden]) ~ :not([hidden]) {
      margin-top: 1rem;
    }
    
    /* Mobile text size adjustments - consistent sizing */
    
    /* Mobile margin and padding adjustments - significantly reduced */
    
    /* Reduce gap between section descriptions and content - slightly more space */
    
    /* Reduce margin-bottom on section descriptions - slightly more space */
    
    /* Reduce margin-top on content grids that follow descriptions - slightly more space */
    
    /* Reduce spacing in text-center sections - slightly more space */
    
    /* Reduce spacing between description and cards - slightly more space */
    
    /* Reduce spacing in section containers after descriptions - slightly more space */
    
    /* Reduce spacing between FAQ descriptions and content - slightly more space */
    
    /* Reduce spacing between section titles and descriptions - slightly more space */
    
    /* Reduce spacing in common section patterns - slightly more space */
    
    /* Reduce spacing in feature sections - slightly more space */
    
    /* Reduce spacing between description and grid content - slightly more space */
    
    /* Reduce spacing in hero sections after descriptions - slightly more space */
    
    /* Reduce gap between Why Choose Ventu cards on mobile */
    
    /* Make large card icons smaller on mobile only */
    
    /* Make large icons smaller on mobile only */
    
    /* Mobile hero section spacing - more top padding */
    
    /* Mobile section spacing overrides - more top padding */
    
    /* Mobile container spacing - more top padding */
    
    /* Mobile text center spacing - more top padding */
    
    /* Mobile max-width container spacing - more top padding */
    
    /* Mobile headline improvements - consistent sizing */
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    /* Mobile hero title adjustments - consistent sizing */
    
    /* Mobile section title adjustments - consistent sizing */
    
    /* Mobile button size adjustments - reduced padding */
    
    /* Mobile metrics spacing - reduced gaps */
    
    /* Mobile feature card adjustments - reduced padding */
    
    /* Mobile icon container adjustments - smaller icons */
    
    /* Mobile process step adjustments */
    
    /* Mobile FAQ adjustments */
    
    /* Mobile form adjustments */
    
  /* Mobile input adjustments */
  
  /* Prevent mobile zoom on input focus - Global fallback */
    
    /* Mobile section padding adjustments - more top padding, tight bottom padding */
    
    /* Additional mobile spacing overrides - more top padding, tight bottom padding */
    
    /* Mobile grid adjustments - reduced gaps */
    
    /* Mobile spacing utilities - significantly reduced */
    
    .lg\:space-y-10 > :not([hidden]) ~ :not([hidden]) {
      margin-top: 0.75rem;
    }
    
    /* Mobile text size adjustments - consistent sizing */
    
    /* Mobile margin and padding adjustments - significantly reduced */
    
    /* Reduce gap between section descriptions and content - slightly more space */
    
    /* Reduce margin-bottom on section descriptions - slightly more space */
    
    /* Reduce margin-top on content grids that follow descriptions - slightly more space */
    
    /* Reduce spacing in text-center sections - slightly more space */
    
    /* Reduce spacing between description and cards - slightly more space */
    
    /* Reduce spacing in section containers after descriptions - slightly more space */
    
    /* Reduce spacing between FAQ descriptions and content - slightly more space */
    
    /* Reduce spacing between section titles and descriptions - slightly more space */
    
    /* Reduce spacing in common section patterns - slightly more space */
    
    /* Reduce spacing in feature sections - slightly more space */
    
    /* Reduce spacing between description and grid content - slightly more space */
    
    /* Reduce spacing in hero sections after descriptions - slightly more space */
    
    /* Reduce gap between Why Choose Ventu cards on mobile */
    
    /* Make large card icons smaller on mobile only */
    
    /* Make large icons smaller on mobile only */
    
    /* Mobile hero section spacing - more top padding */
    
    /* Mobile section spacing overrides - more top padding */
    
    /* Mobile container spacing - more top padding */
    
    /* Mobile text center spacing - more top padding */
    
    /* Mobile max-width container spacing - more top padding */
    
    /* Mobile headline improvements - consistent sizing */
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    /* Mobile hero title adjustments - consistent sizing */
    
    /* Mobile section title adjustments - consistent sizing */
    
    /* Mobile button size adjustments - reduced padding */
    
    /* Mobile metrics spacing - reduced gaps */
    
    /* Mobile feature card adjustments - reduced padding */
    
    /* Mobile icon container adjustments - smaller icons */
    
    /* Mobile process step adjustments */
    
    /* Mobile FAQ adjustments */
    
    /* Mobile form adjustments */
    
    .form-container .lg\:space-y-8 {
      gap: 1.5rem;
    }
    
  /* Mobile input adjustments */
  
  /* Prevent mobile zoom on input focus - Global fallback */
    
    /* Mobile section padding adjustments - more top padding, tight bottom padding */
    
    /* Additional mobile spacing overrides - more top padding, tight bottom padding */
    
    /* Mobile grid adjustments - reduced gaps */
    
    /* Mobile spacing utilities - significantly reduced */
    
    .lg\:space-y-8 > :not([hidden]) ~ :not([hidden]) {
      margin-top: 0.625rem;
    }
    
    /* Mobile text size adjustments - consistent sizing */
    
    /* Mobile margin and padding adjustments - significantly reduced */
    
    /* Reduce gap between section descriptions and content - slightly more space */
    
    /* Reduce margin-bottom on section descriptions - slightly more space */
    
    /* Reduce margin-top on content grids that follow descriptions - slightly more space */
    
    /* Reduce spacing in text-center sections - slightly more space */
    
    /* Reduce spacing between description and cards - slightly more space */
    
    /* Reduce spacing in section containers after descriptions - slightly more space */
    
    /* Reduce spacing between FAQ descriptions and content - slightly more space */
    
    /* Reduce spacing between section titles and descriptions - slightly more space */
    
    /* Reduce spacing in common section patterns - slightly more space */
    
    /* Reduce spacing in feature sections - slightly more space */
    
    /* Reduce spacing between description and grid content - slightly more space */
    
    /* Reduce spacing in hero sections after descriptions - slightly more space */
    
    /* Reduce gap between Why Choose Ventu cards on mobile */
    
    /* Make large card icons smaller on mobile only */
    
    /* Make large icons smaller on mobile only */
    
    /* Mobile hero section spacing - more top padding */
    
    /* Mobile section spacing overrides - more top padding */
    
    /* Mobile container spacing - more top padding */
    
    /* Mobile text center spacing - more top padding */
    
    /* Mobile max-width container spacing - more top padding */
    
    /* Mobile headline improvements - consistent sizing */
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    /* Mobile hero title adjustments - consistent sizing */
    
    /* Mobile section title adjustments - consistent sizing */
    
    /* Mobile button size adjustments - reduced padding */
    
    /* Mobile metrics spacing - reduced gaps */
    
    .hero-section .flex.flex-wrap .lg\:text-2xl {
      font-size: 1.125rem;
    }
    
    /* Mobile feature card adjustments - reduced padding */
    
    /* Mobile icon container adjustments - smaller icons */
    
    /* Mobile process step adjustments */
    
    /* Mobile FAQ adjustments */
    
    /* Mobile form adjustments */
    
  /* Mobile input adjustments */
  
  /* Prevent mobile zoom on input focus - Global fallback */
    
    /* Mobile section padding adjustments - more top padding, tight bottom padding */
    
    /* Additional mobile spacing overrides - more top padding, tight bottom padding */
    
    /* Mobile grid adjustments - reduced gaps */
    
    /* Mobile spacing utilities - significantly reduced */
    
    /* Mobile text size adjustments - consistent sizing */
    
    .lg\:text-2xl {
      font-size: 1.125rem;
    }
    
    /* Mobile margin and padding adjustments - significantly reduced */
    
    /* Reduce gap between section descriptions and content - slightly more space */
    
    /* Reduce margin-bottom on section descriptions - slightly more space */
    
    /* Reduce margin-top on content grids that follow descriptions - slightly more space */
    
    /* Reduce spacing in text-center sections - slightly more space */
    
    /* Reduce spacing between description and cards - slightly more space */
    
    /* Reduce spacing in section containers after descriptions - slightly more space */
    
    /* Reduce spacing between FAQ descriptions and content - slightly more space */
    
    /* Reduce spacing between section titles and descriptions - slightly more space */
    
    /* Reduce spacing in common section patterns - slightly more space */
    
    /* Reduce spacing in feature sections - slightly more space */
    
    /* Reduce spacing between description and grid content - slightly more space */
    
    /* Reduce spacing in hero sections after descriptions - slightly more space */
    
    /* Reduce gap between Why Choose Ventu cards on mobile */
    
    /* Make large card icons smaller on mobile only */
    
    /* Make large icons smaller on mobile only */
    
    /* Mobile hero section spacing - more top padding */
    
    /* Mobile section spacing overrides - more top padding */
    
    /* Mobile container spacing - more top padding */
    
    /* Mobile text center spacing - more top padding */
    
    /* Mobile max-width container spacing - more top padding */
    
    /* Mobile headline improvements - consistent sizing */
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    /* Mobile hero title adjustments - consistent sizing */
    
    /* Mobile section title adjustments - consistent sizing */
    
    /* Mobile button size adjustments - reduced padding */
    
    /* Mobile metrics spacing - reduced gaps */
    
    /* Mobile feature card adjustments - reduced padding */
    
    /* Mobile icon container adjustments - smaller icons */
    
    /* Mobile process step adjustments */
    
    /* Mobile FAQ adjustments */
    
    /* Mobile form adjustments */
    
  /* Mobile input adjustments */
  
  /* Prevent mobile zoom on input focus - Global fallback */
    
    /* Mobile section padding adjustments - more top padding, tight bottom padding */
    
    /* Additional mobile spacing overrides - more top padding, tight bottom padding */
    
    /* Mobile grid adjustments - reduced gaps */
    
    /* Mobile spacing utilities - significantly reduced */
    
    /* Mobile text size adjustments - consistent sizing */
    
    .lg\:text-4xl {
      font-size: 1.5rem;
    }
    
    /* Mobile margin and padding adjustments - significantly reduced */
    
    /* Reduce gap between section descriptions and content - slightly more space */
    
    /* Reduce margin-bottom on section descriptions - slightly more space */
    
    /* Reduce margin-top on content grids that follow descriptions - slightly more space */
    
    /* Reduce spacing in text-center sections - slightly more space */
    
    /* Reduce spacing between description and cards - slightly more space */
    
    /* Reduce spacing in section containers after descriptions - slightly more space */
    
    /* Reduce spacing between FAQ descriptions and content - slightly more space */
    
    /* Reduce spacing between section titles and descriptions - slightly more space */
    
    /* Reduce spacing in common section patterns - slightly more space */
    
    /* Reduce spacing in feature sections - slightly more space */
    
    /* Reduce spacing between description and grid content - slightly more space */
    
    /* Reduce spacing in hero sections after descriptions - slightly more space */
    
    /* Reduce gap between Why Choose Ventu cards on mobile */
    
    /* Make large card icons smaller on mobile only */
    
    /* Make large icons smaller on mobile only */
    
    /* Mobile hero section spacing - more top padding */
    
    /* Mobile section spacing overrides - more top padding */
    
    /* Mobile container spacing - more top padding */
    
    /* Mobile text center spacing - more top padding */
    
    /* Mobile max-width container spacing - more top padding */
    
    /* Mobile headline improvements - consistent sizing */
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    /* Mobile hero title adjustments - consistent sizing */
    
    /* Mobile section title adjustments - consistent sizing */
    
    /* Mobile button size adjustments - reduced padding */
    
    /* Mobile metrics spacing - reduced gaps */
    
    /* Mobile feature card adjustments - reduced padding */
    
    /* Mobile icon container adjustments - smaller icons */
    
    /* Mobile process step adjustments */
    
    /* Mobile FAQ adjustments */
    
    /* Mobile form adjustments */
    
  /* Mobile input adjustments */
  
  /* Prevent mobile zoom on input focus - Global fallback */
    
    /* Mobile section padding adjustments - more top padding, tight bottom padding */
    
    /* Additional mobile spacing overrides - more top padding, tight bottom padding */
    
    /* Mobile grid adjustments - reduced gaps */
    
    /* Mobile spacing utilities - significantly reduced */
    
    /* Mobile text size adjustments - consistent sizing */
    
    .lg\:text-6xl {
      font-size: 2.25rem;
    }
    
    /* Mobile margin and padding adjustments - significantly reduced */
    
    /* Reduce gap between section descriptions and content - slightly more space */
    
    /* Reduce margin-bottom on section descriptions - slightly more space */
    
    /* Reduce margin-top on content grids that follow descriptions - slightly more space */
    
    /* Reduce spacing in text-center sections - slightly more space */
    
    /* Reduce spacing between description and cards - slightly more space */
    
    /* Reduce spacing in section containers after descriptions - slightly more space */
    
    /* Reduce spacing between FAQ descriptions and content - slightly more space */
    
    /* Reduce spacing between section titles and descriptions - slightly more space */
    
    /* Reduce spacing in common section patterns - slightly more space */
    
    /* Reduce spacing in feature sections - slightly more space */
    
    /* Reduce spacing between description and grid content - slightly more space */
    
    /* Reduce spacing in hero sections after descriptions - slightly more space */
    
    /* Reduce gap between Why Choose Ventu cards on mobile */
    
    /* Make large card icons smaller on mobile only */
    
    /* Make large icons smaller on mobile only */
    
    /* Mobile hero section spacing - more top padding */
    
    /* Mobile section spacing overrides - more top padding */
    
    /* Mobile container spacing - more top padding */
    
    /* Mobile text center spacing - more top padding */
    
    /* Mobile max-width container spacing - more top padding */
    
    /* Mobile headline improvements - consistent sizing */
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    /* Mobile hero title adjustments - consistent sizing */
    
    /* Mobile section title adjustments - consistent sizing */
    
    /* Mobile button size adjustments - reduced padding */
    
    /* Mobile metrics spacing - reduced gaps */
    
    /* Mobile feature card adjustments - reduced padding */
    
    /* Mobile icon container adjustments - smaller icons */
    
    /* Mobile process step adjustments */
    
    /* Mobile FAQ adjustments */
    
    /* Mobile form adjustments */
    
  /* Mobile input adjustments */
  
  /* Prevent mobile zoom on input focus - Global fallback */
    
    /* Mobile section padding adjustments - more top padding, tight bottom padding */
    
    /* Additional mobile spacing overrides - more top padding, tight bottom padding */
    
    /* Mobile grid adjustments - reduced gaps */
    
    /* Mobile spacing utilities - significantly reduced */
    
    /* Mobile text size adjustments - consistent sizing */
    
    /* Mobile margin and padding adjustments - significantly reduced */
    .lg\:mb-24 {
      margin-bottom: 1.5rem;
    }
    
    /* Reduce gap between section descriptions and content - slightly more space */
    
    /* Reduce margin-bottom on section descriptions - slightly more space */
    
    /* Reduce margin-top on content grids that follow descriptions - slightly more space */
    
    /* Reduce spacing in text-center sections - slightly more space */
    
    /* Reduce spacing between description and cards - slightly more space */
    
    /* Reduce spacing in section containers after descriptions - slightly more space */
    
    /* Reduce spacing between FAQ descriptions and content - slightly more space */
    
    /* Reduce spacing between section titles and descriptions - slightly more space */
    
    /* Reduce spacing in common section patterns - slightly more space */
    .lg\:mb-24 {
      margin-bottom: 1.25rem !important;
    }
    
    /* Reduce spacing in feature sections - slightly more space */
    .lg\:mb-24.text-center {
      margin-bottom: 1rem !important;
    }
    
    /* Reduce spacing between description and grid content - slightly more space */
    
    /* Reduce spacing in hero sections after descriptions - slightly more space */
    
    /* Reduce gap between Why Choose Ventu cards on mobile */
    
    /* Make large card icons smaller on mobile only */
    
    /* Make large icons smaller on mobile only */
    
    /* Mobile hero section spacing - more top padding */
    
    /* Mobile section spacing overrides - more top padding */
    
    /* Mobile container spacing - more top padding */
    
    /* Mobile text center spacing - more top padding */
    
    /* Mobile max-width container spacing - more top padding */
    
    /* Mobile headline improvements - consistent sizing */
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    /* Mobile hero title adjustments - consistent sizing */
    
    /* Mobile section title adjustments - consistent sizing */
    
    /* Mobile button size adjustments - reduced padding */
    
    /* Mobile metrics spacing - reduced gaps */
    
    /* Mobile feature card adjustments - reduced padding */
    
    /* Mobile icon container adjustments - smaller icons */
    
    /* Mobile process step adjustments */
    
    /* Mobile FAQ adjustments */
    
    /* Mobile form adjustments */
    
  /* Mobile input adjustments */
  
  /* Prevent mobile zoom on input focus - Global fallback */
    
    /* Mobile section padding adjustments - more top padding, tight bottom padding */
    
    /* Additional mobile spacing overrides - more top padding, tight bottom padding */
    
    /* Mobile grid adjustments - reduced gaps */
    
    /* Mobile spacing utilities - significantly reduced */
    
    /* Mobile text size adjustments - consistent sizing */
    
    /* Mobile margin and padding adjustments - significantly reduced */
    
    .lg\:mb-10 {
      margin-bottom: 0.625rem;
    }
    
    /* Reduce gap between section descriptions and content - slightly more space */
    
    /* Reduce margin-bottom on section descriptions - slightly more space */
    
    /* Reduce margin-top on content grids that follow descriptions - slightly more space */
    
    /* Reduce spacing in text-center sections - slightly more space */
    
    /* Reduce spacing between description and cards - slightly more space */
    
    /* Reduce spacing in section containers after descriptions - slightly more space */
    
    /* Reduce spacing between FAQ descriptions and content - slightly more space */
    
    /* Reduce spacing between section titles and descriptions - slightly more space */
    
    /* Reduce spacing in common section patterns - slightly more space */
    
    /* Reduce spacing in feature sections - slightly more space */
    
    /* Reduce spacing between description and grid content - slightly more space */
    
    /* Reduce spacing in hero sections after descriptions - slightly more space */
    
    /* Reduce gap between Why Choose Ventu cards on mobile */
    
    /* Make large card icons smaller on mobile only */
    
    /* Make large icons smaller on mobile only */
    
    /* Mobile hero section spacing - more top padding */
    
    /* Mobile section spacing overrides - more top padding */
    
    /* Mobile container spacing - more top padding */
    
    /* Mobile text center spacing - more top padding */
    
    /* Mobile max-width container spacing - more top padding */
    
    /* Mobile headline improvements - consistent sizing */
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    /* Mobile hero title adjustments - consistent sizing */
    
    /* Mobile section title adjustments - consistent sizing */
    
    /* Mobile button size adjustments - reduced padding */
    
    /* Mobile metrics spacing - reduced gaps */
    
    /* Mobile feature card adjustments - reduced padding */
    
    /* Mobile icon container adjustments - smaller icons */
    
    /* Mobile process step adjustments */
    
    /* Mobile FAQ adjustments */
    
    /* Mobile form adjustments */
    
  /* Mobile input adjustments */
  
  /* Prevent mobile zoom on input focus - Global fallback */
    
    /* Mobile section padding adjustments - more top padding, tight bottom padding */
    
    /* Additional mobile spacing overrides - more top padding, tight bottom padding */
    
    /* Mobile grid adjustments - reduced gaps */
    
    /* Mobile spacing utilities - significantly reduced */
    
    /* Mobile text size adjustments - consistent sizing */
    
    /* Mobile margin and padding adjustments - significantly reduced */
    
    .lg\:mb-8 {
      margin-bottom: 0.5rem;
    }
    
    /* Reduce gap between section descriptions and content - slightly more space */
    
    /* Reduce margin-bottom on section descriptions - slightly more space */
    
    /* Reduce margin-top on content grids that follow descriptions - slightly more space */
    
    /* Reduce spacing in text-center sections - slightly more space */
    
    /* Reduce spacing between description and cards - slightly more space */
    
    /* Reduce spacing in section containers after descriptions - slightly more space */
    
    /* Reduce spacing between FAQ descriptions and content - slightly more space */
    
    /* Reduce spacing between section titles and descriptions - slightly more space */
    
    /* Reduce spacing in common section patterns - slightly more space */
    
    /* Reduce spacing in feature sections - slightly more space */
    
    /* Reduce spacing between description and grid content - slightly more space */
    
    /* Reduce spacing in hero sections after descriptions - slightly more space */
    
    /* Reduce gap between Why Choose Ventu cards on mobile */
    
    /* Make large card icons smaller on mobile only */
    
    /* Make large icons smaller on mobile only */
    
    /* Mobile hero section spacing - more top padding */
    
    /* Mobile section spacing overrides - more top padding */
    
    /* Mobile container spacing - more top padding */
    
    /* Mobile text center spacing - more top padding */
    
    /* Mobile max-width container spacing - more top padding */
    
    /* Mobile headline improvements - consistent sizing */
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    /* Mobile hero title adjustments - consistent sizing */
    
    /* Mobile section title adjustments - consistent sizing */
    
    /* Mobile button size adjustments - reduced padding */
    
    /* Mobile metrics spacing - reduced gaps */
    
    /* Mobile feature card adjustments - reduced padding */
    
    /* Mobile icon container adjustments - smaller icons */
    
    /* Mobile process step adjustments */
    
    /* Mobile FAQ adjustments */
    
    /* Mobile form adjustments */
    
  /* Mobile input adjustments */
  
  /* Prevent mobile zoom on input focus - Global fallback */
    
    /* Mobile section padding adjustments - more top padding, tight bottom padding */
    
    /* Additional mobile spacing overrides - more top padding, tight bottom padding */
    
    /* Mobile grid adjustments - reduced gaps */
    
    /* Mobile spacing utilities - significantly reduced */
    
    /* Mobile text size adjustments - consistent sizing */
    
    /* Mobile margin and padding adjustments - significantly reduced */
    
    .lg\:pt-12 {
      padding-top: 1.5rem;
    }
    
    /* Reduce gap between section descriptions and content - slightly more space */
    
    /* Reduce margin-bottom on section descriptions - slightly more space */
    
    /* Reduce margin-top on content grids that follow descriptions - slightly more space */
    
    /* Reduce spacing in text-center sections - slightly more space */
    
    /* Reduce spacing between description and cards - slightly more space */
    
    /* Reduce spacing in section containers after descriptions - slightly more space */
    
    /* Reduce spacing between FAQ descriptions and content - slightly more space */
    
    /* Reduce spacing between section titles and descriptions - slightly more space */
    
    /* Reduce spacing in common section patterns - slightly more space */
    
    /* Reduce spacing in feature sections - slightly more space */
    
    /* Reduce spacing between description and grid content - slightly more space */
    
    /* Reduce spacing in hero sections after descriptions - slightly more space */
    
    /* Reduce gap between Why Choose Ventu cards on mobile */
    
    /* Make large card icons smaller on mobile only */
    
    /* Make large icons smaller on mobile only */
    
    /* Mobile hero section spacing - more top padding */
    
    /* Mobile section spacing overrides - more top padding */
    
    /* Mobile container spacing - more top padding */
    
    /* Mobile text center spacing - more top padding */
    
    /* Mobile max-width container spacing - more top padding */
    
    /* Mobile headline improvements - consistent sizing */
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    /* Mobile hero title adjustments - consistent sizing */
    
    /* Mobile section title adjustments - consistent sizing */
    
    /* Mobile button size adjustments - reduced padding */
    
    /* Mobile metrics spacing - reduced gaps */
    
    /* Mobile feature card adjustments - reduced padding */
    
    /* Mobile icon container adjustments - smaller icons */
    
    /* Mobile process step adjustments */
    
    /* Mobile FAQ adjustments */
    
    /* Mobile form adjustments */
    
  /* Mobile input adjustments */
  
  /* Prevent mobile zoom on input focus - Global fallback */
    
    /* Mobile section padding adjustments - more top padding, tight bottom padding */
    
    /* Additional mobile spacing overrides - more top padding, tight bottom padding */
    
    /* Mobile grid adjustments - reduced gaps */
    
    /* Mobile spacing utilities - significantly reduced */
    
    /* Mobile text size adjustments - consistent sizing */
    
    /* Mobile margin and padding adjustments - significantly reduced */
    .lg\:mb-24 {
      margin-bottom: 1.5rem;
    }
    
    /* Reduce gap between section descriptions and content - slightly more space */
    
    /* Reduce margin-bottom on section descriptions - slightly more space */
    
    /* Reduce margin-top on content grids that follow descriptions - slightly more space */
    
    /* Reduce spacing in text-center sections - slightly more space */
    
    /* Reduce spacing between description and cards - slightly more space */
    
    /* Reduce spacing in section containers after descriptions - slightly more space */
    
    /* Reduce spacing between FAQ descriptions and content - slightly more space */
    
    /* Reduce spacing between section titles and descriptions - slightly more space */
    
    /* Reduce spacing in common section patterns - slightly more space */
    .lg\:mb-24 {
      margin-bottom: 1.25rem !important;
    }
    
    /* Reduce spacing in feature sections - slightly more space */
    .lg\:mb-24.text-center {
      margin-bottom: 1rem !important;
    }
    
    /* Reduce spacing between description and grid content - slightly more space */
    
    /* Reduce spacing in hero sections after descriptions - slightly more space */
    
    /* Reduce gap between Why Choose Ventu cards on mobile */
    
    /* Make large card icons smaller on mobile only */
    
    /* Make large icons smaller on mobile only */
    
    /* Mobile hero section spacing - more top padding */
    
    /* Mobile section spacing overrides - more top padding */
    
    /* Mobile container spacing - more top padding */
    
    /* Mobile text center spacing - more top padding */
    
    /* Mobile max-width container spacing - more top padding */
    
    /* Mobile headline improvements - consistent sizing */
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    /* Mobile hero title adjustments - consistent sizing */
    
    /* Mobile section title adjustments - consistent sizing */
    
    /* Mobile button size adjustments - reduced padding */
    
    /* Mobile metrics spacing - reduced gaps */
    
    /* Mobile feature card adjustments - reduced padding */
    
    /* Mobile icon container adjustments - smaller icons */
    
    /* Mobile process step adjustments */
    
    /* Mobile FAQ adjustments */
    
    /* Mobile form adjustments */
    
  /* Mobile input adjustments */
  
  /* Prevent mobile zoom on input focus - Global fallback */
    
    /* Mobile section padding adjustments - more top padding, tight bottom padding */
    
    /* Additional mobile spacing overrides - more top padding, tight bottom padding */
    
    /* Mobile grid adjustments - reduced gaps */
    
    /* Mobile spacing utilities - significantly reduced */
    
    /* Mobile text size adjustments - consistent sizing */
    
    /* Mobile margin and padding adjustments - significantly reduced */
    .lg\:mb-24 {
      margin-bottom: 1.5rem;
    }
    
    /* Reduce gap between section descriptions and content - slightly more space */
    
    /* Reduce margin-bottom on section descriptions - slightly more space */
    
    /* Reduce margin-top on content grids that follow descriptions - slightly more space */
    
    /* Reduce spacing in text-center sections - slightly more space */
    
    /* Reduce spacing between description and cards - slightly more space */
    
    /* Reduce spacing in section containers after descriptions - slightly more space */
    
    /* Reduce spacing between FAQ descriptions and content - slightly more space */
    
    /* Reduce spacing between section titles and descriptions - slightly more space */
    
    /* Reduce spacing in common section patterns - slightly more space */
    .lg\:mb-24 {
      margin-bottom: 1.25rem !important;
    }
    
    /* Reduce spacing in feature sections - slightly more space */
    .lg\:mb-24.text-center {
      margin-bottom: 1rem !important;
    }
    
    /* Reduce spacing between description and grid content - slightly more space */
    
    /* Reduce spacing in hero sections after descriptions - slightly more space */
    
    /* Reduce gap between Why Choose Ventu cards on mobile */
    
    /* Make large card icons smaller on mobile only */
    
    /* Make large icons smaller on mobile only */
    
    /* Mobile hero section spacing - more top padding */
    
    /* Mobile section spacing overrides - more top padding */
    
    /* Mobile container spacing - more top padding */
    
    /* Mobile text center spacing - more top padding */
    
    /* Mobile max-width container spacing - more top padding */
    
    /* Mobile headline improvements - consistent sizing */
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    /* Mobile hero title adjustments - consistent sizing */
    
    /* Mobile section title adjustments - consistent sizing */
    
    /* Mobile button size adjustments - reduced padding */
    
    /* Mobile metrics spacing - reduced gaps */
    
    /* Mobile feature card adjustments - reduced padding */
    
    /* Mobile icon container adjustments - smaller icons */
    
    /* Mobile process step adjustments */
    
    /* Mobile FAQ adjustments */
    
    /* Mobile form adjustments */
    
  /* Mobile input adjustments */
  
  /* Prevent mobile zoom on input focus - Global fallback */
    
    /* Mobile section padding adjustments - more top padding, tight bottom padding */
    
    /* Additional mobile spacing overrides - more top padding, tight bottom padding */
    
    /* Mobile grid adjustments - reduced gaps */
    
    /* Mobile spacing utilities - significantly reduced */
    
    /* Mobile text size adjustments - consistent sizing */
    
    /* Mobile margin and padding adjustments - significantly reduced */
    
    /* Reduce gap between section descriptions and content - slightly more space */
    
    /* Reduce margin-bottom on section descriptions - slightly more space */
    
    /* Reduce margin-top on content grids that follow descriptions - slightly more space */
    
    /* Reduce spacing in text-center sections - slightly more space */
    
    /* Reduce spacing between description and cards - slightly more space */
    
    /* Reduce spacing in section containers after descriptions - slightly more space */
    
    /* Reduce spacing between FAQ descriptions and content - slightly more space */
    
    /* Reduce spacing between section titles and descriptions - slightly more space */
    
    /* Reduce spacing in common section patterns - slightly more space */
    
    /* Reduce spacing in feature sections - slightly more space */
    
    /* Reduce spacing between description and grid content - slightly more space */
    
    /* Reduce spacing in hero sections after descriptions - slightly more space */
    
    /* Reduce gap between Why Choose Ventu cards on mobile */
    .lg\:gap-8.grid {
      gap: 1.25rem !important; /* Reduce from 2rem to 1.25rem */
    }
    
    /* Make large card icons smaller on mobile only */
    
    /* Make large icons smaller on mobile only */
    
    /* Mobile hero section spacing - more top padding */
    
    /* Mobile section spacing overrides - more top padding */
    
    /* Mobile container spacing - more top padding */
    
    /* Mobile text center spacing - more top padding */
    
    /* Mobile max-width container spacing - more top padding */
    
    /* Mobile headline improvements - consistent sizing */
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    /* Mobile hero title adjustments - consistent sizing */
    
    /* Mobile section title adjustments - consistent sizing */
    
    /* Mobile button size adjustments - reduced padding */
    
    /* Mobile metrics spacing - reduced gaps */
    
    /* Mobile feature card adjustments - reduced padding */
    
    /* Mobile icon container adjustments - smaller icons */
    
    /* Mobile process step adjustments */
    .process-step .lg\:w-24 {
      width: 4rem;
    }
    
    /* Mobile FAQ adjustments */
    
    /* Mobile form adjustments */
    
  /* Mobile input adjustments */
  
  /* Prevent mobile zoom on input focus - Global fallback */
    
    /* Mobile section padding adjustments - more top padding, tight bottom padding */
    
    /* Additional mobile spacing overrides - more top padding, tight bottom padding */
    
    /* Mobile grid adjustments - reduced gaps */
    
    /* Mobile spacing utilities - significantly reduced */
    
    /* Mobile text size adjustments - consistent sizing */
    
    /* Mobile margin and padding adjustments - significantly reduced */
    
    /* Reduce gap between section descriptions and content - slightly more space */
    
    /* Reduce margin-bottom on section descriptions - slightly more space */
    
    /* Reduce margin-top on content grids that follow descriptions - slightly more space */
    
    /* Reduce spacing in text-center sections - slightly more space */
    
    /* Reduce spacing between description and cards - slightly more space */
    
    /* Reduce spacing in section containers after descriptions - slightly more space */
    
    /* Reduce spacing between FAQ descriptions and content - slightly more space */
    
    /* Reduce spacing between section titles and descriptions - slightly more space */
    
    /* Reduce spacing in common section patterns - slightly more space */
    
    /* Reduce spacing in feature sections - slightly more space */
    
    /* Reduce spacing between description and grid content - slightly more space */
    
    /* Reduce spacing in hero sections after descriptions - slightly more space */
    
    /* Reduce gap between Why Choose Ventu cards on mobile */
    
    /* Make large card icons smaller on mobile only */
    .lg\:w-24.h-24 {
      width: 2.5rem !important; /* 40px */
      height: 2.5rem !important; /* 40px */
    }
    
    /* Make large icons smaller on mobile only */
    
    /* Mobile hero section spacing - more top padding */
    
    /* Mobile section spacing overrides - more top padding */
    
    /* Mobile container spacing - more top padding */
    
    /* Mobile text center spacing - more top padding */
    
    /* Mobile max-width container spacing - more top padding */
    
    /* Mobile headline improvements - consistent sizing */
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    /* Mobile hero title adjustments - consistent sizing */
    
    /* Mobile section title adjustments - consistent sizing */
    
    /* Mobile button size adjustments - reduced padding */
    
    /* Mobile metrics spacing - reduced gaps */
    
    /* Mobile feature card adjustments - reduced padding */
    
    /* Mobile icon container adjustments - smaller icons */
    
    /* Mobile process step adjustments */
    
    .process-step .lg\:h-24 {
      height: 4rem;
    }
    
    /* Mobile FAQ adjustments */
    
    /* Mobile form adjustments */
    
  /* Mobile input adjustments */
  
  /* Prevent mobile zoom on input focus - Global fallback */
    
    /* Mobile section padding adjustments - more top padding, tight bottom padding */
    
    /* Additional mobile spacing overrides - more top padding, tight bottom padding */
    
    /* Mobile grid adjustments - reduced gaps */
    
    /* Mobile spacing utilities - significantly reduced */
    
    /* Mobile text size adjustments - consistent sizing */
    
    /* Mobile margin and padding adjustments - significantly reduced */
    
    /* Reduce gap between section descriptions and content - slightly more space */
    
    /* Reduce margin-bottom on section descriptions - slightly more space */
    
    /* Reduce margin-top on content grids that follow descriptions - slightly more space */
    
    /* Reduce spacing in text-center sections - slightly more space */
    
    /* Reduce spacing between description and cards - slightly more space */
    
    /* Reduce spacing in section containers after descriptions - slightly more space */
    
    /* Reduce spacing between FAQ descriptions and content - slightly more space */
    
    /* Reduce spacing between section titles and descriptions - slightly more space */
    
    /* Reduce spacing in common section patterns - slightly more space */
    
    /* Reduce spacing in feature sections - slightly more space */
    
    /* Reduce spacing between description and grid content - slightly more space */
    
    /* Reduce spacing in hero sections after descriptions - slightly more space */
    
    /* Reduce gap between Why Choose Ventu cards on mobile */
    
    /* Make large card icons smaller on mobile only */
    .lg\:h-24
    .w-24 {
      width: 2.5rem !important; /* 40px */
      height: 2.5rem !important; /* 40px */
    }
    
    /* Make large icons smaller on mobile only */
    
    /* Mobile hero section spacing - more top padding */
    
    /* Mobile section spacing overrides - more top padding */
    
    /* Mobile container spacing - more top padding */
    
    /* Mobile text center spacing - more top padding */
    
    /* Mobile max-width container spacing - more top padding */
    
    /* Mobile headline improvements - consistent sizing */
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    /* Mobile hero title adjustments - consistent sizing */
    
    /* Mobile section title adjustments - consistent sizing */
    
    /* Mobile button size adjustments - reduced padding */
    
    /* Mobile metrics spacing - reduced gaps */
    
    /* Mobile feature card adjustments - reduced padding */
    
    /* Mobile icon container adjustments - smaller icons */
    
    /* Mobile process step adjustments */
    
    /* Mobile FAQ adjustments */
    
    /* Mobile form adjustments */
    
  /* Mobile input adjustments */
  
  /* Prevent mobile zoom on input focus - Global fallback */
    
    /* Mobile section padding adjustments - more top padding, tight bottom padding */
    
    /* Additional mobile spacing overrides - more top padding, tight bottom padding */
    
    /* Mobile grid adjustments - reduced gaps */
    
    /* Mobile spacing utilities - significantly reduced */
    
    /* Mobile text size adjustments - consistent sizing */
    
    /* Mobile margin and padding adjustments - significantly reduced */
    
    /* Reduce gap between section descriptions and content - slightly more space */
    
    /* Reduce margin-bottom on section descriptions - slightly more space */
    
    /* Reduce margin-top on content grids that follow descriptions - slightly more space */
    
    /* Reduce spacing in text-center sections - slightly more space */
    
    /* Reduce spacing between description and cards - slightly more space */
    
    /* Reduce spacing in section containers after descriptions - slightly more space */
    
    /* Reduce spacing between FAQ descriptions and content - slightly more space */
    
    /* Reduce spacing between section titles and descriptions - slightly more space */
    
    /* Reduce spacing in common section patterns - slightly more space */
    
    /* Reduce spacing in feature sections - slightly more space */
    
    /* Reduce spacing between description and grid content - slightly more space */
    
    /* Reduce spacing in hero sections after descriptions - slightly more space */
    
    /* Reduce gap between Why Choose Ventu cards on mobile */
    
    /* Make large card icons smaller on mobile only */
    
    /* Make large icons smaller on mobile only */
    .lg\:h-12.w-12 {
      width: 1.25rem !important; /* 20px */
      height: 1.25rem !important; /* 20px */
    }
    
    /* Mobile hero section spacing - more top padding */
    
    /* Mobile section spacing overrides - more top padding */
    
    /* Mobile container spacing - more top padding */
    
    /* Mobile text center spacing - more top padding */
    
    /* Mobile max-width container spacing - more top padding */
    
    /* Mobile headline improvements - consistent sizing */
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    /* Mobile hero title adjustments - consistent sizing */
    
    /* Mobile section title adjustments - consistent sizing */
    
    /* Mobile button size adjustments - reduced padding */
    
    /* Mobile metrics spacing - reduced gaps */
    
    /* Mobile feature card adjustments - reduced padding */
    
    /* Mobile icon container adjustments - smaller icons */
    
    /* Mobile process step adjustments */
    
    /* Mobile FAQ adjustments */
    
    /* Mobile form adjustments */
    
  /* Mobile input adjustments */
  
  /* Prevent mobile zoom on input focus - Global fallback */
    
    /* Mobile section padding adjustments - more top padding, tight bottom padding */
    
    /* Additional mobile spacing overrides - more top padding, tight bottom padding */
    
    /* Mobile grid adjustments - reduced gaps */
    
    /* Mobile spacing utilities - significantly reduced */
    
    /* Mobile text size adjustments - consistent sizing */
    
    /* Mobile margin and padding adjustments - significantly reduced */
    
    /* Reduce gap between section descriptions and content - slightly more space */
    
    /* Reduce margin-bottom on section descriptions - slightly more space */
    
    /* Reduce margin-top on content grids that follow descriptions - slightly more space */
    
    /* Reduce spacing in text-center sections - slightly more space */
    
    /* Reduce spacing between description and cards - slightly more space */
    
    /* Reduce spacing in section containers after descriptions - slightly more space */
    
    /* Reduce spacing between FAQ descriptions and content - slightly more space */
    
    /* Reduce spacing between section titles and descriptions - slightly more space */
    
    /* Reduce spacing in common section patterns - slightly more space */
    
    /* Reduce spacing in feature sections - slightly more space */
    
    /* Reduce spacing between description and grid content - slightly more space */
    
    /* Reduce spacing in hero sections after descriptions - slightly more space */
    
    /* Reduce gap between Why Choose Ventu cards on mobile */
    
    /* Make large card icons smaller on mobile only */
    
    /* Make large icons smaller on mobile only */
    .lg\:w-12
    .h-12 {
      width: 1.25rem !important; /* 20px */
      height: 1.25rem !important; /* 20px */
    }
  }
}
@media (max-width: 768px) {
    
    /* Mobile hero section spacing - more top padding */
    
    /* Mobile section spacing overrides - more top padding */
    
    /* Mobile container spacing - more top padding */
    
    /* Mobile text center spacing - more top padding */
    
    /* Mobile max-width container spacing - more top padding */
    
    /* Mobile headline improvements - consistent sizing */
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    @media (min-width: 1024px) {
    }
    
    @media (min-width: 768px) {
    }
    
    /* Mobile hero title adjustments - consistent sizing */
    
    /* Mobile section title adjustments - consistent sizing */
    
    /* Mobile button size adjustments - reduced padding */
    
    /* Mobile metrics spacing - reduced gaps */
    
    /* Mobile feature card adjustments - reduced padding */
    
    /* Mobile icon container adjustments - smaller icons */
    
    /* Mobile process step adjustments */
    
    /* Mobile FAQ adjustments */
    
    /* Mobile form adjustments */
    
  /* Mobile input adjustments */
  
  /* Prevent mobile zoom on input focus - Global fallback */
    
    /* Mobile section padding adjustments - more top padding, tight bottom padding */
    
    /* Additional mobile spacing overrides - more top padding, tight bottom padding */
    
    /* Mobile grid adjustments - reduced gaps */
    
    /* Mobile spacing utilities - significantly reduced */
    
    /* Mobile text size adjustments - consistent sizing */
    
    /* Mobile margin and padding adjustments - significantly reduced */
    
    /* Reduce gap between section descriptions and content - slightly more space */
    
    /* Reduce margin-bottom on section descriptions - slightly more space */
    
    /* Reduce margin-top on content grids that follow descriptions - slightly more space */
    
    /* Reduce spacing in text-center sections - slightly more space */
    
    /* Reduce spacing between description and cards - slightly more space */
    
    /* Reduce spacing in section containers after descriptions - slightly more space */
    
    /* Reduce spacing between FAQ descriptions and content - slightly more space */
    
    /* Reduce spacing between section titles and descriptions - slightly more space */
    
    /* Reduce spacing in common section patterns - slightly more space */
    
    /* Reduce spacing in feature sections - slightly more space */
    
    /* Reduce spacing between description and grid content - slightly more space */
    
    /* Reduce spacing in hero sections after descriptions - slightly more space */
    
    /* Reduce gap between Why Choose Ventu cards on mobile */
    
    /* Make large card icons smaller on mobile only */
    
    /* Make large icons smaller on mobile only */
    .\[\&_\[cmdk-input\]\]\:h-12 [cmdk-input].w-12 {
      width: 1.25rem !important; /* 20px */
      height: 1.25rem !important; /* 20px */
    }
  }
.file\:border-0::file-selector-button{
  border-width: 0px;
}
.file\:bg-transparent::file-selector-button{
  background-color: transparent;
}
.file\:text-sm::file-selector-button{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.file\:font-medium::file-selector-button{
  font-weight: 500;
}
.file\:text-foreground::file-selector-button{
  color: hsl(var(--foreground));
}
.placeholder\:text-muted-foreground::-moz-placeholder{
  color: hsl(var(--muted-foreground));
}
.placeholder\:text-muted-foreground::placeholder{
  color: hsl(var(--muted-foreground));
}
.after\:absolute::after{
  content: var(--tw-content);
  position: absolute;
}
.after\:-inset-2::after{
  content: var(--tw-content);
  inset: -0.5rem;
}
.after\:inset-y-0::after{
  content: var(--tw-content);
  top: 0px;
  bottom: 0px;
}
.after\:left-1\/2::after{
  content: var(--tw-content);
  left: 50%;
}
.after\:w-1::after{
  content: var(--tw-content);
  width: 0.25rem;
}
.after\:w-\[2px\]::after{
  content: var(--tw-content);
  width: 2px;
}
.after\:-translate-x-1\/2::after{
  content: var(--tw-content);
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.first\:rounded-l-md:first-child{
  border-top-left-radius: calc(var(--radius) - 2px);
  border-bottom-left-radius: calc(var(--radius) - 2px);
}
.first\:border-l:first-child{
  border-left-width: 1px;
}
.last\:rounded-r-md:last-child{
  border-top-right-radius: calc(var(--radius) - 2px);
  border-bottom-right-radius: calc(var(--radius) - 2px);
}
.last\:border-b-0:last-child{
  border-bottom-width: 0px;
}
.focus-within\:relative:focus-within{
  position: relative;
}
.focus-within\:z-20:focus-within{
  z-index: 20;
}
.hover\:-translate-y-0\.5:hover{
  --tw-translate-y: -0.125rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hover\:scale-105:hover{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hover\:scale-110:hover{
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hover\:scale-\[1\.02\]:hover{
  --tw-scale-x: 1.02;
  --tw-scale-y: 1.02;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hover\:transform-none:hover{
  transform: none;
}
.hover\:border-blue-300:hover{
  --tw-border-opacity: 1;
  border-color: rgb(147 197 253 / var(--tw-border-opacity, 1));
}
.hover\:border-emerald-300:hover{
  --tw-border-opacity: 1;
  border-color: rgb(110 231 183 / var(--tw-border-opacity, 1));
}
.hover\:border-gray-200:hover{
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.hover\:border-gray-300:hover{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.hover\:border-gray-400:hover{
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
}
.hover\:border-primary\/20:hover{
  border-color: hsl(var(--primary) / 0.2);
}
.hover\:border-primary\/30:hover{
  border-color: hsl(var(--primary) / 0.3);
}
.hover\:bg-accent:hover{
  background-color: hsl(var(--accent));
}
.hover\:bg-blue-200:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(191 219 254 / var(--tw-bg-opacity, 1));
}
.hover\:bg-blue-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}
.hover\:bg-blue-50\/50:hover{
  background-color: rgb(239 246 255 / 0.5);
}
.hover\:bg-blue-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
}
.hover\:bg-blue-900:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(30 58 138 / var(--tw-bg-opacity, 1));
}
.hover\:bg-destructive:hover{
  background-color: hsl(var(--destructive));
}
.hover\:bg-destructive\/10:hover{
  background-color: hsl(var(--destructive) / 0.1);
}
.hover\:bg-destructive\/80:hover{
  background-color: hsl(var(--destructive) / 0.8);
}
.hover\:bg-destructive\/90:hover{
  background-color: hsl(var(--destructive) / 0.9);
}
.hover\:bg-gray-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-200:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.hover\:bg-green-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(21 128 61 / var(--tw-bg-opacity, 1));
}
.hover\:bg-muted:hover{
  background-color: hsl(var(--muted));
}
.hover\:bg-muted\/50:hover{
  background-color: hsl(var(--muted) / 0.5);
}
.hover\:bg-primary:hover{
  background-color: hsl(var(--primary));
}
.hover\:bg-primary-hover:hover{
  background-color: hsl(var(--primary-hover));
}
.hover\:bg-primary\/10:hover{
  background-color: hsl(var(--primary) / 0.1);
}
.hover\:bg-primary\/20:hover{
  background-color: hsl(var(--primary) / 0.2);
}
.hover\:bg-primary\/5:hover{
  background-color: hsl(var(--primary) / 0.05);
}
.hover\:bg-primary\/80:hover{
  background-color: hsl(var(--primary) / 0.8);
}
.hover\:bg-primary\/90:hover{
  background-color: hsl(var(--primary) / 0.9);
}
.hover\:bg-red-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}
.hover\:bg-red-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
.hover\:bg-secondary:hover{
  background-color: hsl(var(--secondary));
}
.hover\:bg-secondary\/80:hover{
  background-color: hsl(var(--secondary) / 0.8);
}
.hover\:bg-sidebar-accent:hover{
  background-color: hsl(var(--sidebar-accent));
}
.hover\:bg-transparent:hover{
  background-color: transparent;
}
.hover\:bg-white\/60:hover{
  background-color: rgb(255 255 255 / 0.6);
}
.hover\:from-blue-700:hover{
  --tw-gradient-from: #1d4ed8 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(29 78 216 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.hover\:from-emerald-100:hover{
  --tw-gradient-from: #d1fae5 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 250 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.hover\:from-primary\/15:hover{
  --tw-gradient-from: hsl(var(--primary) / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: hsl(var(--primary) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.hover\:from-primary\/90:hover{
  --tw-gradient-from: hsl(var(--primary) / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: hsl(var(--primary) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.hover\:to-blue-800:hover{
  --tw-gradient-to: #1e40af var(--tw-gradient-to-position);
}
.hover\:to-emerald-200:hover{
  --tw-gradient-to: #a7f3d0 var(--tw-gradient-to-position);
}
.hover\:to-primary:hover{
  --tw-gradient-to: hsl(var(--primary)) var(--tw-gradient-to-position);
}
.hover\:to-primary\/10:hover{
  --tw-gradient-to: hsl(var(--primary) / 0.1) var(--tw-gradient-to-position);
}
.hover\:text-accent-foreground:hover{
  color: hsl(var(--accent-foreground));
}
.hover\:text-blue-700:hover{
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}
.hover\:text-blue-800:hover{
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity, 1));
}
.hover\:text-destructive:hover{
  color: hsl(var(--destructive));
}
.hover\:text-destructive-foreground:hover{
  color: hsl(var(--destructive-foreground));
}
.hover\:text-foreground:hover{
  color: hsl(var(--foreground));
}
.hover\:text-muted-foreground:hover{
  color: hsl(var(--muted-foreground));
}
.hover\:text-primary:hover{
  color: hsl(var(--primary));
}
.hover\:text-primary-foreground:hover{
  color: hsl(var(--primary-foreground));
}
.hover\:text-primary-hover:hover{
  color: hsl(var(--primary-hover));
}
.hover\:text-primary\/80:hover{
  color: hsl(var(--primary) / 0.8);
}
.hover\:text-red-500:hover{
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.hover\:text-red-700:hover{
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}
.hover\:text-sidebar-accent-foreground:hover{
  color: hsl(var(--sidebar-accent-foreground));
}
.hover\:underline:hover{
  text-decoration-line: underline;
}
.hover\:opacity-100:hover{
  opacity: 1;
}
.hover\:opacity-80:hover{
  opacity: 0.8;
}
.hover\:shadow-\[0_0_0_1px_hsl\(var\(--sidebar-accent\)\)\]:hover{
  --tw-shadow: 0 0 0 1px hsl(var(--sidebar-accent));
  --tw-shadow-colored: 0 0 0 1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.hover\:shadow-\[0_12px_40px_rgb\(0\2c 0\2c 0\2c 0\.15\)\]:hover{
  --tw-shadow: 0 12px 40px rgb(0,0,0,0.15);
  --tw-shadow-colored: 0 12px 40px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.hover\:shadow-lg:hover{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.hover\:shadow-md:hover{
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.hover\:shadow-none:hover{
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.hover\:shadow-sm:hover{
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.hover\:shadow-xl:hover{
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.hover\:ring-primary\/20:hover{
  --tw-ring-color: hsl(var(--primary) / 0.2);
}
.hover\:after\:bg-sidebar-border:hover::after{
  content: var(--tw-content);
  background-color: hsl(var(--sidebar-border));
}
.focus\:border-blue-500:focus{
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}
.focus\:border-green-500:focus{
  --tw-border-opacity: 1;
  border-color: rgb(34 197 94 / var(--tw-border-opacity, 1));
}
.focus\:border-primary:focus{
  border-color: hsl(var(--primary));
}
.focus\:border-primary\/50:focus{
  border-color: hsl(var(--primary) / 0.5);
}
.focus\:border-red-500:focus{
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
}
.focus\:bg-accent:focus{
  background-color: hsl(var(--accent));
}
.focus\:bg-primary:focus{
  background-color: hsl(var(--primary));
}
.focus\:text-accent-foreground:focus{
  color: hsl(var(--accent-foreground));
}
.focus\:text-primary-foreground:focus{
  color: hsl(var(--primary-foreground));
}
.focus\:opacity-100:focus{
  opacity: 1;
}
.focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus\:ring-2:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-blue-100:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(219 234 254 / var(--tw-ring-opacity, 1));
}
.focus\:ring-blue-500:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1));
}
.focus\:ring-green-500:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(34 197 94 / var(--tw-ring-opacity, 1));
}
.focus\:ring-primary\/15:focus{
  --tw-ring-color: hsl(var(--primary) / 0.15);
}
.focus\:ring-red-500:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity, 1));
}
.focus\:ring-ring:focus{
  --tw-ring-color: hsl(var(--ring));
}
.focus\:ring-offset-2:focus{
  --tw-ring-offset-width: 2px;
}
.focus-visible\:outline-none:focus-visible{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus-visible\:ring-1:focus-visible{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus-visible\:ring-2:focus-visible{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus-visible\:ring-ring:focus-visible{
  --tw-ring-color: hsl(var(--ring));
}
.focus-visible\:ring-sidebar-ring:focus-visible{
  --tw-ring-color: hsl(var(--sidebar-ring));
}
.focus-visible\:ring-offset-1:focus-visible{
  --tw-ring-offset-width: 1px;
}
.focus-visible\:ring-offset-2:focus-visible{
  --tw-ring-offset-width: 2px;
}
.focus-visible\:ring-offset-background:focus-visible{
  --tw-ring-offset-color: hsl(var(--background));
}
.active\:scale-95:active{
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.active\:bg-sidebar-accent:active{
  background-color: hsl(var(--sidebar-accent));
}
.active\:text-sidebar-accent-foreground:active{
  color: hsl(var(--sidebar-accent-foreground));
}
.disabled\:pointer-events-none:disabled{
  pointer-events: none;
}
.disabled\:cursor-not-allowed:disabled{
  cursor: not-allowed;
}
.disabled\:opacity-50:disabled{
  opacity: 0.5;
}
.group\/menu-item:focus-within .group-focus-within\/menu-item\:opacity-100{
  opacity: 1;
}
.group:hover .group-hover\:-translate-y-0\.5{
  --tw-translate-y: -0.125rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:translate-x-1{
  --tw-translate-x: 0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:scale-110{
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:text-primary{
  color: hsl(var(--primary));
}
.group\/menu-item:hover .group-hover\/menu-item\:opacity-100{
  opacity: 1;
}
.group:hover .group-hover\:opacity-100{
  opacity: 1;
}
.group:hover .group-hover\:ring-primary\/20{
  --tw-ring-color: hsl(var(--primary) / 0.2);
}
.group.destructive .group-\[\.destructive\]\:border-muted\/40{
  border-color: hsl(var(--muted) / 0.4);
}
.group.toaster .group-\[\.toaster\]\:border-border{
  border-color: hsl(var(--border));
}
.group.toast .group-\[\.toast\]\:bg-muted{
  background-color: hsl(var(--muted));
}
.group.toast .group-\[\.toast\]\:bg-primary{
  background-color: hsl(var(--primary));
}
.group.toaster .group-\[\.toaster\]\:bg-background{
  background-color: hsl(var(--background));
}
.group.destructive .group-\[\.destructive\]\:text-red-300{
  --tw-text-opacity: 1;
  color: rgb(252 165 165 / var(--tw-text-opacity, 1));
}
.group.toast .group-\[\.toast\]\:text-muted-foreground{
  color: hsl(var(--muted-foreground));
}
.group.toast .group-\[\.toast\]\:text-primary-foreground{
  color: hsl(var(--primary-foreground));
}
.group.toaster .group-\[\.toaster\]\:text-foreground{
  color: hsl(var(--foreground));
}
.group.toaster .group-\[\.toaster\]\:shadow-lg{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.group.destructive .group-\[\.destructive\]\:hover\:border-destructive\/30:hover{
  border-color: hsl(var(--destructive) / 0.3);
}
.group.destructive .group-\[\.destructive\]\:hover\:bg-destructive:hover{
  background-color: hsl(var(--destructive));
}
.group.destructive .group-\[\.destructive\]\:hover\:text-destructive-foreground:hover{
  color: hsl(var(--destructive-foreground));
}
.group.destructive .group-\[\.destructive\]\:hover\:text-red-50:hover{
  --tw-text-opacity: 1;
  color: rgb(254 242 242 / var(--tw-text-opacity, 1));
}
.group.destructive .group-\[\.destructive\]\:focus\:ring-destructive:focus{
  --tw-ring-color: hsl(var(--destructive));
}
.group.destructive .group-\[\.destructive\]\:focus\:ring-red-400:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(248 113 113 / var(--tw-ring-opacity, 1));
}
.group.destructive .group-\[\.destructive\]\:focus\:ring-offset-red-600:focus{
  --tw-ring-offset-color: #dc2626;
}
.peer\/menu-button:hover ~ .peer-hover\/menu-button\:text-sidebar-accent-foreground{
  color: hsl(var(--sidebar-accent-foreground));
}
.peer:disabled ~ .peer-disabled\:cursor-not-allowed{
  cursor: not-allowed;
}
.peer:disabled ~ .peer-disabled\:opacity-70{
  opacity: 0.7;
}
.has-\[\[data-variant\=inset\]\]\:bg-sidebar:has([data-variant=inset]){
  background-color: hsl(var(--sidebar-background));
}
.has-\[\:disabled\]\:opacity-50:has(:disabled){
  opacity: 0.5;
}
.group\/menu-item:has([data-sidebar=menu-action]) .group-has-\[\[data-sidebar\=menu-action\]\]\/menu-item\:pr-8{
  padding-right: 2rem;
}
.aria-disabled\:pointer-events-none[aria-disabled="true"]{
  pointer-events: none;
}
.aria-disabled\:opacity-50[aria-disabled="true"]{
  opacity: 0.5;
}
.aria-selected\:bg-accent[aria-selected="true"]{
  background-color: hsl(var(--accent));
}
.aria-selected\:bg-accent\/50[aria-selected="true"]{
  background-color: hsl(var(--accent) / 0.5);
}
.aria-selected\:text-accent-foreground[aria-selected="true"]{
  color: hsl(var(--accent-foreground));
}
.aria-selected\:text-muted-foreground[aria-selected="true"]{
  color: hsl(var(--muted-foreground));
}
.aria-selected\:opacity-100[aria-selected="true"]{
  opacity: 1;
}
.aria-selected\:opacity-30[aria-selected="true"]{
  opacity: 0.3;
}
.data-\[disabled\=true\]\:pointer-events-none[data-disabled="true"]{
  pointer-events: none;
}
.data-\[disabled\]\:pointer-events-none[data-disabled]{
  pointer-events: none;
}
.data-\[panel-group-direction\=vertical\]\:h-px[data-panel-group-direction="vertical"]{
  height: 1px;
}
.data-\[panel-group-direction\=vertical\]\:w-full[data-panel-group-direction="vertical"]{
  width: 100%;
}
.data-\[side\=bottom\]\:translate-y-1[data-side="bottom"]{
  --tw-translate-y: 0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.data-\[side\=left\]\:-translate-x-1[data-side="left"]{
  --tw-translate-x: -0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.data-\[side\=right\]\:translate-x-1[data-side="right"]{
  --tw-translate-x: 0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.data-\[side\=top\]\:-translate-y-1[data-side="top"]{
  --tw-translate-y: -0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.data-\[state\=checked\]\:translate-x-5[data-state="checked"]{
  --tw-translate-x: 1.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.data-\[state\=unchecked\]\:translate-x-0[data-state="unchecked"]{
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.data-\[swipe\=cancel\]\:translate-x-0[data-swipe="cancel"]{
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.data-\[swipe\=end\]\:translate-x-\[var\(--radix-toast-swipe-end-x\)\][data-swipe="end"]{
  --tw-translate-x: var(--radix-toast-swipe-end-x);
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.data-\[swipe\=move\]\:translate-x-\[var\(--radix-toast-swipe-move-x\)\][data-swipe="move"]{
  --tw-translate-x: var(--radix-toast-swipe-move-x);
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes accordion-up{
  from{
    height: var(--radix-accordion-content-height);
  }
  to{
    height: 0;
  }
}
.data-\[state\=closed\]\:animate-accordion-up[data-state="closed"]{
  animation: accordion-up 0.2s ease-out;
}
@keyframes accordion-down{
  from{
    height: 0;
  }
  to{
    height: var(--radix-accordion-content-height);
  }
}
.data-\[state\=open\]\:animate-accordion-down[data-state="open"]{
  animation: accordion-down 0.2s ease-out;
}
.data-\[panel-group-direction\=vertical\]\:flex-col[data-panel-group-direction="vertical"]{
  flex-direction: column;
}
.data-\[active\=true\]\:bg-sidebar-accent[data-active="true"]{
  background-color: hsl(var(--sidebar-accent));
}
.data-\[active\]\:bg-accent\/50[data-active]{
  background-color: hsl(var(--accent) / 0.5);
}
.data-\[selected\=\'true\'\]\:bg-accent[data-selected='true']{
  background-color: hsl(var(--accent));
}
.data-\[state\=active\]\:bg-background[data-state="active"]{
  background-color: hsl(var(--background));
}
.data-\[state\=checked\]\:bg-primary[data-state="checked"]{
  background-color: hsl(var(--primary));
}
.data-\[state\=on\]\:bg-accent[data-state="on"]{
  background-color: hsl(var(--accent));
}
.data-\[state\=open\]\:bg-accent[data-state="open"]{
  background-color: hsl(var(--accent));
}
.data-\[state\=open\]\:bg-accent\/50[data-state="open"]{
  background-color: hsl(var(--accent) / 0.5);
}
.data-\[state\=open\]\:bg-secondary[data-state="open"]{
  background-color: hsl(var(--secondary));
}
.data-\[state\=selected\]\:bg-muted[data-state="selected"]{
  background-color: hsl(var(--muted));
}
.data-\[state\=unchecked\]\:bg-input[data-state="unchecked"]{
  background-color: hsl(var(--input));
}
.data-\[active\=true\]\:font-medium[data-active="true"]{
  font-weight: 500;
}
.data-\[active\=true\]\:text-sidebar-accent-foreground[data-active="true"]{
  color: hsl(var(--sidebar-accent-foreground));
}
.data-\[selected\=true\]\:text-accent-foreground[data-selected="true"]{
  color: hsl(var(--accent-foreground));
}
.data-\[state\=active\]\:text-foreground[data-state="active"]{
  color: hsl(var(--foreground));
}
.data-\[state\=checked\]\:text-primary-foreground[data-state="checked"]{
  color: hsl(var(--primary-foreground));
}
.data-\[state\=on\]\:text-accent-foreground[data-state="on"]{
  color: hsl(var(--accent-foreground));
}
.data-\[state\=open\]\:text-accent-foreground[data-state="open"]{
  color: hsl(var(--accent-foreground));
}
.data-\[state\=open\]\:text-muted-foreground[data-state="open"]{
  color: hsl(var(--muted-foreground));
}
.data-\[disabled\=true\]\:opacity-50[data-disabled="true"]{
  opacity: 0.5;
}
.data-\[disabled\]\:opacity-50[data-disabled]{
  opacity: 0.5;
}
.data-\[state\=open\]\:opacity-100[data-state="open"]{
  opacity: 1;
}
.data-\[state\=active\]\:shadow-sm[data-state="active"]{
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.data-\[swipe\=move\]\:transition-none[data-swipe="move"]{
  transition-property: none;
}
.data-\[state\=closed\]\:duration-300[data-state="closed"]{
  transition-duration: 300ms;
}
.data-\[state\=open\]\:duration-500[data-state="open"]{
  transition-duration: 500ms;
}
.data-\[motion\^\=from-\]\:animate-in[data-motion^="from-"]{
  animation-name: enter;
  animation-duration: 150ms;
  --tw-enter-opacity: initial;
  --tw-enter-scale: initial;
  --tw-enter-rotate: initial;
  --tw-enter-translate-x: initial;
  --tw-enter-translate-y: initial;
}
.data-\[state\=open\]\:animate-in[data-state="open"]{
  animation-name: enter;
  animation-duration: 150ms;
  --tw-enter-opacity: initial;
  --tw-enter-scale: initial;
  --tw-enter-rotate: initial;
  --tw-enter-translate-x: initial;
  --tw-enter-translate-y: initial;
}
.data-\[state\=visible\]\:animate-in[data-state="visible"]{
  animation-name: enter;
  animation-duration: 150ms;
  --tw-enter-opacity: initial;
  --tw-enter-scale: initial;
  --tw-enter-rotate: initial;
  --tw-enter-translate-x: initial;
  --tw-enter-translate-y: initial;
}
.data-\[motion\^\=to-\]\:animate-out[data-motion^="to-"]{
  animation-name: exit;
  animation-duration: 150ms;
  --tw-exit-opacity: initial;
  --tw-exit-scale: initial;
  --tw-exit-rotate: initial;
  --tw-exit-translate-x: initial;
  --tw-exit-translate-y: initial;
}
.data-\[state\=closed\]\:animate-out[data-state="closed"]{
  animation-name: exit;
  animation-duration: 150ms;
  --tw-exit-opacity: initial;
  --tw-exit-scale: initial;
  --tw-exit-rotate: initial;
  --tw-exit-translate-x: initial;
  --tw-exit-translate-y: initial;
}
.data-\[state\=hidden\]\:animate-out[data-state="hidden"]{
  animation-name: exit;
  animation-duration: 150ms;
  --tw-exit-opacity: initial;
  --tw-exit-scale: initial;
  --tw-exit-rotate: initial;
  --tw-exit-translate-x: initial;
  --tw-exit-translate-y: initial;
}
.data-\[swipe\=end\]\:animate-out[data-swipe="end"]{
  animation-name: exit;
  animation-duration: 150ms;
  --tw-exit-opacity: initial;
  --tw-exit-scale: initial;
  --tw-exit-rotate: initial;
  --tw-exit-translate-x: initial;
  --tw-exit-translate-y: initial;
}
.data-\[motion\^\=from-\]\:fade-in[data-motion^="from-"]{
  --tw-enter-opacity: 0;
}
.data-\[motion\^\=to-\]\:fade-out[data-motion^="to-"]{
  --tw-exit-opacity: 0;
}
.data-\[state\=closed\]\:fade-out-0[data-state="closed"]{
  --tw-exit-opacity: 0;
}
.data-\[state\=closed\]\:fade-out-80[data-state="closed"]{
  --tw-exit-opacity: 0.8;
}
.data-\[state\=hidden\]\:fade-out[data-state="hidden"]{
  --tw-exit-opacity: 0;
}
.data-\[state\=open\]\:fade-in-0[data-state="open"]{
  --tw-enter-opacity: 0;
}
.data-\[state\=visible\]\:fade-in[data-state="visible"]{
  --tw-enter-opacity: 0;
}
.data-\[state\=closed\]\:zoom-out-95[data-state="closed"]{
  --tw-exit-scale: .95;
}
.data-\[state\=open\]\:zoom-in-90[data-state="open"]{
  --tw-enter-scale: .9;
}
.data-\[state\=open\]\:zoom-in-95[data-state="open"]{
  --tw-enter-scale: .95;
}
.data-\[motion\=from-end\]\:slide-in-from-right-52[data-motion="from-end"]{
  --tw-enter-translate-x: 13rem;
}
.data-\[motion\=from-start\]\:slide-in-from-left-52[data-motion="from-start"]{
  --tw-enter-translate-x: -13rem;
}
.data-\[motion\=to-end\]\:slide-out-to-right-52[data-motion="to-end"]{
  --tw-exit-translate-x: 13rem;
}
.data-\[motion\=to-start\]\:slide-out-to-left-52[data-motion="to-start"]{
  --tw-exit-translate-x: -13rem;
}
.data-\[side\=bottom\]\:slide-in-from-top-2[data-side="bottom"]{
  --tw-enter-translate-y: -0.5rem;
}
.data-\[side\=left\]\:slide-in-from-right-2[data-side="left"]{
  --tw-enter-translate-x: 0.5rem;
}
.data-\[side\=right\]\:slide-in-from-left-2[data-side="right"]{
  --tw-enter-translate-x: -0.5rem;
}
.data-\[side\=top\]\:slide-in-from-bottom-2[data-side="top"]{
  --tw-enter-translate-y: 0.5rem;
}
.data-\[state\=closed\]\:slide-out-to-bottom[data-state="closed"]{
  --tw-exit-translate-y: 100%;
}
.data-\[state\=closed\]\:slide-out-to-left[data-state="closed"]{
  --tw-exit-translate-x: -100%;
}
.data-\[state\=closed\]\:slide-out-to-left-1\/2[data-state="closed"]{
  --tw-exit-translate-x: -50%;
}
.data-\[state\=closed\]\:slide-out-to-right[data-state="closed"]{
  --tw-exit-translate-x: 100%;
}
.data-\[state\=closed\]\:slide-out-to-right-full[data-state="closed"]{
  --tw-exit-translate-x: 100%;
}
.data-\[state\=closed\]\:slide-out-to-top[data-state="closed"]{
  --tw-exit-translate-y: -100%;
}
.data-\[state\=closed\]\:slide-out-to-top-\[48\%\][data-state="closed"]{
  --tw-exit-translate-y: -48%;
}
.data-\[state\=open\]\:slide-in-from-bottom[data-state="open"]{
  --tw-enter-translate-y: 100%;
}
.data-\[state\=open\]\:slide-in-from-left[data-state="open"]{
  --tw-enter-translate-x: -100%;
}
.data-\[state\=open\]\:slide-in-from-left-1\/2[data-state="open"]{
  --tw-enter-translate-x: -50%;
}
.data-\[state\=open\]\:slide-in-from-right[data-state="open"]{
  --tw-enter-translate-x: 100%;
}
.data-\[state\=open\]\:slide-in-from-top[data-state="open"]{
  --tw-enter-translate-y: -100%;
}
.data-\[state\=open\]\:slide-in-from-top-\[48\%\][data-state="open"]{
  --tw-enter-translate-y: -48%;
}
.data-\[state\=open\]\:slide-in-from-top-full[data-state="open"]{
  --tw-enter-translate-y: -100%;
}
.data-\[state\=closed\]\:duration-300[data-state="closed"]{
  animation-duration: 300ms;
}
.data-\[state\=open\]\:duration-500[data-state="open"]{
  animation-duration: 500ms;
}
.data-\[panel-group-direction\=vertical\]\:after\:left-0[data-panel-group-direction="vertical"]::after{
  content: var(--tw-content);
  left: 0px;
}
.data-\[panel-group-direction\=vertical\]\:after\:h-1[data-panel-group-direction="vertical"]::after{
  content: var(--tw-content);
  height: 0.25rem;
}
.data-\[panel-group-direction\=vertical\]\:after\:w-full[data-panel-group-direction="vertical"]::after{
  content: var(--tw-content);
  width: 100%;
}
.data-\[panel-group-direction\=vertical\]\:after\:-translate-y-1\/2[data-panel-group-direction="vertical"]::after{
  content: var(--tw-content);
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.data-\[panel-group-direction\=vertical\]\:after\:translate-x-0[data-panel-group-direction="vertical"]::after{
  content: var(--tw-content);
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.data-\[state\=open\]\:hover\:bg-sidebar-accent:hover[data-state="open"]{
  background-color: hsl(var(--sidebar-accent));
}
.data-\[state\=open\]\:hover\:text-sidebar-accent-foreground:hover[data-state="open"]{
  color: hsl(var(--sidebar-accent-foreground));
}
.group[data-collapsible="offcanvas"] .group-data-\[collapsible\=offcanvas\]\:left-\[calc\(var\(--sidebar-width\)\*-1\)\]{
  left: calc(var(--sidebar-width) * -1);
}
.group[data-collapsible="offcanvas"] .group-data-\[collapsible\=offcanvas\]\:right-\[calc\(var\(--sidebar-width\)\*-1\)\]{
  right: calc(var(--sidebar-width) * -1);
}
.group[data-side="left"] .group-data-\[side\=left\]\:-right-4{
  right: -1rem;
}
.group[data-side="right"] .group-data-\[side\=right\]\:left-0{
  left: 0px;
}
.group[data-collapsible="icon"] .group-data-\[collapsible\=icon\]\:-mt-8{
  margin-top: -2rem;
}
.group[data-collapsible="icon"] .group-data-\[collapsible\=icon\]\:hidden{
  display: none;
}
.group[data-collapsible="icon"] .group-data-\[collapsible\=icon\]\:\!size-8{
  width: 2rem !important;
  height: 2rem !important;
}
.group[data-collapsible="icon"] .group-data-\[collapsible\=icon\]\:w-\[--sidebar-width-icon\]{
  width: var(--sidebar-width-icon);
}
.group[data-collapsible="icon"] .group-data-\[collapsible\=icon\]\:w-\[calc\(var\(--sidebar-width-icon\)_\+_theme\(spacing\.4\)\)\]{
  width: calc(var(--sidebar-width-icon) + 1rem);
}
.group[data-collapsible="icon"] .group-data-\[collapsible\=icon\]\:w-\[calc\(var\(--sidebar-width-icon\)_\+_theme\(spacing\.4\)_\+2px\)\]{
  width: calc(var(--sidebar-width-icon) + 1rem + 2px);
}
.group[data-collapsible="offcanvas"] .group-data-\[collapsible\=offcanvas\]\:w-0{
  width: 0px;
}
.group[data-collapsible="offcanvas"] .group-data-\[collapsible\=offcanvas\]\:translate-x-0{
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group[data-side="right"] .group-data-\[side\=right\]\:rotate-180{
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group[data-state="open"] .group-data-\[state\=open\]\:rotate-180{
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group[data-collapsible="icon"] .group-data-\[collapsible\=icon\]\:overflow-hidden{
  overflow: hidden;
}
.group[data-variant="floating"] .group-data-\[variant\=floating\]\:rounded-lg{
  border-radius: var(--radius);
}
.group[data-variant="floating"] .group-data-\[variant\=floating\]\:border{
  border-width: 1px;
}
.group[data-side="left"] .group-data-\[side\=left\]\:border-r{
  border-right-width: 1px;
}
.group[data-side="right"] .group-data-\[side\=right\]\:border-l{
  border-left-width: 1px;
}
.group[data-variant="floating"] .group-data-\[variant\=floating\]\:border-sidebar-border{
  border-color: hsl(var(--sidebar-border));
}
.group[data-collapsible="icon"] .group-data-\[collapsible\=icon\]\:\!p-0{
  padding: 0px !important;
}
.group[data-collapsible="icon"] .group-data-\[collapsible\=icon\]\:\!p-2{
  padding: 0.5rem !important;
}
.group[data-collapsible="icon"] .group-data-\[collapsible\=icon\]\:opacity-0{
  opacity: 0;
}
.group[data-variant="floating"] .group-data-\[variant\=floating\]\:shadow{
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.group[data-collapsible="offcanvas"] .group-data-\[collapsible\=offcanvas\]\:after\:left-full::after{
  content: var(--tw-content);
  left: 100%;
}
.group[data-collapsible="offcanvas"] .group-data-\[collapsible\=offcanvas\]\:hover\:bg-sidebar:hover{
  background-color: hsl(var(--sidebar-background));
}
.peer\/menu-button[data-size="default"] ~ .peer-data-\[size\=default\]\/menu-button\:top-1\.5{
  top: 0.375rem;
}
.peer\/menu-button[data-size="lg"] ~ .peer-data-\[size\=lg\]\/menu-button\:top-2\.5{
  top: 0.625rem;
}
.peer\/menu-button[data-size="sm"] ~ .peer-data-\[size\=sm\]\/menu-button\:top-1{
  top: 0.25rem;
}
.peer[data-variant="inset"] ~ .peer-data-\[variant\=inset\]\:min-h-\[calc\(100svh-theme\(spacing\.4\)\)\]{
  min-height: calc(100svh - 1rem);
}
.peer\/menu-button[data-active="true"] ~ .peer-data-\[active\=true\]\/menu-button\:text-sidebar-accent-foreground{
  color: hsl(var(--sidebar-accent-foreground));
}
.dark\:border-amber-800\/30:is(.dark *){
  border-color: rgb(146 64 14 / 0.3);
}
.dark\:border-blue-800\/30:is(.dark *){
  border-color: rgb(30 64 175 / 0.3);
}
.dark\:border-destructive:is(.dark *){
  border-color: hsl(var(--destructive));
}
.dark\:border-emerald-800:is(.dark *){
  --tw-border-opacity: 1;
  border-color: rgb(6 95 70 / var(--tw-border-opacity, 1));
}
.dark\:border-green-800:is(.dark *){
  --tw-border-opacity: 1;
  border-color: rgb(22 101 52 / var(--tw-border-opacity, 1));
}
.dark\:bg-amber-900\/30:is(.dark *){
  background-color: rgb(120 53 15 / 0.3);
}
.dark\:bg-blue-900\/30:is(.dark *){
  background-color: rgb(30 58 138 / 0.3);
}
.dark\:bg-emerald-950:is(.dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(2 44 34 / var(--tw-bg-opacity, 1));
}
.dark\:bg-green-900\/20:is(.dark *){
  background-color: rgb(20 83 45 / 0.2);
}
.dark\:from-amber-950\/20:is(.dark *){
  --tw-gradient-from: rgb(69 26 3 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(69 26 3 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.dark\:from-blue-950\/20:is(.dark *){
  --tw-gradient-from: rgb(23 37 84 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(23 37 84 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.dark\:from-emerald-950:is(.dark *){
  --tw-gradient-from: #022c22 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(2 44 34 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.dark\:to-emerald-900:is(.dark *){
  --tw-gradient-to: #064e3b var(--tw-gradient-to-position);
}
.dark\:to-indigo-950\/20:is(.dark *){
  --tw-gradient-to: rgb(30 27 75 / 0.2) var(--tw-gradient-to-position);
}
.dark\:to-orange-950\/20:is(.dark *){
  --tw-gradient-to: rgb(67 20 7 / 0.2) var(--tw-gradient-to-position);
}
.dark\:text-amber-200:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(253 230 138 / var(--tw-text-opacity, 1));
}
.dark\:text-amber-300:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(252 211 77 / var(--tw-text-opacity, 1));
}
.dark\:text-amber-400:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(251 191 36 / var(--tw-text-opacity, 1));
}
.dark\:text-blue-200:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(191 219 254 / var(--tw-text-opacity, 1));
}
.dark\:text-blue-300:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(147 197 253 / var(--tw-text-opacity, 1));
}
.dark\:text-blue-400:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(96 165 250 / var(--tw-text-opacity, 1));
}
.dark\:text-emerald-300:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(110 231 183 / var(--tw-text-opacity, 1));
}
.dark\:text-gray-300:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}
.dark\:text-gray-400:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.dark\:text-green-100:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(220 252 231 / var(--tw-text-opacity, 1));
}
.dark\:text-green-400:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(74 222 128 / var(--tw-text-opacity, 1));
}
.dark\:text-red-400:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}
.dark\:text-white:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.dark\:hover\:from-emerald-900:hover:is(.dark *){
  --tw-gradient-from: #064e3b var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 78 59 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.dark\:hover\:to-emerald-800:hover:is(.dark *){
  --tw-gradient-to: #065f46 var(--tw-gradient-to-position);
}
@media (min-width: 640px){
  .sm\:bottom-0{
    bottom: 0px;
  }
  .sm\:bottom-6{
    bottom: 1.5rem;
  }
  .sm\:right-0{
    right: 0px;
  }
  .sm\:right-6{
    right: 1.5rem;
  }
  .sm\:top-auto{
    top: auto;
  }
  .sm\:order-1{
    order: 1;
  }
  .sm\:order-2{
    order: 2;
  }
  .sm\:col-span-2{
    grid-column: span 2 / span 2;
  }
  .sm\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }
  .sm\:mb-2{
    margin-bottom: 0.5rem;
  }
  .sm\:mb-20{
    margin-bottom: 5rem;
  }
  .sm\:mb-3{
    margin-bottom: 0.75rem;
  }
  .sm\:mb-4{
    margin-bottom: 1rem;
  }
  .sm\:mb-6{
    margin-bottom: 1.5rem;
  }
  .sm\:mb-8{
    margin-bottom: 2rem;
  }
  .sm\:mr-2{
    margin-right: 0.5rem;
  }
  .sm\:mt-0{
    margin-top: 0px;
  }
  .sm\:mt-2{
    margin-top: 0.5rem;
  }
  .sm\:block{
    display: block;
  }
  .sm\:inline{
    display: inline;
  }
  .sm\:flex{
    display: flex;
  }
  .sm\:hidden{
    display: none;
  }
  .sm\:h-10{
    height: 2.5rem;
  }
  .sm\:h-11{
    height: 2.75rem;
  }
  .sm\:h-12{
    height: 3rem;
  }
  .sm\:h-14{
    height: 3.5rem;
  }
  .sm\:h-16{
    height: 4rem;
  }
  .sm\:h-20{
    height: 5rem;
  }
  .sm\:h-24{
    height: 6rem;
  }
  .sm\:h-32{
    height: 8rem;
  }
  .sm\:h-4{
    height: 1rem;
  }
  .sm\:h-5{
    height: 1.25rem;
  }
  .sm\:h-6{
    height: 1.5rem;
  }
  .sm\:h-7{
    height: 1.75rem;
  }
  .sm\:h-8{
    height: 2rem;
  }
  .sm\:h-9{
    height: 2.25rem;
  }
  .sm\:h-\[120px\]{
    height: 120px;
  }
  .sm\:h-\[80vh\]{
    height: 80vh;
  }
  .sm\:h-\[90vh\]{
    height: 90vh;
  }
  .sm\:w-10{
    width: 2.5rem;
  }
  .sm\:w-12{
    width: 3rem;
  }
  .sm\:w-14{
    width: 3.5rem;
  }
  .sm\:w-16{
    width: 4rem;
  }
  .sm\:w-20{
    width: 5rem;
  }
  .sm\:w-32{
    width: 8rem;
  }
  .sm\:w-36{
    width: 9rem;
  }
  .sm\:w-4{
    width: 1rem;
  }
  .sm\:w-44{
    width: 11rem;
  }
  .sm\:w-48{
    width: 12rem;
  }
  .sm\:w-5{
    width: 1.25rem;
  }
  .sm\:w-6{
    width: 1.5rem;
  }
  .sm\:w-7{
    width: 1.75rem;
  }
  .sm\:w-96{
    width: 24rem;
  }
  .sm\:max-w-2xl{
    max-width: 42rem;
  }
  .sm\:max-w-\[540px\]{
    max-width: 540px;
  }
  .sm\:max-w-md{
    max-width: 28rem;
  }
  .sm\:max-w-sm{
    max-width: 24rem;
  }
  .sm\:flex-1{
    flex: 1 1 0%;
  }
  .sm\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sm\:flex-row{
    flex-direction: row;
  }
  .sm\:flex-col{
    flex-direction: column;
  }
  .sm\:items-center{
    align-items: center;
  }
  .sm\:justify-end{
    justify-content: flex-end;
  }
  .sm\:gap-1\.5{
    gap: 0.375rem;
  }
  .sm\:gap-10{
    gap: 2.5rem;
  }
  .sm\:gap-12{
    gap: 3rem;
  }
  .sm\:gap-16{
    gap: 4rem;
  }
  .sm\:gap-2{
    gap: 0.5rem;
  }
  .sm\:gap-2\.5{
    gap: 0.625rem;
  }
  .sm\:gap-3{
    gap: 0.75rem;
  }
  .sm\:gap-4{
    gap: 1rem;
  }
  .sm\:gap-6{
    gap: 1.5rem;
  }
  .sm\:gap-8{
    gap: 2rem;
  }
  .sm\:space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .sm\:space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .sm\:space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }
  .sm\:space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
  }
  .sm\:space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
  }
  .sm\:space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
  }
  .sm\:space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
  }
  .sm\:space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
  }
  .sm\:space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
  }
  .sm\:self-center{
    align-self: center;
  }
  .sm\:rounded-lg{
    border-radius: var(--radius);
  }
  .sm\:rounded-b-2xl{
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }
  .sm\:rounded-t-2xl{
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }
  .sm\:p-12{
    padding: 3rem;
  }
  .sm\:p-3{
    padding: 0.75rem;
  }
  .sm\:p-4{
    padding: 1rem;
  }
  .sm\:p-6{
    padding: 1.5rem;
  }
  .sm\:p-8{
    padding: 2rem;
  }
  .sm\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .sm\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .sm\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .sm\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .sm\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .sm\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .sm\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .sm\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .sm\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .sm\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .sm\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .sm\:pb-4{
    padding-bottom: 1rem;
  }
  .sm\:pb-6{
    padding-bottom: 1.5rem;
  }
  .sm\:pb-8{
    padding-bottom: 2rem;
  }
  .sm\:pl-10{
    padding-left: 2.5rem;
  }
  .sm\:pl-3{
    padding-left: 0.75rem;
  }
  .sm\:pt-10{
    padding-top: 2.5rem;
  }
  .sm\:pt-12{
    padding-top: 3rem;
  }
  .sm\:pt-2{
    padding-top: 0.5rem;
  }
  .sm\:pt-4{
    padding-top: 1rem;
  }
  .sm\:pt-5{
    padding-top: 1.25rem;
  }
  .sm\:pt-6{
    padding-top: 1.5rem;
  }
  .sm\:pt-8{
    padding-top: 2rem;
  }
  .sm\:text-left{
    text-align: left;
  }
  .sm\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .sm\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .sm\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .sm\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .sm\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .sm\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .sm\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .sm\:ring-4{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }
  .data-\[state\=open\]\:sm\:slide-in-from-bottom-full[data-state="open"]{
    --tw-enter-translate-y: 100%;
  }
}
@media (min-width: 768px){
  .md\:absolute{
    position: absolute;
  }
  .md\:block{
    display: block;
  }
  .md\:flex{
    display: flex;
  }
  .md\:grid{
    display: grid;
  }
  .md\:hidden{
    display: none;
  }
  .md\:h-16{
    height: 4rem;
  }
  .md\:h-20{
    height: 5rem;
  }
  .md\:min-h-0{
    min-height: 0px;
  }
  .md\:w-16{
    width: 4rem;
  }
  .md\:w-\[var\(--radix-navigation-menu-viewport-width\)\]{
    width: var(--radix-navigation-menu-viewport-width);
  }
  .md\:w-auto{
    width: auto;
  }
  .md\:max-w-\[420px\]{
    max-width: 420px;
  }
  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .md\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .md\:flex-row{
    flex-direction: row;
  }
  .md\:items-center{
    align-items: center;
  }
  .md\:justify-start{
    justify-content: flex-start;
  }
  .md\:gap-32{
    gap: 8rem;
  }
  .md\:gap-6{
    gap: 1.5rem;
  }
  .md\:space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3rem * var(--tw-space-y-reverse));
  }
  .md\:space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
  }
  .md\:p-2{
    padding: 0.5rem;
  }
  .md\:p-6{
    padding: 1.5rem;
  }
  .md\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .md\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .md\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .md\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .md\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .md\:pt-0{
    padding-top: 0px;
  }
  .md\:text-right{
    text-align: right;
  }
  .md\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .md\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .md\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }
  .md\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .md\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .md\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .md\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .md\:opacity-0{
    opacity: 0;
  }
  .after\:md\:hidden::after{
    content: var(--tw-content);
    display: none;
  }
  .peer[data-variant="inset"] ~ .md\:peer-data-\[variant\=inset\]\:m-2{
    margin: 0.5rem;
  }
  .peer[data-state="collapsed"][data-variant="inset"] ~ .md\:peer-data-\[state\=collapsed\]\:peer-data-\[variant\=inset\]\:ml-2{
    margin-left: 0.5rem;
  }
  .peer[data-variant="inset"] ~ .md\:peer-data-\[variant\=inset\]\:ml-0{
    margin-left: 0px;
  }
  .peer[data-variant="inset"] ~ .md\:peer-data-\[variant\=inset\]\:rounded-xl{
    border-radius: 0.75rem;
  }
  .peer[data-variant="inset"] ~ .md\:peer-data-\[variant\=inset\]\:shadow{
    --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}
@media (min-width: 1024px){
  .lg\:order-2{
    order: 2;
  }
  .lg\:col-span-1{
    grid-column: span 1 / span 1;
  }
  .lg\:col-span-2{
    grid-column: span 2 / span 2;
  }
  .lg\:mb-10{
    margin-bottom: 2.5rem;
  }
  .lg\:mb-24{
    margin-bottom: 6rem;
  }
  .lg\:mb-8{
    margin-bottom: 2rem;
  }
  .lg\:h-12{
    height: 3rem;
  }
  .lg\:h-24{
    height: 6rem;
  }
  .lg\:w-12{
    width: 3rem;
  }
  .lg\:w-24{
    width: 6rem;
  }
  .lg\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lg\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .lg\:gap-12{
    gap: 3rem;
  }
  .lg\:gap-16{
    gap: 4rem;
  }
  .lg\:gap-20{
    gap: 5rem;
  }
  .lg\:gap-32{
    gap: 8rem;
  }
  .lg\:gap-8{
    gap: 2rem;
  }
  .lg\:space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
  }
  .lg\:space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3rem * var(--tw-space-y-reverse));
  }
  .lg\:space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
  }
  .lg\:p-10{
    padding: 2.5rem;
  }
  .lg\:p-8{
    padding: 2rem;
  }
  .lg\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .lg\:pt-12{
    padding-top: 3rem;
  }
  .lg\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .lg\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .lg\:text-6xl{
    font-size: 3.75rem;
    line-height: 1;
  }
  .lg\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1280px){
  .xl\:w-80{
    width: 20rem;
  }
  .xl\:flex-row{
    flex-direction: row;
  }
}
@media (min-width: 1536px){
  .\32xl\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.\[\&\:has\(\[aria-selected\]\)\]\:bg-accent:has([aria-selected]){
  background-color: hsl(var(--accent));
}
.first\:\[\&\:has\(\[aria-selected\]\)\]\:rounded-l-md:has([aria-selected]):first-child{
  border-top-left-radius: calc(var(--radius) - 2px);
  border-bottom-left-radius: calc(var(--radius) - 2px);
}
.last\:\[\&\:has\(\[aria-selected\]\)\]\:rounded-r-md:has([aria-selected]):last-child{
  border-top-right-radius: calc(var(--radius) - 2px);
  border-bottom-right-radius: calc(var(--radius) - 2px);
}
.\[\&\:has\(\[aria-selected\]\.day-outside\)\]\:bg-accent\/50:has([aria-selected].day-outside){
  background-color: hsl(var(--accent) / 0.5);
}
.\[\&\:has\(\[aria-selected\]\.day-range-end\)\]\:rounded-r-md:has([aria-selected].day-range-end){
  border-top-right-radius: calc(var(--radius) - 2px);
  border-bottom-right-radius: calc(var(--radius) - 2px);
}
.\[\&\:has\(\[role\=checkbox\]\)\]\:pr-0:has([role=checkbox]){
  padding-right: 0px;
}
.\[\&\>button\]\:hidden>button{
  display: none;
}
.\[\&\>span\:last-child\]\:truncate>span:last-child{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.\[\&\>span\]\:line-clamp-1>span{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.\[\&\>svg\+div\]\:translate-y-\[-3px\]>svg+div{
  --tw-translate-y: -3px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.\[\&\>svg\]\:absolute>svg{
  position: absolute;
}
.\[\&\>svg\]\:left-4>svg{
  left: 1rem;
}
.\[\&\>svg\]\:top-4>svg{
  top: 1rem;
}
.\[\&\>svg\]\:size-3\.5>svg{
  width: 0.875rem;
  height: 0.875rem;
}
.\[\&\>svg\]\:size-4>svg{
  width: 1rem;
  height: 1rem;
}
.\[\&\>svg\]\:h-2\.5>svg{
  height: 0.625rem;
}
.\[\&\>svg\]\:h-3>svg{
  height: 0.75rem;
}
.\[\&\>svg\]\:w-2\.5>svg{
  width: 0.625rem;
}
.\[\&\>svg\]\:w-3>svg{
  width: 0.75rem;
}
.\[\&\>svg\]\:shrink-0>svg{
  flex-shrink: 0;
}
.\[\&\>svg\]\:text-destructive>svg{
  color: hsl(var(--destructive));
}
.\[\&\>svg\]\:text-foreground>svg{
  color: hsl(var(--foreground));
}
.\[\&\>svg\]\:text-muted-foreground>svg{
  color: hsl(var(--muted-foreground));
}
.\[\&\>svg\]\:text-sidebar-accent-foreground>svg{
  color: hsl(var(--sidebar-accent-foreground));
}
.\[\&\>svg\~\*\]\:pl-7>svg~*{
  padding-left: 1.75rem;
}
.\[\&\>tr\]\:last\:border-b-0:last-child>tr{
  border-bottom-width: 0px;
}
.\[\&\[data-panel-group-direction\=vertical\]\>div\]\:rotate-90[data-panel-group-direction=vertical]>div{
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.\[\&\[data-state\=open\]\>svg\]\:rotate-180[data-state=open]>svg{
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.\[\&_\.recharts-cartesian-axis-tick_text\]\:fill-muted-foreground .recharts-cartesian-axis-tick text{
  fill: hsl(var(--muted-foreground));
}
.\[\&_\.recharts-cartesian-grid_line\[stroke\=\'\#ccc\'\]\]\:stroke-border\/50 .recharts-cartesian-grid line[stroke='#ccc']{
  stroke: hsl(var(--border) / 0.5);
}
.\[\&_\.recharts-curve\.recharts-tooltip-cursor\]\:stroke-border .recharts-curve.recharts-tooltip-cursor{
  stroke: hsl(var(--border));
}
.\[\&_\.recharts-dot\[stroke\=\'\#fff\'\]\]\:stroke-transparent .recharts-dot[stroke='#fff']{
  stroke: transparent;
}
.\[\&_\.recharts-layer\]\:outline-none .recharts-layer{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.\[\&_\.recharts-polar-grid_\[stroke\=\'\#ccc\'\]\]\:stroke-border .recharts-polar-grid [stroke='#ccc']{
  stroke: hsl(var(--border));
}
.\[\&_\.recharts-radial-bar-background-sector\]\:fill-muted .recharts-radial-bar-background-sector{
  fill: hsl(var(--muted));
}
.\[\&_\.recharts-rectangle\.recharts-tooltip-cursor\]\:fill-muted .recharts-rectangle.recharts-tooltip-cursor{
  fill: hsl(var(--muted));
}
.\[\&_\.recharts-reference-line_\[stroke\=\'\#ccc\'\]\]\:stroke-border .recharts-reference-line [stroke='#ccc']{
  stroke: hsl(var(--border));
}
.\[\&_\.recharts-sector\[stroke\=\'\#fff\'\]\]\:stroke-transparent .recharts-sector[stroke='#fff']{
  stroke: transparent;
}
.\[\&_\.recharts-sector\]\:outline-none .recharts-sector{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.\[\&_\.recharts-surface\]\:outline-none .recharts-surface{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.\[\&_\[cmdk-group-heading\]\]\:px-2 [cmdk-group-heading]{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.\[\&_\[cmdk-group-heading\]\]\:py-1\.5 [cmdk-group-heading]{
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.\[\&_\[cmdk-group-heading\]\]\:text-xs [cmdk-group-heading]{
  font-size: 0.75rem;
  line-height: 1rem;
}
.\[\&_\[cmdk-group-heading\]\]\:font-medium [cmdk-group-heading]{
  font-weight: 500;
}
.\[\&_\[cmdk-group-heading\]\]\:text-muted-foreground [cmdk-group-heading]{
  color: hsl(var(--muted-foreground));
}
.\[\&_\[cmdk-group\]\:not\(\[hidden\]\)_\~\[cmdk-group\]\]\:pt-0 [cmdk-group]:not([hidden]) ~[cmdk-group]{
  padding-top: 0px;
}
.\[\&_\[cmdk-group\]\]\:px-2 [cmdk-group]{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.\[\&_\[cmdk-input-wrapper\]_svg\]\:h-5 [cmdk-input-wrapper] svg{
  height: 1.25rem;
}
.\[\&_\[cmdk-input-wrapper\]_svg\]\:w-5 [cmdk-input-wrapper] svg{
  width: 1.25rem;
}
.\[\&_\[cmdk-input\]\]\:h-12 [cmdk-input]{
  height: 3rem;
}
.\[\&_\[cmdk-item\]\]\:px-2 [cmdk-item]{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.\[\&_\[cmdk-item\]\]\:py-3 [cmdk-item]{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.\[\&_\[cmdk-item\]_svg\]\:h-5 [cmdk-item] svg{
  height: 1.25rem;
}
.\[\&_\[cmdk-item\]_svg\]\:w-5 [cmdk-item] svg{
  width: 1.25rem;
}
.\[\&_p\]\:leading-relaxed p{
  line-height: 1.625;
}
.\[\&_svg\]\:pointer-events-none svg{
  pointer-events: none;
}
.\[\&_svg\]\:size-4 svg{
  width: 1rem;
  height: 1rem;
}
.\[\&_svg\]\:shrink-0 svg{
  flex-shrink: 0;
}
.\[\&_tr\:last-child\]\:border-0 tr:last-child{
  border-width: 0px;
}
.\[\&_tr\]\:border-b tr{
  border-bottom-width: 1px;
}
[data-side=left][data-collapsible=offcanvas] .\[\[data-side\=left\]\[data-collapsible\=offcanvas\]_\&\]\:-right-2{
  right: -0.5rem;
}
[data-side=left][data-state=collapsed] .\[\[data-side\=left\]\[data-state\=collapsed\]_\&\]\:cursor-e-resize{
  cursor: e-resize;
}
[data-side=left] .\[\[data-side\=left\]_\&\]\:cursor-w-resize{
  cursor: w-resize;
}
[data-side=right][data-collapsible=offcanvas] .\[\[data-side\=right\]\[data-collapsible\=offcanvas\]_\&\]\:-left-2{
  left: -0.5rem;
}
[data-side=right][data-state=collapsed] .\[\[data-side\=right\]\[data-state\=collapsed\]_\&\]\:cursor-w-resize{
  cursor: w-resize;
}
[data-side=right] .\[\[data-side\=right\]_\&\]\:cursor-e-resize{
  cursor: e-resize;
}
