@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400&display=swap');

*, ::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: 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: JetBrains Mono, 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;
}

body {
  font-family: 'Inter', sans-serif;
  color: var(--color-text-primary);
  background-color: var(--color-background);
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  color: var(--color-text-primary);
}

.btn-primary{
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-primary:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
}

.btn-primary:focus{
  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-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1));
  --tw-ring-offset-width: 2px;
}

.btn-secondary{
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-secondary:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity, 1));
}

.btn-secondary:focus{
  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-opacity: 1;
  --tw-ring-color: rgb(100 116 139 / var(--tw-ring-opacity, 1));
  --tw-ring-offset-width: 2px;
}

.btn-accent{
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-accent:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1));
}

.btn-accent:focus{
  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-opacity: 1;
  --tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity, 1));
  --tw-ring-offset-width: 2px;
}

.card{
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 1.5rem;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.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);
}

.input-field{
  width: 100%;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  transition-property: all;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.input-field:focus{
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
  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-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1));
}

.shadow-floating {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.invisible{
  visibility: hidden;
}

.static{
  position: static;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.sticky{
  position: sticky;
}

.inset-0{
  inset: 0px;
}

.-top-3{
  top: -0.75rem;
}

.left-0{
  left: 0px;
}

.left-1\/2{
  left: 100%;
}

.top-0{
  top: 0px;
}

.z-50{
  z-index: 50;
}

.mx-auto{
  margin-left: auto;
  margin-right: auto;
}

.mb-12{
  margin-bottom: 3rem;
}

.mb-2{
  margin-bottom: 0.5rem;
}

.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-10{
  margin-left: 2.5rem;
}

.mr-2{
  margin-right: 0.5rem;
}

.mr-3{
  margin-right: 0.75rem;
}

.mr-4{
  margin-right: 1rem;
}

.mt-1{
  margin-top: 0.25rem;
}

.mt-12{
  margin-top: 3rem;
}

.mt-2{
  margin-top: 0.5rem;
}

.mt-4{
  margin-top: 1rem;
}

.mt-6{
  margin-top: 1.5rem;
}

.block{
  display: block;
}

.flex{
  display: flex;
}

.grid{
  display: grid;
}

.hidden{
  display: none;
}

.h-12{
  height: 3rem;
}

.h-16{
  height: 4rem;
}

.h-2{
  height: 0.5rem;
}

.h-24{
  height: 6rem;
}

.h-3{
  height: 0.75rem;
}

.h-4{
  height: 1rem;
}

.h-48{
  height: 12rem;
}

.h-5{
  height: 1.25rem;
}

.h-6{
  height: 1.5rem;
}

.h-64{
  height: 16rem;
}

.h-8{
  height: 2rem;
}

.h-full{
  height: 100%;
}

.w-12{
  width: 3rem;
}

.w-16{
  width: 4rem;
}

.w-2{
  width: 0.5rem;
}

.w-24{
  width: 6rem;
}

.w-3{
  width: 0.75rem;
}

.w-4{
  width: 1rem;
}

.w-5{
  width: 1.25rem;
}

.w-6{
  width: 1.5rem;
}

.w-8{
  width: 2rem;
}

.w-auto{
  width: auto;
}

.w-full{
  width: 100%;
}

.w-screen{
  width: 100vw;
}

.max-w-3xl{
  max-width: 48rem;
}

.max-w-4xl{
  max-width: 56rem;
}

.max-w-7xl{
  max-width: 100rem;
}

.flex-shrink-0{
  flex-shrink: 0;
}

.-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-y-2{
  --tw-translate-y: 0.5rem;
  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;
}

.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-3{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.flex-col{
  flex-direction: column;
}

.items-start{
  align-items: flex-start;
}

.items-center{
  align-items: center;
}

.items-baseline{
  align-items: baseline;
}

.justify-center{
  justify-content: center;
}

.justify-between{
  justify-content: space-between;
}

.gap-12{
  gap: 3rem;
}

.gap-4{
  gap: 1rem;
}

.gap-8{
  gap: 2rem;
}

.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-x-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1.5rem * var(--tw-space-x-reverse));
  margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-8 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(2rem * var(--tw-space-x-reverse));
  margin-left: calc(2rem * calc(1 - var(--tw-space-x-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-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));
}

.overflow-hidden{
  overflow: hidden;
}

.rounded-2xl{
  border-radius: 1rem;
}

.rounded-full{
  border-radius: 9999px;
}

.rounded-lg{
  border-radius: 0.5rem;
}

.rounded-md{
  border-radius: 0.375rem;
}

.rounded-xl{
  border-radius: 0.75rem;
}

.border{
  border-width: 1px;
}

.border-2{
  border-width: 2px;
}

.border-b{
  border-bottom-width: 1px;
}

.border-t{
  border-top-width: 1px;
}

.border-secondary-200{
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
}

.border-secondary-700{
  --tw-border-opacity: 1;
  border-color: rgb(51 65 85 / var(--tw-border-opacity, 1));
}

.border-transparent{
  border-color: transparent;
}

.bg-accent-100{
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
}

.bg-accent-50{
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}

.bg-accent-600{
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}

.bg-primary-100{
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
}

.bg-primary-50{
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}

.bg-primary-600{
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}

.bg-secondary-100{
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
}

.bg-secondary-200{
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity, 1));
}

.bg-secondary-50{
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1));
}

.bg-secondary-900{
  --tw-bg-opacity: 1;
  background-color: rgb(15 23 42 / var(--tw-bg-opacity, 1));
}

.bg-success-100{
  --tw-bg-opacity: 1;
  background-color: rgb(209 250 229 / var(--tw-bg-opacity, 1));
}

.bg-success-50{
  --tw-bg-opacity: 1;
  background-color: rgb(236 253 245 / var(--tw-bg-opacity, 1));
}

.bg-success-500{
  --tw-bg-opacity: 1;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity, 1));
}

.bg-success-600{
  --tw-bg-opacity: 1;
  background-color: rgb(5 150 105 / var(--tw-bg-opacity, 1));
}

.bg-warning-100{
  --tw-bg-opacity: 1;
  background-color: rgb(254 243 199 / var(--tw-bg-opacity, 1));
}

.bg-warning-600{
  --tw-bg-opacity: 1;
  background-color: rgb(217 119 6 / var(--tw-bg-opacity, 1));
}

.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.bg-opacity-20{
  --tw-bg-opacity: 0.2;
}

.bg-gradient-to-br{
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}

.from-secondary-50{
  --tw-gradient-from: #F8FAFC var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 250 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-white{
  --tw-gradient-to: #fff var(--tw-gradient-to-position);
}

.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}

.p-1{
  padding: 0.25rem;
}

.p-3{
  padding: 0.75rem;
}

.p-4{
  padding: 1rem;
}

.p-6{
  padding: 1.5rem;
}

.p-8{
  padding: 2rem;
}

.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-16{
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-20{
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.pb-3{
  padding-bottom: 0.75rem;
}

.pt-2{
  padding-top: 0.5rem;
}

.pt-4{
  padding-top: 1rem;
}

.pt-6{
  padding-top: 1.5rem;
}

.pt-8{
  padding-top: 2rem;
}

.text-center{
  text-align: center;
}

.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-4xl{
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.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-bold{
  font-weight: 700;
}

.font-medium{
  font-weight: 500;
}

.font-semibold{
  font-weight: 600;
}

.leading-relaxed{
  line-height: 1.625;
}

.text-accent-600{
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}

.text-accent-700{
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}

.text-primary-600{
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}

.text-primary-700{
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}

.text-secondary-300{
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity, 1));
}

.text-secondary-400{
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}

.text-secondary-600{
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity, 1));
}

.text-secondary-700{
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity, 1));
}

.text-secondary-800{
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity, 1));
}

.text-secondary-900{
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity, 1));
}

.text-success-600{
  --tw-text-opacity: 1;
  color: rgb(5 150 105 / var(--tw-text-opacity, 1));
}

.text-success-700{
  --tw-text-opacity: 1;
  color: rgb(4 120 87 / var(--tw-text-opacity, 1));
}

.text-warning-600{
  --tw-text-opacity: 1;
  color: rgb(217 119 6 / var(--tw-text-opacity, 1));
}

.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.opacity-0{
  opacity: 0;
}

.opacity-20{
  opacity: 0.2;
}

.shadow-floating{
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -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-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-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);
}

.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-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-200{
  transition-duration: 200ms;
}

.duration-300{
  transition-duration: 300ms;
}

:root {
  /* Primary Colors */
  --color-primary: #2563EB;
  /* blue-600 */
  --color-primary-50: #EFF6FF;
  /* blue-50 */
  --color-primary-100: #DBEAFE;
  /* blue-100 */
  --color-primary-500: #3B82F6;
  /* blue-500 */
  --color-primary-600: #2563EB;
  /* blue-600 */
  --color-primary-700: #1D4ED8;
  /* blue-700 */
  --color-primary-800: #1E40AF;
  /* blue-800 */
  --color-primary-900: #1E3A8A;
  /* blue-900 */
  /* Secondary Colors */
  --color-secondary: #64748B;
  /* slate-500 */
  --color-secondary-50: #F8FAFC;
  /* slate-50 */
  --color-secondary-100: #F1F5F9;
  /* slate-100 */
  --color-secondary-200: #E2E8F0;
  /* slate-200 */
  --color-secondary-300: #CBD5E1;
  /* slate-300 */
  --color-secondary-400: #94A3B8;
  /* slate-400 */
  --color-secondary-500: #64748B;
  /* slate-500 */
  --color-secondary-600: #475569;
  /* slate-600 */
  --color-secondary-700: #334155;
  /* slate-700 */
  --color-secondary-800: #1E293B;
  /* slate-800 */
  --color-secondary-900: #0F172A;
  /* slate-900 */
  /* Accent Colors */
  --color-accent: #DC2626;
  /* red-600 */
  --color-accent-50: #FEF2F2;
  /* red-50 */
  --color-accent-100: #FEE2E2;
  /* red-100 */
  --color-accent-500: #EF4444;
  /* red-500 */
  --color-accent-600: #DC2626;
  /* red-600 */
  --color-accent-700: #B91C1C;
  /* red-700 */
  /* Background Colors */
  --color-background: #FFFFFF;
  /* white */
  --color-surface: #F8FAFC;
  /* slate-50 */
  /* Text Colors */
  --color-text-primary: #1E293B;
  /* slate-800 */
  --color-text-secondary: #64748B;
  /* slate-500 */
  /* Status Colors */
  --color-success: #059669;
  /* emerald-600 */
  --color-success-50: #ECFDF5;
  /* emerald-50 */
  --color-success-100: #D1FAE5;
  /* emerald-100 */
  --color-success-500: #10B981;
  /* emerald-500 */
  --color-success-600: #059669;
  /* emerald-600 */
  --color-success-700: #047857;
  /* emerald-700 */
  --color-warning: #D97706;
  /* amber-600 */
  --color-warning-50: #FFFBEB;
  /* amber-50 */
  --color-warning-100: #FEF3C7;
  /* amber-100 */
  --color-warning-500: #F59E0B;
  /* amber-500 */
  --color-warning-600: #D97706;
  /* amber-600 */
  --color-warning-700: #B45309;
  /* amber-700 */
  --color-error: #DC2626;
  /* red-600 */
  --color-error-50: #FEF2F2;
  /* red-50 */
  --color-error-100: #FEE2E2;
  /* red-100 */
  --color-error-500: #EF4444;
  /* red-500 */
  --color-error-600: #DC2626;
  /* red-600 */
  --color-error-700: #B91C1C;
  /* red-700 */
}

.hover\:bg-accent-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
}

.hover\:bg-accent-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}

.hover\:bg-primary-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}

.hover\:bg-secondary-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1));
}

.hover\:bg-success-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(4 120 87 / var(--tw-bg-opacity, 1));
}

.hover\:text-primary-600:hover{
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}

.hover\:text-primary-700:hover{
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}

.hover\:text-secondary-900:hover{
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity, 1));
}

.hover\:text-white:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.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-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);
}

.group:hover .group-hover\:visible{
  visibility: visible;
}

.group:hover .group-hover\:translate-y-0{
  --tw-translate-y: 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:hover .group-hover\: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:hover .group-hover\:opacity-100{
  opacity: 1;
}

@media (min-width: 640px){
  .sm\:flex-row{
    flex-direction: row;
  }

  .sm\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 768px){
  .md\:mt-0{
    margin-top: 0px;
  }

  .md\:block{
    display: block;
  }

  .md\:flex{
    display: flex;
  }

  .md\:hidden{
    display: none;
  }

  .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;
  }
}

@media (min-width: 1024px){
  .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\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .lg\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .lg\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .lg\:text-6xl{
    font-size: 3.75rem;
    line-height: 1;
  }
}

/* Reset and base styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Montserrat', Arial, sans-serif;
    line-height: 1.6;
    color: #08101e;
    background-color: #ffffff;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: auto;
}

/* Layout components */
.container {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 16px;
}

.section-wrapper {
    width: 100%;
}

.flex-row {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.flex-column {
    display: flex;
    flex-direction: column;
}

.justify-between {
    justify-content: space-between;
}

.justify-center {
    justify-content: center;
}

.align-center {
    align-items: center;
}

.gap-8 {
    gap: 8px;
}

.gap-16 {
    gap: 16px;
}

.gap-24 {
    gap: 24px;
}

.header {
    background-color: #ffffff;
    border-bottom: 1px solid #d4dcea;
}

.top-bar {
    background-color: #f8f8fc;
    padding: 8px 0;
}

.top-bar-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 60px;
}

.business-residential {
    display: flex;
    gap: 0;
    margin-left: 226px;
}

.business-btn {
    background-color: #f8f8fc;
    color: #2c2d67;
    padding: 8px 20px;
    border: none;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    cursor: pointer;
}

.residential-btn {
    background-color: #ffffff;
    color: #08101e;
    padding: 8px;
    border: none;
    border-bottom: 1px solid transparent;
    border-image: linear-gradient(90deg, #ff8300 0%, #ffee00 100%) 1;
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    cursor: pointer;
}

.sales-info {
    font-size: 14px;
    color: #2c2d67;
}

.sales-number {
    font-weight: 700;
    color: #2a4e98;
}

.main-header {
    padding: 16px 60px;
}

.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    width: 178px;
    height: 54px;
}

.nav-menu {
    display: flex;
    gap: 36px;
    align-items: center;
}

.nav-item {
    font-size: 18px;
    font-weight: 600;
    color: #08101e;
    text-decoration: none;
    padding: 10px;
    cursor: pointer;
}

.nav-submenu {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
}

.dropdown-arrow {
    width: 20px;
    height: 20px;
}

.header-actions {
    display: flex;
    gap: 20px;
    align-items: center;
}

.account-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 20px 8px 50px !important;
    background-color: rgba(233, 233, 233, 0.47);
    border: 1px solid rgba(56, 67, 88, 0.33);
    border-radius: 20px;
    font-size: 15px;
    font-weight: 600;
    color: #08101e;
    text-decoration: none;
    position: relative;
}

.account-btn::before {
    content: '';
    position: absolute;
    left: 20px;
    width: 20px;
    height: 20px;
    background-image: url('https://livenet.bm/new/assets/images/img_account_24_outline.svg');
    background-size: contain;
}

.topup-btn {
    padding: 8px 20px;
    background-color: #2a4e98;
    color: #ffffff;
    border: none;
    border-radius: 20px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
}

.my-account-btn {
    background-color: #b23e8d;
    color: #ffffff;
    padding: 8px 20px 8px 50px;
    border-radius: 20px;
    border: none;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    position: relative;
}

.my-account-btn::before {
    content: '';
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background-image: url('https://livenet.bm/new/assets/images/img_account_24_outline_white_a700.svg');
    background-size: contain;
}

.quick-topup-btn {
    background-color: #ff0000;
    color: #ffffff;
    padding: 8px 20px;
    border-radius: 20px;
    border: none;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
}

.hamburger {
    display: none;
    flex-direction: column;
    cursor: pointer;
    padding: 10px;
}

.hamburger span {
    width: 25px;
    height: 3px;
    background-color: #08101e;
    margin: 3px 0;
    transition: 0.3s;
}

/* Hero Section */
/*.residential-page .hero-section {
    position: relative;
    margin-top: 8px;
}

.residential-page .hero-container {
    position: relative;
    width: 84%;
    max-width: 1468px;
    margin: 0 auto;
    margin-right: 162px;
}

.residential-page .hero-bg {
    width: 100%;
    max-width: 1334px;
    height: 692px;
    border-radius: 14px;
    margin-top: 20px;
}*/

.residential-page .hero-content {
    /*position: absolute;
    top: 0;
    right: 0;
    width: 60%;
    height: 100%;
    background-image: url('https://livenet.bm/new/assets/images/img_group_9.svg');
    background-size: cover;
    background-position: center;
    padding: 60px 56px;
    display: flex;
    justify-content: center;
    align-items: flex-start;*/
    z-index: 2;
    padding: 80px 0;
    position: absolute;
    /*top: 30%;*/
    left: 15%;
    width: 68%;
    height: 100%;
    object-fit: cover;
    border-radius: 14px;
}

.residential-page .hero-text {
    width: 92%;
}

.residential-page .hero-title {
    font-size: 70px;
    font-weight: 700;
    line-height: 86px;
    color: #2a4e98;
    text-transform: capitalize;
    margin-bottom: 8px;
}

.residential-page .hero-subtitle {
    font-size: 24px;
    font-weight: 500;
    line-height: 33px;
    color: #08101e;
    width: 50%;
    margin-bottom: 40px;
}

.residential-page .cta-button {
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: #fda702;
    border-radius: 24px;
    padding: 12px;
    text-decoration: none;
    color: #08101e;
    font-size: 16px;
    font-weight: 600;
    width: fit-content;
}

.residential-page .floating-chat {
    position: absolute;
    bottom: 112px;
    right: -54px;
    width: 78px;
    height: 78px;
    background-color: #2a4e98;
    border-radius: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 6px 30px rgba(42, 78, 152, 0.44);
}

.residential-page .floating-chat img {
    width: 54px;
    height: 52px;
}


/*.business-page .hero-section {
    position: relative;
    min-height: 600px;
    background: linear-gradient(135deg, #2a4e98 0%, #007cb800 100%);
    overflow: hidden;
}

.business-page .hero-bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 68%;
    height: 100%;
    object-fit: cover;
    border-radius: 14px;
}*/

.business-page .hero-content {
    z-index: 2;
    padding: 80px 0;
    position: absolute;
    top: 30%;
    left: 15%;
    width: 68%;
    height: 100%;
    object-fit: cover;
    border-radius: 14px;
}

.business-page .hero-text {
    max-width: 38%;
}

.business-page .hero-title {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.2;
    color: #2a4e98;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.business-page .hero-subtitle {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    color: #08101e;
    margin-bottom: 40px;
}

.business-page .learn-more-btn {
    background-color: #2a4e98;
    color: #ffffff;
    padding: 8px 24px;
    border-radius: 20px;
    border: none;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
}

.business-page .floating-chat {
    position: absolute;
    bottom: 112px;
    right: 54px;
    background-color: #2a4e98;
    border-radius: 42px;
    padding: 12px;
    box-shadow: 0px 6px 30px #2a4e9870;
}

.business-page img.hero-bg {
    border-radius: 14px;
    margin-top: 20px;
}

.residential-page img.hero-bg {
    border-radius: 14px;
    margin-top: 20px;
}

/* Service Icons */
.residential-page .service-icons {
    justify-content: center;
    align-items: center;
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    border-top: 1px solid var(--divider-color);
    margin-top: 60px;
    margin-bottom: 60px;
}

.business-page .service-icons {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 80px;
    margin: 18px 0;
    padding: 0 60px;
    width: 90%;
}

.service-icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

.residential-page .service-icon img {
    height: auto;
    width: 100%;
    max-width: 66px;
    max-height: 46px;
}

.residential-page .service-icon {
    width: calc(16.66% - 33.33px);
    text-align: center;
}

.service-icon img {
    width: 64px;
    height: auto;
}

.service-icon span {
    font-size: 20px;
    font-weight: 600;
    color: #08101e;
    text-align: center;
}

/* Save More Section */
.save-more-section {
    background-color: #f8f8fc;
    padding: 80px 0;
}

.save-more-content {
    display: flex;
    flex-direction: column;
    gap: 60px;
    align-items: center;
}

.save-more-header {
    text-align: center;
    max-width: 1334px;
    width: 100%;
}

.save-more-title {
    font-family: 'Poppins', sans-serif;
    font-size: 52px;
    font-weight: 700;
    line-height: 67px;
    color: #08101e;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.save-more-description {
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    color: #2c2d67;
    text-align: center;
}

.save-more-cards {
    display: flex;
    gap: 24px;
    max-width: 1334px;
    width: 100%;
}

.save-more-card {
    flex: 1;
    background: linear-gradient(180deg, #192f5b 0%, rgba(42, 78, 152, 0.48) 100%);
    border-radius: 14px;
    padding: 30px;
    color: #ffffff;
    position: relative;
    background-image: url('https://livenet.bm/new/assets/images/img_.png');
    background-size: cover;
    background-position: center;
    height: 500px;
}

.save-more-card1 {
    background-image: url('https://livenet.bm/new/assets/images/img_bundle_savings.png');
    background-size: cover;
    background-position: center;
}

.save-more-card2 {
    background-image: url('https://livenet.bm/new/assets/images/img_save_on_roaming.png');
    background-size: cover;
    background-position: center;
}

.save-more-card3 {
    background-image: url('https://livenet.bm/new/assets/images/img_premium_home_connectivity.png');
    background-size: cover;
    background-position: center;
}

.save-more-card h3 {
    font-size: 36px;
    font-weight: 600;
    line-height: 38px;
    background: linear-gradient(90deg, #ff8300 0%, #ffee00 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 18px;
}

.save-more-card p {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 18px;
}

.save-more-card img {
    width: 16px;
    height: 16px;
}

/* Connectivity Section */
/*.residential-page .connectivity-section {
    margin-top: 80px;
    max-width: 1334px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.residential-page .connectivity-header {
    margin-bottom: 60px;
}

.residential-page .connectivity-title {
    font-family: 'Poppins', sans-serif;
    font-size: 52px;
    font-weight: 700;
    line-height: 67px;
    color: #08101e;
    text-transform: capitalize;
    width: 70%;
    margin-bottom: 20px;
}

.residential-page .connectivity-subtitle {
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    color: #2c2d67;
}

.residential-page .services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-bottom: 24px;
}

.residential-page .service-card {
    background-color: #f3f4f6;
    border-radius: 14px;
    padding: 40px 40px 0px 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 354px;
}

.residential-page .service-card-footer img.service-card-icon {
    width: 60%;
    height: 50%;
    position: relative;
    top: 0%;
    left: 27%;
}

.residential-page .service-card-content {
    flex: 1;
}

.residential-page .service-card img {
    width: 64px;
    height: auto;
    margin-bottom: 46px;
}

.residential-page .service-card h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    color: #08101e;
    margin-bottom: 14px;
}

.residential-page .service-card p {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    color: #2c2d67;
    margin-bottom: 20px;
}

.residential-page .service-card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.residential-page .service-card-footer img {
    width: 12px;
    height: 12px;
    margin: 0;
}*/

.residential-page .service-card-icon {
    width: 128px;
    height: 106px;
}

/* Unlimited Plan Section */
.residential-page .unlimited-section {
    margin-top: 106px;
    display: flex;
    gap: 24px;
    max-width: 1334px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.residential-page .unlimited-left {
    flex: 1;
    position: relative;
    /*background: linear-gradient(90deg, #2a4e98 0%, rgba(0, 124, 184, 0) 100%);*/
    border-radius: 14px;
    padding: 68px 40px;
    color: #ffffff;
}

.residential-page .unlimited-bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: 0px 14px 0px 14px;
}

.residential-page .unlimited-content {
    position: relative;
    z-index: 2;
    margin-top: 90px;
}

.residential-page .unlimited-title {
    font-family: 'Poppins', sans-serif;
    font-size: 52px;
    font-weight: 700;
    line-height: 67px;
    text-transform: capitalize;
    width: 76%;
    margin-bottom: 20px;
}

.residential-page .unlimited-description {
    font-size: 18px;
    font-weight: 500;
    line-height: 21px;
    width: 62%;
    margin-bottom: 40px;
}

.residential-page .unlimited-cta {
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: #fda702;
    border-radius: 20px;
    padding: 8px;
    text-decoration: none;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    width: fit-content;
}

.residential-page .unlimited-right {
    width: 32%;
    background-color: #f3f4f6;
    border-radius: 14px;
    display: flex;
    flex-direction: column;
}

.residential-page .plan-details {
    padding: 68px 28px 0;
    flex: 1;
}

.residential-page .plan-title {
    font-size: 36px;
    font-weight: 600;
    line-height: 38px;
    color: #08101e;
    margin-bottom: 16px;
}

.residential-page .plan-features {
    list-style: none;
    margin-bottom: 14px;
}

.residential-page .plan-features li {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 4px;
    font-size: 16px;
    font-weight: 600;
    color: #2a4e98;
}

.residential-page .plan-features li::before {
    content: '';
    width: 12px;
    height: 12px;
    background-color: #2a4e98;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.residential-page .plan-features li::after {
    content: '';
    width: 4px;
    height: 4px;
    background-color: #ffffff;
    border-radius: 2px;
    position: absolute;
    margin-left: -8px;
}

.residential-page .select-plan {
    display: flex;
    align-items: center;
    gap: 20px;
    color: #fda702;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    margin-bottom: 6px;
}

.residential-page .plan-line {
    width: 122px;
    height: 2px;
    background-color: #fda702;
}

.residential-page .plan-image {
    width: 100%;
    border-radius: 0px 0px 14px 14px;
}

/* Jimmy Phone Section */
.jimmy-section {
    background-color: #f8f8fc;
    padding: 80px 56px;
    margin-top: 80px;
    position: relative;
}

.jimmy-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 26%;
    height: 100%;
}

.jimmy-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1324px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.jimmy-image {
    width: 36%;
    border-radius: 14px;
}

.jimmy-text {
    width: 52%;
}

.jimmy-title {
    font-family: 'Poppins', sans-serif;
    font-size: 52px;
    font-weight: 700;
    line-height: 67px;
    color: #08101e;
    text-transform: capitalize;
    margin-bottom: 22px;
}

.jimmy-description {
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    color: #384358;
    margin-bottom: 20px;
}

.jimmy-features {
    list-style: none;
    margin-bottom: 38px;
}

.jimmy-features li {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 600;
    color: #384358;
}

.jimmy-features img {
    width: 26px;
    height: 24px;
}

.shop-now {
    display: flex;
    align-items: center;
    gap: 20px;
    color: #fda702;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    margin-bottom: 10px;
}

.shop-line {
    width: 116px;
    height: 2px;
    background-color: #fda702;
}

/* Technology Partners */
.partners-section {
    text-align: center;
    margin-top: 74px;
    padding: 0 56px;
}

.partners-title {
    font-family: 'Poppins', sans-serif;
    font-size: 52px;
    font-weight: 700;
    line-height: 78px;
    color: #08101e;
    text-transform: capitalize;
    margin-bottom: 44px;
}

.partners-logos {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1060px;
    margin: 0 auto;
}

.partners-logos img {
    width: 144px;
    height: 76px;
}

/* FAQ Section */
.faq-section {
    background-color: #f8f8fc;
    padding: 78px 56px;
    margin-top: 80px;
}

.faq-content {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1324px;
    margin: 0 auto;
}

.faq-left {
    width: 62%;
    margin-right: 80px;
}

.faq-title {
    font-family: 'Poppins', sans-serif;
    font-size: 52px;
    font-weight: 700;
    line-height: 78px;
    color: #08101e;
    text-transform: capitalize;
    margin-bottom: 4px;
}

.faq-description {
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    color: #2c2d67;
    margin-bottom: 38px;
}

.faq-cta {
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: #fda702;
    border-radius: 20px;
    padding: 8px;
    text-decoration: none;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    width: 24%;
}

.faq-right {
    width: 100%;
}

.faq-item {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 16px;
    margin-bottom: 24px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    font-weight: 700;
    color: #08101e;
}

.faq-arrow {
    width: 18px;
    height: 18px;
    transition: transform 0.3s ease;
}

.faq-answer {
    display: none;
    margin-top: 16px;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    color: #2c2d67;
}

.faq-item.active .faq-answer {
    display: block;
}

.faq-item.active .faq-arrow {
    transform: rotate(180deg);
}

/* Innovations section */
.residential-page .innovations-section {
    background-color: #ffffff;
    padding: 60px 0;
    margin-top: -138px;
    position: relative;
    z-index: 3;
}

.business-page .innovations-section {
    background-color: #ffffff;
    padding: 60px 0;
    margin-top: -138px;
    position: relative;
    z-index: 3;
}

.business-page .innovations-section .section-title {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.3;
    color: #2a4e98;
    text-align: center;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.business-page .innovations-section .section-description {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    color: #2c2d67;
    text-align: center;
    max-width: 800px;
    margin: 0 auto 60px;
}

.business-page .services-section .section-title {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.3;
    color: #2a4e98;
    text-align: left;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.business-page .services-section .section-description {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    color: #2c2d67;
    text-align: left;
    max-width: 800px;
}

.business-page .section-title {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.3;
    color: #2a4e98;
    text-align: left;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.business-page .section-description {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    color: #2c2d67;
    text-align: left;
    max-width: 800px;
}

.promotion-cards {
    display: flex;
    gap: 24px;
    justify-content: center;
    flex-wrap: wrap;
}

.promotion-card {
    width: 300px;
    height: 400px;
    border-radius: 14px;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
}

.business-page img.unlimited-bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 56%;
    height: 100%;
    border-radius: 0px 14px 0px 14px;
}

.business-page .unlimited-content {
    position: relative;
    z-index: 2;
    margin-top: 90px;
}

.business-page h2.package-title {
    font-family: 'Poppins', sans-serif;
    font-size: 52px;
    font-weight: 700;
    line-height: 67px;
    text-transform: capitalize;
    width: 76%;
    margin-bottom: 20px;
}

.promotion-card-1 {
    background-image: url('https://livenet.bm/new/assets/images/img_.png');
}

.promotion-card-2 {
    background-image: url('https://livenet.bm/new/assets/images/img_0x0.png');
}

.promotion-card-3 {
    background-image: url('https://livenet.bm/new/assets/images/img_1.png');
}

.promotion-content {
    position: absolute;
    top: 20px; 
    left: 34px;
    right: 34px;
}

.promotion-title {
    font-size: 24px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 14px;
}

.promotion-icon {
    width: 12px;
    height: 12px;
}

/* Services section */
.business-page .services-section {
    background: linear-gradient(180deg, #ffffff 0%, #fff8eb 100%);
    padding: 78px 0;
}

.business-page .services-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 60px;
}

.business-page .service-card {
    background-color: #ffffff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.business-page .service-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.business-page .service-content {
    padding: 28px 30px;
}

.business-page .service-title {
    font-size: 20px;
    font-weight: 600;
    color: #2a4e98;
    margin-bottom: 6px;
}

.business-page .service-description {
    font-size: 14px;
    font-weight: 500;
    color: #2c2d67;
    line-height: 1.4;
    margin-bottom: 18px;
}

.business-page .service-arrow {
    width: 12px;
    height: 12px;
}

/* Entertainment section */
.entertainment-section {
    padding: 60px 0;
}

.entertainment-cards {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
}

.entertainment-card {
    flex: 1;
    min-width: 300px;
    border-radius: 14px;
    overflow: hidden;
    position: relative;
}

.entertainment-card-1 {
    background: linear-gradient(90deg, #2a4e98 0%, #007cb800 100%);
    color: #ffffff;
    padding: 158px 40px;
}

.entertainment-card-2 {
    background-color: #fda702;
    position: relative;
}

.package-title {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 20px;
}

.package-description {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 40px;
}

.shop-now-btn {
    background-color: #fda702;
    color: #08101e;
    padding: 8px 24px;
    border-radius: 20px;
    border: none;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
}

.package-features {
    list-style: none;
    margin: 18px 0;
}

.package-features li {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 6px;
    font-size: 16px;
    font-weight: 600;
    color: #08101e;
}

.feature-bullet {
    width: 12px;
    height: 12px;
    background-color: #08101e;
    border-radius: 50%;
}

.buy-now-link {
    color: #2c2d67;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    border-bottom: 2px solid #2c2d67;
    display: inline-flex;
    align-items: center;
    gap: 20px;
}

/* About section */
.about-section {
    background-color: #f8f8fc;
    padding: 80px 0;
    position: relative;
}

.about-content {
    display: flex;
    gap: 60px;
    align-items: center;
}

.about-image {
    width: 36%;
    border-radius: 14px;
}

.about-text {
    flex: 1;
}

.about-features {
    margin: 24px 0;
}

.about-feature {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 18px;
}

.feature-icon {
    width: 26px;
    height: 24px;
}

.feature-text {
    font-size: 16px;
    font-weight: 600;
    color: #384358;
}

.more-about-link {
    color: #2a4e98;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    border-bottom: 2px solid #2a4e98;
    display: inline-flex;
    align-items: center;
    gap: 20px;
}

/* Business continuity section */
.business-section {
    padding: 58px 0;
}

.business-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    margin-top: 58px;
}

.business-card {
    border-radius: 14px;
    overflow: hidden;
}

.business-card img {
    width: 100%;
    height: auto;
}

.offer-card {
    background-color: #fda702;
    border-radius: 30px;
    padding: 50px;
    position: relative;
    overflow: hidden;
    background: url(https://livenet.bm/new/assets/images/Frame-172.svg);
    background-repeat: no-repeat;
    height: 100%;
}

.offer-card img.business-card {
    position: absolute;
    top: 3.7%;
    right: 0;
}

.offer-title {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
    color: #08101e;
    margin-bottom: 20px;
}

/* Technology partners */
.partners-section {
    padding: 80px 0;
}

.partners-grid {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    margin-top: 44px;
    flex-wrap: wrap;
}

.partner-logo {
    width: 120px;
    height: 60px;
    object-fit: contain;
}

/* FAQ section */
.faq-section {
    background-color: #f8f8fc;
    padding: 78px 0;
}

.faq-content {
    display: flex;
    gap: 60px;
    align-items: flex-start;
}

.faq-left {
    flex: 1;
}

.faq-right {
    flex: 1;
}

.faq-item {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 16px;
    margin-bottom: 24px;
    cursor: pointer;
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    font-weight: 700;
    color: #08101e;
}

.faq-arrow {
    width: 18px;
    height: 18px;
}

/* Contact form section */
.business-page .contact-section {
    padding: 74px 0;
}

.business-page .contact-content {
    display: flex;
    gap: 50px;
    align-items: flex-start;
}

.business-page .contact-form {
    flex: 1;
    background-color: #f8f8fc;
    border-radius: 30px;
    padding: 60px 40px;
    box-shadow: 0px 4px 20px #00000019;
}

.business-page .form-row {
    display: flex;
    gap: 30px;
    margin-bottom: 30px;
}

.business-page .form-input {
    flex: 1;
    padding: 8px 20px;
    border: 1px solid #bfd7dd;
    border-radius: 20px;
    font-size: 16px;
    font-weight: 500;
    color: #7987a3;
}

.business-page .form-textarea {
    width: 100%;
    padding: 20px;
    border: 1px solid #bfd7dd;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 500;
    color: #7987a3;
    min-height: 120px;
    resize: vertical;
}

.business-page .form-dropdown {
    width: 100%;
    padding: 8px 20px;
    border: 1px solid #bfd7dd;
    border-radius: 20px;
    font-size: 16px;
    font-weight: 500;
    color: #08101e;
    background-color: #ffffff;
    margin-bottom: 30px;
}

.business-page .submit-btn {
    background-color: #fda702;
    color: #08101e;
    padding: 8px 24px;
    border-radius: 20px;
    border: none;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
}

.business-page .contact-section .contact-info {
    flex: 1;
    /*background-color: #fda702;*/
    border-radius: 30px;
    padding: 30px;
    position: relative;
    overflow: hidden;
}

.business-page .contact-section .contact-info-content {
    position: relative;
    z-index: 2;
}

.business-page .contact-section .contact-title {
    font-size: 32px;
    font-weight: 700;
    color: #08101e;
    margin-bottom: 16px;
}

.business-page .contact-section .contact-address {
    font-size: 18px;
    font-weight: 600;
    color: #08101e;
    margin-bottom: 40px;
}

.business-page .contact-section .contact-item {
    margin-bottom: 40px;
}

.business-page .contact-section .contact-label {
    font-size: 24px;
    font-weight: 600;
    color: #08101e;
    margin-bottom: 10px;
}

.business-page .contact-section .contact-value {
    font-size: 18px;
    font-weight: 600;
    color: #08101e;
}

/* Social Bar */
.residential-page .social-bar {
    background: linear-gradient(90deg, #2a4e98 0%, #007cb8 100%);
    padding: 16px 0;
}

.residential-page .social-content {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1334px;
    margin: 0 auto;
}

.residential-page .social-logo {
    width: 178px;
    height: 54px;
    margin-right: auto;
}

.residential-page .social-icons {
    display: flex;
    gap: 16px;
}

.residential-page .social-icon {
    width: 44px;
    height: 44px;
    border: 1px solid #ffffff;
    border-radius: 8px;
    padding: 10px;
}

.business-page .social-icons {
    display: flex;
    gap: 16px;
    justify-content: flex-end;
}

.business-page .social-icon {
    width: 44px;
    height: 44px;
    border: 1px solid #08101e;
    border-radius: 8px;
    background: none;
    cursor: pointer;
}

/*contact us page*/

.contact-page .hero-section {
    width: 100%;
    margin-top: 30px;
}

.contact-page .hero-content {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 16px;
}

.contact-page .hero-banner {
    width: 100%;
    background-image: url('https://livenet.bm/new/assets/images/img_rectangle_48_8.png');
    background-size: cover;
    background-position: center;
    border-radius: 20px;
    padding: 120px 32px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.contact-page .hero-title {
    font-size: 42px;
     font-weight: 700;
    line-height: 52px;
    text-transform: capitalize;
    color: #2a4e98;
}

/* Contact section */
.contact-page .contact-section {
    width: 100%;
    margin-top: 80px;
}

.contact-page .contact-content {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 16px;
}

.contact-page .contact-header {
    margin-bottom: 40px;
}

.contact-page .contact-title {
    font-size: 32px;
    font-family: Poppins;
    font-weight: 700;
    line-height: 42px;
    text-transform: capitalize;
    color: #2a4e98;
    margin-bottom: 40px;
}

.contact-page .contact-cards {
    display: grid;
    /*grid-template-columns: 1fr;*/
    gap: 24px;
    margin-bottom: 60px;
}

.contact-page .contact-card {
    background-color: #ffffff;
    border: 1px solid #e0e7e8;
    border-radius: 14px;
    padding: 18px;
    display: flex;
    gap: 18px;
    align-items: center;
}

.contact-page .contact-icon {
    width: 60px;
    height: 60px;
    background-color: #fda702;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.contact-page .contact-info h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    text-transform: capitalize;
    color: #2a4e98;
    margin-bottom: 6px;
}

.contact-page .contact-info p {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    text-transform: capitalize;
    color: #08101e;
}

/* Form and map section */
.contact-page .form-map-section {
    display: grid;
    grid-template-columns: 1fr;
    gap: 32px;
    margin-bottom: 60px;
}

.contact-page .contact-form {
    background-color: #f8f8fc;
    border-radius: 30px;
    padding: 36px 24px;
    box-shadow: 0px 4px 20px #00000019;
}

.contact-page .form-title {
    font-size: 28px;
    font-weight: 600;
    line-height: 36px;
    color: #2a4e98;
    margin-bottom: 30px;
}

.contact-page .form-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 30px;
}

.contact-page .form-input {
    padding: 12px 20px;
    border: 1px solid #bfd7dd;
    border-radius: 20px;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    color: #7987a3;
    background-color: #ffffff;
}

.contact-page .form-textarea {
    padding: 20px;
    border: 1px solid #bfd7dd;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    color: #7987a3;
    background-color: #ffffff;
    min-height: 120px;
    resize: vertical;
}

.contact-page .submit-btn {
    background-color: #fda702;
    border: none;
    border-radius: 20px;
    padding: 8px 16px;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.contact-page .submit-btn:hover {
    background-color: #e8950a;
}

.contact-page .submit-btn span {
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    color: #08101e;
}

.contact-page .map-container {
    background-image: url('https://livenet.bm/new/assets/images/img_2.png');
    background-size: cover;
    background-position: center;
    border-radius: 30px;
    padding: 12px;
    min-height: 400px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.contact-page .map-marker {
    width: 32px;
    height: 50px;
    margin-top: 180px;
}

.contact-page .directions-btn {
    background-color: #ffffff;
    border: none;
    border-radius: 20px;
    padding: 10px 20px 10px 38px;
    box-shadow: 0px 4px 4px #0000000a;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    margin-bottom: 16px;
}

.contact-page .directions-btn span {
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    text-transform: capitalize;
    color: #2a4e98;
}

/* Floating button */
.contact-page .floating-btn {
    position: fixed;
    bottom: 100px;
    right: 24px;
    width: 84px;
    height: 84px;
    background-color: #2a4e98;
    border-radius: 42px;
    border: none;
    box-shadow: 0px 6px 30px #2a4e9870;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

/* Footer */
.footer {
    background-color: #f8f8fc;
    padding: 26px;
    margin-bottom: 14px;
}

.footer-content {
    max-width: 1332px;
    margin: 0 auto;
    margin-top: 52px;
}

.footer-main {
    display: flex;
    gap: 20px;
    margin-bottom: 12px;
}

.footer-left {
    flex: 1;
}

.footer-divider {
    width: 100%;
    height: 1px;
    background-color: #d3dbea;
}

.footer-bottom {
    text-align: left;
    padding-top: 32px;
}

footer.footer ul {
    margin-left: 0;
    padding-left: 0;
}   
.footer-company {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
}

.company-info {
    width: 48%;
}

.company-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
    color: #2a4e98;
    text-transform: capitalize;
    margin-bottom: 26px;
}

.company-description {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #31353b;
    margin-bottom: 30px;
}

.map-container {
    position: relative;
    width: 336px;
    height: 150px;
    border-radius: 14px;
    overflow: hidden;
}

.map-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.directions-btn {
    position: absolute;
    top: 42px;
    left: 8px;
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: #ffffff;
    border-radius: 20px;
    padding: 10px 38px 10px 20px;
    text-decoration: none;
    color: #2a4e98;
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.04);
}

.services-column {
    width: 26%;
}

.services-title {
    font-size: 16px;
    font-weight: 600;
    color: #08101e;
    margin-bottom: 40px;
}

.services-list {
    list-style: none;
}

.services-list li {
    font-size: 14px;
    font-weight: 500;
    color: #384358;
    margin-bottom: 12px;
}

.footer-right {
    width: 46%;
}

.footer-columns {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
}

.footer-column {
    flex: 1;
}

.footer-column h4 {
    font-size: 16px;
    font-weight: 600;
    color: #08101e;
    margin-bottom: 40px;
}

.footer-column ul {
    list-style: none;
}

.footer-column li {
    font-size: 14px;
    font-weight: 500;
    color: #384358;
    margin-bottom: 12px;
}

.footer-column a {
    color: inherit;
    text-decoration: none;
}

.contact-info {
    color: #31353b;
}

.contact-link {
    color: #2a4e98;
}

.copyright {
    font-size: 14px;
    color: #384358;
}

/* Typography */
.text-gradient {
    background: linear-gradient(90deg, #ff8300 0%, #ffee00 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Interactive states */
.cta-button:hover,
.topup-btn:hover,
.unlimited-cta:hover,
.faq-cta:hover {
    transform: scale(1.05);
    transition: transform 0.3s ease;
}

.nav-item:hover {
    color: #2a4e98;
    transition: color 0.3s ease;
}

.service-card:hover {
    transform: translateY(-5px);
    transition: transform 0.3s ease;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.faq-item:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}


/*About us Page*/
.about-page .hero-section {
    background-image: url('https://livenet.bm/new/assets/images/about_Rectangle 48.png');
    background-size: cover;
    background-position: center;
    padding: 120px 48px;
    margin-top: 30px;
    width: 90%;
    margin-left: auto;
    margin-right: 162px;
}

.about-page .hero-title {
    font-size: 42px;
    font-weight: 700;
    color: #2a4e98;
    text-transform: capitalize;
}

.about-page .content-section {
    margin-top: 80px;
    display: flex;
    gap: 48px;
    align-items: flex-start;
    width: 82%;
    margin-left: auto;
    margin-right: auto;
}

.about-page .content-left {
    flex: 1;
}

.about-page .content-title {
    font-size: 32px;
    font-family: Poppins;
    font-weight: 700;
    color: #2a4e98;
    text-transform: capitalize;
    margin-bottom: 56px;
    width: 44%;
}

.about-page .content-description {
    font-size: 18px;
    font-weight: 500;
    color: #331a27;
    line-height: 25px;
    width: 48%;
    margin-left: auto;
}

.about-page .content-images {
    display: flex;
    align-items: center;
    margin-top: 56px;
}

.about-page .content-image-left {
    width: 40%;
}

.about-page .content-image-right {
    width: 58%;
    margin-left: -30px;
    border-radius: 30px;
}

.about-page .floating-icon {
    background-color: #2a4e98;
    border-radius: 42px;
    padding: 12px;
    box-shadow: 0px 6px 30px #2a4e9870;
    width: 6%;
    margin-top: 112px;
    margin-left: auto;
}

.about-page .core-values-section {
    background: linear-gradient(180deg, #ffffff 0%, #fff8ec 100%);
    padding: 48px;
    margin-top: 80px;
    width: 100%;
}

.about-page .core-values-title {
    font-size: 32px;
    font-family: Poppins;
    font-weight: 700;
    color: #2a4e98;
    text-transform: capitalize;
    text-align: center;
    margin-bottom: 50px;
}

.about-page .values-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 24px;
    width: 72%;
    margin: 0 auto;
}

.about-page .value-card {
    background-color: #f8f8fc;
    border-radius: 14px;
    padding: 38px 30px;
}

.about-page .value-icon {
    width: 54px;
    height: 60px;
    margin-bottom: 42px;
}

.about-page .value-title {
    font-size: 24px;
    font-weight: 700;
    color: #08101e;
    margin-bottom: 14px;
}

.about-page .value-description {
    font-size: 16px;
    font-weight: 500;
    color: #2c2d67;
    line-height: 22px;
}

.about-page .history-section {
    margin: 80px auto 0;
    width: 82%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.about-page .history-content {
    width: 46%;
}

.about-page .history-title {
    font-size: 32px;
    font-family: Poppins;
    font-weight: 700;
    color: #2a4e98;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.about-page .history-description {
    font-size: 18px;
    font-weight: 500;
    color: #331a27;
    line-height: 25px;
}

.about-page .timeline {
    width: 52%;
    display: flex;
    gap: 30px;
}

.about-page .timeline-column {
    width: 312px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.about-page .timeline-item {
    background-color: #f8f8fc;
    border-radius: 14px;
}

.about-page .timeline-header {
    padding: 12px 20px;
    border-radius: 14px 14px 0px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.about-page .timeline-2005 {
    background: linear-gradient(90deg, #ff8300 0%, #ffee00 100%);
}

.about-page .timeline-2015 {
    background: linear-gradient(90deg, #d00404 0%, #ff2600 100%);
}

.about-page .timeline-2010 {
    background: linear-gradient(90deg, #1b802e 0%, #46a62c 100%);
}

.about-page .timeline-2020 {
    background: linear-gradient(90deg, #2a4e98 0%, #007cb8 100%);
}

.about-page .timeline-year {
    font-size: 24px;
    font-weight: 700;
    color: #f8f8fc;
}

.about-page .timeline-company {
    font-size: 24px;
    font-weight: 700;
    color: #08101e;
}

.about-page .timeline-content {
    padding: 20px 30px;
}

.about-page .timeline-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.about-page .timeline-list-item {
    display: flex;
    align-items: center;
    gap: 16px;
}

.about-page .timeline-dot {
    width: 12px;
    height: 12px;
    border-radius: 6px;
}

.about-page .dot-orange {
    background-color: #ff8300;
}

.about-page .dot-red {
    background-color: #c01626;
}

.about-page .dot-green {
    background-color: #1b802e;
}

.about-page .dot-blue {
    background-color: #2a4e98;
}

/* Service Page states */

.service-page .hero-section {
    margin-top: 30px;
    padding: 0 16px;
}

.service-page .hero-banner {
    background-image: url('https://livenet.bm/new/assets/images/img_rectangle_48.png');
    background-size: cover;
    background-position: center;
    border-radius: 14px;
    padding: 120px 50px;
    text-align: center;
    margin-bottom: 64px;
}

.service-page .hero-title {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.2;
    color: #2a4e98;
    text-transform: capitalize;
}

.service-page .hero-content {
    text-align: center;
    margin-bottom: 64px;
}

.service-page .main-heading {
    font-size: 32px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    line-height: 1.3;
    color: #2a4e98;
    text-transform: capitalize;
    margin-bottom: 20px;
    padding: 0 20px;
}

.service-page .hero-description {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    color: #384358;
    max-width: 800px;
    margin: 0 auto;
}

.service-page .brand-highlight {
    font-family: 'ABeeZee', sans-serif;
    font-weight: 400;
    color: #08101e;
}

.service-page .brand-net {
    color: #ff0000;
}

.service-page .floating-icon {
    position: absolute;
    right: 162px;
    top: 857px;
    width: 78px;
    height: 78px;
    background-color: #2a4e98;
    border-radius: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 6px 30px #2a4e9870;
}

.service-page .floating-icon img {
    width: 54px;
    height: 52px;
}

/* Orange footer bar */
.orange-footer {
    background-color: #fda702;
    padding: 16px;
}

.orange-footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1324px;
    margin: 0 auto;
}

.footer-logo {
    width: 178px;
    height: 54px;
}

.social-icons {
    display: flex;
    gap: 16px;
}

.social-icon {
    width: 44px;
    height: 44px;
    border: 1px solid #08101e;
    border-radius: 8px;
    background: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.social-icon:hover {
    background-color: #08101e;
    transform: translateY(-2px);
}

/* Services section */
.service-page .services-list {
    display: flex;
    flex-direction: column;
    gap: 60px;
    margin-bottom: 134px;
}

.service-page .service-item {
    display: flex;
    align-items: center;
    gap: 44px;
    border-radius: 14px;
}

.service-page .service-item.reverse {
    flex-direction: row-reverse;
}

.service-page .service-image {
    width: 50%;
    border-radius: 14px;
}

.service-page .service-content {
    width: 50%;
    padding: 72px 56px;
    border-radius: 14px;
}

.service-page .service-item:nth-child(odd) .service-content {
    background: linear-gradient(90deg, #ffffff 0%, #f8f8fc 100%);
}

.service-page .service-item:nth-child(even) .service-content {
    background: linear-gradient(90deg, #f8f8fc 0%, #ffffff 100%);
}

.service-page .service-title {
    font-size: 28px;
    font-weight: 600;
    line-height: 1.2;
    color: #2a4e98;
    margin-bottom: 8px;
}

.service-page .service-description {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    color: #2c2d67;
    margin-bottom: 24px;
}

.service-page .read-more {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: fit-content;
}

.service-page .read-more-link {
    display: flex;
    align-items: center;
    gap: 20px;
    text-decoration: none;
    color: #2a4e98;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    transition: all 0.3s ease;
}

.service-page .read-more-link:hover {
    transform: translateX(5px);
}

.service-page .read-more-icon {
    width: 12px;
    height: 12px;
}

.service-page .read-more-line {
    width: 120px;
    height: 2px;
    background-color: #2a4e98;
}

header nav button, header nav .items-baseline a {
    font-size: 18px !important;
    font-weight: 600 !important;
    color: #08101e !important;
    text-decoration: none;
    padding: 10px;
    cursor: pointer;
}

button.get-started-btn {
    display: none;
}

.floating-button {
    display: none;
}

/* Responsive media queries */
@media (max-width: 639px) {
    .container {
        padding: 0 8px;
    }
    
    .top-bar-content {
        padding: 0 16px;
        flex-direction: column;
        gap: 8px;
    }
    
    .business-residential {
        margin-left: 0;
    }
    
    .main-header {
        padding: 16px;
    }
    
    .nav-menu {
        display: none;
    }
    
    .hamburger {
        display: flex;
    }
    
    .header-actions {
        flex-direction: column;
        gap: 8px;
    }
    
    .hero-title {
        font-size: 32px;
        line-height: 40px;
    }
    
    .hero-subtitle {
        font-size: 16px;
        width: 100%;
    }
    
    .hero-content {
        position: static;
        width: 100%;
        padding: 20px;
    }
    
    .hero-text {
        margin-top: 20px;
        width: 100%;
    }
    
    .business-page .service-icons {
        flex-wrap: wrap;
        gap: 20px;
        padding: 0 16px;
    }
    .save-more-title,
    .connectivity-title,
    .unlimited-title,
    .jimmy-title,
    .partners-title,
    .faq-title {
        font-size: 28px;
        line-height: 36px;
    }
    
    .save-more-cards {
        flex-direction: column;
    }
    
    .services-grid {
        grid-template-columns: 1fr;
    }
    
    .unlimited-section {
        flex-direction: column;
    }
    
    .unlimited-right {
        width: 100%;
    }
    
    .jimmy-content {
        flex-direction: column;
        gap: 20px;
    }
    
    .jimmy-image,
    .jimmy-text {
        width: 100%;
    }
    
    .partners-logos {
        flex-wrap: wrap;
        gap: 20px;
        justify-content: center;
    }
    
    .faq-content {
        flex-direction: column;
    }
    
    .faq-left {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    
    .footer-main {
        flex-direction: column;
    }
    
    .footer-company {
        flex-direction: column;
    }
    
    .company-info {
        width: 100%;
        margin-bottom: 20px;
    }
    
    .footer-columns {
        flex-direction: column;
        gap: 20px;
    }
}

@media (min-width: 640px) {
    .container {
        padding: 0 24px;
    }
    
    .hero-title {
        font-size: 48px;
        line-height: 60px;
    }
    
    .services-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .header-main {
        padding: 16px 32px;
    }
    
    .hero-content,
    .contact-content,
    .footer-content {
        padding: 0 32px;
    }
    
    .hero-banner {
        padding: 150px 50px;
    }
    
    .hero-title {
        font-size: 52px;
        line-height: 64px;
    }
    
    .contact-page .contact-title {
        font-size: 42px;
        line-height: 54px;
    }
    
    .contact-page .contact-page .contact-cards {
        grid-template-columns: repeat(2, 1fr);
        gap: 32px;
    }
    
    .contact-page .form-row {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
    
    .contact-page .form-map-section {
        grid-template-columns: 1fr 40%;
    }
    
    .contact-page .footer-links {
        grid-template-columns: repeat(2, 1fr);
    }

}

@media (min-width: 768px) {
    .container {
        padding: 0 32px;
    }
    
    .hero-title {
        font-size: 56px;
        line-height: 70px;
    }
    
    .business-page .services-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .business-page .business-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .business-page .form-row {
        flex-direction: row;
    }

     .header-top {
        padding: 8px 48px;
    }
    
    .header-main {
        padding: 16px 48px;
    }
    
    .hero-content,
    .contact-content,
    .footer-content {
        padding: 0 48px;
    }
    
    .contact-cards {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .contact-form {
        padding: 36px 40px;
    }
    
    .form-title {
        font-size: 32px;
        line-height: 40px;
    }
    
    .footer-main {
        grid-template-columns: 1fr 2fr;
        gap: 60px;
    }
    
    .footer-links {
        grid-template-columns: repeat(4, 1fr);
    }
    .contact-cards {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 1024px) {
    .container {
        padding: 0 48px;
    }
    
    .nav-menu {
        display: flex;
    }
    
    .hamburger {
        display: none;
    }
    
    .hero-title {
        font-size: 70px;
        line-height: 86px;
    }

    .header-top {
        padding: 8px 60px;
    }
    
    .header-main {
        padding: 16px 60px;
    }
    
    .hero-content,
    .contact-content,
    .footer-content {
        padding: 0 60px;
    }
    
    .hero-banner {
        padding: 200px 50px;
    }
    
    .hero-title {
        font-size: 70px;
        line-height: 86px;
    }
    
    .contact-title {
        font-size: 52px;
        line-height: 67px;
    }
    
    .floating-btn {
        right: 48px;
    }
}

@media (min-width: 1280px) {
    .save-more-title,
    .connectivity-title,
    .unlimited-title,
    .jimmy-title,
    .partners-title,
    .faq-title {
        font-size: 52px;
        line-height: 67px;
    }

    .business-page .services-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .contact-cards {
        gap: 76px;
    }
}